Mercurial > public > sg101
annotate static/js/tiny_mce/themes/simple/skins/o2k7/content.css @ 390:e0523e17ea43
Fixing #175; add an auto-subscribe and auto-favorite forum topic feature. Added 2 flags to the user profile. Added 2 functions that are called on the post post-save signal that auto-favorite and auto-subscribe the post creator if they have requested this service.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 21 Mar 2011 00:39:52 +0000 |
parents | 88b2b9cb8c1f |
children |
rev | line source |
---|---|
bgneal@312 | 1 body, td, pre {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;} |
bgneal@312 | 2 |
bgneal@312 | 3 body {background: #FFF;} |
bgneal@312 | 4 .mceVisualAid {border: 1px dashed #BBB;} |
bgneal@312 | 5 |
bgneal@312 | 6 /* IE */ |
bgneal@312 | 7 |
bgneal@312 | 8 * html body { |
bgneal@312 | 9 scrollbar-3dlight-color: #F0F0EE; |
bgneal@312 | 10 scrollbar-arrow-color: #676662; |
bgneal@312 | 11 scrollbar-base-color: #F0F0EE; |
bgneal@312 | 12 scrollbar-darkshadow-color: #DDDDDD; |
bgneal@312 | 13 scrollbar-face-color: #E0E0DD; |
bgneal@312 | 14 scrollbar-highlight-color: #F0F0EE; |
bgneal@312 | 15 scrollbar-shadow-color: #F0F0EE; |
bgneal@312 | 16 scrollbar-track-color: #F5F5F5; |
bgneal@312 | 17 } |