Stylish style for desktop forum version

General discussions about Automagic and automation in general

Moderator: Martin

Post Reply
User avatar
fagci
Posts: 80
Joined: 03 Feb 2017 13:06
Location: Novosibirsk, RU
Contact:

Stylish style for desktop forum version

Post by fagci » 05 Feb 2017 18:11

Removed some border-radius, improved fonts and some paddings.

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;
}
Update: code tag monospace font
All systems nominal.

Post Reply