MediaWiki:Common.less/yewgrove.less
Ir para navegação
Ir para pesquisar
// <pre>
/* =================
Fórum da Wiki
================= */
// 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') center left no-repeat;
padding-top: 2px;
padding-bottom: 1px;
}
a {
padding-left: 25px;
}
}
}
.forumheader {
border-left: 15px solid #ccc;
background-color: #f1f1f1;
margin: 1em 0;
padding: 12px;
}
.forumlist td.forum_title a.forum_new:visited {
background: none repeat scroll 0 0 transparent !important;
}
.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;
}
.forumsearchbox {
float: right;
width: auto;
padding: 0.5em;
margin-left: 0.5em;
text-align: center;
font-size: 90%;
background-color:#f1f1f1;
}
// remove talk link from forum namespace (copied from old monobook.css)
body.ns-110 #ca-talk {
display: none;
}