1 /* default styles */ |
1 |
2 body {background:#FFF;} |
|
3 body.mceForceColors {background:#FFF; color:#000;} |
2 body.mceForceColors {background:#FFF; color:#000;} |
|
3 body.mceBrowserDefaults {background:transparent; color:inherit; font-size:inherit; font-family:inherit;} |
|
4 td {color:#000; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; margin:8px;} |
4 h1 {font-size: 2em} |
5 h1 {font-size: 2em} |
5 h2 {font-size: 1.5em} |
6 h2 {font-size: 1.5em} |
6 h3 {font-size: 1.17em} |
7 h3 {font-size: 1.17em} |
7 h4 {font-size: 1em} |
8 h4 {font-size: 1em} |
8 h5 {font-size: .83em} |
9 h5 {font-size: .83em} |
9 h6 {font-size: .75em} |
10 h6 {font-size: .75em} |
10 .mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;} |
11 .mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px dashed #BBB;} |
11 a.mceItemAnchor {width:12px; line-height:6px; overflow:hidden; padding-left:12px; background:url(../default/img/items.gif) no-repeat bottom left;} |
12 a.mceItemAnchor {display:inline-block; -webkit-user-select:all; -webkit-user-modify:read-only; -moz-user-select:all; -moz-user-modify:read-only; width:11px !important; height:11px !important; background:url(../default/img/items.gif) no-repeat center center} |
12 img.mceItemAnchor {width:12px; height:12px; background:url(../default/img/items.gif) no-repeat;} |
13 span.mceItemNbsp {background: #DDD} |
|
14 td.mceSelected, th.mceSelected {background-color:#3399ff !important} |
13 img {border:0;} |
15 img {border:0;} |
14 table {cursor:default} |
16 table, img, hr, .mceItemAnchor {cursor:default} |
15 table td, table th {cursor:text} |
17 table td, table th {cursor:text} |
16 ins {border-bottom:1px solid green; text-decoration: none; color:green} |
18 ins {border-bottom:1px solid green; text-decoration: none; color:green} |
17 del {color:red; text-decoration:line-through} |
19 del {color:red; text-decoration:line-through} |
18 cite {border-bottom:1px dashed blue} |
20 cite {border-bottom:1px dashed blue} |
19 acronym {border-bottom:1px dotted #CCC; cursor:help} |
21 acronym {border-bottom:1px dotted #CCC; cursor:help} |
20 abbr, html\:abbr {border-bottom:1px dashed #CCC; cursor:help} |
22 abbr {border-bottom:1px dashed #CCC; cursor:help} |
|
23 |
|
24 img:-moz-broken {-moz-force-broken-image-icon:1; width:24px; height:24px} |
|
25 font[face=mceinline] {font-family:inherit !important} |
|
26 *[contentEditable]:focus {outline:0} |
|
27 |
|
28 .mceItemMedia {border:1px dotted #cc0000; background-position:center; background-repeat:no-repeat; background-color:#ffffcc} |
|
29 .mceItemShockWave {background-image:url(../../img/shockwave.gif)} |
|
30 .mceItemFlash {background-image:url(../../img/flash.gif)} |
|
31 .mceItemQuickTime {background-image:url(../../img/quicktime.gif)} |
|
32 .mceItemWindowsMedia {background-image:url(../../img/windowsmedia.gif)} |
|
33 .mceItemRealMedia {background-image:url(../../img/realmedia.gif)} |
|
34 .mceItemVideo {background-image:url(../../img/video.gif)} |
|
35 .mceItemAudio {background-image:url(../../img/video.gif)} |
|
36 .mceItemIframe {background-image:url(../../img/iframe.gif)} |
|
37 .mcePageBreak {display:block;border:0;width:100%;height:12px;border-top:1px dotted #ccc;margin-top:15px;background:#fff url(../../img/pagebreak.gif) no-repeat center top;} |
21 |
38 |
22 /* WordPress styles */ |
39 /* WordPress styles */ |
23 html { |
40 body { |
24 background-color: #fff; |
41 font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
|
42 font-size: 13px; |
|
43 line-height: 19px; |
|
44 color: #333; |
|
45 margin: 10px; |
|
46 min-height: 100%; |
|
47 } |
|
48 |
|
49 br[data-mce-bogus] { |
|
50 line-height: 1em; |
|
51 margin-top: -1em; |
|
52 } |
|
53 |
|
54 br[data-mce-bogus]:only-child { |
|
55 line-height: inherit; |
|
56 margin-top: inherit; |
25 } |
57 } |
26 |
58 |
27 .aligncenter, |
59 .aligncenter, |
28 dl.aligncenter { |
60 dl.aligncenter { |
29 display: block; |
61 display: block; |
42 .wp-caption { |
74 .wp-caption { |
43 border: 1px solid #ddd; |
75 border: 1px solid #ddd; |
44 text-align: center; |
76 text-align: center; |
45 background-color: #f3f3f3; |
77 background-color: #f3f3f3; |
46 padding-top: 4px; |
78 padding-top: 4px; |
47 margin: 10px; |
79 margin: 10px 0; |
48 -moz-border-radius: 3px; |
|
49 -khtml-border-radius: 3px; |
|
50 -webkit-border-radius: 3px; |
80 -webkit-border-radius: 3px; |
51 border-radius: 3px; |
81 border-radius: 3px; |
|
82 } |
|
83 |
|
84 .mceIEcenter { |
|
85 text-align: center; |
52 } |
86 } |
53 |
87 |
54 .wp-caption img { |
88 .wp-caption img { |
55 margin: 0; |
89 margin: 0; |
56 padding: 0; |
90 padding: 0; |
57 border: 0 none; |
91 border: 0 none; |
|
92 -webkit-user-drag: none; |
58 } |
93 } |
59 |
94 |
60 .wp-caption-dd { |
95 .wp-caption-dd { |
61 font-size: 11px; |
96 font-size: 11px; |
62 line-height: 17px; |
97 line-height: 17px; |
63 padding: 0 4px 5px; |
98 padding: 0 4px 5px; |
64 margin: 0; |
99 margin: 0; |
65 } |
100 } |
66 |
101 |
67 body.mceContentBody { |
|
68 font: 13px/19px Georgia, "Times New Roman", "Bitstream Charter", Times, serif; |
|
69 padding: 0.6em; |
|
70 margin: 0; |
|
71 } |
|
72 |
|
73 pre { |
102 pre { |
74 font: 12px/18px Consolas, Monaco, "Courier New", Courier, monospace; |
103 font: 12px/18px Consolas, Monaco, monospace; |
75 } |
104 } |
76 |
105 |
77 td { |
106 td { |
78 color: #000; |
107 color: #000; |
79 font-size: 11px; |
108 font-size: 11px; |
80 margin: 8px; |
109 margin: 8px; |
81 } |
110 } |
82 |
111 |
83 .mceIEcenter { |
112 /* Styles for the WordPress plugins */ |
84 text-align: center; |
113 img.mceWPnextpage, |
|
114 img.mceWPmore { |
|
115 border: 0; |
|
116 border-top: 1px dotted #cccccc; |
|
117 display: block; |
|
118 width: 95%; |
|
119 height: 12px; |
|
120 margin: 15px auto 0; |
85 } |
121 } |
|
122 |
|
123 img.mceWPmore { |
|
124 background: transparent url("img/more_bug.gif") no-repeat right top; |
|
125 } |
|
126 |
|
127 img.mceWPnextpage { |
|
128 background: transparent url("img/page_bug.gif") no-repeat right top; |
|
129 } |
|
130 |
|
131 img.wpGallery { |
|
132 border: 1px dashed #888; |
|
133 background: #f2f8ff url("img/gallery.png") no-repeat scroll center center; |
|
134 width: 99%; |
|
135 height: 250px; |
|
136 } |
|
137 |
|
138 img.wp-oembed { |
|
139 border: 1px dashed #888; |
|
140 background: #f7f5f2 url("img/embedded.png") no-repeat scroll center center; |
|
141 width: 300px; |
|
142 height: 250px; |
|
143 } |
|
144 |