2008-01-31 19:10:46 +01:00
|
|
|
/* This file contains the CSS data for the editable area(iframe) of TinyMCE */
|
|
|
|
|
2008-07-02 20:41:11 +02:00
|
|
|
.aligncenter,
|
|
|
|
dl.aligncenter {
|
2008-04-15 18:03:24 +02:00
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alignleft {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alignright {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
2008-07-11 17:59:14 +02:00
|
|
|
.wp-caption {
|
2008-07-02 20:41:11 +02:00
|
|
|
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;
|
|
|
|
}
|
|
|
|
|
2008-07-11 17:59:14 +02:00
|
|
|
.wp-caption img {
|
2008-07-02 20:41:11 +02:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0 none;
|
|
|
|
}
|
|
|
|
|
2008-07-11 17:59:14 +02:00
|
|
|
.wp-caption-dd {
|
2008-07-02 20:41:11 +02:00
|
|
|
font-size: 11px;
|
|
|
|
line-height: 17px;
|
|
|
|
padding: 0 4px 5px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2008-02-25 20:03:35 +01:00
|
|
|
body.mceContentBody {
|
2008-01-31 19:10:46 +01:00
|
|
|
background: #fff;
|
2008-02-09 06:00:13 +01:00
|
|
|
color: #000;
|
2008-01-31 19:10:46 +01:00
|
|
|
font: 13px/19px "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
|
2008-03-26 04:22:53 +01:00
|
|
|
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;
|
2008-01-31 19:10:46 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
2008-02-09 06:00:13 +01:00
|
|
|
font: 12px/18px "Courier New", monospace;
|
2008-01-31 19:10:46 +01:00
|
|
|
}
|
|
|
|
|
2008-07-02 20:41:11 +02:00
|
|
|
.mceIEcenter {
|
|
|
|
text-align: center;
|
|
|
|
}
|