There are currently 0 stubs. You can help us by expanding these articles!

Difference between revisions of "MediaWiki:Common.css"

From Rare Wiki
Jump to navigationJump to search
(consistent)
 
(41 intermediate revisions by one other user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
div#content {
div#content {
   background:#FAF2CD;
   background:#FAF2CD;
Line 5: Line 7:
   background-attachment: fixed;
   background-attachment: fixed;
   border: 1px solid gold;
   border: 1px solid gold;
  border-right: none;
}
}


body {
body {
   background: url(/w/images/8/8a/Wiki-background.jpg) repeat;
   background: url(/w/images/8/8a/Wiki-background.jpg) repeat;
}
}


/* Image/gallery classes */
img.blackbg, .gallery.blackbg img { background: #000 !important; }
img.graybg, img.greybg, .gallery.graybg img, .gallery.greybg img {
background: #808080 !important;
}


div.noarticletext {
ul.gallery img, table.filehistory img, table.listfiles img, table.searchResultImage img {
    background: transparent;
image-rendering: crisp-edges;
    border: 1px solid #003366;
image-rendering: pixelated;
}
}


.mw-newarticletext {
.pixelated, .pixelart, .sprites, .sprite {
    margin-bottom: 10px;
image-rendering: crisp-edges; image-rendering: pixelated;
}
}


a.visited {
/* Gallery */
color: #D4A910 !important;
ul.gallery, li.gallerybox div.thumb {
margin-bottom: 0;
padding-bottom: 0;
}
}
a.visited:hover {
#bodyContent ul.gallery {
color: #D4A910 !important;
margin: 2px;
padding: 2px;
}
li.gallerycaption {
text-align: unset;
}
}


.page-Main_Page table img {
.gallery.center {
  max-width: 100% !important;
margin-left: auto !important;
  height: auto !important;
margin-right: auto !important;
}
.gallery.centertext .gallerytext {
text-align: center !important;
}
}


blockquote {
.mw-gallery-slideshow .gallerybox + .gallerybox {
border-left: 3px solid #06f;
display: none;
margin-left: 2em;
padding-left: 1em;
}
}
 
.mw-gallery-slideshow-thumbnails-toggled ~ .gallerybox {
select {
display: inline-block !important;
border: 1px solid #AAA;
color: black;
}
}


