Skip to content

Instantly share code, notes, and snippets.

@Prid13
Last active September 27, 2020 03:24
Show Gist options
  • Save Prid13/84cb78abfe2601119025b3149a3519e0 to your computer and use it in GitHub Desktop.
Save Prid13/84cb78abfe2601119025b3149a3519e0 to your computer and use it in GitHub Desktop.
@charset "UTF-8";
@import url(fonts.css);
@import url(normalize.css);
#header {
width: auto;
position: relative;
color: #fff3c9;
background-color: #0071b3;
z-index: 2;
padding-top: 10px;
padding-bottom: 10px;
background: linear-gradient(rgb(0 48 255 / 84%),rgb(0 8 249 / 45%)), url(https://mir-s3-cdn-cf.behance.net/project_modules/max_1200/d0233e58852705.5a0bdcee33b00.jpg);
background-position: 50% 50%;
padding-left: 20px;
padding-right: 20px;
}
#header-panel {
border-bottom: 0;
}
a {
color: #003eca;
}
#navigation > li {
color: #bed5f7;
}
#content #bbpress-forums li.bbp-header {
border-top: none;
background-color: #fb7016;
border-radius: 5px 5px 0px 0px;
}
#content #bbpress-forums ul.even {
background-color: #fffdfd;
}
#content #bbpress-forums ul.odd {
background-color: #fff;
}
.bbp-forum-content ul.sticky, .bbp-topics ul.sticky, .bbp-topics ul.super-sticky, .bbp-topics-front ul.super-sticky {
background-color: #fff7dc!important;
}
a.bbp-topic-permalink {
font-size: 15px;
font-weight: bold;
color: #dc0202;
}
li.bbp-topic-title::before {
content: '';
display: inline-block;
width: 30px;
height: 30px;
-moz-border-radius: 7.5px;
-webkit-border-radius: 7.5px;
border-radius: 50%;
float: left;
margin-right: 15px;
background-color: #d4dbe2;
}
.super-sticky li.bbp-topic-title::before {
background-color: #ffc300;
}
.forum-titles li:first-child {
padding-left: 22px;
box-sizing: border-box;
}
.bbp-header li.bbp-topic-title::before {
width: 0;
height: 0;
}
#bbpress-forums li.bbp-footer, #bbpress-forums li.bbp-header {
color: white;
}
#logo-panel > .logo > a > img {
width: auto;
height: 100px;
}
#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
padding: 15px 10px;
}
#content #bbpress-forums ul.bbp-lead-topic, #content #bbpress-forums ul.bbp-topics, #content #bbpress-forums ul.bbp-forums, #content #bbpress-forums ul.bbp-replies, #content #bbpress-forums ul.bbp-search-results {
border: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment