]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css
Wordpress 3.2
[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: 0.6em;
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; width:11px !important; height:11px  !important; background:url(img/items.gif) no-repeat 0 0;}
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
31 .mceItemMedia {border:1px dotted #cc0000; background-position:center; background-repeat:no-repeat; background-color:#ffffcc}
32 .mceItemShockWave {background-image:url(../../img/shockwave.gif)}
33 .mceItemFlash {background-image:url(../../img/flash.gif)}
34 .mceItemQuickTime {background-image:url(../../img/quicktime.gif)}
35 .mceItemWindowsMedia {background-image:url(../../img/windowsmedia.gif)}
36 .mceItemRealMedia {background-image:url(../../img/realmedia.gif)}
37 .mceItemVideo {background-image:url(../../img/video.gif)}
38 .mceItemIframe {background-image:url(../../img/iframe.gif)}
39 .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;}
40
41 /* WordPress styles */
42
43 .aligncenter,
44 dl.aligncenter {
45         display: block;
46         margin-left: auto;
47         margin-right: auto;
48 }
49
50 .alignleft {
51         float: left;
52 }
53
54 .alignright {
55         float: right;
56 }
57
58 .wp-caption {
59         border: 1px solid #ddd;
60         text-align: center;
61         background-color: #f3f3f3;
62         padding-top: 4px;
63         margin: 10px;
64         -moz-border-radius: 3px;
65         -khtml-border-radius: 3px;
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