| 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: 300px; |
| 562 |
background: #f9f9f9; |
| 563 |
border: 1px solid #ddd; |
| 564 |
box-shadow: none; |
| 565 |
padding: 4px; |
| 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: 150px; |
| 583 |
padding-right: 20px; |
| 584 |
text-align: right; |
| 585 |
cursor: pointer; |
| 586 |
} |
| 587 |
#bbpress-forums #bbp-your-profile fieldset dl label[for] { |
| 588 |
text-align: left; |
| 589 |
width: 160px; |
| 590 |
} |
| 591 |
#bbpress-forums #bbp-your-profile fieldset span.description { |
| 592 |
margin: 5px 0 0 170px; |
| 593 |
font-size: 12px; |
| 594 |
font-style: italic; |
| 595 |
float: left; |
| 596 |
clear: left; |
| 597 |
width: 288px; |
| 598 |
padding: 5px 10px; |
| 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: 260px; |
| 612 |
} |
| 613 |
#bbpress-forums #bbp-your-profile fieldset fieldset.capabilities dl { |
| 614 |
margin: 0; |
| 615 |
} |
| 616 |
#bbpress-forums #bbp-your-profile fieldset fieldset.password span.description { |
| 617 |
margin-left: 0; |
| 618 |
margin-bottom: 20px; |
| 619 |
} |
| 620 |
|
| 621 |
#bbpress-forums #bbp-your-profile fieldset.submit button { |
| 622 |
float: right; |
| 623 |
} |
| 624 |
|
| 625 |
/* =Notices |
| 626 |
-------------------------------------------------------------- */ |
| 627 |
|
| 628 |
div.bbp-template-notice, |
| 629 |
div.indicator-hint { |
| 630 |
border-width: 1px; |
| 631 |
border-style: solid; |
| 632 |
padding: 0 0.6em; |
| 633 |
margin: 5px 0 15px; |
| 634 |
border-radius: 3px; |
| 635 |
background-color: #ffffe0; |
| 636 |
border-color: #e6db55; |
| 637 |
color: #000; |
| 638 |
clear: both; |
| 639 |
} |
| 640 |
div.bbp-template-notice a { |
| 641 |
color: #555; |
| 642 |
text-decoration: none; |
| 643 |
} |
| 644 |
div.bbp-template-notice a:hover { |
| 645 |
color: #000; |
| 646 |
} |
| 647 |
div.bbp-template-notice.info { |
| 648 |
border: #cee1ef 1px solid; |
| 649 |
background-color: #f0f8ff; |
| 650 |
} |
| 651 |
div.bbp-template-notice.important { |
| 652 |
border: #e6db55 1px solid; |
| 653 |
background-color: #fffbcc; |
| 654 |
} |
| 655 |
div.bbp-template-notice.error, |
| 656 |
div.bbp-template-notice.warning { |
| 657 |
background-color: #ffebe8; |
| 658 |
border-color: #c00; |
| 659 |
} |
| 660 |
div.bbp-template-notice.error a, |
| 661 |
div.bbp-template-notice.warning a { |
| 662 |
color: #c00; |
| 663 |
} |
| 664 |
div.bbp-template-notice p { |
| 665 |
margin: 0.5em 0 6px 0 !important; |
| 666 |
padding: 2px; |
| 667 |
font-size: 12px; |
| 668 |
line-height: 140%; |
| 669 |
} |
| 670 |
|
| 671 |
/* =Stickies |
| 672 |
-------------------------------------------------------------- */ |
| 673 |
|
| 674 |
.bbp-topics-front ul.super-sticky, |
| 675 |
.bbp-topics ul.super-sticky, |
| 676 |
.bbp-topics ul.sticky, |
| 677 |
.bbp-forum-content ul.sticky { |
| 678 |
background-color: #ffffe0 !important; |
| 679 |
font-size: 1.1em; |
| 680 |
} |
| 681 |
|
| 682 |
/* =Revisions |
| 683 |
-------------------------------------------------------------- */ |
| 684 |
#bbpress-forums .bbp-topic-revision-log, |
| 685 |
#bbpress-forums .bbp-reply-revision-log { |
| 686 |
border-top: 1px dotted #ddd; |
| 687 |
list-style: none; |
| 688 |
width: 100%; |
| 689 |
margin: 0; |
| 690 |
padding: 8px 0 0 0; |
| 691 |
font-size: 11px; |
| 692 |
color: #aaa; |
| 693 |
} |
| 694 |
|
| 695 |
/* =Widgets |
| 696 |
-------------------------------------------------------------- */ |
| 697 |
|
| 698 |
.bbp-login-form fieldset legend { |
| 699 |
display: none; |
| 700 |
} |
| 701 |
|
| 702 |
.bbp-login-form .bbp-username input, |
| 703 |
.bbp-login-form .bbp-email input, |
| 704 |
.bbp-login-form .bbp-password input { |
| 705 |
padding: 5px; |
| 706 |
} |
| 707 |
|
| 708 |
.bbp-login-form label { |
| 709 |
width: 140px; |
| 710 |
display: inline-block; |
| 711 |
} |
| 712 |
|
| 713 |
#sidebar .bbp-login-form label { |
| 714 |
width: 70px; |
| 715 |
} |
| 716 |
|
| 717 |
.bbp-login-form .bbp-username, |
| 718 |
.bbp-login-form .bbp-email, |
| 719 |
.bbp-login-form .bbp-password, |
| 720 |
.bbp-login-form .bbp-remember-me, |
| 721 |
.bbp-login-form .bbp-submit-wrapper { |
| 722 |
margin-top: 10px; |
| 723 |
} |
| 724 |
|
| 725 |
.bbp-login-form .bbp-remember-me { |
| 726 |
|
| 727 |
} |
| 728 |
|
| 729 |
.bbp-login-form .bbp-submit-wrapper { |
| 730 |
text-align: right; |
| 731 |
} |
| 732 |
|
| 733 |
.bbp-login-form .bbp-login-links { |
| 734 |
} |
| 735 |
|
| 736 |
.bbp-login-form .bbp-login-links a { |
| 737 |
float: left; |
| 738 |
clear: left; |
| 739 |
} |
| 740 |
|
| 741 |
.bbp-logged-in img.avatar { |
| 742 |
float: left; |
| 743 |
margin: 0 15px 0 0; |
| 744 |
} |
| 745 |
|
| 746 |
.bbp-logged-in h4 { |
| 747 |
font-weight: bold; |
| 748 |
font-size: 1.3em; |
| 749 |
clear: none; |
| 750 |
margin-bottom: 10px; |
| 751 |
} |
| 752 |
|
| 753 |
/* =Avatars |
| 754 |
-------------------------------------------------------------- */ |
| 755 |
|
| 756 |
#bbpress-forums p.bbp-topic-meta img.avatar, |
| 757 |
#bbpress-forums ul.bbp-reply-revision-log img.avatar, |
| 758 |
#bbpress-forums ul.bbp-topic-revision-log img.avatar, |
| 759 |
#bbpress-forums div.bbp-template-notice img.avatar, |
| 760 |
#bbpress-forums .widget_display_topics img.avatar, |
| 761 |
#bbpress-forums .widget_display_replies img.avatar, |
| 762 |
#bbpress-forums p.bbp-topic-meta img.avatar { |
| 763 |
float: none; |
| 764 |
margin-bottom: -7px; |
| 765 |
border: 3px double #ddd; |
| 766 |
} |
| 767 |
|
| 768 |
fieldset div.avatar { |
| 769 |
float: right; |
| 770 |
} |
| 771 |
|
| 772 |
/* =BuddyPress Activity Streams |
| 773 |
-------------------------------------------------------------- */ |
| 774 |
|
| 775 |
.activity-list li.bbp_topic_create .activity-content .activity-inner, |
| 776 |
.activity-list li.bbp_reply_create .activity-content .activity-inner { |
| 777 |
border-left: 2px solid #eaeaea; |
| 778 |
margin-left: 5px; |
| 779 |
padding-left: 10px; |
| 780 |
} |
| 781 |
|
| 782 |
/* =User Pages |
| 783 |
-------------------------------------------------------------- */ |
| 784 |
|
| 785 |
#bbpress-forums h1 { |
| 786 |
clear: none; |
| 787 |
font-size: 1.8em; |
| 788 |
line-height: 1em; |
| 789 |
padding-bottom: 10px; |
| 790 |
} |
| 791 |
|
| 792 |
#bbpress-forums h2.entry-title { |
| 793 |
font-size: 1.4em; |
| 794 |
margin: 0; |
| 795 |
padding-bottom: 10px; |
| 796 |
padding-top: 0; |
| 797 |
} |
| 798 |
|
| 799 |
#bbpress-forums #bbp-single-user-details { |
| 800 |
display: inline-block; |
| 801 |
margin: 0; |
| 802 |
width: 150px; |
| 803 |
vertical-align: top; |
| 804 |
overflow: hidden; |
| 805 |
} |
| 806 |
|
| 807 |
#bbpress-forums #bbp-single-user-details #bbp-user-avatar { |
| 808 |
margin: 0; |
| 809 |
width: 150px; |
| 810 |
} |
| 811 |
|
| 812 |
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar { |
| 813 |
border: none; |
| 814 |
height: 150px; |
| 815 |
padding: 0; |
| 816 |
margin: 0 0 20px 0; |
| 817 |
width: 150px; |
| 818 |
} |
| 819 |
|
| 820 |
#bbpress-forums #bbp-single-user-details #bbp-user-description { |
| 821 |
float: none; |
| 822 |
margin-left: 180px; |
| 823 |
} |
| 824 |
|
| 825 |
#bbpress-forums #bbp-single-user-details #bbp-user-navigation { |
| 826 |
float: none; |
| 827 |
margin: 0; |
| 828 |
} |
| 829 |
|
| 830 |
#bbpress-forums #bbp-single-user-details #bbp-user-navigation li { |
| 831 |
margin: 0; |
| 832 |
} |
| 833 |
|
| 834 |
#bbpress-forums #bbp-single-user-details #bbp-user-navigation a { |
| 835 |
padding: 5px 8px; |
| 836 |
display: block; |
| 837 |
border: 1px solid transparent; |
| 838 |
text-decoration: none; |
| 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 0 0 30px; |
| 850 |
width: 80%; |
| 851 |
} |
| 852 |
|
| 853 |
body.my-account #bbpress-forums { |
| 854 |
border-top: none; |
| 855 |
padding-top: 0; |
| 856 |
margin-bottom: 0; |
| 857 |
} |
| 858 |
|
| 859 |
/* =User Capabilities |
| 860 |
-------------------------------------------------------------- */ |
| 861 |
|
| 862 |
#bbpress-forums dl.bbp-user-capabilities { |
| 863 |
display: inline-block; |
| 864 |
vertical-align: top; |
| 865 |
} |
| 866 |
|
| 867 |
#bbpress-forums dl.bbp-user-capabilities dt { |
| 868 |
margin: 0 0 10px; |
| 869 |
text-transform: capitalize; |
| 870 |
} |
| 871 |
|
| 872 |
#bbpress-forums dl.bbp-user-capabilities dd { |
| 873 |
margin: 0; |
| 874 |
padding: 0; |
| 875 |
} |
| 876 |
|
| 877 |
/* =BuddyPress Group Forums |
| 878 |
-------------------------------------------------------------- */ |
| 879 |
|
| 880 |
#bbpress-forums div.row-actions { |
| 881 |
font-size: 11px; |
| 882 |
visibility: hidden; |
| 883 |
} |
| 884 |
|
| 885 |
#bbpress-forums li:hover > div.row-actions { |
| 886 |
visibility: visible; |
| 887 |
} |
| 888 |
|