„Szerkesztő:Pompos Balázs/common.css” változatai közötti eltérés

A VIK Wikiből
Ugrás a navigációhoz Ugrás a kereséshez
1. sor: 1. sor:
/* Don't display some stuff on the main page */
+
/*
.page-Main_Page #deleteconfirm,
+
* PREFERENCES AND FIELDSET STUFF
.page-Main_Page #t-cite,
+
*/
.page-Main_Page #footer-info-lastmod,
+
#preftoc {
.action-view.page-Main_Page #siteSub,
+
  margin: 0 0 1em;
.action-view.page-Main_Page #contentSub,
+
  padding: 0;
.action-view.page-Main_Page .firstHeading {
+
  list-style: none;
display: none !important;
+
  clear: both;
 
}
 
}
 
+
#preftoc li {
/* Hide while we find a better spot */
+
  display: inline;
#coordinates {
+
  margin-right: 1em;
display:none;
 
 
}
 
}
 
+
#preftoc li.selected a {
/* T161423 */
+
  color: #013;
.infobox {
+
  border-bottom: solid 0.2em #08d;
border-collapse: separate;
 
 
}
 
}
 
+
#preferences {
/* T173151 */
+
  margin: 0;
.mw-changeslist-legend dt {
+
  clear: both;
margin: 0 0.5em 0 0 !important;
+
  min-height: 400px;
}
 
 
 
/* Better behavior when placed next to infoboxes etc */
 
#toc {
 
display:table;
 
}
 
 
 
/* Make sure the list of links is on it's own line.. */
 
#mw-footer #copyright {
 
display: block;
 
}
 
 
 
@import 'mediawiki.mixins';
 
 
 
// Colours
 
 
 
@text: #013;
 
@background: #fff;
 
@background2: #f3f3f3;
 
@background3: #fcfcfc;
 
 
 
@background-dark: #777;
 
@background-dark2: #555;
 
@text-inverse: #fff;
 
 
 
@link: @blue;
 
@link-red: @red;
 
 
 
@grey: #ccc;
 
@grey-bright: #eee;
 
@grey-dark: #666;
 
 
 
@red: #d44;
 
@red-bright: #f55;
 
@red-dark: #900;
 
 
 
@green: #3b7;
 
@green-bright: #4c8;
 
@green-dark: #396;
 
 
 
@blue: #08d;
 
@blue-bright: #2af;
 
@blue-dark: #069;
 
 
 
@link: @blue;
 
@link-red: @red;
 
 
 
// Flair
 
 
 
// Fonts are chosen for consistent metrics, not necessarily overall prettiness.
 
// This will NEED fixes for different languages.
 
@fonts: 'Helvetica Neue', 'Nimbus Sans', 'Helvetica', 'Arial', sans-serif;
 
@fonts-secondary: 'Linux Libertine', 'Times New Roman', serif;
 
// Based on information on https://wiki.archlinux.org/index.php/Metric-compatible_fonts
 
@fonts-monospace: 'Consolas', 'Courier', 'Nimbus Mono', 'Liberation Mono', 'Courier New', monospace;
 
 
 
@border: 0.2em;
 
@radius: 0.2em;
 
 
 
@font-size: 0.95em;
 
 
 
// Widths
 
 
 
// Remember to also update skin.json (and possibly mobile.js) if you change these
 
// For some reason doing @mobile-width + 1px doesn't seem to actually work,
 
// so we need both for each thing
 
@mobile-width: 850px;
 
@desktop-small-floor: 851px;
 
@desktop-small-width: 1099px;
 
@desktop-mid-floor: 1100px;
 
@desktop-mid-width: 1339px;
 
@desktop-large-floor: 1340px;
 
 
 
// The max-width for the content
 
@content-width: 100em;
 
 
 
@content-padding: 2em;
 
 
 
@column-left-size: 14em;
 
@column-right-size: 16em;
 
 
 
@fixed-header-height: 3.125em;
 
@color-height: 0.35em;
 
 
 
// Miscellaneous functions
 
 
 
// To hide objects, but keep them accessible for screen-readers
 
.hidden() {
 
position: absolute;
 
top: -9999px;
 
left: 0;
 
}
 
 
 
// Icons - hides labels, but keep them accessible for screen-readers
 
.icon() {
 
text-indent: -99999px;
 
border: 0;
 
background-color: transparent;
 
background-repeat: no-repeat;
 
}
 
 
 
.box() {
 
background: @background3;
 
border: solid @grey-bright;
 
border-width: 1px 1px @border;
 
padding: 1.25em 1.75em;
 
box-shadow: 0 1px 2px 1px rgba( 0, 0, 0, 0.02 );
 
 
}
 
}
 
+
#preferences .prefsection {
// Icons for the page actions menus
+
  border: 0;
.ca-icon() {
+
  padding: 0;
.icon;
+
  margin: 0;
display: inline-block;
+
  box-shadow: none;
width: 20px;
 
height: 20px;
 
box-sizing: border-box;
 
margin-bottom: -0.5em;
 
 
}
 
}
 
+
#preferences .mainLegend {
// Navigation column blocks
+
  display: none;
 
 
.nav-block() {
 
.box();
 
overflow: auto;
 
padding: 1.5em 1.5em 0;
 
margin: 1em 0;
 
line-height: 1.1;
 
 
 
ul,
 
li {
 
list-style: none;
 
margin: 0;
 
padding: 0;
 
}
 
h3 {
 
font-weight: normal;
 
font-size: 1em;
 
margin: 0.25em 0 0.75em 0;
 
padding-bottom: 0.15em;
 
border-bottom: solid 2px @grey;
 
}
 
ul {
 
margin-bottom: 2em;
 
}
 
li {
 
margin: 0 0 0.35em;
 
}
 
 
}
 
}
 
+
#preferences .preferences-login {
.column-right() {
+
  clear: both;
width: @column-right-size;
+
  margin-bottom: 1.5em;
float: right;
 
clear: right;
 
padding-left: 1em;
 
box-sizing: border-box;
 
 
 
.sidebar-chunk {
 
.nav-block();
 
}
 
 
}
 
}
.column-left() {
+
#preferences .mw-email-not-authenticated .mw-input,
width: @column-left-size;
+
#preferences .mw-email-none .mw-input {
float: left;
+
  display: block;
clear: left;
+
  padding: 0.25em 0.5em;
padding-right: 1em;
 
box-sizing: border-box;
 
 
 
.sidebar-chunk {
 
.nav-block();
 
}
 
 
}
 
}
 
+
#preferences input[type='checkbox'],
// Dropdowns
+
#preferences input[type='radio'] {
.dropdown-header() {
+
  margin-left: 0;
cursor: pointer;
 
margin-bottom: -1em;
 
padding-bottom: 1em;
 
 
 
&:after {
 
display: inline-block;
 
content: '';
 
width: 22px;
 
height: 12px;
 
.background-image-svg( 'images/arrow-down-grey.svg', 'images/arrow-down-grey.png' );
 
background-position: center center;
 
background-repeat: no-repeat;
 
}
 
}
 
.dropdown-menu( @direction: right ) {
 
.nav-block();
 
background: @background;
 
box-shadow: 0 2px 3px 1px rgba( 0, 0, 0, 0.05 );
 
position: absolute;
 
padding: 20px 2em 0;
 
margin: 0;
 
min-width: 9.153em;
 
top: 2.95em;
 
@{direction}: -1em;
 
overflow: visible;
 
z-index: 3;
 
}
 
 
 
// Categories on bottom of page
 
 
 
.categories-bottom() {
 
#catlinks-sidebar {
 
display: none;
 
}
 
 
 
#catlinks {
 
margin: 0 @content-padding;
 
padding: 1.5em 0 0.5em;
 
 
 
li {
 
border-left: 0;
 
}
 
div {
 
margin: 0 0 0.35em;
 
}
 
}
 
}
 
 
 
 
 
/*
 
* PREFERENCES AND FIELDSET STUFF
 
*/
 
#preftoc {
 
margin: 0 0 1em;
 
padding: 0;
 
list-style: none;
 
clear: both;
 
 
 
li {
 
display: inline;
 
margin-right: 1em;
 
 
 
&.selected a {
 
color: @text;
 
border-bottom: solid @border @blue;
 
}
 
}
 
}
 
#preferences {
 
margin: 0;
 
clear: both;
 
min-height: 400px;
 
 
 
.prefsection {
 
border: 0;
 
padding: 0;
 
margin: 0;
 
box-shadow: none;
 
}
 
.mainLegend {
 
display: none;
 
}
 
.preferences-login {
 
clear: both;
 
margin-bottom: 1.5em;
 
}
 
.mw-email-not-authenticated .mw-input,
 
.mw-email-none .mw-input {
 
display: block;
 
padding: 0.25em 0.5em;
 
}
 
input[ type='checkbox' ],
 
input[ type='radio' ] {
 
margin-left: 0;
 
}
 
 
}
 
}
 
.mw-prefs-buttons {
 
.mw-prefs-buttons {
margin-top: 1em;
+
  margin-top: 1em;
 
}
 
}
 
 
td.mw-input,
 
td.mw-input,
 
td.mw-label {
 
td.mw-label {
vertical-align: middle;
+
  vertical-align: middle;
 
}
 
}
 
 
fieldset {
 
fieldset {
.box;
+
  background: #fcfcfc;
line-height: 1.3em;
+
  border: solid #eee;
margin: 1em 0;
+
  border-width: 1px 1px 0.2em;
background: @background;
+
  padding: 1.25em 1.75em;
 
+
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
legend {
+
  line-height: 1.3em;
padding: 0.5em 1.25em;
+
  margin: 1em 0;
background: @background;
+
  background: #fff;
font-weight: bold;
+
}
color: @blue-dark;
+
fieldset legend {
}
+
  padding: 0.5em 1.25em;
 +
  background: #fff;
 +
  font-weight: bold;
 +
  color: #069;
 
}
 
}
 