#footer { background-color: #FAF2CD; }
/* link colors */
a { color: #00f; }
a:visited { color: #00c; }
.mw-parser-output a.extiw { color: #06f; }
.mw-parser-output a.extiw:visited { color: #3366BB; }
.mw-parser-output a.external { color: #06f; }
.mw-parser-output a.external:visited { color: #0044CC; }


/* wikitable*/
/* edit options */
table.wikitable {background:#FFFFE8;margin:1em 0;border:1px solid gold;border-collapse:collapse;}
.mw-editform .editOptions {
table.wikitable > * > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td, table.wikitable > * > tr > th {border:1px solid #0A2139;padding:0.2em 0.4em}
  border-radius:0px;
table.wikitable > * > tr > th {background: #1F4973; color:gold;}
}
 
.infobox#game a { color: gold }
.infobox#game a.new { color: #FE6060; }
.infobox#game a.extiw { color: #E9EDA6; }


.editOptions {
.editOptions {
background-color:#ffffe8;
  background-color:#FFFFE8;
border: 1px solid #003466;
  border: 1px solid #003466;
        border-top:none;
  border-top:none;
}
}


.wikiEditor-ui .wikiEditor-ui-view {
/* warning box */
border: 1px solid #003466;
 
.messagebox, .errorbox, .warningbox, .successbox {
padding:12px;
}
}
/* border colors */
 
#firstHeading {
div.mw-warning-with-logexcerpt {
border: none;
    border: 2px solid #003466;
border-bottom: 1px solid #003466;
}
}


hr {
.mw-revision.warningbox {
border: none;
    margin-top:0px;
height: 0px;
    padding:0px;
border-bottom: 1px solid #003466;
    border:0px;
    background:transparent;
}
}


h1, h2 {
#mw-revision-info, #mw-revision-info-current, #mw-revision-nav {
border-bottom: 1px solid #003466;
    color: #54595d;
}
}


.mw-body, .mw-changeslist-legend {
/* <h3> Navigation templates </h3> */
border: 1px solid #003466;
 
.navbox {
background: none repeat scroll 0 0 white;
border: 1px solid grey;
color: black;
font-family: Arial;
font-size: 11px;
width: 100%;
margin-top: 15px;
        border-spacing:3px;
}
.navbox + .navbox,
.navbox .navbox {
margin-top: 0;
}
.navbox .mw-collapsible-toggle-expanded {
padding-left: 7px;
}
.navbox:not(.multi) .mw-collapsible > tbody > tr:first-child > th {
padding-left: 42px;
}
.navbox tr:first-child th {
background: none repeat scroll 0 0 #999999;
color: white;
font-size: 12px;
font-weight: bold;
}
.navbox tr:first-child th, .navbox tr:first-child th a {
color: #FFFFFF !important;
}
.navbox tr th {
background: none repeat scroll 0 0 #CCCCCC;
text-align: center;
}
.navbox tr:not(:first-child) th:not([rowspan]):not([colspan]) {
background: none repeat scroll 0 0 #E6E6E6;
}
.navbox tr th a, .navbox tr th a:visited, .navbox tr th a.new, .navbox tr th a.new:visited {
color: #000000;
}
.navbox tr:nth-child(2n) td {
background: none repeat scroll 0 0 #F6F6F6;
}
.navbox tr td {
background: none repeat scroll 0 0 #FCFCFC;
}
.navbox td a {
color: #0000FF;
}
.navbox td a:visited {
color: #0000CC;
}
.navbox td a.new {
color: #CC2200;
}
.navbox td a.new:visited {
color: #A55858;
}
.navbox td a.selflink {
color: #000;
}
}


#mw-previewheader {
.navbox.light > * > tr:first-child th, .navbox.light > * > tr:first-child th a {
border: none;
color: black !important;
border-bottom: 1px solid #003466;
}
}


/* Fake link template */
/* <h4> crash </h4> */
.fakelinks {
.navbox.crash tr:first-child th, .navbox.crash tr:first-child th a {
cursor: pointer;
background-color: #F8A651;
color: #002bb8;
        color:#000 !important;
}
}
.fakelinks:hover {
 
text-decoration: underline;
.navbox.crash tr th {
  background-color: #fac38a;
}
}


/* ooui modifications */
.navbox.crash tr:nth-child(2n) td {
body:not(.mw-special-Export) .mw-htmlform-ooui-wrapper .oo-ui-fieldLayout { margin-right: 10px; display: block; vertical-align: middle !important; }
  background-color: #F5F5F5;
body:not(.mw-special-Export) .mw-htmlform-ooui-wrapper .oo-ui-fieldsetLayout-group { display: block !important; }
body:not(.mw-special-Export) .mw-htmlform-ooui-wrapper .oo-ui-fieldsetLayout.mw-collapsible .mw-collapsible-toggle .oo-ui-iconElement-icon { display: none !important; }
body:not(.mw-special-Export) .mw-htmlform-ooui-wrapper.oo-ui-panelLayout-padded .oo-ui-fieldsetLayout.mw-collapsible .oo-ui-fieldsetLayout-header { padding-left: 0 !important; margin-bottom: 0 !important; }
.oo-ui-dropdownWidget { max-width:35em; }
#ooui-php-12,#ooui-php-13 { display: inline-block; }
 
.oo-ui-textInputWidget .oo-ui-pendingElement-pending {
background-color:#fff;
}
}
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:focus {
.navbox.crash tr td {
border:1px solid #003466;
background-color: #FBFBFB;
border-radius:0px;
box-shadow: none;
}
}
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input {
 
border-radius:0px;
.navbox.crash tr:not(:first-child) th:not([rowspan]):not([colspan]) {
box-shadow:none;
    background: none repeat scroll 0 0 #FCD6B0;
transition:none;
}
}


.oo-ui-panelLayout-framed {
/* <h4> Racing </h4> */
  border: 1px solid #003466;
.navbox.racing tr:first-child th, .navbox.racing tr:first-child th a {
  border-radius: 0px;
background-color: gold;
color: #000 !important;
}
}


.oo-ui-textInputWidget .oo-ui-inputWidget-input, .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle {
.navbox.racing tr th {
border:1px solid #b6b6b3;
  background-color: #FFF462;
border-radius:0px;
}
}


.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:focus {
.navbox.racing tr:nth-child(2n) td {
    border:1px solid #003466;
background-color: #FFFFBB;
    box-shadow: none;
}
.navbox.racing tr td {
background-color: #FFFFDD;
}
}


div.tleft, div.tright {
.navbox.racing tr:not(:first-child) th:not([rowspan]):not([colspan]) {
margin-top: 0.2em;
    background: none repeat scroll 0 0 #FFF789;
margin-bottom: 0.8em;
}
}


.mw-special-Contributions .mw-htmlform-field-HTMLTagFilter ~ .mw-htmlform-field-HTMLCheckField.oo-ui-fieldLayout {
/* Notice templates */
    padding-right:0px;
.notice-template.image,
.notice-template.copyright {
padding: 5px;
}
.notice-template.image,
.notice-template#aboutfile,
.notice-template.copyright {
width: 90%;
margin: 5px auto;
}
.notice-template#aboutfile,
.notice-template.copyright {
font-size: 95%;
}
.notice-template.copyright {
background: #fff9f9;
border: 1px solid #C55;
}
}


body:not(.mw-special-Export) .mw-htmlform-ooui-wrapper .oo-ui-fieldLayout {
/* rc display adjustment */
     display: inherit;
.client-js .mw-input-hidden {
     display:inline-block;
}
}


textarea {
/* Indicator icons */
  border:1px solid #003466;
.mw-indicators,
#mw-indicator-shortcut {
  position: relative;
}
.mw-indicator {
  margin: 0 2px;
}
.mw-indicator img {
  image-rendering: auto !important;
}
#mw-indicator-mw-helplink {
  display: none;
}
}


div#ooui-php-16 {
/* Tabber */
    display: inline-block;
.infobox .tabbernav {
font-size: 90%;
}
.tabber.info {
display: block;
float: right;
margin: 0 0 0.5em 1em;
}
.tabber.info .nav {
display: block !important;
}
.tabber.info .infobox > tbody > tr:nth-child(2) img {
max-width: 100% !important;
height: auto !important;
}
.tabber.info table {
display: block !important;
float: none !important;
width: auto !important;
max-width: none !important;
margin: 0 !important;
overflow-x: auto !important;
}
.tabber.info tbody {
display: table !important;
width: 100% !important;
}
}


.oo-ui-menuSelectWidget {
/* tables */
    box-shadow:none;
table.wikitable {background:#FFFFE8;margin:1em 0;border:1px solid gold;border-collapse:collapse;}
    border: 1px solid #003466;
table.wikitable > * > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td, table.wikitable > * > tr > th {border:1px solid #0A2139;padding:0.2em 0.4em}
table.wikitable > * > tr > th {background: #1F4973; color:gold;}
 
table.ghoulytable, table.ghoulytable {background:whitesmoke;margin:1em 0;border:1pt solid #000;border-collapse:collapse;color:black}
table.ghoulytable > * > tr > td, table.ghoulytable > * > tr > th, table.ghoulytable > * > tr > td, table.ghoulytable > * > tr > th {border:1pt solid #000;padding:0.2em 0.4em}
table.ghoulytable > * > tr > th {background: #BBCB76}
 
/* References */
ol.references {
margin-top: 0;
font-size: 90%;
}
ol.references div {
display: inline;
}
ol.references span {
line-height: 1;
}
}


.mw-widget-calendarWidget {
/* Captcha spacing */
    border: 1px solid #003466;
#editform #wpCaptchaWord {
    box-shadow:none;
margin-top: 2.5px;
    transition:none;
}
#userloginForm label:not([for]) + .mw-input {
margin-top: 10px;
}
#userloginForm .mw-ui-vform-field:nth-of-type(7) {
margin-bottom: 5px;
}
.mw-htmlform-field-HTMLReCaptchaNoCaptchaField .mw-input {
margin-top: 1px;
}
.editOptions .g-recaptcha {
margin-bottom: 10px;
}
}
 
.mw-ui-vform {
.mw-widget-calendarWidget-day-today {
width: 302px;
    box-shadow:inset 0 0 0 1px #003466;
}
}


.oo-ui-decoratedOptionWidget {
/* infobox */
.infobox {
    background-color: #fff;
    border: 1px solid black;
    float: right;
    font-size: 88%;
    width: 300px;
    margin:0 0 1em 1.15em;
     padding:3px;
     padding:3px;
}
}


.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected .oo-ui-menuOptionWidget-checkIcon {
.infobox tr {
    display:none;
vertical-align: top;
}
.infobox td, .infobox th {
padding: 2px;
}
}


.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected {
.infobox .mw-collapsible-toggle {
  background-color:#003466;
min-width: 39px;
  color:white !important;
text-align: right;
}
}


.oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted, .oo-ui-menuOptionWidget.oo-ui-optionWidget-highlighted.oo-ui-optionWidget-selected {
.infobox#game a { color: gold }
  background-color:#1F4973;
.infobox#game a.new { color: #FE6060; }
  color:white !important;
.infobox#game a.extiw { color: #E9EDA6; }
 
/* Diff lines */
.diff-addedline, .diff-deletedline, .diff-context {
    font-size: 88% !important;
    line-height: 1.6 !important;
    vertical-align: top;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap !important;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    border-radius: 0.33em;
}
}


.oo-ui-selectWidget-pressed .oo-ui-optionWidget-pressed, .oo-ui-selectWidget-pressed .oo-ui-optionWidget-pressed.oo-ui-optionWidget-highlighted, .oo-ui-selectWidget-pressed .oo-ui-optionWidget-pressed.oo-ui-optionWidget-highlighted.oo-ui-optionWidget-selected {
.diff-editfont-monospace .diff-addedline, .diff-editfont-monospace .diff-deletedline, .diff-editfont-monospace .diff-context {
  background-color:#003466;
    font: x-small sans-serif;
  color:white !important;
}
}


.oo-ui-menuOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget {
/* Edit box */
    color:black;
.wikiEditor-ui-toolbar .section-main,
.wikiEditor-ui-toolbar .tabs {
height: auto;
}
.wikiEditor-ui textarea#wpTextbox1 {
height: 474px;
line-height: 1.4em;
}
textarea, .wikiEditor-ui .wikiEditor-ui-view {
    border: 1px solid #003466;
}
.mw-summary-preview {
margin-bottom: 0.5em;
}
#wpSummaryLabel .oo-ui-textInputWidget textarea,
#wpSummaryLabel .oo-ui-textInputWidget input {
padding-bottom: 0.5em;
}
#wpSummaryWidget .oo-ui-labelElement-label {
margin-right: 3px;
}
}


.oo-ui-fieldLayout.oo-ui-fieldLayout-align-inline {
/* main page */
    margin-top:3px;
body.page-Main_Page.action-view h1.firstHeading,
body.page-Main_Page.action-view #contentSub > *,
body.page-Main_Page.action-view #siteSub,
body.page-Main_Page.action-view #catlinks,
body.page-Main_Page.action-view #lastmod {
display: none !important;
}
body.page-Main_Page.action-view #bodyContent {
margin-top: 16px;
}
body.page-Main_Page.action-view .usermessage {
margin-top: 43px;
}
}


.mw-htmlform-ooui-wrapper.oo-ui-panelLayout-padded {
.mpheader {
    padding:0.7em;
  background:#003466;
  border-radius:10px;
  color:white;
  font-size:110%;
  font-weight:bold;
  text-align:center;
  padding:5px;
  margin-bottom:5px
}
}


.mw-customtoggle, .mw-collapsible-toggle {
/* Keep create account benefits up top */
    cursor: default;
.mw-special-CreateAccount #userloginForm {
margin-right: 90px;
}
}


.oo-ui-fieldsetLayout.oo-ui-labelElement > .oo-ui-fieldsetLayout-header > .oo-ui-labelElement-label {
/* Adjust inputbox button padding in Firefox */
    font-size:13px;
@-moz-document url-prefix() {
    padding:0;
.bodySearchWrap .mw-ui-button, .createboxButton {
padding-top: 4px;
padding-bottom: 5px;
}
}
}


.mw-htmlform-ooui .oo-ui-fieldsetLayout-header {
/* Mark redirects on Special:AllPages and Special:EditWatchlist */
    font-size:12px;
.allpagesredirect a.mw-redirect, .watchlistredir a.mw-redirect {
color: #888 !important;
}
}


.mw-htmlform-field-HTMLMultiSelectField.oo-ui-fieldLayout, .mw-htmlform-ooui .htmlform-tip, .mw-htmlform-ooui .mw-htmlform-submit-buttons {
/* Media player */
    margin-top:0.3em;
#file > .video-js { display: inline-block !important; }
.thumb .video-js { margin-left: auto; margin-right: auto; }
.video-js .vjs-progress-control .vjs-mouse-display { z-index: 2; }
.infobox .video-js { margin-top: 1px; min-width: 200px; width: auto !important; }
.video-js .vjs-control-bar, .video-js .vjs-volume-vertical { background: #000; }
.video-js .vjs-mouse-display .vjs-time-tooltip { background: #111; }
.video-js { overflow-x: clip; display: block !important; }
/* Newbie bug fix */
body.newbie .video-js { overflow: hidden !important; }
body.newbie .vjs-time-tooltip { display: none !important; }
 
/* Edit section */
.client-js .mw-content-ltr .mw-editsection-bracket:first-of-type,
.client-js .mw-content-rtl .mw-editsection-bracket:first-of-type,
.client-js .mw-content-rtl .mw-editsection-bracket:not(:first-of-type),
.client-js .mw-content-ltr .mw-editsection-bracket:not(:first-of-type) {
margin: 0;
color: unset;
}
}
 
.client-js .editButtons .editHelp {
.oo-ui-buttonElement-framed > input.oo-ui-buttonElement-button, .oo-ui-buttonElement-framed.oo-ui-labelElement > .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
     display: none;
     line-height:1.85em;
}
}


.mw-special-Contributions .mw-htmlform-field-HTMLMultiSelectField.mw-htmlform-flatlist.oo-ui-fieldLayout {
/* OOUI fixes */
    margin:0;
.oo-ui-optionWidget.oo-ui-labelElement > .oo-ui-labelElement-label {
  overflow: visible;
}
}


 
.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected .oo-ui-menuOptionWidget-checkIcon {
.mw-createacct-benefits-container {
     display:none;
     display:none;
}
}


#mw-createaccount-cta {
.oo-ui-textInputWidget .oo-ui-inputWidget-input, .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle, .oo-ui-tagMultiselectWidget-handle {
    background: none;
border:1px solid #AAA;
    padding-top: 1em;
}
}


