]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/wordpress.css
Wordpress 2.6.2
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / wordpress.css
index 1596f59a6db52a74d46598b8fa3aef03f0571c09..0bc5f5521fcbefa498e521ef74ffd6c01e921c02 100644 (file)
@@ -1,6 +1,7 @@
 /* This file contains the CSS data for the editable area(iframe) of TinyMCE */
 
-.aligncenter {
+.aligncenter,
+dl.aligncenter {
        display: block;
        margin-left: auto;
        margin-right: auto;
        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;
@@ -50,16 +76,6 @@ 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;
 }