MediaWiki:Common.css: Difference between revisions

add
(carrying over from https://thenintendowiki.org/wiki/MediaWiki:Common.css)
(add)
Line 234: Line 234:
}
}


/* miscellaneous */
 
.mw-collapsible-toggle {
/* <h3> Misc / Unsorted </h2> */
padding-right: 0.3em;
 
.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;
}
}


#toc, .toc {
/* Width fixes */
margin-bottom: 3px;
table {
max-width: 100%;
}
@media all and (max-width: 1100px) {
.mw-parser-output table {
min-width: 0 !important;
}
}
}


.messagebox, .errorbox, .warningbox, .successbox {
/* Multimedia viewer */
    padding:12px;
.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;
}
}


blockquote {
/* Mobile only */
border-left: 3px solid #06f;
.mobileonly {
margin-left: 2em;
display: none;
padding-left: 1em;
}
}


/* Ban notice */
/* Ban notice */
.warningbox {border: 1px solid darkred;background: #ffcfcf;}
.warningbox {border: 1px solid darkred;background: #ffcfcf;}