276
edits
Welcome to Mariopedia! If you want to request an account, please do so at Mario Wiki or Fanonpedia.
(carrying over from https://thenintendowiki.org/wiki/MediaWiki:Common.css) |
(add) |
||
Line 234: | Line 234: | ||
} | } | ||
/* | |||
.mw- | /* <h3> Misc / Unsorted </h2> */ | ||
.special li { | |||
line-height: 19px; | |||
} | |||
#preftoc a:active { | |||
color: #00c; | |||
} | |||
.easywrap { | |||
width: 100%; | |||
table-layout: fixed; | |||
word-wrap: break-word; | |||
overflow: hidden; | |||
} | |||
.right { | |||
text-align: right; | |||
} | |||
/* Indicator icons */ | |||
.mw-indicators, | |||
#mw-indicator-shortcut { | |||
position: relative; | |||
} | |||
.mw-indicator { | |||
margin: 0 2px; | |||
} | |||
/* Explain text */ | |||
.explain[title] { | |||
text-decoration: none; | |||
border-bottom: 1px dotted; | |||
} | |||
/* New user message box */ | |||
.usermessage { | |||
margin-top: 1em; | |||
} | } | ||
/* Width fixes */ | |||
table { | |||
max-width: 100%; | |||
} | |||
@media all and (max-width: 1100px) { | |||
.mw-parser-output table { | |||
min-width: 0 !important; | |||
} | |||
} | } | ||
. | /* Multimedia viewer */ | ||
.mw-mmv-image img { | |||
background: #fff !important; | |||
} | |||
.mw-mmv-filepage-buttons, | |||
.mw-mmv-reuse-pane .oo-ui-widget-disabled { | |||
display: none !important; | |||
} | |||
.mw-mmv-overlay { | |||
z-index: 10000000000; | |||
} | |||
.mw-mmv-wrapper { | |||
z-index: 10000000001; | |||
font-size: medium; | |||
} | } | ||
/* Mobile only */ | |||
.mobileonly { | |||
display: none; | |||
} | } | ||
/* Ban notice */ | /* Ban notice */ | ||
.warningbox {border: 1px solid darkred;background: #ffcfcf;} | .warningbox {border: 1px solid darkred;background: #ffcfcf;} |