]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css
WordPress 3.4
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / themes / advanced / skins / wp_theme / content.css
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         min-height: 100%;
47 }
48
49 br[data-mce-bogus] {
50         line-height: 1em;
51         margin-top: -1em;
52 }
53
54 br[data-mce-bogus]:only-child {
55         line-height: inherit;
56         margin-top: inherit;
57 }
58
59 .aligncenter,
60 dl.aligncenter {
61         display: block;
62         margin-left: auto;
63         margin-right: auto;
64 }
65
66 .alignleft {
67         float: left;
68 }
69
70 .alignright {
71         float: right;
72 }
73
74 .wp-caption {
75         border: 1px solid #ddd;
76         text-align: center;
77         background-color: #f3f3f3;
78         padding-top: 4px;
79         margin: 10px 0;
80         -webkit-border-radius: 3px;
81         border-radius: 3px;
82 }
83
84 .mceIEcenter {
85         text-align: center;
86 }
87
88 .wp-caption img {
89         margin: 0;
90         padding: 0;
91         border: 0 none;
92         -webkit-user-drag: none;
93 }
94
95 .wp-caption-dd {
96         font-size: 11px;
97         line-height: 17px;
98         padding: 0 4px 5px;
99         margin: 0;
100 }
101
102 pre {
103         font: 12px/18px Consolas, Monaco, monospace;
104 }
105
106 td {
107         color: #000;
108         font-size: 11px;
109         margin: 8px;
110 }
111
112 /* Styles for the WordPress plugins */
113 img.mceWPnextpage,
114 img.mceWPmore {
115         border: 0;
116         border-top: 1px dotted #cccccc;
117         display: block;
118         width: 95%;
119         height: 12px;
120         margin: 15px auto 0;
121 }
122
123 img.mceWPmore {
124         background: transparent url("img/more_bug.gif") no-repeat right top;
125 }
126
127 img.mceWPnextpage {
128     background: transparent url("img/page_bug.gif") no-repeat right top;
129 }
130
131 img.wpGallery {
132         border: 1px dashed #888;
133         background: #f2f8ff url("img/gallery.png") no-repeat scroll center center;
134         width: 99%;
135         height: 250px;
136 }
137
138 img.wp-oembed {
139         border: 1px dashed #888;
140         background: #f7f5f2 url("img/embedded.png") no-repeat scroll center center;
141         width: 300px;
142         height: 250px;
143 }
144