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.
76 lines
954 B
Plaintext
76 lines
954 B
Plaintext
@import "variables.less";
|
|
|
|
/* Page layout */
|
|
|
|
html,
|
|
body {
|
|
font-family: @fonts;
|
|
margin: 0;
|
|
padding: 0;
|
|
color: @text;
|
|
background: @background-dark;
|
|
font-size: 1em;
|
|
line-height: 1.3;
|
|
}
|
|
#mw-content {
|
|
background: @background;
|
|
}
|
|
#mw-content-container {
|
|
background: @background2;
|
|
}
|
|
#mw-footer-container {
|
|
border-top: solid 1px @background-dark2;
|
|
box-shadow: inset 0 7px 2px -4px rgba(0, 0, 0, .1);
|
|
|
|
ul {
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
#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%;
|
|
}
|
|
}
|
|
|
|
/* Misc */
|
|
|
|
a {
|
|
text-decoration: none;
|
|
color: @blue;
|
|
|
|
&:visited {
|
|
color: @blue-dark;
|
|
}
|
|
&.new {
|
|
color: @red;
|
|
|
|
&:visited {
|
|
color: @red-dark;
|
|
}
|
|
}
|
|
}
|
|
|
|
.mw-editsection-bracket {
|
|
display: none;
|
|
}
|
|
.visual-clear {
|
|
clear: both;
|
|
}
|
|
|
|
/* Hidden stuff */
|
|
|
|
#mw-site-navigation h2,
|
|
#p-search h3,
|
|
#p-personal h3 {
|
|
.hidden;
|
|
}
|