]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css
Wordpress 2.9
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / themes / advanced / skins / wp_theme / content.css
1 /* default styles */
2 body {background:#FFF;}
3 body.mceForceColors {background:#FFF; color:#000;}
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 {width:12px; line-height:6px; overflow:hidden; padding-left:12px; background:url(../default/img/items.gif) no-repeat bottom left;}
12 img.mceItemAnchor {width:12px; height:12px; background:url(../default/img/items.gif) no-repeat;}
13 img {border:0;}
14 table {cursor:default}
15 table td, table th {cursor:text}
16 ins {border-bottom:1px solid green; text-decoration: none; color:green}
17 del {color:red; text-decoration:line-through}
18 cite {border-bottom:1px dashed blue}
19 acronym {border-bottom:1px dotted #CCC; cursor:help}
20 abbr, html\:abbr {border-bottom:1px dashed #CCC; cursor:help}
21
22 /* WordPress styles */
23 html {
24         background-color: #fff;
25 }
26
27 .aligncenter,
28 dl.aligncenter {
29         display: block;
30         margin-left: auto;
31         margin-right: auto;
32 }
33
34 .alignleft {
35         float: left;
36 }
37
38 .alignright {
39         float: right;
40 }
41
42 .wp-caption {
43         border: 1px solid #ddd;
44         text-align: center;
45         background-color: #f3f3f3;
46         padding-top: 4px;
47         margin: 10px;
48         -moz-border-radius: 3px;
49         -khtml-border-radius: 3px;
50         -webkit-border-radius: 3px;
51         border-radius: 3px;
52 }
53
54 .wp-caption img {
55         margin: 0;
56         padding: 0;
57         border: 0 none;
58 }
59
60 .wp-caption-dd {
61         font-size: 11px;
62         line-height: 17px;
63         padding: 0 4px 5px;
64         margin: 0;
65 }
66
67 body.mceContentBody {
68         font: 13px/19px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
69         padding: 0.6em;
70         margin: 0;
71 }
72
73 pre {
74         font: 12px/18px Consolas, Monaco, "Courier New", Courier, monospace;
75 }
76
77 td {
78         color: #000;
79         font-size: 11px;
80         margin: 8px;
81 }
82
83 .mceIEcenter {
84         text-align: center;
85 }