276
edits
Welcome to Mariopedia! If you want to request an account, please do so at Mario Wiki or Fanonpedia.
(gamecolors) |
(Fixed) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Mark redirects on Special:AllPages and Special:EditWatchlist */ | |||
.allpagesredirect a.mw-redirect, .watchlistredir a.mw-redirect { | |||
color: #888 !important; | |||
} | |||
/* main page */ | |||
body.page-Super_Mario_Wiki.action-view h1.firstHeading, | |||
body.page-Super_Mario_Wiki.action-view #contentSub > *, | |||
body.page-Super_Mario_Wiki.action-view #siteSub, | |||
body.page-Super_Mario_Wiki.action-view #catlinks, | |||
body.page-Super_Mario_Wiki.action-view #lastmod { | |||
display: none !important; | |||
} | |||
/* revision info */ | |||
.mw-revision.warningbox { | |||
margin-top:0px; | |||
padding:0px; | |||
border:0px; | |||
background:none; | |||
} | |||
#mw-revision-info, #mw-revision-info-current, #mw-revision-nav { | |||
color: #54595d; | |||
} | |||
/* References */ | |||
ol.references { | |||
margin-top: 0; | |||
font-size: 90%; | |||
} | |||
ol.references div { | |||
display: inline; | |||
} | |||
ol.references span { | |||
line-height: 1; | |||
} | |||
/* Video widget */ | |||
.infobox .videoWidget, | |||
.infobox .videoWidget iframe { | |||
display: block !important; | |||
} | |||
.infobox .autoResize { | |||
margin: 0 auto !important; | |||
} | |||
.autoResize:not(.thumbinner) .thumbcaption { | |||
margin: 0; | |||
padding: 0; | |||
} | |||
.videoWidget + p { | |||
margin: 0; | |||
} | |||
/* | /* Media player fix */ | ||
.wikitable .mediaContainer { | |||
margin-top: 2px; | |||
} | } | ||
/* | /* fake links */ | ||
# | span.fakelink { | ||
color: #002bb8; | |||
cursor: pointer; | |||
} | |||
span.fakelink:hover { | |||
text-decoration: underline; | |||
} | } | ||
/* remove box-shadow from notifications */ | |||
#pt-notifications-alert .mw-echo-notifications-badge:focus, #pt-notifications-notice .mw-echo-notifications-badge:focus { | |||
box-shadow: none; | |||
} | } | ||
/* miscellaneous */ | |||
. | .mw-collapsible-toggle { | ||
padding-right: 0.3em; | |||
} | } | ||
# | #toc, .toc { | ||
margin-bottom: 3px; | |||
} | } | ||
. | .messagebox, .errorbox, .warningbox, .successbox { | ||
padding:12px; | |||
} | } | ||
blockquote { | |||
border-left: 3px solid #06f; | |||
margin-left: 2em; | |||
padding-left: 1em; | |||
} |