full width bigger fonts
forum.overclockers.ua by hadoooooouken
Details
Authorhadoooooouken
LicenseNo License
Categoryuserstyles
Created
Updated
Size2.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name forum.overclockers.ua - конференция
@namespace github.com/openstyles/stylus
@version 1.0.0
@description full width big fonts
@author hadouken
==/UserStyle== */
@-moz-document domain("forum.overclockers.ua") {
.wrap {
max-width: 100%;
font-size: 18px;
}
ul.linklist > li,
.responsive-center,
li.header dd,
li.header dt,
a.forumtitle,
dd.author,
dd.extra,
dd.mark,
dd.posts,
dd.topics,
dd.views,
dd.info,
dd.lastpost,
dd.moderation,
dd.redirect,
dd.time,
h2.forum-title,
h2.topic-title,
h3,
h2,
ul.topiclist dt,
.icon.icon-orange,
.post_header div.author,
.post_header div.message,
.postprofile .username,
.postprofile dt,
dl.details,
.search p.author,
ul.searchresults li,
.advanced-search-link,
.panel h2 {
font-size: 1em;
line-height: 1.2em;
}
.site-description,
.search-header {
margin-top: 10px;
}
input.tiny {
width: 230px;
font-size: 16px;
}
.ad_slot11 {
display: none;
}
.action-bar,
.button,
.row .pagination li a {
font-size: 16px;
}
.content {
color: #000;
}
.topbar .lang {
margin-top: -4px;
}
#nav-breadcrumbs,
.responsive-center,
.page-body,
.navbar ul.linklist {
margin-top: 0;
margin-bottom: 10px;
padding: 0;
}
ul.recent_topics.sitenews li > div > a,
ul.recent_topics li,
ul.recent_topics li.unread {
line-height: 30px;
}
.recent_topics_wrapper {
font-size: unset;
}
ul.recent_topics li > a > .icon {
font-size: 12px;
padding-right: 0;
padding-left: 2px;
}
a.topictitle {
font-size: 1em;
font-weight: normal;
}
/*a.username,*/
a.lastsubject,
.lastpost br {
display: none
}
.row .pagination > ul {
padding-top: 8px;
}
.postbody .content {
font-size: 1em;
line-height: 1.6em;
}
}