source: trunk/www.guidonia.net/wp/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/content.css@ 44

Last change on this file since 44 was 44, checked in by luciano, 14 years ago
File size: 2.0 KB
Line 
1/* default styles */
2body {background:#FFF;}
3body.mceForceColors {background:#FFF; color:#000;}
4h1 {font-size: 2em}
5h2 {font-size: 1.5em}
6h3 {font-size: 1.17em}
7h4 {font-size: 1em}
8h5 {font-size: .83em}
9h6 {font-size: .75em}
10.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;}
11a.mceItemAnchor {width:12px; line-height:6px; overflow:hidden; padding-left:12px; background:url(../default/img/items.gif) no-repeat bottom left;}
12img.mceItemAnchor {width:12px; height:12px; background:url(../default/img/items.gif) no-repeat;}
13img {border:0;}
14table {cursor:default}
15table td, table th {cursor:text}
16ins {border-bottom:1px solid green; text-decoration: none; color:green}
17del {color:red; text-decoration:line-through}
18cite {border-bottom:1px dashed blue}
19acronym {border-bottom:1px dotted #CCC; cursor:help}
20abbr, html\:abbr {border-bottom:1px dashed #CCC; cursor:help}
21
22/* WordPress styles */
23html {
24 background-color: #fff;
25}
26
27.aligncenter,
28dl.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
67img.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
74body.mceContentBody {
75 font: 13px/19px Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
76 padding: 0.6em;
77 margin: 0;
78}
79
80pre {
81 font: 12px/18px Consolas, Monaco, "Courier New", Courier, monospace;
82}
83
84td {
85 color: #000;
86 font-size: 11px;
87 margin: 8px;
88}
89
90.mceIEcenter {
91 text-align: center;
92}
Note: See TracBrowser for help on using the repository browser.