author | Anthony Ly <anthonyly.com@gmail.com> |
Tue, 12 Mar 2013 18:21:39 +0100 | |
changeset 206 | 919b4ddb13fa |
parent 204 | 09a1c134465b |
permissions | -rw-r--r-- |
136 | 1 |
|
2 |
html, body { |
|
3 |
background-color: #fff; |
|
4 |
margin: 0; |
|
5 |
padding: 0; |
|
6 |
} |
|
7 |
||
204
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
8 |
body { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
9 |
font-family: sans-serif; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
10 |
font-size: 12px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
11 |
line-height: 1.4em; |
136 | 12 |
} |
13 |
||
14 |
a.button { |
|
15 |
padding: 4px 8px; |
|
16 |
} |
|
17 |
||
18 |
textarea, |
|
19 |
input, |
|
20 |
select { |
|
204
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
21 |
font: inherit; |
136 | 22 |
margin: 1px; |
23 |
padding: 3px; |
|
24 |
} |
|
25 |
||
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
26 |
p.help { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
27 |
margin: 4px 0; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
28 |
font-size: 12px; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
29 |
font-style: italic; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
30 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
31 |
|
136 | 32 |
abbr.required { |
33 |
color: #FF0000; |
|
34 |
text-align: left; |
|
35 |
} |
|
36 |
||
37 |
img.alignright, |
|
38 |
.alignright { |
|
39 |
float: right; |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
40 |
margin-left: 5px; |
136 | 41 |
} |
42 |
||
43 |
img.alignleft, |
|
44 |
.alignleft { |
|
45 |
float: left; |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
46 |
margin-right: 5px; |
136 | 47 |
} |
48 |
||
49 |
img.aligncenter { |
|
50 |
display: block; |
|
51 |
margin-left: auto; |
|
52 |
margin-right: auto; |
|
53 |
} |
|
54 |
||
55 |
label { |
|
56 |
cursor: pointer; |
|
57 |
} |
|
58 |
||
59 |
th.label { |
|
60 |
width: 107px; |
|
61 |
} |
|
62 |
||
63 |
#media-upload #basic th.label { |
|
64 |
padding: 5px 5px 5px 0; |
|
65 |
} |
|
66 |
||
67 |
.show-align { |
|
68 |
height: 200px; |
|
69 |
width: 480px; |
|
70 |
float: right; |
|
71 |
background-color: #f1f1f1; |
|
72 |
cursor: default; |
|
73 |
-moz-user-select: none; |
|
74 |
user-select: none; |
|
75 |
overflow: hidden; |
|
76 |
} |
|
77 |
||
78 |
#img-edit { |
|
79 |
border: 1px solid #dfdfdf; |
|
80 |
width: 623px; |
|
81 |
margin: 15px auto; |
|
82 |
} |
|
83 |
||
84 |
#media-upload .media-upload-form table.describe { |
|
85 |
border-top-style: none; |
|
86 |
border-top-width: 0; |
|
87 |
} |
|
88 |
||
89 |
#img_demo_txt { |
|
90 |
font-size: 9px; |
|
91 |
line-height: 13px; |
|
92 |
font-family: Monaco,"Courier New",Courier,monospace; |
|
93 |
color: #888; |
|
94 |
} |
|
95 |
||
96 |
#img_demo { |
|
97 |
padding: 0; |
|
98 |
} |
|
99 |
||
100 |
#saveeditimg { |
|
101 |
padding: 10px 0 0 5px; |
|
102 |
border-top: 1px solid #ccc; |
|
103 |
} |
|
104 |
||
105 |
#sidemenu, |
|
106 |
#sidemenu li { |
|
107 |
list-style: none; |
|
108 |
} |
|
109 |
||
110 |
#sidemenu li { |
|
111 |
display: inline; |
|
112 |
} |
|
113 |
||
114 |
#sidemenu a { |
|
115 |
border-bottom-style: solid; |
|
116 |
border-bottom-width: 1px; |
|
117 |
border-top-style: solid; |
|
118 |
border-top-width: 1px; |
|
119 |
display: block; |
|
120 |
float: left; |
|
121 |
height: 28px; |
|
122 |
line-height: 28px; |
|
123 |
text-decoration: none; |
|
124 |
text-align: center; |
|
125 |
white-space: nowrap; |
|
126 |
margin: 0; |
|
127 |
padding: 0pt 7px; |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
128 |
background-color: #f9f9f9; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
129 |
border-color: #f9f9f9; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
130 |
border-bottom-color: #dfdfdf; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
131 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
132 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
133 |
a { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
134 |
color: #21759B; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
135 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
136 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
137 |
a:hover, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
138 |
a:active, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
139 |
a:focus { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
140 |
color: #D54E21; |
136 | 141 |
} |
142 |
||
143 |
#sidemenu a.current { |
|
144 |
-webkit-border-top-left-radius: 4px; |
|
145 |
border-top-left-radius: 4px; |
|
146 |
-webkit-border-top-right-radius: 4px; |
|
147 |
border-top-right-radius: 4px; |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
148 |
border-style: solid; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
149 |
border-width: 1px; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
150 |
font-weight: normal; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
151 |
background-color: #fff; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
152 |
border-color: #dfdfdf #dfdfdf #fff; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
153 |
color: #D54E21; |
136 | 154 |
} |
155 |
||
156 |
#adv_settings .field label { |
|
157 |
padding: 0 5px 5px; |
|
158 |
} |
|
159 |
||
160 |
#media-upload h3 { |
|
161 |
clear: both; |
|
162 |
padding: 0pt 0pt 3px; |
|
163 |
border-bottom-style: solid; |
|
164 |
border-bottom-width: 1px; |
|
165 |
font-family: Georgia,"Times New Roman",Times,serif; |
|
166 |
font-size: 20px; |
|
167 |
font-weight: normal; |
|
168 |
line-height: normal; |
|
169 |
margin: 0 0 10px -4px; |
|
170 |
padding: 15px 0 3px; |
|
171 |
border-bottom-color: #DADADA; |
|
172 |
color: #5A5A5A; |
|
173 |
} |
|
174 |
||
175 |
#img_dim #width, |
|
176 |
#img_dim #height, |
|
177 |
#img_prop #border, |
|
178 |
#img_prop #vspace, |
|
179 |
#img_prop #hspace { |
|
180 |
width: 36px; |
|
181 |
} |
|
182 |
||
183 |
#img_dim abbr { |
|
184 |
padding: 0 4px; |
|
185 |
} |
|
186 |
||
187 |
#show_align_sp { |
|
188 |
width: 115px; |
|
189 |
} |
|
190 |
||
191 |
#img_dim input, |
|
192 |
#img_prop input { |
|
193 |
margin-right: 10px; |
|
194 |
} |
|
195 |
||
196 |
#basic .align .field label { |
|
197 |
padding: 0 0 0 24px; |
|
198 |
} |
|
199 |
||
200 |
#basic { |
|
201 |
padding-top: 2px; |
|
202 |
} |
|
203 |
||
204 |
td { |
|
205 |
padding: 2px 0; |
|
206 |
} |
|
207 |
||
208 |
#img_size { |
|
209 |
float: right; |
|
210 |
text-align: center; |
|
211 |
cursor: pointer; |
|
212 |
background-color: #f1f1f1; |
|
213 |
padding: 5px 0; |
|
214 |
width: 45px; |
|
215 |
} |
|
216 |
||
217 |
#img_size div { |
|
218 |
font-size: 10px; |
|
219 |
padding: 2px; |
|
220 |
border: 1px solid #f1f1f1; |
|
221 |
line-height: 15px; |
|
222 |
height: 15px; |
|
223 |
-webkit-border-radius: 3px; |
|
224 |
border-radius: 3px; |
|
225 |
color: #07273E; |
|
226 |
} |
|
227 |
||
228 |
#img_size div#s100 { |
|
229 |
border-color: #A3A3A3; |
|
230 |
background-color: #E5E5E5; |
|
231 |
} |
|
232 |
||
233 |
#img_size_div { |
|
234 |
width: 100px; |
|
235 |
float: left; |
|
236 |
cursor: default; |
|
237 |
} |
|
238 |
||
239 |
#img_size_title { |
|
240 |
margin: 0 7px 5px; |
|
241 |
text-align: right; |
|
242 |
font-weight: bold; |
|
243 |
} |
|
244 |
||
245 |
#img_align_td { |
|
246 |
padding: 2px 0 8px; |
|
247 |
} |
|
248 |
||
249 |
#media-upload tr.align td.field { |
|
250 |
text-align: center; |
|
251 |
} |
|
252 |
||
253 |
.describe td { |
|
254 |
vertical-align: middle; |
|
255 |
} |
|
256 |
||
257 |
#media-upload .describe th.label { |
|
258 |
padding-top: .5em; |
|
259 |
text-align: left; |
|
260 |
} |
|
261 |
||
262 |
#media-upload .describe { |
|
263 |
border-top-width: 1px; |
|
264 |
border-top-style: solid; |
|
265 |
padding: 5px; |
|
266 |
width: 100%; |
|
267 |
clear: both; |
|
268 |
cursor: default; |
|
269 |
} |
|
270 |
||
271 |
form { |
|
272 |
margin: 1em; |
|
273 |
} |
|
274 |
||
275 |
.describe input[type="text"], |
|
276 |
.describe textarea { |
|
277 |
width: 460px; |
|
278 |
border: 1px solid #dfdfdf; |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
279 |
-webkit-border-radius: 4px; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
280 |
border-radius: 4px; |
136 | 281 |
} |
282 |
||
283 |
.media-upload-form label, |
|
284 |
.media-upload-form legend { |
|
285 |
font-weight: bold; |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
286 |
font-size: 12px; |
136 | 287 |
color: #464646; |
288 |
} |
|
289 |
||
290 |
.align .field label { |
|
291 |
display: inline; |
|
292 |
padding: 0 0 0 28px; |
|
293 |
margin: 0 1em 0 0; |
|
294 |
} |
|
204
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
295 |
|
136 | 296 |
.image-align-none-label { |
297 |
background: url(../../../../../../wp-admin/images/align-none.png) no-repeat center left; |
|
298 |
} |
|
299 |
||
300 |
.image-align-left-label { |
|
301 |
background: url(../../../../../../wp-admin/images/align-left.png) no-repeat center left; |
|
302 |
} |
|
303 |
||
304 |
.image-align-center-label { |
|
305 |
background: url(../../../../../../wp-admin/images/align-center.png) no-repeat center left; |
|
306 |
} |
|
307 |
||
308 |
.image-align-right-label { |
|
309 |
background: url(../../../../../../wp-admin/images/align-right.png) no-repeat center left; |
|
310 |
} |
|
311 |
||
312 |
div#media-upload-header { |
|
313 |
margin: 0; |
|
314 |
padding: 0 5px; |
|
315 |
font-weight: bold; |
|
316 |
position: relative; |
|
317 |
border-bottom-width: 1px; |
|
318 |
border-bottom-style: solid; |
|
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
319 |
height: 33px; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
320 |
background-color: #f9f9f9; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
321 |
border-bottom-color: #dfdfdf; |
136 | 322 |
} |
323 |
||
324 |
body#media-upload ul#sidemenu { |
|
325 |
font-weight: normal; |
|
326 |
margin: 0 5px; |
|
327 |
position: relative; |
|
328 |
left: 0px; |
|
329 |
bottom: -4px; |
|
330 |
} |
|
331 |
||
332 |
div#media-upload-error { |
|
333 |
margin: 1em; |
|
334 |
font-weight: bold; |
|
335 |
} |
|
336 |
||
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
337 |
#TB_window #TB_title { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
338 |
background-color: #222222; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
339 |
color: #CFCFCF; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
340 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
341 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
342 |
.hidden { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
343 |
display: none; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
344 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
345 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
346 |
/* RTL */ |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
347 |
body#media-upload.rtl ul#sidemenu { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
348 |
left: auto; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
349 |
right: 0; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
350 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
351 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
352 |
.rtl #basic .align .field label { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
353 |
display: block; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
354 |
float: right; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
355 |
padding: 0 24px 0 0; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
356 |
margin: 5px 3px 5px 5px; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
357 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
358 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
359 |
.rtl .align .field input { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
360 |
display: block; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
361 |
float: right; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
362 |
margin: 5px 15px 5px 0; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
363 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
364 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
365 |
.rtl tr.image-size label { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
366 |
margin: 0; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
367 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
368 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
369 |
.rtl tr.image-size input { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
370 |
margin: 3px 15px 0 5px; |
136 | 371 |
} |
372 |
||
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
373 |
.rtl .image-align-none-label, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
374 |
.rtl .image-align-left-label, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
375 |
.rtl .image-align-center-label, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
376 |
.rtl .image-align-right-label { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
377 |
background-position: center right; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
378 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
379 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
380 |
#media-upload.rtl .describe th.label { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
381 |
text-align: right; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
382 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
383 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
384 |
.rtl .show-align, |
204
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
385 |
.rtl #img_size, |
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
386 |
.rtl .alignright, |
204
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
387 |
.rtl #img_demo.alignleft { |
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
388 |
float: left; |
136 | 389 |
} |
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
390 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
391 |
.rtl tr.image-size label, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
392 |
.rtl tr.image-size input, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
393 |
.rtl #img_dim label, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
394 |
.rtl #img_dim input, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
395 |
.rtl #img_prop label, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
396 |
.rtl #img_prop input, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
397 |
.rtl #img_size_div, |
204
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
398 |
.rtl .alignleft, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
399 |
.rtl #img_demo.alignright { |
194
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
400 |
float: right; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
401 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
402 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
403 |
.rtl #img_dim label, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
404 |
.rtl #img_prop label { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
405 |
margin: 5px 0pt; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
406 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
407 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
408 |
.rtl #img_dim input, |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
409 |
.rtl #img_prop input { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
410 |
margin: 0 5px 0 10px; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
411 |
} |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
412 |
|
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
413 |
.rtl #img_size_title { |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
414 |
text-align: left; |
32102edaa81b
MAJ wordpress et ajout de plugin
Anthony Ly <anthonyly.com@gmail.com>
parents:
136
diff
changeset
|
415 |
} |
204
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
416 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
417 |
/** |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
418 |
* Retina display 2x icons |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
419 |
*/ |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
420 |
@media print, |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
421 |
(-o-min-device-pixel-ratio: 5/4), |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
422 |
(-webkit-min-device-pixel-ratio: 1.25), |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
423 |
(min-resolution: 120dpi) { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
424 |
.image-align-none-label { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
425 |
background: url(../../../../../../wp-admin/images/align-none-2x.png) no-repeat center left; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
426 |
background-size: auto 15px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
427 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
428 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
429 |
.image-align-left-label { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
430 |
background: url(../../../../../../wp-admin/images/align-left-2x.png) no-repeat center left; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
431 |
background-size: auto 15px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
432 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
433 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
434 |
.image-align-center-label { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
435 |
background: url(../../../../../../wp-admin/images/align-center-2x.png) no-repeat center left; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
436 |
background-size: auto 15px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
437 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
438 |
|
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
439 |
.image-align-right-label { |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
440 |
background: url(../../../../../../wp-admin/images/align-right-2x.png) no-repeat center left; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
441 |
background-size: auto 15px; |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
442 |
} |
09a1c134465b
man wordpress + plugins order post + slideshow
Anthony Ly <anthonyly.com@gmail.com>
parents:
194
diff
changeset
|
443 |
} |