PluginProbe
bbPress / 2.2.2
bbPress v2.2.2
2.6.17 trunk 2.0 2.0-beta-1 2.0-beta-2b 2.0-beta-3 2.0-beta-3b 2.0-rc-2 2.0-rc-3 2.0-rc-4 2.0-rc-5 2.0.1 2.0.2 2.0.3 2.1 2.1-beta-1 2.1-rc1 2.1-rc2 2.1-rc3 2.1-rc4 2.1.1 2.1.2 2.1.3 2.2 2.2.1 All 72 releases
bbpress / templates / default / css / bbpress.css

bbpress.css in bbPress 2.2.2, at templates/default/css/bbpress.css

903 lines 17.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * bbPress specific CSS
3 *
4 * @package bbPress
5 * @subpackage Theme
6 */
7
8 /* =bbPress Style
9 -------------------------------------------------------------- */
10
11 #bbpress-forums hr {
12 margin: 0 0 24px 0;
13 }
14
15 #bbpress-forums {
16 background: transparent;
17 clear: both;
18 margin-bottom: 20px;
19 overflow: hidden;
20 font-size: 12px;
21 }
22
23 #bbpress-forums div.even,
24 #bbpress-forums ul.even {
25 background-color: #fff;
26 }
27
28 #bbpress-forums div.odd,
29 #bbpress-forums ul.odd {
30 background-color: #fbfbfb;
31 }
32
33 #bbpress-forums div.reply {
34 height: auto;
35 }
36
37 #bbpress-forums div.bbp-topic-header,
38 #bbpress-forums div.bbp-reply-header {
39 background-color: #f4f4f4;
40 }
41
42 #bbpress-forums .status-trash.even,
43 #bbpress-forums .status-spam.even {
44 background-color: #fee;
45 }
46 #bbpress-forums .status-trash.odd,
47 #bbpress-forums .status-spam.odd {
48 background-color: #fdd;
49 }
50
51 #bbpress-forums .status-closed,
52 #bbpress-forums .status-closed a {
53 color: #ccc;
54 }
55
56 #bbpress-forums ul {
57 list-style: none;
58 margin: 0;
59 padding: 0;
60 }
61
62 #bbpress-forums li {
63 margin: 0;
64 list-style: none;
65 }
66
67 #bbpress-forums ul.bbp-lead-topic,
68 #bbpress-forums ul.bbp-topics,
69 #bbpress-forums ul.bbp-forums,
70 #bbpress-forums ul.bbp-replies {
71 font-size: 12px;
72 overflow: hidden;
73 border: 1px solid #eee;
74 margin-bottom: 20px;
75 clear: both;
76 }
77
78 #bbpress-forums li.bbp-header,
79 #bbpress-forums li.bbp-body,
80 #bbpress-forums li.bbp-footer {
81 clear: both;
82 }
83
84 #bbpress-forums li.bbp-header,
85 #bbpress-forums li.bbp-footer {
86 background: #f3f3f3;
87 border-top: 1px solid #eee;
88 font-weight: bold;
89 padding: 8px;
90 text-align: center;
91 }
92
93 #bbpress-forums li.bbp-header {
94 background: #eaeaea;
95 }
96
97 #bbpress-forums li.bbp-header ul {
98 overflow: hidden;
99 }
100
101 #bbpress-forums .bbp-forums-list {
102 margin: 0 0 0 5px;
103 padding-left: 15px;
104 border-left: 1px solid #ddd;
105 }
106
107 #bbpress-forums .bbp-forums-list li {
108 display: inline;
109 font-size: 11px;
110 }
111
112 #bbpress-forums li.bbp-footer p {
113 margin: 0;
114 line-height: 1em;
115 }
116
117 #bbpress-forums .bbp-topic-content img,
118 #bbpress-forums .bbp-reply-content img {
119 max-width: 100%;
120 }
121
122 #bbpress-forums .bbp-topic-content ul,
123 #bbpress-forums .bbp-reply-content ul {
124 list-style: square;
125 padding-left: 15px;
126 }
127
128 #bbpress-forums .bbp-forum-content p {
129 margin: 5px 0 0;
130 font-style: italic;
131 }
132
133 li.bbp-forum-info,
134 li.bbp-topic-title {
135 float: left;
136 text-align: left;
137 width: 55%;
138 }
139 li.bbp-forum-topic-count,
140 li.bbp-topic-voice-count,
141 li.bbp-forum-reply-count,
142 li.bbp-topic-reply-count {
143 float: left;
144 text-align: center;
145 width: 10%;
146 }
147
148 li.bbp-forum-freshness,
149 li.bbp-topic-freshness {
150 text-align: center;
151 float: left;
152 width: 22%;
153 }
154
155 #bbpress-forums li.bbp-body ul.forum,
156 #bbpress-forums li.bbp-body ul.topic {
157 border-top: 1px solid #eee;
158 overflow: hidden;
159 padding: 8px;
160 }
161
162 li.bbp-header div.bbp-topic-content span#subscription-toggle,
163 li.bbp-header div.bbp-topic-content span#favorite-toggle,
164 li.bbp-header div.bbp-reply-content span#subscription-toggle,
165 li.bbp-header div.bbp-reply-content span#favorite-toggle {
166 float: right;
167 }
168
169 #bbpress-forums div.bbp-topic-author,
170 #bbpress-forums div.bbp-reply-author {
171 float: left;
172 text-align: center;
173 width: 115px;
174 }
175
176 #bbpress-forums div.bbp-topic-author img.avatar,
177 #bbpress-forums div.bbp-reply-author img.avatar {
178 border: none;
179 max-width: 80px;
180 padding: 0;
181 margin: 12px auto 0 auto;
182 float: none;
183 }
184
185 #bbpress-forums div.bbp-topic-author a.bbp-author-name,
186 #bbpress-forums div.bbp-reply-author a.bbp-author-name {
187 margin: 0 12px;
188 word-break: break-word;
189 }
190
191 #bbpress-forums div.bbp-topic-author .bbp-author-role,
192 #bbpress-forums div.bbp-reply-author .bbp-author-role {
193 font-size: 11px;
194 font-style: italic;
195 }
196
197 #bbpress-forums div.bbp-topic-content,
198 #bbpress-forums div.bbp-reply-content {
199 margin-left: 140px;
200 padding: 12px 12px 12px 0;
201 text-align: left;
202 }
203
204 #bbpress-forums li.bbp-header .bbp-topic-author,
205 #bbpress-forums li.bbp-footer .bbp-topic-author,
206 #bbpress-forums li.bbp-header .bbp-reply-author,
207 #bbpress-forums li.bbp-footer .bbp-reply-author {
208 float: left;
209 margin: 0;
210 padding: 0;
211 width: 120px;
212 }
213
214 #bbpress-forums li.bbp-header .bbp-topic-content,
215 #bbpress-forums li.bbp-footer .bbp-topic-content,
216 #bbpress-forums li.bbp-header .bbp-reply-content,
217 #bbpress-forums li.bbp-footer .bbp-reply-content {
218 margin-left: 140px;
219 padding: 0;
220 text-align: left;
221 }
222
223 div.bbp-topic-header,
224 div.bbp-reply-header,
225 li.bbp-body div.hentry {
226 margin-bottom: 0;
227 overflow: hidden;
228 padding: 8px;
229 }
230
231 div.bbp-topic-header,
232 div.bbp-reply-header {
233 border-top: 1px solid #ddd;
234 clear: both;
235 }
236
237 span.bbp-author-ip {
238 font-family: 'Helvetica Neue', Arial, Helvetica, 'Nimbus Sans L', sans-serif;
239 font-size: 11px;
240 font-weight: bold;
241 color: #aaa;
242 }
243
244 /* =Breadcrumb and Tags
245 -------------------------------------------------------------- */
246
247 div.bbp-breadcrumb {
248 float: left;
249 }
250
251 div.bbp-breadcrumb,
252 div.bbp-topic-tags {
253 font-size: 12px;
254 }
255
256 #bbpress-forums div.bbp-breadcrumb p,
257 #bbpress-forums div.bbp-topic-tags p {
258 margin-bottom: 10px
259 }
260
261 div.bbp-topic-tags {
262 float: right;
263 }
264
265 /* =Admin Links
266 -------------------------------------------------------------- */
267
268 span.bbp-admin-links {
269 float: right;
270 color: #ddd;
271 }
272 span.bbp-admin-links a {
273 color: #bbb;
274 font-weight: normal;
275 font-size: 10px;
276 text-transform: uppercase;
277 text-decoration: none;
278 }
279 fieldset span.bbp-admin-links {
280 float: left;
281 }
282 tr td span.bbp-admin-links a:hover {
283 color: #ff4b33;
284 }
285 td.bbp-topic-admin-links,
286 td.bbp-topic-counts {
287 width: 50%;
288 }
289
290 .bbp-topic-header a.bbp-topic-permalink,
291 .bbp-reply-header a.bbp-reply-permalink {
292 float: right;
293 margin-left: 10px;
294 color: #ccc;
295 }
296
297 /* =Toggles
298 -------------------------------------------------------------- */
299
300 .bbp-topic-action #favorite-toggle a {
301 text-decoration: none;
302 padding: 0 3px 1px;
303 color: #7c7;
304 border: 1px solid #aca;
305 background-color: #dfd;
306 font-weight: bold;
307 font-size: 13px;
308 }
309 .bbp-topic-action #favorite-toggle a:hover {
310 color: #5a5;
311 border-color: #7c7;
312 background-color: #beb;
313 }
314 .bbp-topic-action #favorite-toggle span.is-favorite a {
315 color: #faa;
316 border: 1px solid #faa;
317 background-color: #fee;
318 }
319 .bbp-topic-action #favorite-toggle span.is-favorite a:hover {
320 color: #c88;
321 border-color: #c88;
322 background-color: #fdd;
323 }
324
325 .bbp-topic-action #subscription-toggle a {
326 text-decoration: none;
327 padding: 0 3px 1px;
328 color: #7c7;
329 border: 1px solid #aca;
330 background-color: #dfd;
331 font-weight: bold;
332 font-size: 13px;
333 }
334 .bbp-topic-action #subscription-toggle a:hover {
335 color: #5a5;
336 border-color: #7c7;
337 background-color: #beb;
338 }
339 .bbp-topic-action #subscription-toggle span.is-subscribed a {
340 color: #faa;
341 border: 1px solid #faa;
342 background-color: #fee;
343 }
344 .bbp-topic-action #subscription-toggle span.is-subscribed a:hover {
345 color: #c88;
346 border-color: #c88;
347 background-color: #fdd;
348 }
349
350 #bbpress-forums p.bbp-topic-meta {
351 margin: 5px 0 5px;
352 font-size: 11px;
353 }
354
355 #bbpress-forums p.bbp-topic-meta span {
356 white-space: nowrap;
357 }
358
359 /* =Pagination
360 -------------------------------------------------------------- */
361
362 .bbp-pagination-count {
363 float: left;
364 }
365 .bbp-pagination-links {
366 float: right;
367 }
368 .bbp-pagination {
369 float: left;
370 width: 100%;
371 margin-bottom: 15px;
372 }
373
374 .bbp-topic-pagination {
375 display: inline-block;
376 margin-left: 5px;
377 margin-bottom: 2px;
378 }
379 .bbp-topic-pagination a {
380 font-size: 10px;
381 line-height: 10px;
382 padding: 1px 3px;
383 border: 1px solid #ddd;
384 text-decoration: none;
385 }
386
387 /* =Forms
388 -------------------------------------------------------------- */
389
390 #bbpress-forums fieldset.bbp-form {
391 clear: left;
392 }
393
394 #bbpress-forums fieldset.bbp-form {
395 border: 1px solid #eee;
396 padding: 10px 20px;
397 margin-bottom: 10px;
398 }
399
400 #bbpress-forums fieldset.bbp-form legend {
401 padding: 5px;
402 }
403
404 #bbpress-forums fieldset.bbp-form label {
405 margin: 0;
406 display: inline-block;
407 }
408
409 #bbp-edit-topic-tag.bbp-form fieldset.bbp-form label,
410 #bbp-login fieldset label,
411 #bbp-register fieldset label,
412 #bbp-lost-pass fieldset label {
413 width: 100px;
414 }
415
416 #bbpress-forums fieldset.bbp-form p,
417 #bbpress-forums fieldset.bbp-form textarea,
418 #bbpress-forums fieldset.bbp-form select,
419 #bbpress-forums fieldset.bbp-form input {
420 margin: 0 0 8px;
421 }
422
423 textarea#bbp_reply_content,
424 textarea#bbp_topic_content,
425 textarea#bbp_forum_content {
426 width: 97%;
427 box-sizing: border-box;
428 }
429
430 textarea#bbp_forum_content {
431 height: 210px;
432 }
433
434 #bbpress-forums fieldset.bbp-forum-form-attributes {
435 width: 200px;
436 float: right;
437 clear: none;
438 margin-left: 25px;
439 }
440
441 /**
442 * Fix for too-long forum names, usually from conversion
443 */
444 #bbpress-forums fieldset select#bbp_forum_id {
445 max-width: 200px;
446 }
447
448 .bbp-topic-form,
449 .bbp-reply-form,
450 .bbp-topic-tag-form {
451 clear: left;
452 }
453 body.topic-edit .bbp-topic-form div.avatar img,
454 body.reply-edit .bbp-reply-form div.avatar img,
455 body.single-forum .bbp-topic-form div.avatar img,
456 body.single-reply .bbp-reply-form div.avatar img {
457 margin-right: 0;
458 padding: 10px;
459 border: 1px solid #ddd;
460 line-height: 0;
461 background-color: #efefef;
462 }
463
464 body.page .bbp-reply-form code,
465 body.page .bbp-topic-form code,
466 body.single-topic .bbp-reply-form code,
467 body.single-forum .bbp-topic-form code,
468 body.topic-edit .bbp-topic-form code,
469 body.reply-edit .bbp-reply-form code {
470 font-size: 10px;
471 background-color: #f0fff8;
472 border: 1px solid #CEEFE1;
473 display: block;
474 padding: 8px;
475 margin-top: 5px;
476 width: 369px;
477 }
478
479 #merge_tag,
480 #delete_tag {
481 display: inline;
482 }
483
484 div.bbp-submit-wrapper {
485 margin-top: 15px;
486 float: right;
487 clear: both;
488 }
489
490 p.form-allowed-tags {
491 width: 462px;
492 }
493
494 /* =TinyMCE in themes
495 -------------------------------------------------------------- */
496 #bbpress-forums div.bbp-the-content-wrapper {
497 margin-bottom: 10px;
498 }
499
500 #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
501 width: 100%;
502 margin: 0;
503 font-size: 12px;
504 }
505
506 #bbpress-forums div.bbp-the-content-wrapper table,
507 #bbpress-forums div.bbp-the-content-wrapper tbody,
508 #bbpress-forums div.bbp-the-content-wrapper tr,
509 #bbpress-forums div.bbp-the-content-wrapper td {
510 border: none;
511 padding: 0;
512 margin: 0;
513 width: auto;
514 line-height: 1em;
515 }
516
517 #bbpress-forums div.bbp-the-content-wrapper input {
518 font-size: 12px;
519 padding: 5px;
520 margin: 3px 0 0;
521 line-height: 1em;
522 margin: 0;
523 }
524
525 #bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
526 padding: 5px;
527 min-height: 26px;
528 }
529 #bbpress-forums div.bbp-the-content-wrapper td.mceToolbar {
530 padding: 4px 4px 8px;
531 }
532
533 #bbpress-forums div.wp-editor-container {
534 margin: 0;
535 padding: 0;
536 line-height: 0;
537 }
538
539 #bbpress-forums div.bbp-the-content-wrapper td.mceStatusbar {
540 line-height: 16px;
541 }
542
543 /* =Edit User
544 -------------------------------------------------------------- */
545
546 #bbpress-forums #bbp-your-profile fieldset {
547 padding: 20px 20px 0 20px;
548 }
549 #bbpress-forums #bbp-your-profile fieldset div {
550 margin-bottom: 20px;
551 float: left;
552 width: 100%;
553 clear: left;
554 }
555 #bbpress-forums #bbp-your-profile fieldset select {
556 margin-bottom: 0;
557 }
558 #bbpress-forums #bbp-your-profile fieldset input,
559 #bbpress-forums #bbp-your-profile fieldset textarea {
560 margin-bottom: 0;
561 width: 60%;
562 background: #f9f9f9;
563 border: 1px solid #ddd;
564 box-shadow: none;
565 padding: 5px 8px;
566 border-radius: 0;
567 }
568 #bbpress-forums #bbp-your-profile fieldset input:focus,
569 #bbpress-forums #bbp-your-profile fieldset textarea:focus {
570 border: 1px solid #ccc;
571 box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
572 outline-color: rgba(240,255,240,0.1);
573 }
574 #bbpress-forums #bbp-your-profile fieldset.bbp-form input.checkbox {
575 width: auto;
576 }
577 #bbpress-forums #bbp-your-profile fieldset legend {
578 display: none;
579 }
580 #bbpress-forums #bbp-your-profile fieldset label[for] {
581 float: left;
582 width: 20%;
583 padding: 5px 20px 5px 0;
584 text-align: right;
585 cursor: pointer;
586 }
587 #bbpress-forums #bbp-your-profile fieldset dl label[for] {
588 text-align: left;
589 width: 60%;
590 }
591 #bbpress-forums #bbp-your-profile fieldset span.description {
592 margin: 5px 0 0 20%;
593 font-size: 12px;
594 font-style: italic;
595 float: left;
596 clear: left;
597 width: 60%;
598 padding: 5px 8px;
599 border: #cee1ef 1px solid;
600 background-color: #f0f8ff;
601 }
602
603 #bbpress-forums #bbp-your-profile fieldset fieldset {
604 margin: 0;
605 border: none;
606 padding: 0;
607 clear: none;
608 float: none;
609 }
610 #bbpress-forums #bbp-your-profile fieldset fieldset.password {
611 width: 60%;
612 display: inline;
613 }
614 #bbpress-forums #bbp-your-profile fieldset fieldset.password input,
615 #bbpress-forums #bbp-your-profile fieldset fieldset.password span {
616 width: 100%;
617 }
618 #bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl {
619 margin: 0;
620 }
621 #bbpress-forums #bbp-your-profile fieldset fieldset.password span.description {
622 margin-left: 0;
623 margin-bottom: 20px;
624 }
625
626 #bbpress-forums #bbp-your-profile fieldset.submit button {
627 float: right;
628 }
629
630 /* =Notices
631 -------------------------------------------------------------- */
632
633 div.bbp-template-notice,
634 div.indicator-hint {
635 border-width: 1px;
636 border-style: solid;
637 padding: 0 0.6em;
638 margin: 5px 0 15px;
639 border-radius: 3px;
640 background-color: #ffffe0;
641 border-color: #e6db55;
642 color: #000;
643 clear: both;
644 }
645 div.bbp-template-notice a {
646 color: #555;
647 text-decoration: none;
648 }
649 div.bbp-template-notice a:hover {
650 color: #000;
651 }
652 div.bbp-template-notice.info {
653 border: #cee1ef 1px solid;
654 background-color: #f0f8ff;
655 }
656 div.bbp-template-notice.important {
657 border: #e6db55 1px solid;
658 background-color: #fffbcc;
659 }
660 div.bbp-template-notice.error,
661 div.bbp-template-notice.warning {
662 background-color: #ffebe8;
663 border-color: #c00;
664 }
665 div.bbp-template-notice.error a,
666 div.bbp-template-notice.warning a {
667 color: #c00;
668 }
669 div.bbp-template-notice p {
670 margin: 0.5em 0 6px 0 !important;
671 padding: 2px;
672 font-size: 12px;
673 line-height: 140%;
674 }
675
676 /* =Stickies
677 -------------------------------------------------------------- */
678
679 .bbp-topics-front ul.super-sticky,
680 .bbp-topics ul.super-sticky,
681 .bbp-topics ul.sticky,
682 .bbp-forum-content ul.sticky {
683 background-color: #ffffe0 !important;
684 font-size: 1.1em;
685 }
686
687 /* =Revisions
688 -------------------------------------------------------------- */
689 #bbpress-forums .bbp-topic-revision-log,
690 #bbpress-forums .bbp-reply-revision-log {
691 border-top: 1px dotted #ddd;
692 list-style: none;
693 width: 100%;
694 margin: 0;
695 padding: 8px 0 0 0;
696 font-size: 11px;
697 color: #aaa;
698 }
699
700 /* =Widgets
701 -------------------------------------------------------------- */
702
703 .bbp-login-form fieldset legend {
704 display: none;
705 }
706
707 .bbp-login-form .bbp-username input,
708 .bbp-login-form .bbp-email input,
709 .bbp-login-form .bbp-password input {
710 padding: 5px;
711 }
712
713 .bbp-login-form label {
714 width: 140px;
715 display: inline-block;
716 }
717
718 #sidebar .bbp-login-form label {
719 width: 70px;
720 }
721
722 .bbp-login-form .bbp-username,
723 .bbp-login-form .bbp-email,
724 .bbp-login-form .bbp-password,
725 .bbp-login-form .bbp-remember-me,
726 .bbp-login-form .bbp-submit-wrapper {
727 margin-top: 10px;
728 }
729
730 .bbp-login-form .bbp-remember-me {
731
732 }
733
734 .bbp-login-form .bbp-submit-wrapper {
735 text-align: right;
736 }
737
738 .bbp-login-form .bbp-login-links {
739 }
740
741 .bbp-login-form .bbp-login-links a {
742 float: left;
743 clear: left;
744 }
745
746 .bbp-logged-in img.avatar {
747 float: left;
748 margin: 0 15px 0 0;
749 }
750
751 .bbp-logged-in h4 {
752 font-weight: bold;
753 font-size: 1.3em;
754 clear: none;
755 margin-bottom: 10px;
756 }
757
758 /* =Avatars
759 -------------------------------------------------------------- */
760
761 #bbpress-forums p.bbp-topic-meta img.avatar,
762 #bbpress-forums ul.bbp-reply-revision-log img.avatar,
763 #bbpress-forums ul.bbp-topic-revision-log img.avatar,
764 #bbpress-forums div.bbp-template-notice img.avatar,
765 #bbpress-forums .widget_display_topics img.avatar,
766 #bbpress-forums .widget_display_replies img.avatar,
767 #bbpress-forums p.bbp-topic-meta img.avatar {
768 float: none;
769 margin-bottom: -7px;
770 border: 3px double #ddd;
771 }
772
773 fieldset div.avatar {
774 float: right;
775 }
776
777 /* =BuddyPress Activity Streams
778 -------------------------------------------------------------- */
779
780 .activity-list li.bbp_topic_create .activity-content .activity-inner,
781 .activity-list li.bbp_reply_create .activity-content .activity-inner {
782 border-left: 2px solid #eaeaea;
783 margin-left: 5px;
784 padding-left: 10px;
785 }
786
787 /* =User Pages
788 -------------------------------------------------------------- */
789
790 #bbpress-forums h1 {
791 clear: none;
792 font-size: 1.8em;
793 line-height: 1em;
794 padding-bottom: 10px;
795 }
796
797 #bbpress-forums #bbp-user-wrapper {
798 float: left;
799 width: 100%;
800 }
801
802 #bbpress-forums #bbp-user-wrapper h2.entry-title {
803 font-size: 1.4em;
804 margin: 0;
805 padding-bottom: 10px;
806 padding-top: 0;
807 clear: none;
808 }
809
810 #bbpress-forums #bbp-user-wrapper ul.bbp-lead-topic,
811 #bbpress-forums #bbp-user-wrapper ul.bbp-topics,
812 #bbpress-forums #bbp-user-wrapper ul.bbp-forums,
813 #bbpress-forums #bbp-user-wrapper ul.bbp-replies,
814 #bbpress-forums #bbp-user-wrapper fieldset.bbp-form {
815 clear: none;
816 }
817
818 #bbpress-forums #bbp-single-user-details {
819 margin: 0;
820 width: 150px;
821 float: left;
822 overflow: hidden;
823 }
824
825 #bbpress-forums #bbp-single-user-details #bbp-user-avatar {
826 margin: 0;
827 width: 150px;
828 }
829
830 #bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
831 border: none;
832 height: 150px;
833 padding: 0;
834 margin: 0 0 20px 0;
835 width: 150px;
836 }
837
838 #bbpress-forums #bbp-single-user-details #bbp-user-description {
839 float: none;
840 margin-left: 180px;
841 }
842
843 #bbpress-forums #bbp-single-user-details #bbp-user-navigation {
844 float: none;
845 margin: 0;
846 }
847
848 #bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
849 margin: 0;
850 }
851
852 #bbpress-forums #bbp-single-user-details #bbp-user-navigation a {
853 padding: 5px 8px;
854 display: block;
855 border: 1px solid transparent;
856 text-decoration: none;
857 }
858
859 #bbpress-forums #bbp-single-user-details #bbp-user-navigation li.current a {
860 background: #eee;
861 opacity: 0.8;
862 }
863
864 #bbpress-forums #bbp-user-body {
865 margin-left: 180px;
866 }
867
868 body.my-account #bbpress-forums {
869 border-top: none;
870 padding-top: 0;
871 margin-bottom: 0;
872 }
873
874 /* =User Capabilities
875 -------------------------------------------------------------- */
876
877 #bbpress-forums dl.bbp-user-capabilities {
878 display: inline-block;
879 vertical-align: top;
880 }
881
882 #bbpress-forums dl.bbp-user-capabilities dt {
883 margin: 0 0 10px;
884 text-transform: capitalize;
885 }
886
887 #bbpress-forums dl.bbp-user-capabilities dd {
888 margin: 0;
889 padding: 0;
890 }
891
892 /* =BuddyPress Group Forums
893 -------------------------------------------------------------- */
894
895 #bbpress-forums div.row-actions {
896 font-size: 11px;
897 visibility: hidden;
898 }
899
900 #bbpress-forums li:hover > div.row-actions {
901 visibility: visible;
902 }
903