Mercurial > public > sg101
annotate media/js/tiny_mce/plugins/paste/css/blank.css @ 120:f8f4514b806a
Added a 24-hour time preference flag in the user profile. Added forum template tags for showing forum dates/times adjusted for the user's time zone.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 25 Oct 2009 21:55:28 +0000 |
parents | a5b4c5ce0658 |
children |
rev | line source |
---|---|
bgneal@45 | 1 html, body {height:98%} |
bgneal@45 | 2 body { |
bgneal@45 | 3 background-color: #FFFFFF; |
bgneal@45 | 4 font-family: Verdana, Arial, Helvetica, sans-serif; |
bgneal@45 | 5 font-size: 10px; |
bgneal@45 | 6 scrollbar-3dlight-color: #F0F0EE; |
bgneal@45 | 7 scrollbar-arrow-color: #676662; |
bgneal@45 | 8 scrollbar-base-color: #F0F0EE; |
bgneal@45 | 9 scrollbar-darkshadow-color: #DDDDDD; |
bgneal@45 | 10 scrollbar-face-color: #E0E0DD; |
bgneal@45 | 11 scrollbar-highlight-color: #F0F0EE; |
bgneal@45 | 12 scrollbar-shadow-color: #F0F0EE; |
bgneal@45 | 13 scrollbar-track-color: #F5F5F5; |
bgneal@45 | 14 } |