Skip to content

Instantly share code, notes, and snippets.

@generatepress
Created November 16, 2014 19:19
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save generatepress/648128b05191a057fb45 to your computer and use it in GitHub Desktop.
Save generatepress/648128b05191a057fb45 to your computer and use it in GitHub Desktop.
bbPress
#bbpress-forums,
div.bbp-breadcrumb,
div.bbp-topic-tags,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results,
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
font-size: 17px;
}
body, button, input, select, textarea {
-webkit-font-smoothing: antialiased;
}
div.bbp-template-notice p,
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
font-weight: 400;
font-size: 13px;
}
.bbp-reply-content {
font-weight: 400;
font-size: 17px;
}
#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-topic-author, #bbpress-forums div.bbp-reply-author {
float: none;
text-align: left;
width: 100%;
}
#bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar {
float: right;
}
#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content,
.bbp-reply-author,
.bbp-meta {
margin-left: 0;
padding: 20px 20px 0;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#bbpress-forums div.bbp-forum-author a.bbp-author-name, #bbpress-forums div.bbp-topic-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name {
margin: 0;
}
.bbp-reply-author br {
display: none;
}
.bbp-reply-author {
border-bottom: 1px solid #DDD;
}
div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header, li.bbp-body div.hentry {
padding: 0;
}
.bbp-reply-author:before,
.bbp-reply-author:after {
content: "";
display: table;
}
.bbp-reply-author:after {
clear: both;
}
.bbp-reply-author {
zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
.bbp-header .bbp-reply-author,
.bbp-footer .bbp-reply-author {
border-width: 0;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
padding: 20px;
}
.topic .bbp-reply-author {
font-size: 20px;
}
#bbps-post-count,
.bbp-author-role {
font-size: 13px !important;
}
.bbp-reply-content #subscription-toggle {
margin: 0;
clear: none;
}
#bbpress-forums .bbp-replies .type-topic,
#bbpress-forums .bbp-replies .type-reply{
margin-bottom: 20px !important;
border: 1px solid #DDD;
}
#bbp-search-results .bbp-topic-title,
#bbp-search-results .bbp-topic-author {
padding: 20px;
}
#bbpress-forums ul.bbp-replies {
border-width: 0;
}
.bbp-reply-header {
border-left: 1px solid #DDD;
border-right: 1px solid #DDD;
}
#bbpress-forums div.reply {
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
font-size: 14px;
padding: 15px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment