Created
October 5, 2020 15:22
-
-
Save justingeeslin/4f2d76f92efa85f81eaf2d17c1cc4d89 to your computer and use it in GitHub Desktop.
twenty-seventeen-bb-press-usability-additions.css
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
div.bbp-breadcrumb, div.bbp-topic-tags, | |
#bbpress-forums, | |
div.bbp-template-notice li, div.bbp-template-notice p, | |
#bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums ul.bbp-topics { | |
font-size: 1.2em; | |
line-height: 1.5em; | |
} | |
#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta { | |
font-size: 1em | |
} | |
.page-one-column .panel-content .wrap { | |
max-width: 100% | |
} | |
.bbp-topic-freshness { display:none; } | |
.li.bbp-forum-info, li.bbp-topic-title { | |
width: 80%; | |
} | |
.wrap { | |
max-width: 1220px; | |
} | |
a { | |
color: blue; | |
text-decoration: underline; | |
} | |
a:visited { | |
color: purple; | |
} | |
.bbp-template-notice.info, | |
.bbp-template-notice, | |
.bbp-pagination-count { | |
display:none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment