X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/5aa86a9053fb0fa15846bb60aac2fb8fdfff524a..256a3b381f63716209b3527d0a14442ae570c283:/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css diff --git a/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css b/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css index 065a0045..26a847af 100644 --- a/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css +++ b/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css @@ -1,8 +1,3 @@ -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 +12,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 +36,19 @@ 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: 14px; + line-height: 1.5em; + color: #333; + background-color: #fff; + margin: 0; + padding: 10px; +} + +p { + margin-bottom: 1.3em; +} .aligncenter, dl.aligncenter { @@ -75,11 +83,12 @@ dl.aligncenter { margin: 0; padding: 0; border: 0 none; + -webkit-user-drag: none; } .wp-caption-dd { font-size: 11px; - line-height: 17px; + line-height: 1.5; padding: 0 4px 5px; margin: 0; } @@ -94,3 +103,58 @@ td { margin: 8px; } +/* Styles for the WordPress plugins */ +img.mce-wp-nextpage, +img.mce-wp-more { + border: 0; + border-top: 1px dotted #cccccc; + display: block; + height: 12px; + width: 100%; + margin: 1.2em auto 0; +} + +img.mce-wp-more { + background: transparent url("img/mce-more.png") no-repeat right top; + background-size: 52px 11px; +} + +img.mce-wp-nextpage { + 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; + background-size: 40px 40px; + width: 100%; + height: 250px; +} + +img.wp-oembed { + border: 1px dashed #888; + background: #f7f5f2 url("img/embedded.png") no-repeat scroll center center; + 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"); + } +}