includes/clientside/tinymce/themes/advanced/skins/o2k7/content.css
changeset 335 67bd3121a12e
child 395 fa4c5ecb7c9a
equal deleted inserted replaced
334:c72b545f1304 335:67bd3121a12e
       
     1 body, td, pre {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
       
     2 body {background:#FFF;}
       
     3 .mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceVisualAid {border: 1px dashed #BBB;}
       
     4 a.mceItemAnchor {width:12px; line-height:6px; overflow:hidden; padding-left:12px; background:url(../default/img/items.gif) no-repeat bottom left;}
       
     5 img.mceItemAnchor {width:12px; height:12px; background:url(../default/img/items.gif) no-repeat;}
       
     6 img {border:0;}
       
     7 
       
     8 /* IE */
       
     9 * html body {
       
    10 scrollbar-3dlight-color:#F0F0EE;
       
    11 scrollbar-arrow-color:#676662;
       
    12 scrollbar-base-color:#F0F0EE;
       
    13 scrollbar-darkshadow-color:#DDD;
       
    14 scrollbar-face-color:#E0E0DD;
       
    15 scrollbar-highlight-color:#F0F0EE;
       
    16 scrollbar-shadow-color:#F0F0EE;
       
    17 scrollbar-track-color:#F5F5F5;
       
    18 }