change_mce_dark&green.css
25.8 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
/* Dark with Green CSS for Ultimate TinyMCE */
/* Created by Josh Lobe */
.wp-editor-wrap .wp_themeSkin tr.mceFirst td.mceToolbar {
background-image: none !important;
background: #BFBFBF !important;
background: -moz-linear-gradient(top, #BFBFBF 0%, #4C4C4C 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BFBFBF), color-stop(100%,#4C4C4C)) !important;
background: -webkit-linear-gradient(top, #BFBFBF 0%,#4C4C4C 100%) !important;
background: -o-linear-gradient(top, #BFBFBF 0%,#4C4C4C 100%) !important;
background: -ms-linear-gradient(top, #BFBFBF 0%,#4C4C4C 100%) !important;
background: linear-gradient(top, #BFBFBF 0%,#4C4C4C 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BFBFBF', endColorstr='#4C4C4C',GradientType=0 ) !important;
}
.wp-editor-wrap .wp_themeSkin .mceButton {
background-color: none !important;
background-image: none !important;
background: #e6fee2 !important;
background: -moz-linear-gradient(top, #e6fee2 0%, #d9fdd3 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6fee2), color-stop(100%,#d9fdd3)) !important;
background: -webkit-linear-gradient(top, #e6fee2 0%,#d9fdd3 100%) !important;
background: -o-linear-gradient(top, #e6fee2 0%,#d9fdd3 100%) !important;
background: -ms-linear-gradient(top, #e6fee2 0%,#d9fdd3 100%) !important;
background: linear-gradient(top, #e6fee2 0%,#d9fdd3 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fee2', endColorstr='#d9fdd3',GradientType=0 ) !important;
}
.wp-editor-wrap .wp_themeSkin .mceListBox .mceText, .wp-editor-wrap .wp_themeSkin .mceListBox .mceOpen {
background-color: none !important;
background-image: none !important;
background: #e6fee2 !important;
background: -moz-linear-gradient(top, #e6fee2 0%, #d9fdd3 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6fee2), color-stop(100%,#d9fdd3)) !important;
background: -webkit-linear-gradient(top, #e6fee2 0%,#d9fdd3 100%) !important;
background: -o-linear-gradient(top, #e6fee2 0%,#d9fdd3 100%) !important;
background: -ms-linear-gradient(top, #e6fee2 0%,#d9fdd3 100%) !important;
background: linear-gradient(top, #e6fee2 0%,#d9fdd3 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fee2', endColorstr='#d9fdd3',GradientType=0 ) !important;
}
.wp-editor-wrap .wp_themeSkin table.mceSplitButton td {
background-color: none !important;
background-image: none !important;
background: #e6fee2 !important;
background: -moz-linear-gradient(top, #e6fee2 0%, #d9fdd3 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6fee2), color-stop(100%,#d9fdd3)) !important;
background: -webkit-linear-gradient(top, #e6fee2 0%,#d9fdd3 100%) !important;
background: -o-linear-gradient(top, #e6fee2 0%,#d9fdd3 100%) !important;
background: -ms-linear-gradient(top, #e6fee2 0%,#d9fdd3 100%) !important;
background: linear-gradient(top, #e6fee2 0%,#d9fdd3 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fee2', endColorstr='#d9fdd3',GradientType=0 ) !important;
}
.wp-editor-wrap .quicktags-toolbar, .wp-editor-wrap.wp_themeSkin tr.mceFirst td.mceToolbar {
background-color: none !important;
background-image: none !important;
background: #BFBFBF !important;
background: -moz-linear-gradient(top, #BFBFBF 0%, #4C4C4C 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#BFBFBF), color-stop(100%,#4C4C4C)) !important;
background: -webkit-linear-gradient(top, #BFBFBF 0%,#4C4C4C 100%) !important;
background: -o-linear-gradient(top, #BFBFBF 0%,#4C4C4C 100%) !important;
background: -ms-linear-gradient(top, #BFBFBF 0%,#4C4C4C 100%) !important;
background: linear-gradient(top, #BFBFBF 0%,#4C4C4C 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#BFBFBF', endColorstr='#4C4C4C',GradientType=0 ) !important;
}
.wp-editor-wrap .wp_themeSkin a.mceButton:active, .wp-editor-wrap .wp_themeSkin a.mceButtonEnabled:active, .wp-editor-wrap .wp_themeSkin a.mceButtonSelected:active, .wp-editor-wrap .wp_themeSkin a.mceButtonActive, .wp-editor-wrap .wp_themeSkin a.mceButtonActive:active, .wp-editor-wrap .wp_themeSkin a.mceButtonActive:hover {
background: none repeat scroll 0 0 #34DB42 !important;
}
.wp-editor-wrap.tmce-active .switch-tmce, .wp-editor-wrap.html-active .switch-html {
background-color: #d9fdd3 !important;
}
.wp-editor-wrap .wp-switch-editor {
background-color: #e6fee2 !important;
}
.quicktags-toolbar input {
background-color: none !important;
background-image: none !important;
background: #e6fee2 !important;
background: -moz-linear-gradient(top, #e6fee2 0%, #d9fdd3 100%) !important;
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6fee2), color-stop(100%,#d9fdd3)) !important;
background: -webkit-linear-gradient(top, #e6fee2 0%,#d9fdd3 100%) !important;
background: -o-linear-gradient(top, #e6fee2 0%,#d9fdd3 100%) !important;
background: -ms-linear-gradient(top, #e6fee2 0%,#d9fdd3 100%) !important;
background: linear-gradient(top, #e6fee2 0%,#d9fdd3 100%) !important;
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6fee2', endColorstr='#d9fdd3',GradientType=0 ) !important;
}
/* Separator */
.wp_themeSkin .mceSeparator {
display: block !important;
width: 10px !important;
}
/* Opacity for inactive icons */
.wp_themeSkin .mceButtonDisabled .mceIcon {
opacity: 0.4 !important;
}
/* Code for tinymce icons sprite created by Josh Lobe */
.wp_themeSkin .mceSplitButton span.mce_table, .wp_themeSkin span.mce_clearleft, .wp_themeSkin span.mce_clearright, .wp_themeSkin span.mce_clker, .wp_themeSkin span.mce_codemagic, .wp_themeSkin span.mce_decode, .wp_themeSkin span.mce_encode, .wp_themeSkin span.mce_equation, .wp_themeSkin span.mce_ezimage, .wp_themeSkin span.mce_linebreak, .wp_themeSkin span.mce_loremipsum, .wp_themeSkin span.mce_mailto, .wp_themeSkin span.mce_ptags, .wp_themeSkin span.mce_shortcodes, .wp_themeSkin span.mce_jwlSpan, .wp_themeSkin span.mce_tagwrap, .wp_themeSkin span.mce_imgmap, .wp_themeSkin span.mce_w3cvalidate, .wp_themeSkin span.mce_youtube, .wp_themeSkin span.mce_youtubeIframe, .wp_themeSkin span.mce_acheck, .wp_themeSkin span.mce_advlink, .wp_themeSkin span.mce_clearboth, .wp_themeSkin span.mce_abbr, .wp_themeSkin span.mce_absolute, .wp_themeSkin span.mce_acronym, .wp_themeSkin span.mce_advhr, .wp_themeSkin span.mce_anchor, .wp_themeSkin span.mce_attribs, .wp_themeSkin span.mce_backcolorpicker, .wp_themeSkin span.mce_cite, .wp_themeSkin span.mce_code, .wp_themeSkin span.mce_copy, .wp_themeSkin span.mce_cut, .wp_themeSkin span.mce_del, .wp_themeSkin span.mce_emotions, .wp_themeSkin span.mce_image, .wp_themeSkin span.mce_ins, .wp_themeSkin span.mce_insertdate, .wp_themeSkin span.mce_insertlayer, .wp_themeSkin span.mce_inserttime, .wp_themeSkin span.mce_ltr, .wp_themeSkin span.mce_movebackward, .wp_themeSkin span.mce_moveforward, .wp_themeSkin span.mce_wp_page, .wp_themeSkin span.mce_nonbreaking, .wp_themeSkin span.mce_paste, .wp_themeSkin span.mce_preview, .wp_themeSkin span.mce_print, .wp_themeSkin span.mce_replace, .wp_themeSkin span.mce_rtl, .wp_themeSkin span.mce_search, .wp_themeSkin span.mce_styleprops, .wp_themeSkin span.mce_sub, .wp_themeSkin span.mce_sup, .wp_themeSkin span.mce_table, .wp_themeSkin span.mce_visualaid {
background: url(img/jwl_tinymce_sprites.png) no-repeat !important;
}
.wp_themeSkin span.mce_acheck{ background-position: 0 -350px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_advlink{ background-position: 0 -770px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_clearboth{ background-position: 0 -1470px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_clearleft{ background-position: 0 -1610px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_clearright{ background-position: 0 -1750px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_clker{ background-position: 0 -1890px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_codemagic{ background-position: -70px -210px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_decode{ background-position: -70px -630px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_encode{ background-position: -70px -1050px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_equation{ background-position: -70px -1190px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_ezimage{ background-position: -70px -1330px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_linebreak{ background-position: -140px -490px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_loremipsum{ background-position: -140px -630px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_mailto{ background-position: -140px -910px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_ptags{ background-position: -210px -70px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_shortcodes{ background-position: -210px -630px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_jwlSpan{ background-position: -140px -350px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_tagwrap{ background-position: -210px -1330px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_imgmap{ background-position: -70px -1610px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_w3cvalidate{ background-position: -210px -1610px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_youtube{ background-position: -210px -1890px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_youtubeIframe{ background-position: -210px -1820px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_abbr{ background-position: 0 -70px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_absolute{ background-position: 0 -210px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_acronym{ background-position: 0 -490px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_advhr{ background-position: 0 -630px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_anchor{ background-position: 0 -910px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_attribs{ background-position: 0 -1050px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_backcolorpicker{ background-position: 0 -1190px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_cite{ background-position: 0 -1330px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_code{ background-position: -70px -70px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_copy{ background-position: -70px -350px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_cut{ background-position: -70px -490px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_del{ background-position: -70px -770px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_emotions{ background-position: -70px -910px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_image{ background-position: -70px -1470px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_ins{ background-position: -70px -1750px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_insertdate{ background-position: -70px -1890px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_insertlayer{ background-position: -140px -70px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_inserttime{ background-position: -140px -210px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_ltr{ background-position: -140px -770px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_movebackward{ background-position: -140px -1050px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_moveforward{ background-position: -140px -1190px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_wp_page{ background-position: -140px -1330px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_nonbreaking{ background-position: -140px -1470px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_paste{ background-position: -140px -1610px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_preview{ background-position: -140px -1750px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_print{ background-position: -140px -1890px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_replace{ background-position: -210px -210px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_rtl{ background-position: -210px -350px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_search{ background-position: -210px -490px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_styleprops{ background-position: -210px -770px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_sub{ background-position: -210px -910px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_sup{ background-position: -210px -1050px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin span.mce_visualaid{ background-position: -210px -1470px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceSplitButton .mce_table span.mce_table{ background-position: -210px -1190px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_acheck, .wp_themeSkin .mceButtonActive span.mce_acheck { background-position: 0 -280px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_advlink, .wp_themeSkin .mceButtonActive span.mce_advlink { background-position: 0 -700px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_clearboth, .wp_themeSkin .mceButtonActive span.mce_clearboth { background-position: 0 -1400px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_clearleft, .wp_themeSkin .mceButtonActive span.mce_clearleft { background-position: 0 -1540px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_clearright, .wp_themeSkin .mceButtonActive span.mce_clearright { background-position: 0 -1680px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_clker, .wp_themeSkin .mceButtonActive span.mce_clker { background-position: 0 -1820px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_codemagic, .wp_themeSkin .mceButtonActive span.mce_codemagic { background-position: -70px -140px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_decode, .wp_themeSkin .mceButtonActive span.mce_decode { background-position: -70px -560px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_encode, .wp_themeSkin .mceButtonActive span.mce_encode { background-position: -70px -980px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_equation, .wp_themeSkin .mceButtonActive span.mce_equation { background-position: -70px -1120px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_ezimage, .wp_themeSkin .mceButtonActive span.mce_ezimage { background-position: -70px -1260px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_linebreak, .wp_themeSkin .mceButtonActive span.mce_linebreak { background-position: -140px -420px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_loremipsum, .wp_themeSkin .mceButtonActive span.mce_loremipsum { background-position: -140px -560px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_mailto, .wp_themeSkin .mceButtonActive span.mce_mailto { background-position: -140px -840px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_ptags, .wp_themeSkin .mceButtonActive span.mce_ptags { background-position: -210px 0 !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_shortcodes, .wp_themeSkin .mceButtonActive span.mce_shortcodes { background-position: -210px -560px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_jwlSpan, .wp_themeSkin .mceButtonActive span.mce_jwlSpan { background-position: -140px -280px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_tagwrap, .wp_themeSkin .mceButtonActive span.mce_tagwrap { background-position: -210px -1260px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_imgmap, .wp_themeSkin .mceButtonActive span.mce_imgmap { background-position: -70px -1540px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_w3cvalidate, .wp_themeSkin .mceButtonActive span.mce_w3cvalidate { background-position: -210px -1540px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_youtube, .wp_themeSkin .mceButtonActive span.mce_youtube { background-position: -210px -1680px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_youtubeIframe, .wp_themeSkin .mceButtonActive span.mce_youtubeIframe { background-position: -210px -1750px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_abbr, .wp_themeSkin .mceButtonActive span.mce_abbr { background-position: 0 0 !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_absolute, .wp_themeSkin .mceButtonActive span.mce_absolute { background-position: 0 -140px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_acronym, .wp_themeSkin .mceButtonActive span.mce_acronym { background-position: 0 -420px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_advhr, .wp_themeSkin .mceButtonActive span.mce_advhr { background-position: 0 -560px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_anchor, .wp_themeSkin .mceButtonActive span.mce_anchor { background-position: 0 -840px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_attribs, .wp_themeSkin .mceButtonActive span.mce_attribs { background-position: 0 -980px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_backcolorpicker, .wp_themeSkin .mceButtonActive span.mce_backcolorpicker { background-position: 0 -1120px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_cite, .wp_themeSkin .mceButtonActive span.mce_cite { background-position: 0 -1260px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_code, .wp_themeSkin .mceButtonActive span.mce_code { background-position: -70px 0 !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_copy, .wp_themeSkin .mceButtonActive span.mce_copy { background-position: -70px -280px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_cut, .wp_themeSkin .mceButtonActive span.mce_cut { background-position: -70px -420px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_del, .wp_themeSkin .mceButtonActive span.mce_del { background-position: -70px -700px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_emotions, .wp_themeSkin .mceButtonActive span.mce_emotions { background-position: -70px -840px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_image, .wp_themeSkin .mceButtonActive span.mce_image { background-position: -70px -1400px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_ins, .wp_themeSkin .mceButtonActive span.mce_ins { background-position: -70px -1680px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_insertdate, .wp_themeSkin .mceButtonActive span.mce_insertdate { background-position: -70px -1820px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_insertlayer, .wp_themeSkin .mceButtonActive span.mce_insertlayer { background-position: -140px 0 !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_inserttime, .wp_themeSkin .mceButtonActive span.mce_inserttime { background-position: -140px -140px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_ltr, .wp_themeSkin .mceButtonActive span.mce_ltr { background-position: -140px -700px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_movebackward, .wp_themeSkin .mceButtonActive span.mce_movebackward { background-position: -140px -980px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_moveforward, .wp_themeSkin .mceButtonActive span.mce_moveforward { background-position: -140px -1120px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_wp_page, .wp_themeSkin .mceButtonActive span.mce_wp_page { background-position: -140px -1260px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_nonbreaking, .wp_themeSkin .mceButtonActive span.mce_nonbreaking { background-position: -140px -1400px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_paste, .wp_themeSkin .mceButtonActive span.mce_paste { background-position: -140px -1540px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_preview, .wp_themeSkin .mceButtonActive span.mce_preview { background-position: -140px -1680px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_print, .wp_themeSkin .mceButtonActive span.mce_print { background-position: -140px -1820px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_replace, .wp_themeSkin .mceButtonActive span.mce_replace { background-position: -210px -140px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_rtl, .wp_themeSkin .mceButtonActive span.mce_rtl { background-position: -210px -280px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_search, .wp_themeSkin .mceButtonActive span.mce_search { background-position: -210px -420px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_styleprops, .wp_themeSkin .mceButtonActive span.mce_styleprops { background-position: -210px -700px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_sub, .wp_themeSkin .mceButtonActive span.mce_sub { background-position: -210px -840px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_sup, .wp_themeSkin .mceButtonActive span.mce_sup { background-position: -210px -980px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceButtonEnabled:hover span.mce_visualaid, .wp_themeSkin .mceButtonActive span.mce_visualaid { background-position: -210px -1400px !important; width: 20px !important; height: 20px !important; }
.wp_themeSkin .mceSplitButtonEnabled:hover span.mce_table, .wp_themeSkin .mceSplitButtonSelected span.mce_table { background-position: -210px -1120px !important; width: 20px !important; height: 20px !important; }