/* removes the nasty big header */
#logoBlock{
display:none;
}
#headerMover #headerProxy{
height: 50px;
margin-top: 20px !important;
}
/* removes the user profile by quick reply box */
.quickReply .messageUserInfo {
display: none;
}
/* removes the facebook/twitter share icons */
.sharePage {
display: none;
}
.sectionMain {
background-color: rgb(28, 87, 128);
/* padding: 10px;*/
margin: 0px auto;
border: 0px solid rgb(255, 255, 255);
border-radius: 10px;
}
.node .nodeDescription {
font-size: 11px;
font-family: verdana;
}
.node .nodeStats {
font-size: 9px;
font-family: verdana;
}
/* removes the facebook logo by post number*/
i.fa.fa-facebook-square {
display: none;
}
.discussionListItems .unread .title a {
font-weight: 400;
font-size: 12px ;
}
.pairsInline dl, .pairsInline dt, .pairsInline dd {
display: none;
}
/* Removes avatars */
.UserRankImages {
display: none;
}
/* removes the background and white borders around the gangster title */
.userBanner {
font-size: 11px;
background-color: transparent !important;
border: 0 !important;
border-color: rgb(200, 200, 200) !important;
}
/* corrects the padding of the page links when there is more than 3 numbers, e.g. page 580 now fits in the box correctly */
.PageNav a {
min-width: 14px !important;
padding-left: 3px !important;
padding-right: 3px !important;
}
.PageNavNext, .PageNavPrev {
height: 15px !important;
padding-top: 0 !important;
}
/* Remove discussion and post amount */
.pairsInline dl, .pairsInline dt, .pairsInline dd {
display: none;
}
.subForumsPopup .dt {
margin-left: -5px;
}
/* Smaller title font in Thread */
.titleBar h1 {
font-size: 11pt;
}
.messageList {
border: none !important;
}
/* reduces padding between posts */
.postDate {
padding-bottom: 0px;
padding-top: 0px;
border-right-color: #373f44 !important;
border-left-color: #373f44!important
}