|
|
|
@ -7,6 +7,7 @@ body {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
font-family: @fonts;
|
|
|
|
|
color: @text;
|
|
|
|
@ -24,12 +25,15 @@ body {
|
|
|
|
|
position: relative;
|
|
|
|
|
z-index: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#mw-content-container {
|
|
|
|
|
background: @background2;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mw-body {
|
|
|
|
|
word-wrap: break-word;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#mw-footer-container {
|
|
|
|
|
border-top: solid 1px @background-dark2;
|
|
|
|
|
box-shadow: inset 0 7px 2px -4px rgba( 0, 0, 0, 0.1 );
|
|
|
|
@ -47,6 +51,7 @@ body {
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin: auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mw-wiki-logo {
|
|
|
|
|
display: block;
|
|
|
|
|
content: '';
|
|
|
|
@ -56,6 +61,7 @@ body {
|
|
|
|
|
background-position: center center;
|
|
|
|
|
margin: 0.75em auto 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#p-logo-text {
|
|
|
|
|
width: @column-left-size;
|
|
|
|
|
text-align: center;
|
|
|
|
@ -86,6 +92,7 @@ body {
|
|
|
|
|
position: relative;
|
|
|
|
|
border: solid 1px @grey;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#searchInput {
|
|
|
|
|
border: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
@ -96,6 +103,7 @@ body {
|
|
|
|
|
width: 100%;
|
|
|
|
|
min-height: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#searchButton,
|
|
|
|
|
#mw-searchButton {
|
|
|
|
|
position: absolute;
|
|
|
|
@ -119,20 +127,24 @@ body {
|
|
|
|
|
border-bottom-width: @border;
|
|
|
|
|
padding: 0.75em 2em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.suggestions-results {
|
|
|
|
|
background-color: @background;
|
|
|
|
|
border: 1px solid @grey;
|
|
|
|
|
border-bottom-width: @border;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.suggestions-result {
|
|
|
|
|
color: @text;
|
|
|
|
|
padding: 0.65em 2em 0.35em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.suggestions-result-current {
|
|
|
|
|
background-color: @blue;
|
|
|
|
|
color: @background;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
div.suggestions {
|
|
|
|
|
position: fixed;
|
|
|
|
|
top: 2.75em !important; // Override js-provided value to account for fixed header
|
|
|
|
@ -152,11 +164,13 @@ div.suggestions {
|
|
|
|
|
width: 0;
|
|
|
|
|
z-index: 4;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pokey {
|
|
|
|
|
top: 1.85em;
|
|
|
|
|
right: 1px;
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.pokey:after {
|
|
|
|
|
border-bottom-color: #fff;
|
|
|
|
|
right: -10px;
|
|
|
|
@ -179,6 +193,7 @@ div.suggestions {
|
|
|
|
|
list-style: none;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer-icons {
|
|
|
|
|
float: right;
|
|
|
|
|
margin: 0 0 0 1em;
|
|
|
|
@ -187,10 +202,12 @@ div.suggestions {
|
|
|
|
|
margin: 0 0 1em 0;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer-places li {
|
|
|
|
|
display: inline;
|
|
|
|
|
padding-right: 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#lastmod,
|
|
|
|
|
#credits,
|
|
|
|
|
#copyright {
|
|
|
|
@ -203,6 +220,7 @@ div.suggestions {
|
|
|
|
|
#mw-content-container {
|
|
|
|
|
border-bottom: solid 4px @green;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#mw-page-header-links {
|
|
|
|
|
div,
|
|
|
|
|
ul,
|
|
|
|
@ -212,6 +230,7 @@ div.suggestions {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
li {
|
|
|
|
|
margin: 0.25em 0 1em;
|
|
|
|
|
border-bottom: solid 3px transparent;
|
|
|
|
@ -219,6 +238,7 @@ div.suggestions {
|
|
|
|
|
&:hover {
|
|
|
|
|
border-bottom-color: @grey;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.selected {
|
|
|
|
|
border-bottom-color: @blue;
|
|
|
|
|
|
|
|
|
@ -228,6 +248,7 @@ div.suggestions {
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#p-namespaces {
|
|
|
|
|
float: left;
|
|
|
|
|
|
|
|
|
@ -235,6 +256,7 @@ div.suggestions {
|
|
|
|
|
margin-right: 1em;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#p-views,
|
|
|
|
|
#p-more {
|
|
|
|
|
float: right;
|
|
|
|
@ -248,6 +270,7 @@ div.suggestions {
|
|
|
|
|
.ca-icon();
|
|
|
|
|
.background-image-svg( 'images/star.svg', 'images/star.png' );
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#ca-unwatch a {
|
|
|
|
|
.ca-icon();
|
|
|
|
|
.background-image-svg( 'images/star-filled.svg', 'images/star-filled.png' );
|
|
|
|
@ -264,6 +287,7 @@ a {
|
|
|
|
|
color: @blue-dark;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a.new,
|
|
|
|
|
.new a {
|
|
|
|
|
color: @red;
|
|
|
|
@ -273,6 +297,7 @@ a.new,
|
|
|
|
|
color: @red-dark;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a.mw-selflink {
|
|
|
|
|
color: inherit;
|
|
|
|
|
font-weight: bold;
|
|
|
|
@ -290,19 +315,24 @@ a.mw-selflink {
|
|
|
|
|
padding: 0.5em 0 0.25em 1.75em;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mw-editsection-bracket {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.visual-clear {
|
|
|
|
|
clear: both;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mw-indicators {
|
|
|
|
|
float: right;
|
|
|
|
|
margin: 0.25em 0 0 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mw-indicator {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Subtitle area
|
|
|
|
|
* @see https://phabricator.wikimedia.org/T173951
|
|
|
|
|
*/
|
|
|
|
@ -351,6 +381,7 @@ pre,
|
|
|
|
|
line-height: 1.25;
|
|
|
|
|
margin: 1.5em 0 0.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
form dt {
|
|
|
|
|
margin: 0 0.5em 0 0;
|
|
|
|
|
}
|
|
|
|
@ -437,24 +468,29 @@ ul {
|
|
|
|
|
margin: 0 0 0.5em 0.5em;
|
|
|
|
|
padding: 0 0 1em 1.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* @noflip */
|
|
|
|
|
.tleft {
|
|
|
|
|
margin: 0 0.5em 0.5em 0;
|
|
|
|
|
padding: 0 1.5em 1em 0;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.thumbinner {
|
|
|
|
|
.box;
|
|
|
|
|
padding: 0.75em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.thumbcaption {
|
|
|
|
|
font-size: 95%;
|
|
|
|
|
padding: 0.5em 1em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.thumbinner .thumbimage,
|
|
|
|
|
.thumbborder {
|
|
|
|
|
border: solid 1px @grey-bright;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mw-body li.gallerybox div.thumb {
|
|
|
|
|
.box;
|
|
|
|
|
padding: 0;
|
|
|
|
@ -470,14 +506,17 @@ ul#filetoc,
|
|
|
|
|
margin: 1em 0;
|
|
|
|
|
min-width: 15em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
ul#filetoc {
|
|
|
|
|
display: block;
|
|
|
|
|
border: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toc ul {
|
|
|
|
|
margin: 1em 0 0;
|
|
|
|
|
list-style: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mw-body .toc h2 {
|
|
|
|
|
font-size: 1em;
|
|
|
|
|
font-family: @fonts;
|
|
|
|
@ -485,14 +524,17 @@ ul#filetoc {
|
|
|
|
|
display: inline;
|
|
|
|
|
border-bottom-color: @grey;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toctoggle {
|
|
|
|
|
color: @background3;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Remove brackets around the show/hide button of the TOC
|
|
|
|
|
body :not( :checked ) > .toctogglespan:before,
|
|
|
|
|
body :not( :checked ) > .toctogglespan:after {
|
|
|
|
|
content: '';
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toctogglelabel {
|
|
|
|
|
padding-left: 0; // Overwrite label { padding-left: 0.5em; } from forms.less
|
|
|
|
|
margin-left: 0.5em; // Create new distance to the TOC title without increasing the focus ring
|
|
|
|
@ -501,12 +543,15 @@ body :not( :checked ) > .toctogglespan:after {
|
|
|
|
|
.toc li:last-child {
|
|
|
|
|
margin-bottom: 0.5em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.toclevel-1 {
|
|
|
|
|
margin-bottom: 0.25em;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.tocnumber {
|
|
|
|
|
color: @grey-dark;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mw-changeslist-legend,
|
|
|
|
|
.mw-body .mw-search-profile-tabs,
|
|
|
|
|
.mw-body fieldset#mw-searchoptions,
|
|
|
|
@ -515,6 +560,7 @@ table.wikitable {
|
|
|
|
|
color: @text;
|
|
|
|
|
.box;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mw-body .mw-search-profile-tabs {
|
|
|
|
|
padding: 0.5em;
|
|
|
|
|
}
|
|
|
|
@ -537,12 +583,14 @@ table.wikitable > * > tr > th {
|
|
|
|
|
.color-bar {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.color-left {
|
|
|
|
|
height: @color-height;
|
|
|
|
|
background: @red-dark;
|
|
|
|
|
width: 50%;
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.color-right {
|
|
|
|
|
display: inline-block;
|
|
|
|
|
height: @color-height;
|
|
|
|
@ -550,11 +598,13 @@ table.wikitable > * > tr > th {
|
|
|
|
|
width: 50%;
|
|
|
|
|
float: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.color-middle-container {
|
|
|
|
|
max-width: @content-width;
|
|
|
|
|
margin: 0 auto -@color-height;
|
|
|
|
|
position: relative;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.color-middle {
|
|
|
|
|
height: @color-height;
|
|
|
|
|
background: @blue-dark;
|
|
|
|
@ -567,6 +617,7 @@ table.wikitable > * > tr > th {
|
|
|
|
|
#mw-page-header-links .emptyPortlet {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#p-lang.emptyPortlet {
|
|
|
|
|
display: inherit;
|
|
|
|
|
}
|
|
|
|
|