mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-03 01:09:39 +01:00
538126aff8
git-svn-id: http://svn.automattic.com/wordpress/trunk@7025 1a063a9b-81f0-0310-95a4-ce76da25c4cd
30 lines
526 B
CSS
30 lines
526 B
CSS
/* This file contains the CSS data for the editable area(iframe) of TinyMCE */
|
|
|
|
body.mceContentBody {
|
|
background: #fff;
|
|
color: #000;
|
|
font: 13px/19px "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
|
|
padding: .2em;
|
|
}
|
|
|
|
td {
|
|
font-size: 10px;
|
|
}
|
|
|
|
pre {
|
|
font: 12px/18px "Courier New", monospace;
|
|
}
|
|
|
|
.mceVisualAid {
|
|
border: 1px dashed #BBBBBB !important;
|
|
}
|
|
|
|
.mceItemAnchor {
|
|
width: 12px;
|
|
line-height: 6px;
|
|
overflow: hidden;
|
|
padding-left: 12px;
|
|
background-position: bottom;
|
|
background-repeat: no-repeat;
|
|
}
|