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