Skip to content

Instantly share code, notes, and snippets.

@itsdavidmorgan
Created December 6, 2019 19:45
Show Gist options
  • Save itsdavidmorgan/839380821e5a3224545ca74f03ef880f to your computer and use it in GitHub Desktop.
Save itsdavidmorgan/839380821e5a3224545ca74f03ef880f to your computer and use it in GitHub Desktop.
bbPress Forum Styles
/************************************************
bbPress Forum Styles
************************************************/
#bbpress-forums {
font-size: 0.9rem;
}
#bbpress-forums p {
margin: 16px 0px;
padding: 0px;
}
#bbpress-forums ul,
#bbpress-forums li {
margin: 0px;
padding: 0px;
}
#bbpress-forums div.bbp-breadcrumb p,
#bbpress-forums div.bbp-topic-tags p {
margin: 0px 0px 8px 0px;
}
#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 {
font-size: 0.9rem;
}
#bbpress-forums fieldset.bbp-form input, #bbpress-forums fieldset.bbp-form p,
#bbpress-forums fieldset.bbp-form select, #bbpress-forums fieldset.bbp-form textarea {
margin: 12px 0px;
}
#bbpress-forums fieldset.bbp-form {
padding: 18px;
}
#bbp_reply_submit,
#bbp_topic_submit,
#bbpress-forums div.bbp-submit-wrapper {
margin: 0px;
}
#bbpress-forums div.bbp-template-notice p {
margin: 0px;
}
#bbpress-forums blockquote {
font-size: 1.1rem;
padding-top: 12px;
padding-bottom: 12px;
}
#bbpress-forums .bbp-topic-content p:first-child,
#bbpress-forums .bbp-reply-content p:first-child {
padding-top: 0px;
}
#bbpress-forums .bbp-topic-content p:last-child,
#bbpress-forums .bbp-reply-content p:last-child {
padding-bottom: 0px;
}
#bbpress-forums .avatar {
margin: 0px 2px 0px 0px;
padding: 0px;
}
#bbp_search {
float: left;
margin: 0px 12px 0px 0px;
}
#bbp_search_submit {
margin: 0px;
}
.bbp_widget_login .user-submit {
float: right;
}
.bbp_widget_login .bbp-logged-in a.button {
margin: 6px 0px 0px 0px;
padding: 8px 14px;
}
.bbp-meta {
font-size: 0.8rem;
}
.bbp-header #subscription-toggle,
.bbp-topic-title #subscription-toggle {
display: inline;
width: auto;
overflow: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment