PluginProbe
bbPress / 2.2.1
bbPress v2.2.1
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-rtl.css

bbpress-rtl.css in bbPress 2.2.1, at templates/default/css/bbpress-rtl.css

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