You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
@import "variables.less";
|
|
|
|
|
|
|
|
/* Page layout */
|
|
|
|
|
|
|
|
html,
|
|
|
|
body {
|
|
|
|
font-family: @fonts;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
color: @text;
|
|
|
|
background: @background2;
|
|
|
|
font-size: 1em;
|
|
|
|
line-height: 1.3;
|
|
|
|
}
|
|
|
|
#content {
|
|
|
|
background: @background;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Misc */
|
|
|
|
|
|
|
|
a {
|
|
|
|
text-decoration: none;
|
|
|
|
color: @blue;
|
|
|
|
|
|
|
|
&:visited {
|
|
|
|
color: @blue-dark;
|
|
|
|
}
|
|
|
|
&.new {
|
|
|
|
color: @red;
|
|
|
|
|
|
|
|
&:visited {
|
|
|
|
color: @red-dark;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#p-logo {
|
|
|
|
text-align: center;
|
|
|
|
width: 10em;
|
|
|
|
|
|
|
|
a.mw-wiki-logo {
|
|
|
|
display: block;
|
|
|
|
content: '';
|
|
|
|
width: 10em;
|
|
|
|
height: 10em;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: 50% 50%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#mw-site-navigation h2,
|
|
|
|
#p-search h3,
|
|
|
|
#p-personal h3 {
|
|
|
|
.hidden;
|
|
|
|
}
|