-
+ 6DC06C2531DAAD1EA0926CA32D7EE31D6B835FC5C963405EEEE192C37CFF627DBF061FE00FECFE0E03027BE6078BD01C0D2B3376927BF92B048760E66405245A
mp-wp/wp-includes/js/tinymce/wordpress.css
(0 . 0)(1 . 89)
132417 /* This file contains the CSS data for the editable area(iframe) of TinyMCE */
132418 html {
132419 background-color: #fff;
132420 }
132421
132422 .aligncenter,
132423 dl.aligncenter {
132424 display: block;
132425 margin-left: auto;
132426 margin-right: auto;
132427 }
132428
132429 .alignleft {
132430 float: left;
132431 }
132432
132433 .alignright {
132434 float: right;
132435 }
132436
132437 .wp-caption {
132438 border: 1px solid #ddd;
132439 text-align: center;
132440 background-color: #f3f3f3;
132441 padding-top: 4px;
132442 margin: 10px;
132443 -moz-border-radius: 3px;
132444 -khtml-border-radius: 3px;
132445 -webkit-border-radius: 3px;
132446 border-radius: 3px;
132447 }
132448
132449 .wp-caption img {
132450 margin: 0;
132451 padding: 0;
132452 border: 0 none;
132453 }
132454
132455 .wp-caption-dd {
132456 font-size: 11px;
132457 line-height: 17px;
132458 padding: 0 4px 5px;
132459 margin: 0;
132460 }
132461
132462 img.wpGallery {
132463 border: 1px dotted #cc0000;
132464 background: #ffffcc url("plugins/wpgallery/img/gallery.png") no-repeat scroll center center;
132465 width: 99%;
132466 height: 250px;
132467 }
132468
132469 body.mceContentBody {
132470 font: 13px/19px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
132471 padding: 0.6em;
132472 margin: 0;
132473 }
132474
132475 body.mceForceColors {
132476 background:#fff;
132477 color:#000;
132478 }
132479
132480 h1 {font-size: 2em}
132481 h2 {font-size: 1.5em}
132482 h3 {font-size: 1.17em}
132483 h4 {font-size: 1em}
132484 h5 {font-size: .83em}
132485 h6 {font-size: .75em}
132486
132487 .mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {
132488 border: 1px dashed #BBB;
132489 }
132490
132491 img {
132492 border:0;
132493 }
132494
132495 td {
132496 font-size: 10px;
132497 }
132498
132499 pre {
132500 font: 12px/18px "Courier New", monospace;
132501 }
132502
132503 .mceIEcenter {
132504 text-align: center;
132505 }