276
edits
Welcome to Mariopedia! If you want to request an account, please do so at Mario Wiki or Fanonpedia.
(Adding dismisabl sitenotice chang) |
(carrying over from https://thenintendowiki.org/wiki/MediaWiki:Common.css) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* <h3> Shared interface </h3> */ | |||
#toc, .toc { | |||
margin-bottom: 3px; | |||
} | |||
div.tleft, div.tright { | |||
margin-top: 0.2em; | |||
margin-bottom: 0.8em; | |||
} | |||
.thumb .mediaContainer { | |||
margin: 4px auto 2px; | |||
} | |||
.thumb .multiVert .mediaContainer { | |||
margin: 3px auto -1px; | |||
} | |||
.ns-104 div.thumb { | |||
border-color: transparent; | |||
} | |||
ul.gallery, li.gallerybox div.thumb { | |||
margin-bottom: 0; | |||
padding-bottom: 0; | |||
} | |||
#bodyContent ul.gallery { | |||
margin: 2px; | |||
padding: 2px; | |||
} | |||
li.gallerycaption { | |||
text-align: unset; | |||
} | |||
.mw_metadata { | |||
margin-top: 5px; | |||
} | |||
#catlinks li { | |||
margin: 0.28em 0; | |||
line-height: 1em; | |||
} | |||
blockquote { | |||
border-left: 3px solid #06f; | |||
margin-left: 2em; | |||
padding-left: 1em; | |||
} | |||
.mw-collapsible-toggle { | |||
padding-right: 0.3em; | |||
} | |||
.infobox .mw-collapsible-toggle { | |||
min-width: 39px; | |||
text-align: right; | |||
} | |||
.contentbox > .mw-collapsible-toggle { | |||
float: none !important; | |||
} | |||
/* Mark redirects on Special:AllPages and Special:EditWatchlist */ | /* Mark redirects on Special:AllPages and Special:EditWatchlist */ | ||
Line 39: | Line 97: | ||
} | } | ||
/* User pages */ | |||
.ns-2 #mw-content-text p > img { | |||
max-width: 100% !important; | |||
height: auto !important; | |||
} | |||
/* User talk pages */ | |||
.ns-3 [style*="position:fixed"], | |||
.ns-3 [style*="position: fixed"] { | |||
display: none; | |||
} | |||
/* <h3> All pages </h3> */ | |||
#bodyContent { | |||
position: relative; | |||
} | |||
/* Edit box */ | |||
.wikiEditor-ui-toolbar .section-main, | |||
.wikiEditor-ui-toolbar .tabs { | |||
height: auto; | |||
} | |||
.wikiEditor-ui textarea#wpTextbox1 { | |||
height: 474px; | |||
line-height: 1.4em; | |||
} | |||
.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; | |||
} | |||
/* 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; | |||
} | |||
/* Dismissable site notice */ | |||
.sitedir-ltr .mw-dismissable-notice-body { | |||
margin: 0 60px 0 0; | |||
} | |||
.sitedir-rtl .mw-dismissable-notice-body { | |||
margin: 0 0 0 60px; | |||
} | |||
/* Video widget */ | /* Video widget */ | ||
.infobox .videoWidget, | .infobox .videoWidget, | ||
Line 55: | Line 171: | ||
} | } | ||
/* | /* Diff text */ | ||
. | .diffchange { font-weight: normal; } | ||
.diff-addedline, .diff-deletedline, .diff-context { | |||
font-size: 92%; | |||
} | } | ||
/* | /* OOUI fix */ | ||
.oo-ui-optionWidget.oo-ui-labelElement > .oo-ui-labelElement-label { | |||
overflow: visible; | |||
} | } | ||
/* 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; | |||
} | |||
} | } | ||
. | |||
margin: | /* Media player fix */ | ||
.wikitable .mediaContainer { | |||
margin-top: 2px; | |||
} | } | ||