label {
 
label {
padding-left: 0.5em;
+
  padding-left: 0.5em;
 
}
 
}
 
.mw-input label {
 
.mw-input label {
padding: 0;
+
  padding: 0;
margin-right: 1em;
+
  margin-right: 1em;
 
}
 
}
 
.mw-label {
 
.mw-label {
padding-right: 0.5em;
+
  padding-right: 0.5em;
 
}
 
}
 
.mw-submit {
 
.mw-submit {
padding-top: 2em;
+
  padding-top: 2em;
 
}
 
}
 
.htmlform-tip {
 
.htmlform-tip {
font-size: 85%;
+
  font-size: 85%;
color: @text;
+
  color: #013;
line-height: 1.2em;
+
  line-height: 1.2em;
padding: 1em 0;
+
  padding: 1em 0;
 
}
 
}
 
 
/*
 
/*
 
  *
 
  *
339. sor: 90. sor:
 
  *
 
  *
 
  */
 
  */
 
 
/* pile of bad hacks to try to catch all the different ones */
 
/* pile of bad hacks to try to catch all the different ones */
input[ name='target' ],
+
input[name='target'],
input[ name='user' ],
+
input[name='user'],
input[ name='mime' ],
+
input[name='mime'],
input[ size$='0' ],
+
input[size$='0'],
input[ type='text' ],
+
input[type='text'],
input[ type='checkbox' ],
+
input[type='checkbox'],
input[ type='radio' ],
+
input[type='radio'],
 
input#wpTemplateSandboxPage,
 
input#wpTemplateSandboxPage,
 
input.mw-summary,
 
input.mw-summary,
356. sor: 106. sor:
 
.mw-ui-input,
 
.mw-ui-input,
 
#searchInput {
 
#searchInput {
box-sizing: border-box;
+
  box-sizing: border-box;
padding: 0.25em 0.35em;
+
  padding: 0.25em 0.35em;
border: solid 1px @grey;
+
  border: solid 1px #ccc;
margin: 0.5em 0;
+
  margin: 0.5em 0;
box-shadow: inset 0 1px 1px 1px rgba( 0, 0, 0, 0.05 );
+
  box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.05);
font-size: 1em;
+
  font-size: 1em;
min-height: 30px;
+
  min-height: 30px;
font-family: @fonts;
+
  font-family: 'Helvetica Neue', 'Nimbus Sans', 'Helvetica', 'Arial', sans-serif;
 
}
 
}
 
select {
 
select {
padding: 0.25em;
+
  padding: 0.25em;
margin: 0.5em 0;
+
  margin: 0.5em 0;
 
}
 
}
input[ type='checkbox' ],
+
input[type='checkbox'],
input[ type='radio' ] {
+
input[type='radio'] {
margin-left: 1em;
+
  margin-left: 1em;
min-height: 0;
+
  min-height: 0;
 
}
 
}
input[ type='checkbox' ] {
+
input[type='checkbox'] {
border-radius: 2px;
+
  border-radius: 2px;
 
}
 
}
input[ type='radio' ] {
+
input[type='radio'] {
border-radius: 8px;
+
  border-radius: 8px;
 
}
 
}
 
.mw-ui-button.mw-ui-progressive,
 
.mw-ui-button.mw-ui-progressive,
 
.mw-ui-button.mw-ui-progressive:active,
 
.mw-ui-button.mw-ui-progressive:active,
 
.mw-ui-button.mw-ui-progressive.mw-ui-checked,
 
.mw-ui-button.mw-ui-progressive.mw-ui-checked,
input[ type='submit' ],
+
input[type='submit'],
input[ type='button' ],
+
input[type='button'],
 
button {
 
button {
padding: 0.25em 1em 0.1em 1em;
+
  padding: 0.25em 1em 0.1em 1em;
border: solid 1px @grey;
+
  border: solid 1px #ccc;
border-bottom-width: @border;
+
  border-bottom-width: 0.2em;
text-shadow: 0 -1px 0 @grey;
+
  text-shadow: 0 -1px 0 #ccc;
box-sizing: border-box;
+
  box-sizing: border-box;
border-radius: @radius;
+
  border-radius: 0.2em;
background: @background;
+
  background: #fff;
color: @text;
+
  color: #013;
min-height: 30px;
+
  min-height: 30px;
box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.05 );
+
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
 
+
}
&:active {
+
.mw-ui-button.mw-ui-progressive:active,
background-color: @grey-bright;
+
.mw-ui-button.mw-ui-progressive:active:active,
}
+
.mw-ui-button.mw-ui-progressive.mw-ui-checked:active,
&:hover {
+
input[type='submit']:active,
background-color: @grey-bright;
+
input[type='button']:active,
}
+
button:active {
 +
  background-color: #eee;
 +
}
 +
.mw-ui-button.mw-ui-progressive:hover,
 +
.mw-ui-button.mw-ui-progressive:active:hover,
 +
.mw-ui-button.mw-ui-progressive.mw-ui-checked:hover,
 +
input[type='submit']:hover,
 +
input[type='button']:hover,
 +
button:hover {
 +
  background-color: #eee;
 
}
 
}
 
textarea {
 
textarea {
width: 100%;
+
  width: 100%;
resize: vertical;
+
  resize: vertical;
box-sizing: border-box;
+
  box-sizing: border-box;
line-height: 1.3em;
+
  line-height: 1.3em;
font-family: @fonts-monospace;
+
  font-family: 'Consolas', 'Courier', 'Nimbus Mono', 'Liberation Mono', 'Courier New', monospace;
 
}
 
}
 
textarea#wpTextbox1 {
 
textarea#wpTextbox1 {
border-color: @grey;
+
  border-color: #ccc;
 
}
 
}
 
div.editOptions {
 
div.editOptions {
padding: 1.25em 1.75em;
+
  padding: 1.25em 1.75em;
padding: 1em;
+
  padding: 1em;
border: solid @grey;
+
  border: solid #ccc;
border-width: 0 1px @border;
+
  border-width: 0 1px 0.2em;
background: @background2;
+
  background: #f3f3f3;
 
+
}
.mw-summary label {
+
div.editOptions .mw-summary label {
padding-left: 0;
+
  padding-left: 0;
}
+
}
input#wpSummary {
+
div.editOptions input#wpSummary {
box-sizing: border-box;
+
  box-sizing: border-box;
width: 100%;
+
  width: 100%;
}
+
}
label {
+
div.editOptions label {
margin-right: 1.5em;
+
  margin-right: 1.5em;
}
+
}
 
+
div.editOptions fieldset,
// For Extension:TemplateSandbox and the like
+
div.editOptions legend {
fieldset,
+
  background: inherit;
legend {
+
  border: 0;
background: inherit;
+
  box-shadow: none;
border: 0;
+
  padding: 0;
box-shadow: none;
+
  margin-top: 2em;
padding: 0;
 
margin-top: 2em;
 
}
 
 
}
 
}
 
 
/* Extension:TemplateSandbox stuff */
 
/* Extension:TemplateSandbox stuff */
 
.mw-templatesandbox-page label {
 
.mw-templatesandbox-page label {
padding: 0;
+
  padding: 0;
 
}
 
}
 
#wpTemplateSandboxPreview {
 
#wpTemplateSandboxPreview {
margin-left: 0.5em;
+
  margin-left: 0.5em;
 
}
 
}
 
 
/* Recent changes and watchlist options */
 
/* Recent changes and watchlist options */
 
.rcoptions hr,
 
.rcoptions hr,
 
#mw-watchlist-options hr {
 
#mw-watchlist-options hr {
clear: both;
+
  clear: both;
 
}
 
}
 
.rcoptions #namespace,
 
.rcoptions #namespace,
 
#mw-watchlist-options .namespaceselector {
 
#mw-watchlist-options .namespaceselector {
margin-right: 2em;
+
  margin-right: 2em;
 
}
 
}
 
 
/* Watchlist */
 
/* Watchlist */
#mw-watchlist-options {
+
#mw-watchlist-options label {
label {
+
  padding: 0 1em 0 0;
padding: 0 1em 0 0;
+
}
}
+
#mw-watchlist-options input[type='submit'] {
input[ type='submit' ] {
+
  margin: 0 0 0 4em;
margin: 0 0 0 4em;
 
}
 
 
}
 
}
 
 
/* Related changes hacks */
 
/* Related changes hacks */
.mw-special-Recentchangeslinked {
+
.mw-special-Recentchangeslinked .rcoptions input[type='submit'] {
.rcoptions {
+
  float: right;
input[ type='submit' ] {
+
  margin: 0 0 0 4em;
float: right;
+
}
margin: 0 0 0 4em;
+
.mw-special-Recentchangeslinked .rcoptions td.mw-label.mw-target-label {
}
+
  vertical-align: top;
td.mw-label.mw-target-label {
+
  padding-top: 0.75em;
vertical-align: top;
+
}
padding-top: 0.75em;
+
.mw-special-Recentchangeslinked .rcoptions input[name='target'] {
}
+
  float: left;
input[ name='target' ] {
+
}
float: left;
+
.mw-special-Recentchangeslinked #showlinkedto {
}
+
  clear: left;
}
+
  float: left;
#showlinkedto {
+
}
clear: left;
+
.mw-special-Recentchangeslinked label[for='showlinkedto'] {
float: left;
+
  padding: 0.4em;
}
+
  float: left;
label[ for='showlinkedto' ] {
 
padding: 0.4em;
 
float: left;
 
}
 
 
}
 
}
 
 
.skin-timeless .oo-ui-windowManager-modal > .oo-ui-dialog,
 
.skin-timeless .oo-ui-windowManager-modal > .oo-ui-dialog,
 
.skin-timeless .ve-ui-overlay-global {
 
.skin-timeless .ve-ui-overlay-global {
z-index: 101;
+
  z-index: 101;
 
}
 
}
 
 
body > .oo-ui-windowManager,
 
body > .oo-ui-windowManager,
 
.oo-ui-defaultOverlay {
 
.oo-ui-defaultOverlay {
z-index: 101;
+
  z-index: 101;
font-size: 0.95em;
+
  font-size: 0.95em;
 
}
 
}
 
 
/* Page layout */
 
/* Page layout */
 
 
html,
 
html,
 
body {
 
body {
margin: 0;
+
  margin: 0;
padding: 0;
+
  padding: 0;
 
}
 
}
 
body {
 
body {
font-family: @fonts;
+
  font-family: 'Helvetica Neue', 'Nimbus Sans', 'Helvetica', 'Arial', sans-serif;
color: @text;
+
  color: #013;
background: @background-dark;
+
  background: #777;
font-size: @font-size;
+
  font-size: 0.95em;
line-height: 1.4;
+
  line-height: 1.4;
 
}
 
}
 
 
#mw-content {
 
#mw-content {
.box;
+
  background: #fcfcfc;
background: @background;
+
  border: solid #eee;
padding: 1em @content-padding 3em;
+
  border-width: 1px 1px 0.2em;
position: relative;
+
  padding: 1.25em 1.75em;
 +
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
 +
  background: #fff;
 +
  padding: 1em 2em 3em;
 +
  position: relative;
 
}
 
}
 
#mw-content-container {
 
#mw-content-container {
background: @background2;
+
  background: #f3f3f3;
word-wrap: break-word;
+
  word-wrap: break-word;
 
}
 
}
 
#mw-footer-container {
 
#mw-footer-container {
border-top: solid 1px @background-dark2;
+
  border-top: solid 1px #555;
box-shadow: inset 0 7px 2px -4px rgba( 0, 0, 0, 0.1 );
+
  box-shadow: inset 0 7px 2px -4px rgba(0, 0, 0, 0.1);
color: @text-inverse;
+
  color: #fff;
 
+
}
a {
+
#mw-footer-container a {
color: @text-inverse;
+
  color: #fff;
}
+
}
ul {
+
#mw-footer-container ul {
margin: 0;
+
  margin: 0;
}
 
 
}
 
}
 
 
#p-logo {
 
#p-logo {
text-align: center;
+
  text-align: center;
margin: auto;
+
  margin: auto;
 
}
 
}
 
.mw-wiki-logo {
 
.mw-wiki-logo {
display: block;
+
  display: block;
content: '';
+
  content: '';
width: 11em;
+
  width: 11em;
height: 11em;
+
  height: 11em;
background-repeat: no-repeat;
+
  background-repeat: no-repeat;
background-position: 50% 50%;
+
  background-position: 50% 50%;
margin: 0.75em auto 0;
+
  margin: 0.75em auto 0;
 
}
 
}
 
#p-logo-text {
 
#p-logo-text {
width: @column-left-size;
+
  width: 14em;
text-align: center;
+
  text-align: center;
line-height: 1;
+
  line-height: 1;
 
+
}
a {
+
#p-logo-text a {
padding: 0.2em 1em;
+
  padding: 0.2em 1em;
color: @text;
+
  color: #013;
font-family: @fonts-secondary;
+
  font-family: 'Linux Libertine', 'Times New Roman', serif;
font-variant: small-caps;
+
  font-variant: small-caps;
font-size: 1.75em;
+
  font-size: 1.75em;
display: block;
+
  display: block;
 
+
  /* 13+ character names */
/* 13+ character names */
+
}
&.long {
+
#p-logo-text a.long {
font-size: 1.45em;
+
  font-size: 1.45em;
padding: 0 0.75em 0 0;
+
  padding: 0 0.75em 0 0;
line-height: 0.8;
+
  line-height: 0.8;
}
 
}
 
 
}
 
}
 
 
/* Search */
 
/* Search */
 
 
#simpleSearch {
 
#simpleSearch {
box-shadow: inset 0 2px 4px 0 rgba( 0, 0, 0, 0.05 );
+
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
background: @background;
+
  background: #fff;
position: relative;
+
  position: relative;
border: solid 1px @grey;
+
  border: solid 1px #ccc;
 
}
 
}
 
#searchInput {
 
#searchInput {
border: 0;
+
  border: 0;
margin: 0;
+
  margin: 0;
height: 2.1em;
+
  height: 2.1em;
padding: 0.4em 4.5em 0.2em 2em;
+
  padding: 0.4em 4.5em 0.2em 2em;
box-shadow: none;
+
  box-shadow: none;
background: transparent;
+
  background: transparent;
width: 100%;
+
  width: 100%;
min-height: 0;
+
  min-height: 0;
 
}
 
}
 
#searchButton,
 
#searchButton,
 
#mw-searchButton {
 
#mw-searchButton {
position: absolute;
+
  position: absolute;
top: 0;
+
  top: 0;
right: 1.5em;
+
  right: 1.5em;
width: 2.5em;
+
  width: 2.5em;
height: 2.5em;
+
  height: 2.5em;
.icon;
+
  text-indent: -99999px;
.background-image-svg( 'images/search-ltr.svg', 'images/search-ltr.png' );
+
  border: 0;
background-position: 50% 40%;
+
  background-color: transparent;
box-shadow: none;
+
  background-repeat: no-repeat;
 +
  background-position: 50% 40%;
 +
  box-shadow: none;
 
}
 
}
 
 
.suggestions {
 
.suggestions {
background: @background;
+
  background: #fff;
box-shadow: 0 2px 2px 1px rgba( 0, 0, 0, 0.05 );
+
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.05);
 
+
}
.suggestions-special {
+
.suggestions .suggestions-special {
background-color: @background;
+
  background-color: #fff;
border: 1px solid @grey;
+
  border: 1px solid #ccc;
border-bottom-width: @border;
+
  border-bottom-width: 0.2em;
padding: 0.75em 2em;
+
  padding: 0.75em 2em;
}
+
}
.suggestions-results {
+
.suggestions .suggestions-results {
background-color: @background;
+
  background-color: #fff;
border: 1px solid @grey;
+
  border: 1px solid #ccc;
border-bottom-width: @border;
+
  border-bottom-width: 0.2em;
}
+
}
.suggestions-result {
+
.suggestions .suggestions-result {
color: @text;
+
  color: #013;
padding: 0.65em 2em 0.35em;
+
  padding: 0.65em 2em 0.35em;
}
+
}
.suggestions-result-current {
+
.suggestions .suggestions-result-current {
background-color: @blue;
+
  background-color: #08d;
color: @background;
+
  color: #fff;
}
 
 
}
 
}
 
div.suggestions {
 
div.suggestions {
position: fixed;
+
  position: fixed;
top: 2.75em !important; // Override js-provided value to account for fixed header
+
  top: 2.75em !important;
 
}
 
}
 
 
/* Dropdown stuff */
 
/* Dropdown stuff */
 
 
.pokey,
 
.pokey,
 
.pokey:after {
 
.pokey:after {
border-bottom: 10px solid @grey-bright;
+
  border-bottom: 10px solid #eee;
border-left: 10px solid transparent;
+
  border-left: 10px solid transparent;
border-right: 10px solid transparent;
+
  border-right: 10px solid transparent;
content: '';
+
  content: '';
height: 0;
+
  height: 0;
position: absolute;
+
  position: absolute;
transform: rotate( 360deg ); // to force some smoothing in annoying browsers
+
  transform: rotate(360deg);
width: 0;
+
  width: 0;
z-index: 4;
+
  z-index: 4;
 
}
 
}
 
.pokey {
 
.pokey {
top: 1.85em;
+
  top: 1.85em;
right: 1px;
+
  right: 1px;
display: none;
+
  display: none;
 
}
 
}
 
.pokey:after {
 
.pokey:after {
border-bottom-color: #fff;
+
  border-bottom-color: #fff;
right: -10px;
+
  right: -10px;
top: 2px;
+
  top: 2px;
 
}
 
}
 
 
.dropdown-toggle {
 
.dropdown-toggle {
.dropdown-header();
+
  cursor: pointer;
 +
  margin-bottom: -1em;
 +
  padding-bottom: 1em;
 +
}
 +
.dropdown-toggle:after {
 +
  display: inline-block;
 +
  content: '';
 +
  width: 22px;
 +
  height: 12px;
 +
  background-position: center center;
 +
  background-repeat: no-repeat;
 
}
 
}
 
 
/* Footer */
 
/* Footer */
 
 
#mw-footer {
 
#mw-footer {
padding-top: 0.5em;
+
  padding-top: 0.5em;
padding-bottom: 1em;
+
  padding-bottom: 1em;
 
+
}
ul,
+
#mw-footer ul,
li {
+
#mw-footer li {
margin: 1em 0;
+
  margin: 1em 0;
list-style: none;
+
  list-style: none;
padding: 0;
+
  padding: 0;
}
+
}
.footer-icons {
+
#mw-footer .footer-icons {
float: right;
+
  float: right;
margin: 0 0 0 1em;
+
  margin: 0 0 0 1em;
 
+
}
li {
+
#mw-footer .footer-icons li {
margin: 0 0 1em 0;
+
  margin: 0 0 1em 0;
}
+
}
}
+
#mw-footer .footer-places li {
.footer-places li {
+
  display: inline;
display: inline;
+
  padding-right: 1em;
padding-right: 1em;
+
}
}
+
#mw-footer #lastmod {
#lastmod {
+
  display: block;
display: block;
 
}
 
 
}
 
}
 
 
/* Content */
 
/* Content */
 
 
#mw-content-container {
 
#mw-content-container {
border-bottom: solid 4px @green;
+
  border-bottom: solid 4px #3b7;
 +
}
 +
#mw-page-header-links div,
 +
#mw-page-header-links ul,
 +
#mw-page-header-links li {
 +
  list-style: none;
 +
  display: inline-block;
 +
  margin: 0;
 +
  padding: 0;
 +
}
 +
#mw-page-header-links li {
 +
  margin: 0.25em 0 1em;
 +
  border-bottom: solid 3px transparent;
 +
}
 +
#mw-page-header-links li:hover {
 +
  border-bottom-color: #ccc;
 
}
 
}
#mw-page-header-links {
+
#mw-page-header-links li.selected {
div,
+
  border-bottom-color: #08d;
ul,
+
}
li {
+
#mw-page-header-links li.selected a {
list-style: none;
+
  color: #013;
display: inline-block;
 
margin: 0;
 
padding: 0;
 
}
 
li {
 
margin: 0.25em 0 1em;
 
border-bottom: solid 3px transparent;
 
 
 
&:hover {
 
border-bottom-color: @grey;
 
}
 
&.selected {
 
border-bottom-color: @blue;
 
 
 
a {
 
color: @text;
 
}
 
}
 
}
 
 
}
 
}
 
#p-namespaces {
 
#p-namespaces {
float: left;
+
  float: left;
 
+
}
li {
+
#p-namespaces li {
margin-right: 1em;
+
  margin-right: 1em;
}
 
 
}
 
}
 
#p-views {
 
#p-views {
float: right;
+
  float: right;
 
+
}
li {
+
#p-views li {
margin-left: 1em;
+
  margin-left: 1em;
}
 
 
}
 
}
 
 
#ca-watch a {
 
#ca-watch a {
.ca-icon();
+
  text-indent: -99999px;
.background-image-svg( 'images/star.svg', 'images/star.png' );
+
  border: 0;
 +
  background-color: transparent;
 +
  background-repeat: no-repeat;
 +
  display: inline-block;
 +
  width: 20px;
 +
  height: 20px;
 +
  box-sizing: border-box;
 +
  margin-bottom: -0.5em;
 
}
 
}
 
#ca-unwatch a {
 
#ca-unwatch a {
.ca-icon();
+
  text-indent: -99999px;
.background-image-svg( 'images/star-filled.svg', 'images/star-filled.png' );
+
  border: 0;
 +
  background-color: transparent;
 +
  background-repeat: no-repeat;
 +
  display: inline-block;
 +
  width: 20px;
 +
  height: 20px;
 +
  box-sizing: border-box;
 +
  margin-bottom: -0.5em;
 
}
 
}
 
 
/* Misc */
 
/* Misc */
 
 
a {
 
a {
text-decoration: none;
+
  text-decoration: none;
color: @blue;
+
  color: #08d;
 
+
}
&:hover,
+
a:hover,
&:visited {
+
a:visited {
color: @blue-dark;
+
  color: #069;
}
 
 
}
 
}
 
a.new,
 
a.new,
 
.new a {
 
.new a {
color: @red;
+
  color: #d44;
 
+
}
&:hover,
+
a.new:hover,
&:visited {
+
.new a:hover,
color: @red-dark;
+
a.new:visited,
}
+
.new a:visited {
 +
  color: #900;
 
}
 
}
 
 
.mw-editsection {
 
.mw-editsection {
font-family: @fonts;
+
  font-family: 'Helvetica Neue', 'Nimbus Sans', 'Helvetica', 'Arial', sans-serif;
 
+
}
a {
+
.mw-editsection a {
.background-image-svg( 'images/pencil-grey.svg', 'images/pencil-grey.png' );
+
  background-repeat: no-repeat;
background-repeat: no-repeat;
+
  background-position: 0 0;
background-position: 0 0;
+
  display: inline-block;
display: inline-block;
+
  padding: 0.5em 0 0.25em 1.75em;
padding: 0.5em 0 0.25em 1.75em;
 
}
 
 
}
 
}
 
.mw-editsection-bracket {
 
.mw-editsection-bracket {
display: none;
+
  display: none;
 
}
 
}
 
.visual-clear {
 
.visual-clear {
clear: both;
+
  clear: both;
 
}
 
}
 
.mw-indicators {
 
.mw-indicators {
float: right;
+
  float: right;
margin: 0.25em 0 0 1em;
+
  margin: 0.25em 0 0 1em;
 
}
 
}
 
.mw-indicator {
 
.mw-indicator {
display: inline-block;
+
  display: inline-block;
 
}
 
}
 
/* Subtitle area
 
/* Subtitle area
801. sor: 543. sor:
 
  */
 
  */
 
#contentSub {
 
#contentSub {
font-size: 84%;
+
  font-size: 84%;
color: @grey-dark;
+
  color: #666;
 
+
  /* This forces "redirect page" (on a redirect page) etc. on a new line */
/* This forces "redirect page" (on a redirect page) etc. on a new line */
+
}
.subpages {
+
#contentSub .subpages {
display: block;
+
  display: block;
}
 
 
}
 
}
 
 
/* pre and code styles copypasted from core
 
/* pre and code styles copypasted from core
 
  * /resources/src/mediawiki.skinning/elements.css and modified a bit
 
  * /resources/src/mediawiki.skinning/elements.css and modified a bit
815. sor: 555. sor:
 
  */
 
  */
 
code {
 
code {
color: #000;
+
  color: #000;
background-color: @grey-bright;
+
  background-color: #eee;
border: 1px solid @grey-dark;
+
  border: 1px solid #666;
border-radius: 2px;
+
  border-radius: 2px;
padding: 1px 4px;
+
  padding: 1px 4px;
 
}
 
}
 
 
pre,
 
pre,
 
.mw-code {
 
.mw-code {
color: #000;
+
  color: #000;
background-color: @grey-bright;
+
  background-color: #eee;
border: 1px solid @grey-dark;
+
  border: 1px solid #666;
padding: 1em;
+
  padding: 1em;
/* Wrap lines in overflow. T2260, T103780 */
+
  /* Wrap lines in overflow. T2260, T103780 */
white-space: pre-wrap;
+
  white-space: pre-wrap;
 +
}
 +
#mw-content h1,
 +
#mw-content h2,
 +
#mw-content h3,
 +
#mw-content h4,
 +
#mw-content h5,
 +
#mw-content h6,
 +
#mw-content dt {
 +
  font-weight: normal;
 +
  font-family: 'Linux Libertine', 'Times New Roman', serif;
 +
  line-height: 1.25;
 +
  margin: 1.5em 0 0.5em;
 +
}
 +
#mw-content form dt {
 +
  margin: 0 0.5em 0 0;
 +
}
 +
#mw-content h1,
 +
#mw-content h2 {
 +
  border-bottom: solid 2px #08d;
 +
  overflow: hidden;
 +
}
 +
#mw-content h1.firstHeading {
 +
  margin: 0.25em 0 0.5em;
 +
  border-bottom: solid 4px #d44;
 +
}
 +
#mw-content h1 {
 +
  font-size: 2em;
 +
}
 +
#mw-content h2 {
 +
  font-size: 1.7em;
 +
}
 +
#mw-content h3 {
 +
  font-size: 1.5em;
 +
}
 +
#mw-content h4 {
 +
  font-size: 1.35em;
 +
}
 +
#mw-content h5 {
 +
  font-size: 1.25em;
 +
}
 +
#mw-content h6 {
 +
  font-size: 1.2em;
 +
}
 +
#mw-content dt {
 +
  margin-top: 1em;
 +
}
 +
#mw-content dd {
 +
  margin-bottom: 1em;
 
}
 
}
 
+
#mw-content .mw-changeslist-legend dd {
#mw-content {
+
  margin-bottom: 0;
h1,
 
h2,
 
h3,
 
h4,
 
h5,
 
h6,
 
dt {
 
font-weight: normal;
 
font-family: @fonts-secondary;
 
line-height: 1.25;
 
margin: 1.5em 0 0.5em;
 
}
 
form dt {
 
margin: 0 0.5em 0 0;
 
}
 
 
 
h1,
 
h2 {
 
border-bottom: solid 2px @blue;
 
overflow: hidden;
 
}
 
 
 
h1.firstHeading {
 
margin: 0.25em 0 0.5em;
 
border-bottom: solid 4px @red;
 
}
 
 
 
h1 {
 
font-size: 2em;
 
}
 
h2 {
 
font-size: 1.7em;
 
}
 
h3 {
 
font-size: 1.5em;
 
}
 
h4 {
 
font-size: 1.35em;
 
}
 
h5 {
 
font-size: 1.25em;
 
}
 
h6 {
 
font-size: 1.2em;
 
}
 
dt {
 
margin-top: 1em;
 
}
 
dd {
 
margin-bottom: 1em;
 
}
 
.mw-changeslist-legend dd {
 
margin-bottom: 0;
 
}
 
 
}
 
}
 
 
hr {
 
hr {
border-width: 1px;
+
  border-width: 1px;
border-color: @grey;
+
  border-color: #ccc;
border-style: solid none solid none;
+
  border-style: solid none solid none;
margin: 0.5em 0;
+
  margin: 0.5em 0;
 
}
 
}
 
 
pre {
 
pre {
overflow: auto;
+
  overflow: auto;
white-space: pre-wrap;
+
  white-space: pre-wrap;
font-family: @fonts-monospace;
+
  font-family: 'Consolas', 'Courier', 'Nimbus Mono', 'Liberation Mono', 'Courier New', monospace;
 
}
 
}
 
 
p {
 
p {
margin: 0.9em 0 0.8em;
+
  margin: 0.9em 0 0.8em;
 
}
 
}
 
 
.center,
 
.center,
 
.center * {
 
.center * {
margin: auto;
+
  margin: auto;
text-align: center;
+
  text-align: center;
 
}
 
}
 
 
/* Thumbnails */
 
/* Thumbnails */
 
/* @noflip */
 
/* @noflip */
 
.tright {
 
.tright {
margin: 0 0 0.5em 0.5em;
+
  margin: 0 0 0.5em 0.5em;
padding: 0 0 1em 1.5em;
+
  padding: 0 0 1em 1.5em;
 
}
 
}
 
/* @noflip */
 
/* @noflip */
 
.tleft {
 
.tleft {
margin: 0 0.5em 0.5em 0;
+
  margin: 0 0.5em 0.5em 0;
padding: 0 1.5em 1em 0;
+
  padding: 0 1.5em 1em 0;
 
 
 
}
 
}
 
.thumbinner {
 
.thumbinner {
.box;
+
  background: #fcfcfc;
padding: 0.75em;
+
  border: solid #eee;
 +
  border-width: 1px 1px 0.2em;
 +
  padding: 1.25em 1.75em;
 +
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
 +
  padding: 0.75em;
 
}
 
}
 
.thumbcaption {
 
.thumbcaption {
font-size: 95%;
+
  font-size: 95%;
padding: 0.5em 1em;
+
  padding: 0.5em 1em;
 
}
 
}
 
.thumbinner .thumbimage {
 
.thumbinner .thumbimage {
border: solid 1px @grey-bright;
+
  border: solid 1px #eee;
 
}
 
}
 
#mw-content li.gallerybox div.thumb {
 
#mw-content li.gallerybox div.thumb {
.box;
+
  background: #fcfcfc;
padding: 0;
+
  border: solid #eee;
 +
  border-width: 1px 1px 0.2em;
 +
  padding: 1.25em 1.75em;
 +
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
 +
  padding: 0;
 
}
 
}
 
 
/* Tables of contents */
 
/* Tables of contents */
 
ul#filetoc,
 
ul#filetoc,
945. sor: 679. sor:
 
.toc,
 
.toc,
 
.mw-warning {
 
.mw-warning {
display: inline-block;
+
  display: inline-block;
.box;
+
  background: #fcfcfc;
padding: 1.25em 1.75em;
+
  border: solid #eee;
margin: 1em 0;
+
  border-width: 1px 1px 0.2em;
min-width: 15em;
+
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
 +
  padding: 1.25em 1.75em;
 +
  margin: 1em 0;
 +
  min-width: 15em;
 
}
 
}
 
ul#filetoc {
 
ul#filetoc {
display: block;
+
  display: block;
border: 0;
+
  border: 0;
 
}
 
}
 
#toc ul,
 
#toc ul,
 
.toc ul {
 
.toc ul {
margin: 1em 0 0;
+
  margin: 1em 0 0;
list-style: none;
+
  list-style: none;
 
}
 
}
 
#mw-content .toc h2 {
 
#mw-content .toc h2 {
font-size: 1.2em;
+
  font-size: 1.2em;
font-family: @fonts;
+
  font-family: 'Helvetica Neue', 'Nimbus Sans', 'Helvetica', 'Arial', sans-serif;
margin: 0;
+
  margin: 0;
display: inline-block;
+
  display: inline-block;
border-bottom-color: @grey;
+
  border-bottom-color: #ccc;
 
}
 
}
 
.toctoggle {
 
.toctoggle {
color: @background3;
+
  color: #fcfcfc;
 
}
 
}
 
#toc li:last-child {
 
#toc li:last-child {
margin-bottom: 0.5em;
+
  margin-bottom: 0.5em;
 
}
 
}
 
.toclevel-1 {
 
.toclevel-1 {
margin-bottom: 0.25em;
+
  margin-bottom: 0.25em;
 
}
 
}
 
.mw-changeslist-legend,
 
.mw-changeslist-legend,
980. sor: 717. sor:
 
#mw-content fieldset#mw-searchoptions,
 
#mw-content fieldset#mw-searchoptions,
 
table.wikitable {
 
table.wikitable {
border: 0;
+
  border: 0;
color: @text;
+
  color: #013;
.box;
+
  background: #fcfcfc;
 +
  border: solid #eee;
 +
  border-width: 1px 1px 0.2em;
 +
  padding: 1.25em 1.75em;
 +
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
 
}
 
}
 
#mw-content .mw-search-profile-tabs {
 
#mw-content .mw-search-profile-tabs {
padding: 0.5em;
+
  padding: 0.5em;
 
}
 
}
 
 
table.wikitable > tr > th,
 
table.wikitable > tr > th,
 
table.wikitable > tr > td,
 
table.wikitable > tr > td,
 
table.wikitable > * > tr > th,
 
table.wikitable > * > tr > th,
 
table.wikitable > * > tr > td {
 
table.wikitable > * > tr > td {
border: 1px solid @grey-bright;
+
  border: 1px solid #eee;
padding: 0.5em;
+
  padding: 0.5em;
 
}
 
}
 
 
table.wikitable > tr > th,
 
table.wikitable > tr > th,
 
table.wikitable > * > tr > th {
 
table.wikitable > * > tr > th {
border: 0;
+
  border: 0;
 
}
 
}
 
 
/* Color bars */
 
/* Color bars */
 
 
.color-bar {
 
.color-bar {
width: 100%;
+
  width: 100%;
 
}
 
}
 
.color-left {
 
.color-left {
height: @color-height;
+
  height: 0.35em;
background: @red-dark;
+
  background: #900;
width: 50%;
+
  width: 50%;
float: left;
+
  float: left;
 
}
 
}
 
.color-right {
 
.color-right {
display: inline-block;
+
  display: inline-block;
height: @color-height;
+
  height: 0.35em;
background: @green-dark;
+
  background: #396;
width: 50%;
+
  width: 50%;
float: right;
+
  float: right;
 
}
 
}
 
.color-middle-container {
 
.color-middle-container {
max-width: @content-width;
+
  max-width: 100em;
margin: 0 auto -@color-height;
+
  margin: 0 auto -0.35em;
position: relative;
+
  position: relative;
 
}
 
}
 
.color-middle {
 
.color-middle {
height: @color-height;
+
  height: 0.35em;
background: @blue-dark;
+
  background: #069;
margin-left: @column-left-size + 1em;
+
  margin-left: 15em;
margin-right: @column-right-size + 1em;
+
  margin-right: 17em;
 
}
 
}
 
 
/* Portlets */
 
/* Portlets */
 
.emptyPortlet {
 
.emptyPortlet {
display: none;
+
  display: none;
 
}
 
}
 
#p-lang.emptyPortlet {
 
#p-lang.emptyPortlet {
display: inherit;
+
  display: inherit;
 
}
 
}
 
 
/* Hidden stuff */
 
/* Hidden stuff */
 
 
#p-namespaces h3,
 
#p-namespaces h3,
 
#p-views h3,
 
#p-views h3,
 
#p-search h3 {
 
#p-search h3 {
.hidden;
+
  position: absolute;
 +
  top: -9999px;
 +
  left: 0;
 
}
 
}
 
// Override menu display from mobile
 
// This also requires !importants where they hover and stuff
 
 
.dropdown,
 
.dropdown,
 
.sidebar-inner {
 
.sidebar-inner {
display: block !important;
+
  display: block !important;
 
}
 
}
 
 
.ts-inner {
 
.ts-inner {
max-width: @content-width;
+
  max-width: 100em;
padding: 0 1em;
+
  padding: 0 1em;
margin: auto;
+
  margin: auto;
 
}
 
}
 
#mw-content-container {
 
#mw-content-container {
.background-image-svg( 'images/cat-grey.svg', 'images/cat-grey.png' );
+
  background-repeat: no-repeat;
background-repeat: no-repeat;
+
  background-position: center 15em;
background-position: center 15em;
 
 
}
 
}
 
 
/* Header */
 
/* Header */
 
 
#mw-header-container {
 
#mw-header-container {
/* Stupid IE10+ bug requires defining the height property for this to work
+
  /* Stupid IE10+ bug requires defining the height property for this to work
 
* the way it is intended; without doing that this'll break horribly under
 
* the way it is intended; without doing that this'll break horribly under
 
* IE10 and IE11.
 
* IE10 and IE11.
 
* @see https://phabricator.wikimedia.org/T173769
 
* @see https://phabricator.wikimedia.org/T173769
 
*/
 
*/
height: 0;
+
  height: 0;
position: fixed;
+
  position: fixed;
z-index: 100;
+
  z-index: 100;
top: 0;
+
  top: 0;
width: 100%;
+
  width: 100%;
background: @background;
+
  background: #fff;
color: @text;
+
  color: #013;
padding: 0.5em 0 0;
+
  padding: 0.5em 0 0;
min-height: @fixed-header-height;
+
  min-height: 3.125em;
box-sizing: border-box;
+
  box-sizing: border-box;
 
}
 
}
 
#p-logo-text {
 
#p-logo-text {
width: @column-left-size;
+
  width: 14em;
float: left;
+
  float: left;
 
}
 
}
 
#p-search {
 
#p-search {
margin-left: @column-left-size;
+
  margin-left: 14em;
margin-right: @column-right-size;
+
  margin-right: 16em;
 
}
 
}
 
#user-tools {
 
#user-tools {
width: @column-right-size;
+
  width: 16em;
float: right;
+
  float: right;
 
}
 
}
 
#mw-header-nav-hack,
 
#mw-header-nav-hack,
 
#mw-header-hack {
 
#mw-header-hack {
position: fixed;
+
  position: fixed;
z-index: 97;
+
  z-index: 97;
top: @fixed-header-height;
+
  top: 3.125em;
box-shadow: 0 3px 3px 2px rgba( 0, 0, 0, 0.075 ), 0 0 2px rgba( 0, 0, 0, 0.2 );
+
  box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.075), 0 0 2px rgba(0, 0, 0, 0.2);
 
}
 
}
 
#mw-header-nav-hack {
 
#mw-header-nav-hack {
display: none;
+
  display: none;
 
}
 
}
 
 
.dropdown {
 
.dropdown {
display: none !important;
+
  display: none !important;
 
}
 
}
 
 
#personal {
 
#personal {
display: inline-block;
+
  display: inline-block;
position: relative;
+
  position: relative;
padding-left: 1.5em;
+
  padding-left: 1.5em;
line-height: 1;
+
  line-height: 1;
 
+
}
.dropdown {
+
#personal .dropdown {
.dropdown-menu();
+
  background: #fcfcfc;
top: 2.95em;
+
  border: solid #eee;
right: -2em;
+
  border-width: 1px 1px 0.2em;
}
+
  padding: 1.25em 1.75em;
.pokey {
+
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
top: 2.05em;
+
  overflow: auto;
}
+
  padding: 1.5em 1.5em 0;
h2 {
+
  margin: 1em 0;
margin: 0;
+
  line-height: 1.1;
padding: 0.7em 0 0 25px;
+
  background: #fff;
font-family: @fonts-secondary;
+
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
font-weight: normal;
+
  position: absolute;
font-size: 1.1em;
+
  padding: 20px 2em 0;
.background-image-svg( 'images/user-grey.svg', 'images/user-grey.png' );
+
  margin: 0;
background-position: 0 7px;
+
  min-width: 9.153em;
background-repeat: no-repeat;
+
  right: -1em;
 
+
  overflow: visible;
.dropdown-header();
+
  z-index: 3;
 
+
  top: 2.95em;
span {
+
  right: -2em;
display: inline-block;
+
}
height: 1em;
+
#personal .dropdown ul,
overflow: hidden;
+
#personal .dropdown li {
word-wrap: break-word;
+
  list-style: none;
}
+
  margin: 0;
}
+
  padding: 0;
&:hover {
+
}
.pokey,
+
#personal .dropdown h3 {
.dropdown {
+
  font-weight: normal;
display: block !important;
+
  font-size: 1em;
}
+
  margin: 0.25em 0 0.75em 0;
}
+
  padding-bottom: 0.15em;
 +
  border-bottom: solid 2px #ccc;
 +
}
 +
#personal .dropdown ul {
 +
  margin-bottom: 2em;
 +
}
 +
#personal .dropdown li {
 +
  margin: 0 0 0.35em;
 +
}
 +
#personal .pokey {
 +
  top: 2.05em;
 +
}
 +
#personal h2 {
 +
  margin: 0;
 +
  padding: 0.7em 0 0 25px;
 +
  font-family: 'Linux Libertine', 'Times New Roman', serif;
 +
  font-weight: normal;
 +
  font-size: 1.1em;
 +
  background-position: 0 7px;
 +
  background-repeat: no-repeat;
 +
  cursor: pointer;
 +
  margin-bottom: -1em;
 +
  padding-bottom: 1em;
 +
}
 +
#personal h2:after {
 +
  display: inline-block;
 +
  content: '';
 +
  width: 22px;
 +
  height: 12px;
 +
  background-position: center center;
 +
  background-repeat: no-repeat;
 +
}
 +
#personal h2 span {
 +
  display: inline-block;
 +
  height: 1em;
 +
  overflow: hidden;
 +
  word-wrap: break-word;
 +
}
 +
#personal:hover .pokey,
 +
#personal:hover .dropdown {
 +
  display: block !important;
 
}
 
}
 
 
#mw-page-header-links #ca-more,
 
#mw-page-header-links #ca-more,
 
#mw-page-header-links #ca-languages,
 
#mw-page-header-links #ca-languages,
 
.sidebar-chunk h2 {
 
.sidebar-chunk h2 {
display: none;
+
  display: none;
 
}
 
}
 
 
/* Content */
 
/* Content */
 
 
#mw-content-container {
 
#mw-content-container {
margin-top: @fixed-header-height;
+
  margin-top: 3.125em;
padding-bottom: 1em;
+
  padding-bottom: 1em;
 
}
 
}
 
 
#mw-site-navigation {
 
#mw-site-navigation {
.column-left();
+
  width: 14em;
 +
  float: left;
 +
  clear: left;
 +
  padding-right: 1em;
 +
  box-sizing: border-box;
 +
}
 +
#mw-site-navigation .sidebar-chunk {
 +
  background: #fcfcfc;
 +
  border: solid #eee;
 +
  border-width: 1px 1px 0.2em;
 +
  padding: 1.25em 1.75em;
 +
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
 +
  overflow: auto;
 +
  padding: 1.5em 1.5em 0;
 +
  margin: 1em 0;
 +
  line-height: 1.1;
 +
}
 +
#mw-site-navigation .sidebar-chunk ul,
 +
#mw-site-navigation .sidebar-chunk li {
 +
  list-style: none;
 +
  margin: 0;
 +
  padding: 0;
 +
}
 +
#mw-site-navigation .sidebar-chunk h3 {
 +
  font-weight: normal;
 +
  font-size: 1em;
 +
  margin: 0.25em 0 0.75em 0;
 +
  padding-bottom: 0.15em;
 +
  border-bottom: solid 2px #ccc;
 +
}
 +
#mw-site-navigation .sidebar-chunk ul {
 +
  margin-bottom: 2em;
 +
}
 +
#mw-site-navigation .sidebar-chunk li {
 +
  margin: 0 0 0.35em;
 
}
 
}
 
 
#mw-content {
 
#mw-content {
margin-left: @column-left-size;
+
  margin-left: 14em;
margin-right: @column-right-size;
+
  margin-right: 16em;
overflow: auto;
+
  overflow: auto;
 
}
 
}
 
 
#mw-related-navigation {
 
#mw-related-navigation {
.column-right();
+
  width: 16em;
 +
  float: right;
 +
  clear: right;
 +
  padding-left: 1em;
 +
  box-sizing: border-box;
 +
}
 +
#mw-related-navigation .sidebar-chunk {
 +
  background: #fcfcfc;
 +
  border: solid #eee;
 +
  border-width: 1px 1px 0.2em;
 +
  padding: 1.25em 1.75em;
 +
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
 +
  overflow: auto;
 +
  padding: 1.5em 1.5em 0;
 +
  margin: 1em 0;
 +
  line-height: 1.1;
 +
}
 +
#mw-related-navigation .sidebar-chunk ul,
 +
#mw-related-navigation .sidebar-chunk li {
 +
  list-style: none;
 +
  margin: 0;
 +
  padding: 0;
 +
}
 +
#mw-related-navigation .sidebar-chunk h3 {
 +
  font-weight: normal;
 +
  font-size: 1em;
 +
  margin: 0.25em 0 0.75em 0;
 +
  padding-bottom: 0.15em;
 +
  border-bottom: solid 2px #ccc;
 +
}
 +
#mw-related-navigation .sidebar-chunk ul {
 +
  margin-bottom: 2em;
 +
}
 +
#mw-related-navigation .sidebar-chunk li {
 +
  margin: 0 0 0.35em;
 
}
 
}
 
// Redundant content category list
 
 
#catlinks {
 
#catlinks {
display: none;
+
  display: none;
 
}
 
}

A lap 2018. június 21., 19:33-kori változata

/*
 * PREFERENCES AND FIELDSET STUFF
 */
#preftoc {
  margin: 0 0 1em;
  padding: 0;
  list-style: none;
  clear: both;
}
#preftoc li {
  display: inline;
  margin-right: 1em;
}
#preftoc li.selected a {
  color: #013;
  border-bottom: solid 0.2em #08d;
}
#preferences {
  margin: 0;
  clear: both;
  min-height: 400px;
}
#preferences .prefsection {
  border: 0;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
#preferences .mainLegend {
  display: none;
}
#preferences .preferences-login {
  clear: both;
  margin-bottom: 1.5em;
}
#preferences .mw-email-not-authenticated .mw-input,
#preferences .mw-email-none .mw-input {
  display: block;
  padding: 0.25em 0.5em;
}
#preferences input[type='checkbox'],
#preferences input[type='radio'] {
  margin-left: 0;
}
.mw-prefs-buttons {
  margin-top: 1em;
}
td.mw-input,
td.mw-label {
  vertical-align: middle;
}
fieldset {
  background: #fcfcfc;
  border: solid #eee;
  border-width: 1px 1px 0.2em;
  padding: 1.25em 1.75em;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
  line-height: 1.3em;
  margin: 1em 0;
  background: #fff;
}
fieldset legend {
  padding: 0.5em 1.25em;
  background: #fff;
  font-weight: bold;
  color: #069;
}
label {
  padding-left: 0.5em;
}
.mw-input label {
  padding: 0;
  margin-right: 1em;
}
.mw-label {
  padding-right: 0.5em;
}
.mw-submit {
  padding-top: 2em;
}
.htmlform-tip {
  font-size: 85%;
  color: #013;
  line-height: 1.2em;
  padding: 1em 0;
}
/*
 *
 * FORM STUFF
 *
 */
