]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css
Wordpress 3.3
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / themes / advanced / skins / wp_theme / content.css
1 body {
2         font: 13px/19px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
3         margin: 10px;
4         color: #000;
5 }
6 body.mceForceColors {background:#FFF; color:#000;}
7 body.mceBrowserDefaults {background:transparent; color:inherit; font-size:inherit; font-family:inherit;}
8 td {color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:8px;}
9 h1 {font-size: 2em}
10 h2 {font-size: 1.5em}
11 h3 {font-size: 1.17em}
12 h4 {font-size: 1em}
13 h5 {font-size: .83em}
14 h6 {font-size: .75em}
15 .mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;}
16 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}
17 span.mceItemNbsp {background: #DDD}
18 td.mceSelected, th.mceSelected {background-color:#3399ff !important}
19 img {border:0;}
20 table {cursor:default}
21 table td, table th {cursor:text}
22 ins {border-bottom:1px solid green; text-decoration: none; color:green}
23 del {color:red; text-decoration:line-through}
24 cite {border-bottom:1px dashed blue}
25 acronym {border-bottom:1px dotted #CCC; cursor:help}
26 abbr {border-bottom:1px dashed #CCC; cursor:help}
27
28 img:-moz-broken {-moz-force-broken-image-icon:1; width:24px; height:24px}
29 font[face=mceinline] {font-family:inherit !important}
30 *[contentEditable]:focus {outline:0}
31
32 .mceItemMedia {border:1px dotted #cc0000; background-position:center; background-repeat:no-repeat; background-color:#ffffcc}
33 .mceItemShockWave {background-image:url(../../img/shockwave.gif)}
34 .mceItemFlash {background-image:url(../../img/flash.gif)}
35 .mceItemQuickTime {background-image:url(../../img/quicktime.gif)}
36 .mceItemWindowsMedia {background-image:url(../../img/windowsmedia.gif)}
37 .mceItemRealMedia {background-image:url(../../img/realmedia.gif)}
38 .mceItemVideo {background-image:url(../../img/video.gif)}
39 .mceItemAudio {background-image:url(../../img/video.gif)}
40 .mceItemIframe {background-image:url(../../img/iframe.gif)}
41 .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;}
42
43 /* WordPress styles */
44
45 .aligncenter,
46 dl.aligncenter {
47         display: block;
48         margin-left: auto;
49         margin-right: auto;
50 }
51
52 .alignleft {
53         float: left;
54 }
55
56 .alignright {
57         float: right;
58 }
59
60 .wp-caption {
61         border: 1px solid #ddd;
62         text-align: center;
63         background-color: #f3f3f3;
64         padding-top: 4px;
65         margin: 10px 0;
66         -webkit-border-radius: 3px;
67         border-radius: 3px;
68 }
69
70 .mceIEcenter {
71         text-align: center;
72 }
73
74 .wp-caption img {
75         margin: 0;
76         padding: 0;
77         border: 0 none;
78 }
79
80 .wp-caption-dd {
81         font-size: 11px;
82         line-height: 17px;
83         padding: 0 4px 5px;
84         margin: 0;
85 }
86
87 pre {
88         font: 12px/18px Consolas, Monaco, monospace;
89 }
90
91 td {
92         color: #000;
93         font-size: 11px;
94         margin: 8px;
95 }
96