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