/* pile of bad hacks to try to catch all the different ones */
input[name='target'],
input[name='user'],
input[name='mime'],
input[size$='0'],
input[type='text'],
input[type='checkbox'],
input[type='radio'],
input#wpTemplateSandboxPage,
input.mw-summary,
input.mw-input,
.mw-input input,
textarea,
.mw-ui-input-inline,
.mw-ui-input,
#searchInput {
  box-sizing: border-box;
  padding: 0.25em 0.35em;
  border: solid 1px #ccc;
  margin: 0.5em 0;
  box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.05);
  font-size: 1em;
  min-height: 30px;
  font-family: 'Helvetica Neue', 'Nimbus Sans', 'Helvetica', 'Arial', sans-serif;
}
select {
  padding: 0.25em;
  margin: 0.5em 0;
}
input[type='checkbox'],
input[type='radio'] {
  margin-left: 1em;
  min-height: 0;
}
input[type='checkbox'] {
  border-radius: 2px;
}
input[type='radio'] {
  border-radius: 8px;
}
.mw-ui-button.mw-ui-progressive,
.mw-ui-button.mw-ui-progressive:active,
.mw-ui-button.mw-ui-progressive.mw-ui-checked,
input[type='submit'],
input[type='button'],
button {
  padding: 0.25em 1em 0.1em 1em;
  border: solid 1px #ccc;
  border-bottom-width: 0.2em;
  text-shadow: 0 -1px 0 #ccc;
  box-sizing: border-box;
  border-radius: 0.2em;
  background: #fff;
  color: #013;
  min-height: 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.mw-ui-button.mw-ui-progressive:active,
.mw-ui-button.mw-ui-progressive:active:active,
.mw-ui-button.mw-ui-progressive.mw-ui-checked:active,
input[type='submit']:active,
input[type='button']:active,
button:active {
  background-color: #eee;
}
.mw-ui-button.mw-ui-progressive:hover,
.mw-ui-button.mw-ui-progressive:active:hover,
.mw-ui-button.mw-ui-progressive.mw-ui-checked:hover,
input[type='submit']:hover,
input[type='button']:hover,
button:hover {
  background-color: #eee;
}
textarea {
  width: 100%;
  resize: vertical;
  box-sizing: border-box;
  line-height: 1.3em;
  font-family: 'Consolas', 'Courier', 'Nimbus Mono', 'Liberation Mono', 'Courier New', monospace;
}
textarea#wpTextbox1 {
  border-color: #ccc;
}
div.editOptions {
  padding: 1.25em 1.75em;
  padding: 1em;
  border: solid #ccc;
  border-width: 0 1px 0.2em;
  background: #f3f3f3;
}
div.editOptions .mw-summary label {
  padding-left: 0;
}
div.editOptions input#wpSummary {
  box-sizing: border-box;
  width: 100%;
}
div.editOptions label {
  margin-right: 1.5em;
}
div.editOptions fieldset,
div.editOptions legend {
  background: inherit;
  border: 0;
  box-shadow: none;
  padding: 0;
  margin-top: 2em;
}
/* Extension:TemplateSandbox stuff */
.mw-templatesandbox-page label {
  padding: 0;
}
#wpTemplateSandboxPreview {
  margin-left: 0.5em;
}
/* Recent changes and watchlist options */
.rcoptions hr,
#mw-watchlist-options hr {
  clear: both;
}
.rcoptions #namespace,
#mw-watchlist-options .namespaceselector {
  margin-right: 2em;
}
/* Watchlist */
#mw-watchlist-options label {
  padding: 0 1em 0 0;
}
#mw-watchlist-options input[type='submit'] {
  margin: 0 0 0 4em;
}
/* Related changes hacks */
.mw-special-Recentchangeslinked .rcoptions input[type='submit'] {
  float: right;
  margin: 0 0 0 4em;
}
.mw-special-Recentchangeslinked .rcoptions td.mw-label.mw-target-label {
  vertical-align: top;
  padding-top: 0.75em;
}
.mw-special-Recentchangeslinked .rcoptions input[name='target'] {
  float: left;
}
.mw-special-Recentchangeslinked #showlinkedto {
  clear: left;
  float: left;
}
.mw-special-Recentchangeslinked label[for='showlinkedto'] {
  padding: 0.4em;
  float: left;
}
.skin-timeless .oo-ui-windowManager-modal > .oo-ui-dialog,
.skin-timeless .ve-ui-overlay-global {
  z-index: 101;
}
body > .oo-ui-windowManager,
.oo-ui-defaultOverlay {
  z-index: 101;
  font-size: 0.95em;
}
/* Page layout */
html,
body {
  margin: 0;
  padding: 0;
}
body {
  font-family: 'Helvetica Neue', 'Nimbus Sans', 'Helvetica', 'Arial', sans-serif;
  color: #013;
  background: #777;
  font-size: 0.95em;
  line-height: 1.4;
}
#mw-content {
  background: #fcfcfc;
  border: solid #eee;
  border-width: 1px 1px 0.2em;
  padding: 1.25em 1.75em;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
  background: #fff;
  padding: 1em 2em 3em;
  position: relative;
}
#mw-content-container {
  background: #f3f3f3;
  word-wrap: break-word;
}
#mw-footer-container {
  border-top: solid 1px #555;
  box-shadow: inset 0 7px 2px -4px rgba(0, 0, 0, 0.1);
  color: #fff;
}
#mw-footer-container a {
  color: #fff;
}
#mw-footer-container ul {
  margin: 0;
}
#p-logo {
  text-align: center;
  margin: auto;
}
.mw-wiki-logo {
  display: block;
  content: '';
  width: 11em;
  height: 11em;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0.75em auto 0;
}
#p-logo-text {
  width: 14em;
  text-align: center;
  line-height: 1;
}
#p-logo-text a {
  padding: 0.2em 1em;
  color: #013;
  font-family: 'Linux Libertine', 'Times New Roman', serif;
  font-variant: small-caps;
  font-size: 1.75em;
  display: block;
  /* 13+ character names */
}
#p-logo-text a.long {
  font-size: 1.45em;
  padding: 0 0.75em 0 0;
  line-height: 0.8;
}
/* Search */
#simpleSearch {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  position: relative;
  border: solid 1px #ccc;
}
#searchInput {
  border: 0;
  margin: 0;
  height: 2.1em;
  padding: 0.4em 4.5em 0.2em 2em;
  box-shadow: none;
  background: transparent;
  width: 100%;
  min-height: 0;
}
#searchButton,
#mw-searchButton {
  position: absolute;
  top: 0;
  right: 1.5em;
  width: 2.5em;
  height: 2.5em;
  text-indent: -99999px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 50% 40%;
  box-shadow: none;
}
.suggestions {
  background: #fff;
  box-shadow: 0 2px 2px 1px rgba(0, 0, 0, 0.05);
}
.suggestions .suggestions-special {
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom-width: 0.2em;
  padding: 0.75em 2em;
}
.suggestions .suggestions-results {
  background-color: #fff;
  border: 1px solid #ccc;
  border-bottom-width: 0.2em;
}
.suggestions .suggestions-result {
  color: #013;
  padding: 0.65em 2em 0.35em;
}
.suggestions .suggestions-result-current {
  background-color: #08d;
  color: #fff;
}
div.suggestions {
  position: fixed;
  top: 2.75em !important;
}
/* Dropdown stuff */
.pokey,
.pokey:after {
  border-bottom: 10px solid #eee;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: '';
  height: 0;
  position: absolute;
  transform: rotate(360deg);
  width: 0;
  z-index: 4;
}
.pokey {
  top: 1.85em;
  right: 1px;
  display: none;
}
.pokey:after {
  border-bottom-color: #fff;
  right: -10px;
  top: 2px;
}
.dropdown-toggle {
  cursor: pointer;
  margin-bottom: -1em;
  padding-bottom: 1em;
}
.dropdown-toggle:after {
  display: inline-block;
  content: '';
  width: 22px;
  height: 12px;
  background-position: center center;
  background-repeat: no-repeat;
}
/* Footer */
#mw-footer {
  padding-top: 0.5em;
  padding-bottom: 1em;
}
#mw-footer ul,
#mw-footer li {
  margin: 1em 0;
  list-style: none;
  padding: 0;
}
#mw-footer .footer-icons {
  float: right;
  margin: 0 0 0 1em;
}
#mw-footer .footer-icons li {
  margin: 0 0 1em 0;
}
#mw-footer .footer-places li {
  display: inline;
  padding-right: 1em;
}
#mw-footer #lastmod {
  display: block;
}
/* Content */
#mw-content-container {
  border-bottom: solid 4px #3b7;
}
#mw-page-header-links div,
#mw-page-header-links ul,
#mw-page-header-links li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
#mw-page-header-links li {
  margin: 0.25em 0 1em;
  border-bottom: solid 3px transparent;
}
#mw-page-header-links li:hover {
  border-bottom-color: #ccc;
}
#mw-page-header-links li.selected {
  border-bottom-color: #08d;
}
#mw-page-header-links li.selected a {
  color: #013;
}
#p-namespaces {
  float: left;
}
#p-namespaces li {
  margin-right: 1em;
}
#p-views {
  float: right;
}
#p-views li {
  margin-left: 1em;
}
#ca-watch a {
  text-indent: -99999px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  margin-bottom: -0.5em;
}
#ca-unwatch a {
  text-indent: -99999px;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  margin-bottom: -0.5em;
}
/* Misc */
a {
  text-decoration: none;
  color: #08d;
}
a:hover,
a:visited {
  color: #069;
}
a.new,
.new a {
  color: #d44;
}
a.new:hover,
.new a:hover,
a.new:visited,
.new a:visited {
  color: #900;
}
.mw-editsection {
  font-family: 'Helvetica Neue', 'Nimbus Sans', 'Helvetica', 'Arial', sans-serif;
}
.mw-editsection a {
  background-repeat: no-repeat;
  background-position: 0 0;
  display: inline-block;
  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
 */
#contentSub {
  font-size: 84%;
  color: #666;
  /* This forces "redirect page" (on a redirect page) etc. on a new line */
}
#contentSub .subpages {
  display: block;
}
/* pre and code styles copypasted from core
 * /resources/src/mediawiki.skinning/elements.css and modified a bit
 * @see https://phabricator.wikimedia.org/T177142
 */
code {
  color: #000;
  background-color: #eee;
  border: 1px solid #666;
  border-radius: 2px;
  padding: 1px 4px;
}
pre,
.mw-code {
  color: #000;
  background-color: #eee;
  border: 1px solid #666;
  padding: 1em;
  /* Wrap lines in overflow. T2260, T103780 */
  white-space: pre-wrap;
}
#mw-content h1,
#mw-content h2,
#mw-content h3,
#mw-content h4,
#mw-content h5,
#mw-content h6,
#mw-content dt {
  font-weight: normal;
  font-family: 'Linux Libertine', 'Times New Roman', serif;
  line-height: 1.25;
  margin: 1.5em 0 0.5em;
}
#mw-content form dt {
  margin: 0 0.5em 0 0;
}
#mw-content h1,
#mw-content h2 {
  border-bottom: solid 2px #08d;
  overflow: hidden;
}
#mw-content h1.firstHeading {
  margin: 0.25em 0 0.5em;
  border-bottom: solid 4px #d44;
}
#mw-content h1 {
  font-size: 2em;
}
#mw-content h2 {
  font-size: 1.7em;
}
#mw-content h3 {
  font-size: 1.5em;
}
#mw-content h4 {
  font-size: 1.35em;
}
#mw-content h5 {
  font-size: 1.25em;
}
#mw-content h6 {
  font-size: 1.2em;
}
#mw-content dt {
  margin-top: 1em;
}
#mw-content dd {
  margin-bottom: 1em;
}
#mw-content .mw-changeslist-legend dd {
  margin-bottom: 0;
}
hr {
  border-width: 1px;
  border-color: #ccc;
  border-style: solid none solid none;
  margin: 0.5em 0;
}
pre {
  overflow: auto;
  white-space: pre-wrap;
  font-family: 'Consolas', 'Courier', 'Nimbus Mono', 'Liberation Mono', 'Courier New', monospace;
}
p {
  margin: 0.9em 0 0.8em;
}
.center,
.center * {
  margin: auto;
  text-align: center;
}
/* Thumbnails */
/* @noflip */
.tright {
  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 {
  background: #fcfcfc;
  border: solid #eee;
  border-width: 1px 1px 0.2em;
  padding: 1.25em 1.75em;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
  padding: 0.75em;
}
.thumbcaption {
  font-size: 95%;
  padding: 0.5em 1em;
}
.thumbinner .thumbimage {
  border: solid 1px #eee;
}
#mw-content li.gallerybox div.thumb {
  background: #fcfcfc;
  border: solid #eee;
  border-width: 1px 1px 0.2em;
  padding: 1.25em 1.75em;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
  padding: 0;
}
/* Tables of contents */
ul#filetoc,
#toc,
.toc,
.mw-warning {
  display: inline-block;
  background: #fcfcfc;
  border: solid #eee;
  border-width: 1px 1px 0.2em;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
  padding: 1.25em 1.75em;
  margin: 1em 0;
  min-width: 15em;
}
ul#filetoc {
  display: block;
  border: 0;
}
#toc ul,
.toc ul {
  margin: 1em 0 0;
  list-style: none;
}
#mw-content .toc h2 {
  font-size: 1.2em;
  font-family: 'Helvetica Neue', 'Nimbus Sans', 'Helvetica', 'Arial', sans-serif;
  margin: 0;
  display: inline-block;
  border-bottom-color: #ccc;
}
.toctoggle {
  color: #fcfcfc;
}
#toc li:last-child {
  margin-bottom: 0.5em;
}
.toclevel-1 {
  margin-bottom: 0.25em;
}
.mw-changeslist-legend,
#mw-content .mw-search-profile-tabs,
#mw-content fieldset#mw-searchoptions,
table.wikitable {
  border: 0;
  color: #013;
  background: #fcfcfc;
  border: solid #eee;
  border-width: 1px 1px 0.2em;
  padding: 1.25em 1.75em;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
}
#mw-content .mw-search-profile-tabs {
  padding: 0.5em;
}
table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
  border: 1px solid #eee;
  padding: 0.5em;
}
table.wikitable > tr > th,
table.wikitable > * > tr > th {
  border: 0;
}
/* Color bars */
.color-bar {
  width: 100%;
}
.color-left {
  height: 0.35em;
  background: #900;
  width: 50%;
  float: left;
}
.color-right {
  display: inline-block;
  height: 0.35em;
  background: #396;
  width: 50%;
  float: right;
}
.color-middle-container {
  max-width: 100em;
  margin: 0 auto -0.35em;
  position: relative;
}
.color-middle {
  height: 0.35em;
  background: #069;
  margin-left: 15em;
  margin-right: 17em;
}
/* Portlets */
.emptyPortlet {
  display: none;
}
#p-lang.emptyPortlet {
  display: inherit;
}
/* Hidden stuff */
#p-namespaces h3,
#p-views h3,
#p-search h3 {
  position: absolute;
  top: -9999px;
  left: 0;
}
.dropdown,
.sidebar-inner {
  display: block !important;
}
.ts-inner {
  max-width: 100em;
  padding: 0 1em;
  margin: auto;
}
#mw-content-container {
  background-repeat: no-repeat;
  background-position: center 15em;
}
/* Header */
#mw-header-container {
  /* Stupid IE10+ bug requires defining the height property for this to work
	 * the way it is intended; without doing that this'll break horribly under
	 * IE10 and IE11.
	 * @see https://phabricator.wikimedia.org/T173769
	 */
  height: 0;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  background: #fff;
  color: #013;
  padding: 0.5em 0 0;
  min-height: 3.125em;
  box-sizing: border-box;
}
#p-logo-text {
  width: 14em;
  float: left;
}
#p-search {
  margin-left: 14em;
  margin-right: 16em;
}
#user-tools {
  width: 16em;
  float: right;
}
#mw-header-nav-hack,
#mw-header-hack {
  position: fixed;
  z-index: 97;
  top: 3.125em;
  box-shadow: 0 3px 3px 2px rgba(0, 0, 0, 0.075), 0 0 2px rgba(0, 0, 0, 0.2);
}
#mw-header-nav-hack {
  display: none;
}
.dropdown {
  display: none !important;
}
#personal {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
  line-height: 1;
}
#personal .dropdown {
  background: #fcfcfc;
  border: solid #eee;
  border-width: 1px 1px 0.2em;
  padding: 1.25em 1.75em;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
  overflow: auto;
  padding: 1.5em 1.5em 0;
  margin: 1em 0;
  line-height: 1.1;
  background: #fff;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.05);
  position: absolute;
  padding: 20px 2em 0;
  margin: 0;
  min-width: 9.153em;
  right: -1em;
  overflow: visible;
  z-index: 3;
  top: 2.95em;
  right: -2em;
}
#personal .dropdown ul,
#personal .dropdown li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#personal .dropdown h3 {
  font-weight: normal;
  font-size: 1em;
  margin: 0.25em 0 0.75em 0;
  padding-bottom: 0.15em;
  border-bottom: solid 2px #ccc;
}
#personal .dropdown ul {
  margin-bottom: 2em;
}
#personal .dropdown li {
  margin: 0 0 0.35em;
}
#personal .pokey {
  top: 2.05em;
}
#personal h2 {
  margin: 0;
  padding: 0.7em 0 0 25px;
  font-family: 'Linux Libertine', 'Times New Roman', serif;
  font-weight: normal;
  font-size: 1.1em;
  background-position: 0 7px;
  background-repeat: no-repeat;
  cursor: pointer;
  margin-bottom: -1em;
  padding-bottom: 1em;
}
#personal h2:after {
  display: inline-block;
  content: '';
  width: 22px;
  height: 12px;
  background-position: center center;
  background-repeat: no-repeat;
}
#personal h2 span {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  word-wrap: break-word;
}
#personal:hover .pokey,
#personal:hover .dropdown {
  display: block !important;
}
#mw-page-header-links #ca-more,
#mw-page-header-links #ca-languages,
.sidebar-chunk h2 {
  display: none;
}
/* Content */
#mw-content-container {
  margin-top: 3.125em;
  padding-bottom: 1em;
}
#mw-site-navigation {
  width: 14em;
  float: left;
  clear: left;
  padding-right: 1em;
  box-sizing: border-box;
}
#mw-site-navigation .sidebar-chunk {
  background: #fcfcfc;
  border: solid #eee;
  border-width: 1px 1px 0.2em;
  padding: 1.25em 1.75em;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
  overflow: auto;
  padding: 1.5em 1.5em 0;
  margin: 1em 0;
  line-height: 1.1;
}
#mw-site-navigation .sidebar-chunk ul,
#mw-site-navigation .sidebar-chunk li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mw-site-navigation .sidebar-chunk h3 {
  font-weight: normal;
  font-size: 1em;
  margin: 0.25em 0 0.75em 0;
  padding-bottom: 0.15em;
  border-bottom: solid 2px #ccc;
}
#mw-site-navigation .sidebar-chunk ul {
  margin-bottom: 2em;
}
#mw-site-navigation .sidebar-chunk li {
  margin: 0 0 0.35em;
}
#mw-content {
  margin-left: 14em;
  margin-right: 16em;
  overflow: auto;
}
#mw-related-navigation {
  width: 16em;
  float: right;
  clear: right;
  padding-left: 1em;
  box-sizing: border-box;
}
#mw-related-navigation .sidebar-chunk {
  background: #fcfcfc;
  border: solid #eee;
  border-width: 1px 1px 0.2em;
  padding: 1.25em 1.75em;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.02);
  overflow: auto;
  padding: 1.5em 1.5em 0;
  margin: 1em 0;
  line-height: 1.1;
}
#mw-related-navigation .sidebar-chunk ul,
#mw-related-navigation .sidebar-chunk li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mw-related-navigation .sidebar-chunk h3 {
  font-weight: normal;
  font-size: 1em;
  margin: 0.25em 0 0.75em 0;
  padding-bottom: 0.15em;
  border-bottom: solid 2px #ccc;
}
#mw-related-navigation .sidebar-chunk ul {
  margin-bottom: 2em;
}
#mw-related-navigation .sidebar-chunk li {
  margin: 0 0 0.35em;
}
#catlinks {
  display: none;
}