wp/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css
changeset 0 d970ebf37754
equal deleted inserted replaced
-1:000000000000 0:d970ebf37754
       
     1 
       
     2 body.mceForceColors {background:#FFF; color:#000;}
       
     3 body.mceBrowserDefaults {background:transparent; color:inherit; font-size:inherit; font-family:inherit;}
       
     4 td {color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:8px;}
       
     5 h1 {font-size: 2em}
       
     6 h2 {font-size: 1.5em}
       
     7 h3 {font-size: 1.17em}
       
     8 h4 {font-size: 1em}
       
     9 h5 {font-size: .83em}
       
    10 h6 {font-size: .75em}
       
    11 .mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;}
       
    12 a.mceItemAnchor {display:inline-block; -webkit-user-select:all; -webkit-user-modify:read-only; -moz-user-select:all; -moz-user-modify:read-only; width:11px !important; height:11px !important; background:url(../default/img/items.gif) no-repeat center center}
       
    13 span.mceItemNbsp {background: #DDD}
       
    14 td.mceSelected, th.mceSelected {background-color:#3399ff !important}
       
    15 img {border:0;}
       
    16 table, img, hr, .mceItemAnchor {cursor:default}
       
    17 table td, table th {cursor:text}
       
    18 ins {border-bottom:1px solid green; text-decoration: none; color:green}
       
    19 del {color:red; text-decoration:line-through}
       
    20 cite {border-bottom:1px dashed blue}
       
    21 acronym {border-bottom:1px dotted #CCC; cursor:help}
       
    22 abbr {border-bottom:1px dashed #CCC; cursor:help}
       
    23 
       
    24 img:-moz-broken {-moz-force-broken-image-icon:1; width:24px; height:24px}
       
    25 font[face=mceinline] {font-family:inherit !important}
       
    26 *[contentEditable]:focus {outline:0}
       
    27 
       
    28 .mceItemMedia {border:1px dotted #cc0000; background-position:center; background-repeat:no-repeat; background-color:#ffffcc}
       
    29 .mceItemShockWave {background-image:url(../../img/shockwave.gif)}
       
    30 .mceItemFlash {background-image:url(../../img/flash.gif)}
       
    31 .mceItemQuickTime {background-image:url(../../img/quicktime.gif)}
       
    32 .mceItemWindowsMedia {background-image:url(../../img/windowsmedia.gif)}
       
    33 .mceItemRealMedia {background-image:url(../../img/realmedia.gif)}
       
    34 .mceItemVideo {background-image:url(../../img/video.gif)}
       
    35 .mceItemAudio {background-image:url(../../img/video.gif)}
       
    36 .mceItemIframe {background-image:url(../../img/iframe.gif)}
       
    37 .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;}
       
    38 
       
    39 /* WordPress styles */
       
    40 body {
       
    41 	font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
       
    42 	font-size: 13px;
       
    43 	line-height: 19px;
       
    44 	color: #333;
       
    45 	margin: 10px;
       
    46 }
       
    47 
       
    48 .aligncenter,
       
    49 dl.aligncenter {
       
    50 	display: block;
       
    51 	margin-left: auto;
       
    52 	margin-right: auto;
       
    53 }
       
    54 
       
    55 .alignleft {
       
    56 	float: left;
       
    57 }
       
    58 
       
    59 .alignright {
       
    60 	float: right;
       
    61 }
       
    62 
       
    63 .wp-caption {
       
    64 	border: 1px solid #ddd;
       
    65 	text-align: center;
       
    66 	background-color: #f3f3f3;
       
    67 	padding-top: 4px;
       
    68 	margin: 10px 0;
       
    69 	-webkit-border-radius: 3px;
       
    70 	border-radius: 3px;
       
    71 }
       
    72 
       
    73 .mceIEcenter {
       
    74 	text-align: center;
       
    75 }
       
    76 
       
    77 .wp-caption img {
       
    78 	margin: 0;
       
    79 	padding: 0;
       
    80 	border: 0 none;
       
    81 	-webkit-user-drag: none;
       
    82 }
       
    83 
       
    84 .wp-caption-dd {
       
    85 	font-size: 11px;
       
    86 	line-height: 17px;
       
    87 	padding: 0 4px 5px;
       
    88 	margin: 0;
       
    89 }
       
    90 
       
    91 pre {
       
    92 	font: 12px/18px Consolas, Monaco, monospace;
       
    93 }
       
    94 
       
    95 td {
       
    96 	color: #000;
       
    97 	font-size: 11px;
       
    98 	margin: 8px;
       
    99 }
       
   100 
       
   101 /* Styles for the WordPress plugins */
       
   102 img.mce-wp-nextpage,
       
   103 img.mce-wp-more {
       
   104 	border: 0;
       
   105 	border-top: 1px dotted #cccccc;
       
   106 	display: block;
       
   107 	width: 95%;
       
   108 	height: 12px;
       
   109 	margin: 15px auto 0;
       
   110 }
       
   111 
       
   112 img.mce-wp-more {
       
   113 	background: transparent url("img/more_bug.gif") no-repeat right top;
       
   114 }
       
   115 
       
   116 img.mce-wp-nextpage {
       
   117     background: transparent url("img/page_bug.gif") no-repeat right top;
       
   118 }
       
   119 
       
   120 img.wp-gallery {
       
   121 	border: 1px dashed #888;
       
   122 	background: #f2f8ff url("img/gallery.png") no-repeat scroll center center;
       
   123 	width: 99%;
       
   124 	height: 250px;
       
   125 }
       
   126 
       
   127 img.wp-oembed {
       
   128 	border: 1px dashed #888;
       
   129 	background: #f7f5f2 url("img/embedded.png") no-repeat scroll center center;
       
   130 	width: 300px;
       
   131 	height: 250px;
       
   132 }