.mw-prefs-buttons {
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:focus {
    background:transparent;
border:1px solid #003466;
    position:inherit;
border-radius:0px;
    padding:5px;
box-shadow: none;
}
}


.oo-ui-tabSelectWidget-framed, .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled.oo-ui-optionWidget-selected:hover {
.oo-ui-panelLayout-framed {
    box-shadow:none;
  border: 1px solid #003466;
    background-color:#003466;
  border-radius: 0px;
}
}


.oo-ui-tabOptionWidget, .oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-widget-enabled:hover {
.oo-ui-buttonElement-framed > .oo-ui-buttonElement-button {
     background:transparent;
     box-shadow: none !important;
     color:white;
     border: 1px solid #ccc !important;
}
}


.oo-ui-tabSelectWidget-framed .oo-ui-tabOptionWidget.oo-ui-optionWidget-selected {
.oo-ui-dropdownWidget-handle {
     background:transparent;
     border: 1px solid gray;
    color:gold !important;
}
}


.oo-ui-menuLayout > .oo-ui-menuLayout-menu, .oo-ui-menuLayout > .oo-ui-menuLayout-content {
.oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea {
     transition:none;
     border: 1px solid gray;
    border-radius: 0.25em !important;
}
}


.mw-prefs-tabs-wrapper.oo-ui-panelLayout-framed, .mw-prefs-tabs > .oo-ui-menuLayout-content > .oo-ui-indexLayout-stackLayout > .oo-ui-tabPanelLayout {
.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover, .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:focus {
     border-color:#003466;
     border-color:#003466;
    box-shadow:none;
}
}


.oo-ui-fieldLayout-disabled > .oo-ui-fieldLayout-body > .oo-ui-fieldLayout-header > .oo-ui-labelElement-label {
.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input {
     color: black;
    border-radius: 0px !important;
    box-shadow: none;
     transition: none;
}
}


#ooui-php-12, #ooui-php-13 {
.mw-prefs-tabs-wrapper.oo-ui-panelLayout-framed, .mw-prefs-tabs > .oo-ui-menuLayout-content > .oo-ui-indexLayout-stackLayout > .oo-ui-tabPanelLayout {
     display:inherit;
     border-color: #003466;
}
}


.oo-ui-fieldLayout-body {
body:not(.mw-special-Export) .mw-htmlform-ooui-wrapper .oo-ui-fieldLayout { margin-right: 10px; display: block; vertical-align: middle !important; }
    padding-top:2px;
body:not(.mw-special-Export) .mw-htmlform-ooui-wrapper .oo-ui-fieldsetLayout-group { display: block !important; }
body:not(.mw-special-Export) .mw-htmlform-ooui-wrapper .oo-ui-fieldsetLayout.mw-collapsible .mw-collapsible-toggle .oo-ui-iconElement-icon { display: none !important; }
body:not(.mw-special-Export) .mw-htmlform-ooui-wrapper.oo-ui-panelLayout-padded .oo-ui-fieldsetLayout.mw-collapsible .oo-ui-fieldsetLayout-header { padding-left: 0 !important; margin-bottom: 0 !important; }
 
/* disable calendar widget */
.mw-widget-calendarWidget {
    display: none !important;
}
}


.oo-ui-buttonElement-framed > .oo-ui-buttonElement-button {
.mw-widget-dateInputWidget-handle {
    box-shadow: none !important;
    border-radius: 0px;
    border: 1px solid #ccc !important;
}
/* Formatting fixes */
li ul, li ol { margin-top: 0.1em !important; }
dl + ul, dl + ol { margin-top: -0.3em !important; }
ul + dl, ol + dl  { margin-top: 0.3em !important; }
.mw-parser-output table sup { white-space: nowrap; }
div[style*="column-count"] > p { margin: 0 !important; }
span.comment, .mw-parser-output a.external.free, .filehistory.wikitable td[dir] {
word-wrap: anywhere;
}
}


/* rc display adjustment */
/* Scrollable tables */
.client-js .mw-input-hidden {
table.scrollable {
    display:inline-block;
display: block;
overflow: auto;
max-width: max-content;
border: 0;
}
}


ol.references li:target, sup.reference:target {
/* Show/hide toggles */
    background-color: #ffed89;
.navbox .mw-collapsible-toggle {
text-align: right;
min-width: 3.729em;
}
.wikitable.mw-collapsed .mw-collapsible-toggle {
margin-left: 10px;
}
}


.results-info {
/* Horizontal rule */
    color: black;
hr { overflow: hidden; }
 
/* Self-links */
body.mediawiki a.mw-selflink {
color: inherit !important;
cursor: inherit !important;
text-decoration: inherit !important;
font-weight: bold !important;
}
}


.notice-template:not(#aboutfile) {
/* Inline link colors */
margin-top: 0.75em !important;
a font:hover, a span:hover {
margin-bottom: 2.5px !important;
text-decoration: inherit;
}
}


/* <h3> Navigation templates </h3> */
/* Special:Preferences */
#mw-htmlform-mobile .oo-ui-inline-help { display: none; }
 
/* Miscellaneous */
pre {
background-color: #fff;
border: 1px dashed #003466;
color: #000;
overflow:auto;
}


.navbox {
.mw_metadata {
background: none repeat scroll 0 0 white;
margin-top: 5px;
border: 1px solid grey;
color: black;
font-family: Arial;
font-size: 11px;
width: 100%;
margin-top: 15px;
}
}
.navbox + .navbox,
 
