1559aa2d32
git-svn-id: https://develop.svn.wordpress.org/trunk@6959 602fd350-edb4-49c9-b593-d223f7449a82
19 lines
802 B
CSS
19 lines
802 B
CSS
body, td, pre {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:8px;}
|
|
body.mceContentBody {background:#FFF; color:#000;}
|
|
.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceVisualAid {border: 1px dashed #BBB;}
|
|
a.mceItemAnchor {width:12px; line-height:6px; overflow:hidden; padding-left:12px; background:url(../default/img/items.gif) no-repeat bottom left;}
|
|
img.mceItemAnchor {width:12px; height:12px; background:url(../default/img/items.gif) no-repeat;}
|
|
img {border:0;}
|
|
|
|
/* IE */
|
|
* html body {
|
|
scrollbar-3dlight-color:#F0F0EE;
|
|
scrollbar-arrow-color:#676662;
|
|
scrollbar-base-color:#F0F0EE;
|
|
scrollbar-darkshadow-color:#DDD;
|
|
scrollbar-face-color:#E0E0DD;
|
|
scrollbar-highlight-color:#F0F0EE;
|
|
scrollbar-shadow-color:#F0F0EE;
|
|
scrollbar-track-color:#F5F5F5;
|
|
}
|