MediaWiki:Common.less/forums.less
Jump to navigation
Jump to search
// <pre>
/* =================
Yew Grove
================= */
// active threads
.forumlist {
th.forum_title {
padding-left: 25px;
}
td {
padding: 0;
// not sure what this does
span {
display: block;
padding-left: 15px;
font-size: smaller;
&.forum_author {
padding-left: 30px;
}
a {
text-decoration: none;
}
}
}
.forum_edited {
// not sure what this does
a {
text-decoration: none;
}
}
.forum_title {
.forum_new {
font-weight: bold;
background: url('filepath://Forum_new.png') no-repeat;
padding-top: 2px;
padding-bottom: 1px;
}
a {
padding-left: 25px;
}
}
}
.forumactiveheader,
.forumarchiveheader,
.forumoldarchives {
background-color: @theme-buttons;
color: contrast( @theme-buttons );
}
.forumoldarchives a {
color: contrast( @theme-buttons );
}
.forumcolumnheader {
background-color: darken( @default-page, 10% );
color: contrast( @default-page );
text-align: left;
padding-left: 5px;
}