.navbox .navbox {
#bodyContent {
margin-top: 0;
position: relative;
}
}
.navbox .mw-collapsible-toggle-expanded {
.mw-newarticletext {
padding-left: 7px;
margin-bottom: 10px;
}
}
.navbox:not(.multi) .mw-collapsible > tbody > tr:first-child > th {
.top-right {
padding-left: 42px;
position: absolute;
top: -31px;
right: 1px;
}
}
.navbox tr:first-child th {
.top-right-text {  
background: none repeat scroll 0 0 #AAAAAA;
position: absolute;
color: black;
top: -17px;
font-size: 12px;
right: 1px;
font-weight: bold;
}
}


.navbox tr th {
fieldset {
background: none repeat scroll 0 0 #CCCCCC;
    border: 1px solid #003466;
text-align: center;
}
}
.navbox tr:not(:first-child) th:not([rowspan]):not([colspan]) {
 
background: none repeat scroll 0 0 #E6E6E6;
div.tleft, div.tright {
    margin-top: 0.2em;
    margin-bottom: 0.8em;
}
}
.navbox tr th a, .navbox tr th a:visited, .navbox tr th a.new, .navbox tr th a.new:visited {
 
color: #000000;
blockquote {
border-left: 3px solid #003466;
margin-left: 2em;
padding-left: 1em;
}
}
.navbox tr:nth-child(2n) td {
 
background: none repeat scroll 0 0 #F6F6F6;
#disambig {
border-top: 3px double #cccccc;
border-bottom: 3px double #cccccc;
        margin-top:5px;
}
}
.navbox tr td {
 
background: none repeat scroll 0 0 #FCFCFC;
p {
    margin: 0.6em 0 0.7em 0;
}
}


.navbox.white tr:first-child th, .navbox.white tr:first-child th a {
.portlet {
        color:#FFF !important;
    width: 11.8em;
}
}


span#mw-editform-cancel {
#pagehistory li {
     display:none;
     padding: 2px;
}
}


.not-patrolled {
.mw-ui-button {
     background-color: #f9f9f9;
     color: #000;
    margin-bottom: 0.25em;
}
}


p {
 
     margin: 0.6em 0 0.7em 0;
#localNotice {
     margin-bottom: 0.4em;
}
}


/* Indicator icons */
.mw-customtoggle, .mw-collapsible-toggle {
.mw-indicators,
    cursor: default;
#mw-indicator-shortcut {
position: relative;
}
}
.mw-indicator {
 
margin: 0 2px;
.mw-collapsible-toggle {
padding-right: 0.3em;
}
}
.mw-indicator img {
 
image-rendering: auto !important;
.mw-prefs-buttons {
    background:transparent;
    position:inherit;
    padding:5px;
}
}
#mw-indicator-mw-helplink {
 
display: none;
.right {
text-align: right;
}
}


