]> scripts.mit.edu Git - autoinstalls/wordpress.git/blobdiff - wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css
WordPress 3.4-scripts
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / themes / advanced / skins / wp_theme / content.css
index 065a00457cfe526a159777aa70076be10a7c03b5..23fef64c9a4326f02a3e4953120f451b098ea5fa 100644 (file)
@@ -1,8 +1,4 @@
-body {
-       font: 13px/19px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
-       margin: 10px;
-       color: #000;
-}
+
 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;}
@@ -17,7 +13,7 @@ a.mceItemAnchor {display:inline-block; -webkit-user-select:all; -webkit-user-mod
 span.mceItemNbsp {background: #DDD}
 td.mceSelected, th.mceSelected {background-color:#3399ff !important}
 img {border:0;}
-table {cursor:default}
+table, img, hr, .mceItemAnchor {cursor:default}
 table td, table th {cursor:text}
 ins {border-bottom:1px solid green; text-decoration: none; color:green}
 del {color:red; text-decoration:line-through}
@@ -41,6 +37,24 @@ font[face=mceinline] {font-family:inherit !important}
 .mcePageBreak {display:block;border:0;width:100%;height:12px;border-top:1px dotted #ccc;margin-top:15px;background:#fff url(../../img/pagebreak.gif) no-repeat center top;}
 
 /* WordPress styles */
+body {
+       font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
+       font-size: 13px;
+       line-height: 19px;
+       color: #333;
+       margin: 10px;
+       min-height: 100%;
+}
+
+br[data-mce-bogus] {
+       line-height: 1em;
+       margin-top: -1em;
+}
+
+br[data-mce-bogus]:only-child {
+       line-height: inherit;
+       margin-top: inherit;
+}
 
 .aligncenter,
 dl.aligncenter {
@@ -75,6 +89,7 @@ dl.aligncenter {
        margin: 0;
        padding: 0;
        border: 0 none;
+       -webkit-user-drag: none;
 }
 
 .wp-caption-dd {
@@ -94,3 +109,36 @@ td {
        margin: 8px;
 }
 
+/* Styles for the WordPress plugins */
+img.mceWPnextpage,
+img.mceWPmore {
+       border: 0;
+       border-top: 1px dotted #cccccc;
+       display: block;
+       width: 95%;
+       height: 12px;
+       margin: 15px auto 0;
+}
+
+img.mceWPmore {
+       background: transparent url("img/more_bug.gif") no-repeat right top;
+}
+
+img.mceWPnextpage {
+    background: transparent url("img/page_bug.gif") no-repeat right top;
+}
+
+img.wpGallery {
+       border: 1px dashed #888;
+       background: #f2f8ff url("img/gallery.png") no-repeat scroll center center;
+       width: 99%;
+       height: 250px;
+}
+
+img.wp-oembed {
+       border: 1px dashed #888;
+       background: #f7f5f2 url("img/embedded.png") no-repeat scroll center center;
+       width: 300px;
+       height: 250px;
+}
+