]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css
aee70e7634c6359fbd3b73799ff45a925072a82a
[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 img.wpGallery {
68         border: 1px dotted #cc0000;
69         background: #ffffcc url("../../../../plugins/wpgallery/img/gallery.png") no-repeat scroll center center;
70         width: 99%;
71         height: 250px;
72 }
73
74 body.mceContentBody {
75         font: 13px/19px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
76         padding: 0.6em;
77         margin: 0;
78 }
79
80 pre {
81         font: 12px/18px Consolas, Monaco, "Courier New", Courier, monospace;
82 }
83
84 td {
85         color: #000;
86         font-size: 11px;
87         margin: 8px;
88 }
89
90 .mceIEcenter {
91         text-align: center;
92 }