source: trunk/www.guidonia.net/wp/wp-includes/js/tinymce/wordpress.css@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 1.4 KB
Line 
1/* This file contains the CSS data for the editable area(iframe) of TinyMCE */
2html {
3 background-color: #fff;
4}
5
6.aligncenter,
7dl.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
46img.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
53body.mceContentBody {
54 font: 13px/19px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
55 padding: 0.6em;
56 margin: 0;
57}
58
59body.mceForceColors {
60 background:#fff;
61 color:#000;
62}
63
64h1 {font-size: 2em}
65h2 {font-size: 1.5em}
66h3 {font-size: 1.17em}
67h4 {font-size: 1em}
68h5 {font-size: .83em}
69h6 {font-size: .75em}
70
71.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {
72 border: 1px dashed #BBB;
73}
74
75img {
76 border:0;
77}
78
79td {
80 font-size: 10px;
81}
82
83pre {
84 font: 12px/18px "Courier New", monospace;
85}
86
87.mceIEcenter {
88 text-align: center;
89}
Note: See TracBrowser for help on using the repository browser.