]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-includes/js/tinymce/wordpress.css
Wordpress 2.7.1
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / wordpress.css
1 /* This file contains the CSS data for the editable area(iframe) of TinyMCE */
2 html {
3         background-color: #fff;
4 }
5
6 .aligncenter,
7 dl.aligncenter {
8         display: block;
9         margin-left: auto;
10         margin-right: auto;
11 }
12
13 .alignleft {
14         float: left;
15 }
16
17 .alignright {
18         float: right;
19 }
20
21 .wp-caption {
22         border: 1px solid #ddd;
23         text-align: center;
24         background-color: #f3f3f3;
25         padding-top: 4px;
26         margin: 10px;
27         -moz-border-radius: 3px;
28         -khtml-border-radius: 3px;
29         -webkit-border-radius: 3px;
30         border-radius: 3px;
31 }
32
33 .wp-caption img {
34         margin: 0;
35         padding: 0;
36         border: 0 none;
37 }
38
39 .wp-caption-dd {
40         font-size: 11px;
41         line-height: 17px;
42         padding: 0 4px 5px;
43         margin: 0;
44 }
45
46 img.wpGallery {
47         border: 1px dotted #cc0000;
48         background: #ffffcc url("plugins/wpgallery/img/gallery.png") no-repeat scroll center center;
49         width: 99%;
50         height: 250px;
51 }
52
53 body.mceContentBody {
54         font: 13px/19px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
55         padding: 0.6em;
56         margin: 0;
57 }
58
59 body.mceForceColors {
60         background:#fff;
61         color:#000;
62 }
63
64 h1 {font-size: 2em}
65 h2 {font-size: 1.5em}
66 h3 {font-size: 1.17em}
67 h4 {font-size: 1em}
68 h5 {font-size: .83em}
69 h6 {font-size: .75em}
70
71 .mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {
72         border: 1px dashed #BBB;
73 }
74
75 img {
76         border:0;
77 }
78
79 td {
80         font-size: 10px;
81 }
82
83 pre {
84         font: 12px/18px "Courier New", monospace;
85 }
86
87 .mceIEcenter {
88         text-align: center;
89 }