1 | /** |
---|
2 | * bbPress specific CSS |
---|
3 | * |
---|
4 | * @package bbPress |
---|
5 | * @subpackage Theme |
---|
6 | */ |
---|
7 | |
---|
8 | /* =bbPress Style |
---|
9 | -------------------------------------------------------------- */ |
---|
10 | |
---|
11 | hr { |
---|
12 | margin: 0 0 24px 0 !important; |
---|
13 | } |
---|
14 | #entry-author-info { |
---|
15 | margin: 10px 0 0 0; |
---|
16 | border-bottom: 1px solid #fff; |
---|
17 | } |
---|
18 | |
---|
19 | /* =Tables |
---|
20 | -------------------------------------------------------------- */ |
---|
21 | |
---|
22 | #content table tbody tr.even td { |
---|
23 | background-color: #fff; |
---|
24 | } |
---|
25 | #content table tbody tr.odd td { |
---|
26 | background-color: #fbfbfb; |
---|
27 | } |
---|
28 | |
---|
29 | #content table tbody tr:hover td { |
---|
30 | background-color: #f8f8f8; |
---|
31 | } |
---|
32 | |
---|
33 | #content table tbody tr.status-trash.even td, |
---|
34 | #content table tbody tr.status-spam.even td { |
---|
35 | background-color: #fee; |
---|
36 | } |
---|
37 | #content table tbody tr.status-trash.odd td, |
---|
38 | #content table tbody tr.status-spam.odd td { |
---|
39 | background-color: #fdd; |
---|
40 | } |
---|
41 | |
---|
42 | table.bbp-topic tbody tr td, |
---|
43 | table.bbp-replies tbody tr td { |
---|
44 | background-color: #fff; |
---|
45 | } |
---|
46 | |
---|
47 | table tbody tr.bbp-reply-header:hover td, |
---|
48 | table tbody tr.bbp-reply-header td { |
---|
49 | background-color: #f8f8f8; |
---|
50 | } |
---|
51 | |
---|
52 | table.bbp-forums th, table.bbp-topics th, |
---|
53 | table.bbp-topic th, table.bbp-replies th { |
---|
54 | background-color: #f3f3f3; |
---|
55 | } |
---|
56 | table.bbp-forums th span, table.bbp-topics th span, |
---|
57 | table.bbp-topic th span, table.bbp-replies th span { |
---|
58 | float: right; |
---|
59 | } |
---|
60 | #content table.bbp-forums tfoot td, #content table.bbp-topics tfoot td, |
---|
61 | #content table.bbp-topic tfoot td, #content table.bbp-replies tfoot td, |
---|
62 | #content table.bbp-replies tr.bbp-reply-header td, |
---|
63 | #content table.bbp-topic tr.bbp-topic-header td { |
---|
64 | background-color: #fafafa; |
---|
65 | color: #888; |
---|
66 | font-size: 12px; |
---|
67 | font-weight: bold; |
---|
68 | font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif; |
---|
69 | padding: 4px 10px; |
---|
70 | } |
---|
71 | |
---|
72 | #content .bbp-forum-topic-count, |
---|
73 | #content .bbp-forum-reply-count, |
---|
74 | #content .bbp-topic-reply-count, |
---|
75 | #content .bbp-topic-voice-count, |
---|
76 | #content .bbp-topic-action { |
---|
77 | width: 10%; |
---|
78 | text-align: center; |
---|
79 | padding: 6px 0px; |
---|
80 | } |
---|
81 | .bbp-topic-freshness, |
---|
82 | .bbp-forum-freshness { |
---|
83 | text-align: center; |
---|
84 | width: 20%; |
---|
85 | } |
---|
86 | .bbp-topic-author, |
---|
87 | .bbp-reply-author { |
---|
88 | width: 90px; |
---|
89 | text-align: center; |
---|
90 | padding: 0 10px; |
---|
91 | } |
---|
92 | |
---|
93 | #content tbody .bbp-topic-content, |
---|
94 | #content tbody .bbp-reply-content { |
---|
95 | vertical-align: top; |
---|
96 | padding: 9px 10px; |
---|
97 | } |
---|
98 | |
---|
99 | #content .bbp-topic-content img, |
---|
100 | #content .bbp-reply-content img { |
---|
101 | max-width: 100%; |
---|
102 | } |
---|
103 | |
---|
104 | /* =Admin Links |
---|
105 | -------------------------------------------------------------- */ |
---|
106 | |
---|
107 | span.bbp-admin-links { |
---|
108 | float: right; |
---|
109 | color: #ddd; |
---|
110 | } |
---|
111 | span.bbp-admin-links a { |
---|
112 | color: #bbb; |
---|
113 | font-weight: normal; |
---|
114 | font-size: 10px; |
---|
115 | text-transform: uppercase; |
---|
116 | text-decoration: none; |
---|
117 | } |
---|
118 | fieldset span.bbp-admin-links { |
---|
119 | float: left; |
---|
120 | } |
---|
121 | tr:hover span.bbp-admin-links a { |
---|
122 | color: #06c; |
---|
123 | } |
---|
124 | tr td span.bbp-admin-links a:hover { |
---|
125 | color: #ff4b33; |
---|
126 | } |
---|
127 | td.bbp-topic-admin-links, |
---|
128 | td.bbp-topic-counts { |
---|
129 | width: 50%; |
---|
130 | } |
---|
131 | |
---|
132 | /* =Toggles |
---|
133 | -------------------------------------------------------------- */ |
---|
134 | |
---|
135 | .bbp-topic-action #favorite-toggle a { |
---|
136 | text-decoration: none; |
---|
137 | padding: 0px 3px 1px; |
---|
138 | color: #7c7; |
---|
139 | border: 1px solid #aca; |
---|
140 | background-color: #dfd; |
---|
141 | font-weight: bold; |
---|
142 | font-size: 13px; |
---|
143 | -moz-border-radius: 8px; |
---|
144 | -webkit-border-radius: 8px; |
---|
145 | } |
---|
146 | .bbp-topic-action #favorite-toggle a:hover { |
---|
147 | color: #5a5; |
---|
148 | border-color: #7c7; |
---|
149 | background-color: #beb; |
---|
150 | } |
---|
151 | .bbp-topic-action #favorite-toggle span.is-favorite a { |
---|
152 | color: #faa; |
---|
153 | border: 1px solid #faa; |
---|
154 | background-color: #fee; |
---|
155 | -moz-border-radius: 5px; |
---|
156 | -webkit-border-radius: 5px; |
---|
157 | } |
---|
158 | .bbp-topic-action #favorite-toggle span.is-favorite a:hover { |
---|
159 | color: #c88; |
---|
160 | border-color: #c88; |
---|
161 | background-color: #fdd; |
---|
162 | } |
---|
163 | |
---|
164 | .bbp-topic-action #subscription-toggle a { |
---|
165 | text-decoration: none; |
---|
166 | padding: 0px 3px 1px; |
---|
167 | color: #7c7; |
---|
168 | border: 1px solid #aca; |
---|
169 | background-color: #dfd; |
---|
170 | font-weight: bold; |
---|
171 | font-size: 13px; |
---|
172 | -moz-border-radius: 8px; |
---|
173 | -webkit-border-radius: 8px; |
---|
174 | } |
---|
175 | .bbp-topic-action #subscription-toggle a:hover { |
---|
176 | color: #5a5; |
---|
177 | border-color: #7c7; |
---|
178 | background-color: #beb; |
---|
179 | } |
---|
180 | .bbp-topic-action #subscription-toggle span.is-subscribed a { |
---|
181 | color: #faa; |
---|
182 | border: 1px solid #faa; |
---|
183 | background-color: #fee; |
---|
184 | -moz-border-radius: 5px; |
---|
185 | -webkit-border-radius: 5px; |
---|
186 | } |
---|
187 | .bbp-topic-action #subscription-toggle span.is-subscribed a:hover { |
---|
188 | color: #c88; |
---|
189 | border-color: #c88; |
---|
190 | background-color: #fdd; |
---|
191 | } |
---|
192 | |
---|
193 | #content p.bbp-topic-meta { |
---|
194 | margin-bottom: 0; |
---|
195 | font-size: 0.7em; |
---|
196 | white-space: nowrap; |
---|
197 | } |
---|
198 | |
---|
199 | /* =Forums |
---|
200 | -------------------------------------------------------------- */ |
---|
201 | |
---|
202 | #content table tbody tr .bbp-forum-description p { |
---|
203 | margin-bottom: 0; |
---|
204 | font-size: 13px; |
---|
205 | font-style: italic; |
---|
206 | } |
---|
207 | #content table tbody tr ul.bbp-forums { |
---|
208 | list-style: none; |
---|
209 | font-size: 12px; |
---|
210 | margin: 0 0 0 10px; |
---|
211 | padding: 0 0 0 10px; |
---|
212 | border-left: 1px solid #aaa; |
---|
213 | } |
---|
214 | #content table tbody tr ul.bbp-forums li { |
---|
215 | display: inline; |
---|
216 | } |
---|
217 | |
---|
218 | /* =Pagination |
---|
219 | -------------------------------------------------------------- */ |
---|
220 | |
---|
221 | .bbp-pagination-count { |
---|
222 | float: left; |
---|
223 | } |
---|
224 | .bbp-pagination-links { |
---|
225 | float: right; |
---|
226 | } |
---|
227 | .bbp-pagination { |
---|
228 | float: left; |
---|
229 | width: 100%; |
---|
230 | margin-bottom: 20px; |
---|
231 | } |
---|
232 | |
---|
233 | /* =Forms |
---|
234 | -------------------------------------------------------------- */ |
---|
235 | |
---|
236 | #content fieldset p, |
---|
237 | #content fieldset input { |
---|
238 | margin: 0px 0px 10px; |
---|
239 | } |
---|
240 | |
---|
241 | .bbp-topic-form, |
---|
242 | .bbp-reply-form, |
---|
243 | .bbp-topic-tag-form { |
---|
244 | clear: left; |
---|
245 | } |
---|
246 | #content .bbp-topic-form div.avatar img, |
---|
247 | #content .bbp-reply-form div.avatar img { |
---|
248 | margin-right: 0; |
---|
249 | padding: 10px; |
---|
250 | border: 1px solid #ddd; |
---|
251 | line-height: 0; |
---|
252 | background-color: #efefef; |
---|
253 | } |
---|
254 | |
---|
255 | #content .bbp-reply-form code, |
---|
256 | #content .bbp-topic-form code { |
---|
257 | font-size: 10px; |
---|
258 | background-color: #f0fff8; |
---|
259 | border: 1px solid #CEEFE1; |
---|
260 | display: block; |
---|
261 | padding: 8px; |
---|
262 | margin-top: 5px; |
---|
263 | width: 369px; |
---|
264 | } |
---|
265 | |
---|
266 | #merge_tag, |
---|
267 | #delete_tag { |
---|
268 | display: inline; |
---|
269 | } |
---|
270 | |
---|
271 | div.bbp-submit-wrapper { |
---|
272 | float: right; |
---|
273 | } |
---|
274 | |
---|
275 | p.form-allowed-tags { |
---|
276 | width: 462px; |
---|
277 | } |
---|
278 | |
---|
279 | -input[type="password"] { |
---|
280 | +input[type="password"], input[type="email"] { |
---|
281 | background: #f9f9f9; |
---|
282 | border: 1px solid #ccc; |
---|
283 | box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); |
---|
284 | -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); |
---|
285 | -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); |
---|
286 | padding: 2px; |
---|
287 | } |
---|
288 | |
---|
289 | /* =Edit User |
---|
290 | -------------------------------------------------------------- */ |
---|
291 | |
---|
292 | div.bbp-edit-user fieldset { |
---|
293 | margin-top: 20px; |
---|
294 | padding: 20px 20px 0 20px; |
---|
295 | } |
---|
296 | div.bbp-edit-user fieldset div { |
---|
297 | margin-bottom: 20px; |
---|
298 | float: left; |
---|
299 | width: 100%; |
---|
300 | clear: left; |
---|
301 | } |
---|
302 | div.bbp-edit-user fieldset textarea { |
---|
303 | line-height: 0; |
---|
304 | } |
---|
305 | div.bbp-edit-user fieldset select { |
---|
306 | margin-bottom: 0; |
---|
307 | } |
---|
308 | div.bbp-edit-user fieldset input, |
---|
309 | div.bbp-edit-user fieldset textarea { |
---|
310 | margin-bottom: 0; |
---|
311 | width: 400px; |
---|
312 | background: #f9f9f9; |
---|
313 | border: 1px solid #ccc; |
---|
314 | box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); |
---|
315 | -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); |
---|
316 | -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1); |
---|
317 | padding: 2px; |
---|
318 | } |
---|
319 | div.bbp-edit-user fieldset legend { |
---|
320 | display: none; |
---|
321 | } |
---|
322 | div.bbp-edit-user fieldset label { |
---|
323 | float: left; |
---|
324 | width: 150px; |
---|
325 | padding-right: 20px; |
---|
326 | text-align: right; |
---|
327 | } |
---|
328 | div.bbp-edit-user fieldset span.description { |
---|
329 | margin: 5px 0 0 170px; |
---|
330 | font-size: 12px; |
---|
331 | font-style: italic; |
---|
332 | float: left; |
---|
333 | clear: left; |
---|
334 | width: 383px; |
---|
335 | padding: 5px 10px; |
---|
336 | border: #cee1ef 1px solid; |
---|
337 | background-color: #f0f8ff; |
---|
338 | } |
---|
339 | |
---|
340 | div.bbp-edit-user fieldset fieldset { |
---|
341 | margin: 0; |
---|
342 | width: 260px; |
---|
343 | border: none; |
---|
344 | padding: 0; |
---|
345 | } |
---|
346 | div.bbp-edit-user fieldset fieldset span.description { |
---|
347 | margin-left: 0; |
---|
348 | margin-bottom: 20px; |
---|
349 | } |
---|
350 | |
---|
351 | /* =Notices |
---|
352 | -------------------------------------------------------------- */ |
---|
353 | |
---|
354 | div.bbp-template-notice { |
---|
355 | border-width: 1px; |
---|
356 | border-style: solid; |
---|
357 | padding: 0 0.6em; |
---|
358 | margin: 5px 0 15px; |
---|
359 | -moz-border-radius: 3px; |
---|
360 | -khtml-border-radius: 3px; |
---|
361 | -webkit-border-radius: 3px; |
---|
362 | border-radius: 3px; |
---|
363 | background-color: #ffffe0; |
---|
364 | border-color: #e6db55; |
---|
365 | color: #000; |
---|
366 | clear: both; |
---|
367 | } |
---|
368 | div.bbp-template-notice a { |
---|
369 | color: #555; |
---|
370 | text-decoration: none; |
---|
371 | } |
---|
372 | div.bbp-template-notice a:hover { |
---|
373 | color: #000; |
---|
374 | } |
---|
375 | div.bbp-template-notice.info { |
---|
376 | border: #cee1ef 1px solid; |
---|
377 | background-color: #f0f8ff; |
---|
378 | } |
---|
379 | div.bbp-template-notice.important { |
---|
380 | border: #e6db55 1px solid; |
---|
381 | background-color: #fffbcc; |
---|
382 | } |
---|
383 | div.bbp-template-notice.error, |
---|
384 | div.bbp-template-notice.warning { |
---|
385 | background-color: #ffebe8; |
---|
386 | border-color: #c00; |
---|
387 | } |
---|
388 | div.bbp-template-notice.error a, |
---|
389 | div.bbp-template-notice.warning a { |
---|
390 | color: #c00; |
---|
391 | } |
---|
392 | div.bbp-template-notice p { |
---|
393 | margin: 0.5em 0 6px 0 !important; |
---|
394 | padding: 2px; |
---|
395 | font-size: 12px; |
---|
396 | line-height: 140%; |
---|
397 | } |
---|
398 | |
---|
399 | /* =Stickies |
---|
400 | -------------------------------------------------------------- */ |
---|
401 | |
---|
402 | .bbp-topics-front tr.super-sticky td, |
---|
403 | .bbp-topics tr.super-sticky td, |
---|
404 | .bbp-topics tr.sticky td, |
---|
405 | .bbp-forum-info tr.sticky td { |
---|
406 | background-color: #ffffe0 !important; |
---|
407 | font-size: 1.1em; |
---|
408 | } |
---|
409 | |
---|
410 | /* =Revisions |
---|
411 | -------------------------------------------------------------- */ |
---|
412 | #content .bbp-topic-revision-log, |
---|
413 | #content .bbp-reply-revision-log { |
---|
414 | border-top: 1px dotted #ddd; |
---|
415 | list-style: none; |
---|
416 | width: 100%; |
---|
417 | margin: 0; |
---|
418 | padding: 5px 0 0 0; |
---|
419 | font-size: 11px; |
---|
420 | color: #aaa; |
---|
421 | } |
---|
422 | |
---|
423 | /* =Widgets |
---|
424 | -------------------------------------------------------------- */ |
---|
425 | |
---|
426 | .widget-area .bbp-login-form fieldset legend { |
---|
427 | display: none; |
---|
428 | } |
---|
429 | |
---|
430 | .widget-area .bbp-login-form .bbp-username label, |
---|
431 | .widget-area .bbp-login-form .bbp-password label { |
---|
432 | width: 70px; |
---|
433 | display: inline-block; |
---|
434 | } |
---|
435 | .widget-area .bbp-login-form .bbp-username, |
---|
436 | .widget-area .bbp-login-form .bbp-password, |
---|
437 | .widget-area .bbp-login-form .bbp-remember-me, |
---|
438 | .widget-area .bbp-login-form .bbp-submit-wrapper { |
---|
439 | margin-top: 10px; |
---|
440 | } |
---|
441 | |
---|
442 | .widget-area .bbp-login-form .bbp-remember-me { |
---|
443 | float: left; |
---|
444 | } |
---|
445 | |
---|
446 | .widget-area .bbp-login-form .bbp-submit-wrapper { |
---|
447 | float: right; |
---|
448 | } |
---|
449 | |
---|
450 | .widget-area .bbp-logged-in img.avatar { |
---|
451 | float: left; |
---|
452 | margin-right: 15px; |
---|
453 | } |
---|
454 | |
---|
455 | .widget-area .bbp-logged-in h4 { |
---|
456 | font-weight: bold; |
---|
457 | font-size: 1.3em; |
---|
458 | display: inline; |
---|
459 | clear: none; |
---|
460 | } |
---|
461 | |
---|
462 | .widget-area .bbp-logged-in a.logout-link { |
---|
463 | display: block; |
---|
464 | } |
---|
465 | |
---|
466 | /* =Avatars |
---|
467 | -------------------------------------------------------------- */ |
---|
468 | |
---|
469 | #content p.bbp-topic-meta img.avatar, |
---|
470 | #content ul.bbp-reply-revision-log img.avatar, |
---|
471 | #content ul.bbp-topic-revision-log img.avatar, |
---|
472 | #content div.bbp-template-notice img.avatar, |
---|
473 | #main .widget_display_topics img.avatar, |
---|
474 | #main .widget_display_replies img.avatar { |
---|
475 | margin-bottom: -7px; |
---|
476 | border: 3px double #ddd; |
---|
477 | } |
---|
478 | |
---|