mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-03 17:31:55 +01:00
88ca7797d1
git-svn-id: http://svn.automattic.com/wordpress/trunk@8239 1a063a9b-81f0-0310-95a4-ce76da25c4cd
96 lines
1.4 KiB
CSS
96 lines
1.4 KiB
CSS
/* This file contains the CSS data for the editable area(iframe) of TinyMCE */
|
|
|
|
.aligncenter,
|
|
dl.aligncenter {
|
|
display: block;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.alignleft {
|
|
float: left;
|
|
}
|
|
|
|
.alignright {
|
|
float: right;
|
|
}
|
|
|
|
.wp_caption {
|
|
border: 1px solid #ddd;
|
|
text-align: center;
|
|
background-color: #f3f3f3;
|
|
padding-top: 4px;
|
|
margin: 10px;
|
|
-moz-border-radius: 3px;
|
|
-khtml-border-radius: 3px;
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
.wp_caption img {
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0 none;
|
|
}
|
|
|
|
.wp_caption_dd {
|
|
font-size: 11px;
|
|
line-height: 17px;
|
|
padding: 0 4px 5px;
|
|
margin: 0;
|
|
}
|
|
|
|
body.mceContentBody {
|
|
background: #fff;
|
|
color: #000;
|
|
font: 13px/19px "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
|
|
padding: 0.6em;
|
|
margin: 0;
|
|
}
|
|
|
|
body.mceForceColors {
|
|
background:#fff;
|
|
color:#000;
|
|
}
|
|
|
|
h1 {font-size: 2em}
|
|
h2 {font-size: 1.5em}
|
|
h3 {font-size: 1.17em}
|
|
h4 {font-size: 1em}
|
|
h5 {font-size: .83em}
|
|
h6 {font-size: .75em}
|
|
|
|
.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {
|
|
border: 1px dashed #BBB;
|
|
}
|
|
|
|
img {
|
|
border:0;
|
|
}
|
|
|
|
td {
|
|
font-size: 10px;
|
|
}
|
|
|
|
pre {
|
|
font: 12px/18px "Courier New", monospace;
|
|
}
|
|
|
|
img.mceItemAnchor {
|
|
width: 12px;
|
|
height: 12px;
|
|
background: url(img/items.gif) no-repeat;
|
|
}
|
|
|
|
a.mceItemAnchor {
|
|
width: 12px;
|
|
line-height: 6px;
|
|
overflow: hidden;
|
|
padding-left: 12px;
|
|
background: url(img/items.gif) no-repeat bottom left;
|
|
}
|
|
|
|
.mceIEcenter {
|
|
text-align: center;
|
|
}
|