mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-09 20:30:43 +01:00
538126aff8
git-svn-id: http://svn.automattic.com/wordpress/trunk@7025 1a063a9b-81f0-0310-95a4-ce76da25c4cd
19 lines
810 B
CSS
19 lines
810 B
CSS
body, td, pre {background:#FFF; color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:8px; }
|
|
body.mceForceColors {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(img/items.gif) no-repeat bottom left;}
|
|
img.mceItemAnchor {width:12px; height:12px; background:url(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;
|
|
}
|