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