Code: Select all
.phpbb .navbar,
.phpbb .linkmcp,
.phpbb .panel,
.phpbb .post,
.phpbb .cp-mini,
.phpbb .topiclist > li,
.phpbb .topiclist .header,
.phpbb h2.header{
background:#222 !important;
border-radius:0;
border:0;
}
.phpbb p.subforums,
.phpbb p.moderators,
.phpbb .panel,
.phpbb .post,
.phpbb .cp-mini {
font-size: 10px;
}
.row p.moderators {
display:none;
}
.phpbb .topiclist > li {
padding: 0 8px;
}
dl > dt, dl > dd {
padding: 8px 16px !important;
}
dl {
padding-left: 32px !important;
}
.row{
font-size: 0.75rem !important;
}
.phpbb a.forumtitle, .phpbb a.topictitle {
font-family: 'Roboto Regular', Helvetica, Arial;
font-weight:bolder;
font-size: 1rem;
margin-bottom: 8px;
}
.phpbb .codebox {
font-family: monospace;
font-size: 11px;
}
.phpbb .topiclist dd.lastpost, .phpbb .topiclist dd.redirect{
min-width: 180px;
}
.phpbb a.feed-icon-forum {
transform: scale(0.7);
opacity:0.75;
}