/* Links */
#preftoc a:active {
a { color: #00f; }
color: #00c;  
a:active { color: orange; }
}
a:visited { color: #00c; }
.mw-parser-output a.extiw { color: #06f; }
.mw-parser-output a.extiw:visited { color: #3366BB; }
.mw-parser-output a.external { color: #06f; }
.mw-parser-output a.external:visited { color: #0044CC; }


.special li {
line-height: 19px;
}


/* warning box */
a.mw-selflink:hover {
  color: inherit;
}


.successbox, .warningbox {
span#mw-editform-cancel {
    background-color: #003466;
     display:none;
    margin-bottom: 10px;
    border-color: #003466;
    color:white;
     padding: 5px;
}
}


.successbox, .warningbox a {
.contentbox > .mw-collapsible-toggle {
    color:gold;
float: none !important;
}
}


div.mw-warning-with-logexcerpt {
.successbox {
     border: 2px solid #003466;
     border-color: #008000;
    background: #003466;
    color: white;
}
}


div.mw-warning-with-logexcerpt a {
.errorbox {
     color: gold;
     border-color: #d33d33;
}
}


.messagebox, .errorbox, .warningbox, .successbox {
    padding:12px;
}


.mw-editinginterface {
div.noarticletext {
     color:red;
    border: 1px solid #003466;
    background: transparent;
    padding-left: 7px;
     font-size: 95%;
}
}


/* Ghoulies table */
.thumb .mediaContainer {
table.ghoulytable, table.ghoulytable {background:whitesmoke;margin:1em 0;border:1pt solid #000;border-collapse:collapse;color:black}
margin: 4px auto 2px;
table.ghoulytable > * > tr > td, table.ghoulytable > * > tr > th, table.ghoulytable > * > tr > td, table.ghoulytable > * > tr > th {border:1pt solid #000;padding:0.2em 0.4em}
}
table.ghoulytable > * > tr > th {background: #BBCB76}
.thumb .multiVert .mediaContainer {
margin: 3px auto -1px;
}


.mw-changeslist-legend {
  border: 1px solid #aaa;
}


/* References */
.mw-highlight pre {
ol.references {
    border: 1px dashed gray;
margin-top: 0;
font-size: 90%;
}
}
ol.references div {
 
display: inline;
#toc, .toc {
margin-bottom: 3px;
}
}
ol.references span {
 
line-height: 1;
#editpage-specialchars {
  background:#fff;
}
}


.mw-widget-calendarWidget {
.mw-editinginterface {
     display: none !important;
     color:red;
}
}


.mw-widget-dateInputWidget-handle {
table.wikitable.mw-interwiki-legend a {
    border-radius: 0px;
  color:gold !important;
}
}


.diff-addedline {
.catlinks {
     background:white;
     margin-top:10px;
}
}

Latest revision as of 19:31, March 14, 2022

/* CSS placed here will be applied to all skins */

div#content {
  background:#FAF2CD;
  background-repeat:no-repeat;
  background-position: right center;
  background-attachment: fixed;
  border: 1px solid gold;
  border-right: none;
}

body {
  background: url(/w/images/8/8a/Wiki-background.jpg) repeat;
}

/* Image/gallery classes */
img.blackbg, .gallery.blackbg img { background: #000 !important; }
img.graybg, img.greybg, .gallery.graybg img, .gallery.greybg img {
	background: #808080 !important;
}

ul.gallery img, table.filehistory img, table.listfiles img, table.searchResultImage img {
	image-rendering: crisp-edges;
	image-rendering: pixelated;
}

.pixelated, .pixelart, .sprites, .sprite {
	image-rendering: crisp-edges; image-rendering: pixelated;
}

/* Gallery */
ul.gallery, li.gallerybox div.thumb {
	margin-bottom: 0;
	padding-bottom: 0;
}
#bodyContent ul.gallery {
	margin: 2px;
	padding: 2px;
}
li.gallerycaption {
	text-align: unset;
}

.gallery.center {
	margin-left: auto !important;
	margin-right: auto !important;
}
.gallery.centertext .gallerytext {
	text-align: center !important;
}

.mw-gallery-slideshow .gallerybox + .gallerybox {
	display: none;
}
.mw-gallery-slideshow-thumbnails-toggled ~ .gallerybox {
	display: inline-block !important;
}

/* link colors */
a { color: #00f; }
a:visited { color: #00c; }
.mw-parser-output a.extiw { color: #06f; }
.mw-parser-output a.extiw:visited { color: #3366BB; }
.mw-parser-output a.external { color: #06f; }
.mw-parser-output a.external:visited { color: #0044CC; }

/* edit options */
.mw-editform .editOptions {
  border-radius:0px;
}

.editOptions {
  background-color:#FFFFE8;
  border: 1px solid #003466;
  border-top:none;
}

/* warning box */

.messagebox, .errorbox, .warningbox, .successbox {
	padding:12px;
}

div.mw-warning-with-logexcerpt {
    border: 2px solid #003466;
}

.mw-revision.warningbox {
    margin-top:0px;
    padding:0px;
    border:0px;
    background:transparent;
}

#mw-revision-info, #mw-revision-info-current, #mw-revision-nav {
    color: #54595d;
}

/* <h3> Navigation templates </h3> */

.navbox {
	background: none repeat scroll 0 0 white;
	border: 1px solid grey;
	color: black;
	font-family: Arial;
	font-size: 11px;
	width: 100%;
	margin-top: 15px;
        border-spacing:3px;
}
.navbox + .navbox,
.navbox .navbox {
	margin-top: 0;
}
.navbox .mw-collapsible-toggle-expanded {
	padding-left: 7px;
}
.navbox:not(.multi) .mw-collapsible > tbody > tr:first-child > th {
	padding-left: 42px;
}
.navbox tr:first-child th {
	background: none repeat scroll 0 0 #999999;
	color: white;
	font-size: 12px;
	font-weight: bold;
}
.navbox tr:first-child th, .navbox tr:first-child th a {
	color: #FFFFFF !important;
}
.navbox tr th {
	background: none repeat scroll 0 0 #CCCCCC;
	text-align: center;
}
.navbox tr:not(:first-child) th:not([rowspan]):not([colspan]) {
	background: none repeat scroll 0 0 #E6E6E6;
}
.navbox tr th a, .navbox tr th a:visited, .navbox tr th a.new, .navbox tr th a.new:visited {
	color: #000000;
}
.navbox tr:nth-child(2n) td {
	background: none repeat scroll 0 0 #F6F6F6;
}
.navbox tr td {
	background: none repeat scroll 0 0 #FCFCFC;
}
.navbox td a {
	color: #0000FF;
}
.navbox td a:visited {
	color: #0000CC;
}
.navbox td a.new {
	color: #CC2200;
}
.navbox td a.new:visited {
	color: #A55858;
}
.navbox td a.selflink {
	color: #000;
}

.navbox.light > * > tr:first-child th, .navbox.light > * > tr:first-child th a {
	color: black !important;
}

/* <h4> crash </h4> */
.navbox.crash tr:first-child th, .navbox.crash tr:first-child th a {
	background-color: #F8A651;
        color:#000 !important;
}

.navbox.crash tr th {
  	background-color: #fac38a;
}

.navbox.crash tr:nth-child(2n) td {
  	background-color: #F5F5F5;
}
.navbox.crash tr td {
	background-color: #FBFBFB;
}

.navbox.crash tr:not(:first-child) th:not([rowspan]):not([colspan]) {
    background: none repeat scroll 0 0 #FCD6B0;
}

/* <h4> Racing </h4> */
.navbox.racing tr:first-child th, .navbox.racing tr:first-child th a {
	background-color: gold;
	color: #000 !important;
}

.navbox.racing tr th {
  	background-color: #FFF462;
}

.navbox.racing tr:nth-child(2n) td {
	background-color: #FFFFBB;
}
.navbox.racing tr td {
	background-color: #FFFFDD;
}

.navbox.racing tr:not(:first-child) th:not([rowspan]):not([colspan]) {
    background: none repeat scroll 0 0 #FFF789;
}

/* Notice templates */
.notice-template.image,
.notice-template.copyright {
	padding: 5px;
}
.notice-template.image,
.notice-template#aboutfile,
.notice-template.copyright {
	width: 90%;
	margin: 5px auto;
}
.notice-template#aboutfile,
.notice-template.copyright {
	font-size: 95%;
}
.notice-template.copyright {
	background: #fff9f9;
	border: 1px solid #C55;
}

/* rc display adjustment */
.client-js .mw-input-hidden {
    display:inline-block;
}

/* Indicator icons */
.mw-indicators,
#mw-indicator-shortcut {
  position: relative;
}
.mw-indicator {
  margin: 0 2px;
}
.mw-indicator img {
  image-rendering: auto !important;
}
#mw-indicator-mw-helplink {
  display: none;
}

/* Tabber */
.infobox .tabbernav {
	font-size: 90%;
}
.tabber.info {
	display: block;
	float: right;
	margin: 0 0 0.5em 1em;
}
.tabber.info .nav {
	display: block !important;
}
.tabber.info .infobox > tbody > tr:nth-child(2) img {
	max-width: 100% !important;
	height: auto !important;
}
.tabber.info table {
	display: block !important;
	float: none !important;
	width: auto !important;
	max-width: none !important;
	margin: 0 !important;
	overflow-x: auto !important;
}
.tabber.info tbody {
	display: table !important;
	width: 100% !important;
}

/* tables */
table.wikitable {background:#FFFFE8;margin:1em 0;border:1px solid gold;border-collapse:collapse;}
table.wikitable > * > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td, table.wikitable > * > tr > th {border:1px solid #0A2139;padding:0.2em 0.4em}
table.wikitable > * > tr > th {background: #1F4973; color:gold;}

table.ghoulytable, table.ghoulytable {background:whitesmoke;margin:1em 0;border:1pt solid #000;border-collapse:collapse;color:black}
table.ghoulytable > * > tr > td, table.ghoulytable > * > tr > th, table.ghoulytable > * > tr > td, table.ghoulytable > * > tr > th {border:1pt solid #000;padding:0.2em 0.4em}
table.ghoulytable > * > tr > th {background: #BBCB76}

/* References */
ol.references {
	margin-top: 0;
	font-size: 90%;
}
ol.references div {
	display: inline;
}
ol.references span {
	line-height: 1;
}

/* Captcha spacing */
#editform #wpCaptchaWord {
	margin-top: 2.5px;
}
#userloginForm label:not([for]) + .mw-input {
	margin-top: 10px;
}
#userloginForm .mw-ui-vform-field:nth-of-type(7) {
	margin-bottom: 5px;
}
.mw-htmlform-field-HTMLReCaptchaNoCaptchaField .mw-input {
	margin-top: 1px;
}
.editOptions .g-recaptcha {
	margin-bottom: 10px;
}
.mw-ui-vform {
	width: 302px;
}

/* infobox */
.infobox {
    background-color: #fff;
    border: 1px solid black;
    float: right;
    font-size: 88%;
    width: 300px;
    margin:0 0 1em 1.15em;
    padding:3px;
}

.infobox tr {
	vertical-align: top;
}
.infobox td, .infobox th {
	padding: 2px;
}

.infobox .mw-collapsible-toggle {
	min-width: 39px;
	text-align: right;
}

.infobox#game a { color: gold }
.infobox#game a.new { color: #FE6060; }
.infobox#game a.extiw { color: #E9EDA6; }

/* Diff lines */
.diff-addedline, .diff-deletedline, .diff-context {
    font-size: 88% !important;
    line-height: 1.6 !important;
    vertical-align: top;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap !important;
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    border-radius: 0.33em;
}

.diff-editfont-monospace .diff-addedline, .diff-editfont-monospace .diff-deletedline, .diff-editfont-monospace .diff-context {
    font: x-small sans-serif;
}

/* Edit box */
.wikiEditor-ui-toolbar .section-main,
.wikiEditor-ui-toolbar .tabs {
	height: auto;
}
.wikiEditor-ui textarea#wpTextbox1 {
	height: 474px;
	line-height: 1.4em;
}
textarea, .wikiEditor-ui .wikiEditor-ui-view {
    border: 1px solid #003466;
}
.mw-summary-preview {
	margin-bottom: 0.5em;
}
#wpSummaryLabel .oo-ui-textInputWidget textarea,
#wpSummaryLabel .oo-ui-textInputWidget input {
	padding-bottom: 0.5em;
}
#wpSummaryWidget .oo-ui-labelElement-label {
	margin-right: 3px;
}

/* main page */
body.page-Main_Page.action-view h1.firstHeading,
body.page-Main_Page.action-view #contentSub > *,
body.page-Main_Page.action-view #siteSub,
body.page-Main_Page.action-view #catlinks,
body.page-Main_Page.action-view #lastmod {
	display: none !important;
}
body.page-Main_Page.action-view #bodyContent {
	margin-top: 16px;
}
body.page-Main_Page.action-view .usermessage {
	margin-top: 43px;
}

.mpheader {
  background:#003466;
  border-radius:10px;
  color:white;
  font-size:110%;
  font-weight:bold;
  text-align:center;
  padding:5px;
  margin-bottom:5px
}

/* Keep create account benefits up top */
.mw-special-CreateAccount #userloginForm {
	margin-right: 90px;
}

/* Adjust inputbox button padding in Firefox */
@-moz-document url-prefix() {
	.bodySearchWrap .mw-ui-button, .createboxButton {
		padding-top: 4px;
		padding-bottom: 5px;
	}
}

/* Mark redirects on Special:AllPages and Special:EditWatchlist */
.allpagesredirect a.mw-redirect, .watchlistredir a.mw-redirect {
	color: #888 !important;
}

/* Media player */
#file > .video-js { display: inline-block !important; }
.thumb .video-js { margin-left: auto; margin-right: auto; }
.video-js .vjs-progress-control .vjs-mouse-display { z-index: 2; }
.infobox .video-js { margin-top: 1px; min-width: 200px; width: auto !important; }
.video-js .vjs-control-bar, .video-js .vjs-volume-vertical { background: #000; }
.video-js .vjs-mouse-display .vjs-time-tooltip { background: #111; }
.video-js { overflow-x: clip; display: block !important; }
/* Newbie bug fix */
body.newbie .video-js { overflow: hidden !important; }
body.newbie .vjs-time-tooltip { display: none !important; }

/* Edit section */
.client-js .mw-content-ltr .mw-editsection-bracket:first-of-type,
.client-js .mw-content-rtl .mw-editsection-bracket:first-of-type,
.client-js .mw-content-rtl .mw-editsection-bracket:not(:first-of-type),
.client-js .mw-content-ltr .mw-editsection-bracket:not(:first-of-type) {
	margin: 0;
	color: unset;
}
.client-js .editButtons .editHelp {
    display: none;
}

/* OOUI fixes */
.oo-ui-optionWidget.oo-ui-labelElement > .oo-ui-labelElement-label {
   overflow: visible;
}

.oo-ui-menuOptionWidget.oo-ui-optionWidget-selected .oo-ui-menuOptionWidget-checkIcon {
    display:none;
}

.oo-ui-textInputWidget .oo-ui-inputWidget-input, .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle, .oo-ui-tagMultiselectWidget-handle {
	border:1px solid #AAA;
}

.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input:focus {
	border:1px solid #003466;
	border-radius:0px;
	box-shadow: none;
}

.oo-ui-panelLayout-framed {
  border: 1px solid #003466;
  border-radius: 0px;
}

.oo-ui-buttonElement-framed > .oo-ui-buttonElement-button {
    box-shadow: none !important;
    border: 1px solid #ccc !important;
}

.oo-ui-dropdownWidget-handle {
    border: 1px solid gray;
}

.oo-ui-textInputWidget input, .oo-ui-textInputWidget textarea {
    border: 1px solid gray;
    border-radius: 0.25em !important;
}

.oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:hover, .oo-ui-dropdownWidget.oo-ui-widget-enabled .oo-ui-dropdownWidget-handle:focus {
    border-color:#003466;
    box-shadow:none;
}

.oo-ui-textInputWidget.oo-ui-widget-enabled .oo-ui-inputWidget-input {
    border-radius: 0px !important;
    box-shadow: none;
    transition: none;
}

.mw-prefs-tabs-wrapper.oo-ui-panelLayout-framed, .mw-prefs-tabs > .oo-ui-menuLayout-content > .oo-ui-indexLayout-stackLayout > .oo-ui-tabPanelLayout {
    border-color: #003466;
}

body:not(.mw-special-Export) .mw-htmlform-ooui-wrapper .oo-ui-fieldLayout { margin-right: 10px; display: block; vertical-align: middle !important; }
body:not(.mw-special-Export) .mw-htmlform-ooui-wrapper .oo-ui-fieldsetLayout-group { display: block !important; }
body:not(.mw-special-Export) .mw-htmlform-ooui-wrapper .oo-ui-fieldsetLayout.mw-collapsible .mw-collapsible-toggle .oo-ui-iconElement-icon { display: none !important; }
body:not(.mw-special-Export) .mw-htmlform-ooui-wrapper.oo-ui-panelLayout-padded .oo-ui-fieldsetLayout.mw-collapsible .oo-ui-fieldsetLayout-header { padding-left: 0 !important; margin-bottom: 0 !important; }

/* disable calendar widget */
.mw-widget-calendarWidget {
    display: none !important;
}

.mw-widget-dateInputWidget-handle {
    border-radius: 0px;
}
/* Formatting fixes */
li ul, li ol { margin-top: 0.1em !important; }
dl + ul, dl + ol { margin-top: -0.3em !important; }
ul + dl, ol + dl  { margin-top: 0.3em !important; }
.mw-parser-output table sup { white-space: nowrap; }
div[style*="column-count"] > p { margin: 0 !important; }
span.comment, .mw-parser-output a.external.free, .filehistory.wikitable td[dir] {
	word-wrap: anywhere;
}

/* Scrollable tables */
table.scrollable {
	display: block;
	overflow: auto;
	max-width: max-content;
	border: 0;
}

/* Show/hide toggles */
.navbox .mw-collapsible-toggle {
	text-align: right;
	min-width: 3.729em;
}
.wikitable.mw-collapsed .mw-collapsible-toggle {
	margin-left: 10px;
}

/* Horizontal rule */
hr { overflow: hidden; }

/* Self-links */
body.mediawiki a.mw-selflink {
	color: inherit !important;
	cursor: inherit !important;
	text-decoration: inherit !important;
	font-weight: bold !important;
}

/* Inline link colors */
a font:hover, a span:hover {
	text-decoration: inherit;
}

/* Special:Preferences */
#mw-htmlform-mobile .oo-ui-inline-help { display: none; }

/* Miscellaneous */
pre {
	background-color: #fff;
	border: 1px dashed #003466;
	color: #000;
	overflow:auto;
}

.mw_metadata {
	margin-top: 5px;
}

#bodyContent {
	position: relative;
}
.mw-newarticletext {
 	margin-bottom: 10px;
}
.top-right { 
	position: absolute;
	top: -31px;
	right: 1px;
}
.top-right-text { 
	position: absolute;
	top: -17px;
	right: 1px;
}

fieldset {
    border: 1px solid #003466;
}

div.tleft, div.tright {
    margin-top: 0.2em;
    margin-bottom: 0.8em;
}

blockquote {
	border-left: 3px solid #003466;
	margin-left: 2em;
	padding-left: 1em;
}

#disambig {
	border-top: 3px double #cccccc; 
	border-bottom: 3px double #cccccc;
        margin-top:5px;
}

p {
    margin: 0.6em 0 0.7em 0;
}

.portlet {
    width: 11.8em;
}

#pagehistory li {
    padding: 2px;
}

.mw-ui-button {
    color: #000;
    margin-bottom: 0.25em;
}


#localNotice {
    margin-bottom: 0.4em;
}

.mw-customtoggle, .mw-collapsible-toggle {
    cursor: default;
}

.mw-collapsible-toggle {
	padding-right: 0.3em;
}

.mw-prefs-buttons {
    background:transparent;
    position:inherit;
    padding:5px;
}

.right {
	text-align: right;
}

#preftoc a:active {
	color: #00c; 
}

.special li {
	line-height: 19px;
}

a.mw-selflink:hover {
  color: inherit;
}

span#mw-editform-cancel {
    display:none;
}

.contentbox > .mw-collapsible-toggle {
	float: none !important;
}

.successbox {
    border-color: #008000;
}

.errorbox {
    border-color: #d33d33;
}

.messagebox, .errorbox, .warningbox, .successbox {
    padding:12px;
}

div.noarticletext {
    border: 1px solid #003466;
    background: transparent;
    padding-left: 7px;
    font-size: 95%;
}

.thumb .mediaContainer {
	margin: 4px auto 2px;
}
.thumb .multiVert .mediaContainer {
	margin: 3px auto -1px;
}

.mw-changeslist-legend {
   border: 1px solid #aaa;
}

.mw-highlight pre {
    border: 1px dashed gray;
}

#toc, .toc {
	margin-bottom: 3px;
}

#editpage-specialchars {
  background:#fff;
}

.mw-editinginterface {
    color:red;
}

table.wikitable.mw-interwiki-legend a {
  color:gold !important;
}

.catlinks {
    margin-top:10px;
}