]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css
WordPress 3.8
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / themes / advanced / skins / wp_theme / content.css
index c979af99b5adccc42cecb5070fd5bcb52302ffd9..26a847af60aa180ec57c7f7fe6cb34c83d7addf0 100644 (file)
@@ -1,4 +1,3 @@
-
 body.mceForceColors {background:#FFF; color:#000;}
 body.mceBrowserDefaults {background:transparent; color:inherit; font-size:inherit; font-family:inherit;}
 td {color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:8px;}
@@ -39,10 +38,16 @@ font[face=mceinline] {font-family:inherit !important}
 /* WordPress styles */
 body {
        font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
-       font-size: 13px;
-       line-height: 19px;
+       font-size: 14px;
+       line-height: 1.5em;
        color: #333;
-       margin: 10px;
+       background-color: #fff;
+       margin: 0;
+       padding: 10px;
+}
+
+p {
+       margin-bottom: 1.3em;
 }
 
 .aligncenter,
@@ -83,7 +88,7 @@ dl.aligncenter {
 
 .wp-caption-dd {
        font-size: 11px;
-       line-height: 17px;
+       line-height: 1.5;
        padding: 0 4px 5px;
        margin: 0;
 }
@@ -104,23 +109,27 @@ img.mce-wp-more {
        border: 0;
        border-top: 1px dotted #cccccc;
        display: block;
-       width: 95%;
        height: 12px;
-       margin: 15px auto 0;
+       width: 100%;
+       margin: 1.2em auto 0;
 }
 
 img.mce-wp-more {
-       background: transparent url("img/more_bug.gif") no-repeat right top;
+       background: transparent url("img/mce-more.png") no-repeat right top;
+       background-size: 52px 11px;
 }
 
 img.mce-wp-nextpage {
-    background: transparent url("img/page_bug.gif") no-repeat right top;
+       background: transparent url("img/mce-nextpage.png") no-repeat right top;
+       background-size: 76px 11px;
 }
 
+
 img.wp-gallery {
        border: 1px dashed #888;
        background: #f2f8ff url("img/gallery.png") no-repeat scroll center center;
-       width: 99%;
+       background-size: 40px 40px;
+       width: 100%;
        height: 250px;
 }
 
@@ -130,3 +139,22 @@ img.wp-oembed {
        width: 300px;
        height: 250px;
 }
+
+
+@media print,
+       (-o-min-device-pixel-ratio: 5/4),
+       (-webkit-min-device-pixel-ratio: 1.25),
+       (min-resolution: 120dpi) {
+
+       img.mce-wp-more {
+               background-image: url("img/mce-more-2x.png");
+       }
+
+       img.mce-wp-nextpage {
+               background-image: url("img/mce-nextpage-2x.png");
+       }
+
+       img.wp-gallery {
+               background-image: url("img/gallery-2x.png");
+       }
+}