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