]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-includes/js/tinymce/wordpress.css
Wordpress 2.5.1-scripts
[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         display: block;
5         margin-left: auto;
6         margin-right: auto;
7 }
8
9 .alignleft {
10         float: left;
11 }
12
13 .alignright {
14         float: right;
15 }
16
17 body.mceContentBody {
18         background: #fff;
19         color: #000;
20         font: 13px/19px "Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
21         padding: 0.6em;
22         margin: 0;
23 }
24
25 body.mceForceColors {
26         background:#fff;
27         color:#000;
28 }
29
30 h1 {font-size: 2em}
31 h2 {font-size: 1.5em}
32 h3 {font-size: 1.17em}
33 h4 {font-size: 1em}
34 h5 {font-size: .83em}
35 h6 {font-size: .75em}
36
37 .mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {
38         border: 1px dashed #BBB;
39 }
40
41 img {
42         border:0;
43 }
44
45 td {
46         font-size: 10px;
47 }
48
49 pre {
50         font: 12px/18px "Courier New", monospace;
51 }
52
53 img.mceItemAnchor {
54         width: 12px;
55         height: 12px;
56         background: url(img/items.gif) no-repeat;
57 }
58
59 a.mceItemAnchor {
60         width: 12px;
61         line-height: 6px;
62         overflow: hidden;
63         padding-left: 12px;
64         background: url(img/items.gif) no-repeat bottom left;
65 }