Difference between revisions of "MediaWiki:Common.css"

677 bytes added ,  17:56, December 4, 2021
couple of more things
(Gallery stuff)
(couple of more things)
Line 436: Line 436:
     border-radius: 0px;
     border-radius: 0px;
}
}
/* Formatting fixes */
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-link color */
a.mw-selflink { color: inherit !important; }
/* Special:Preferences */
#mw-htmlform-mobile .oo-ui-inline-help { display: none; }


/* Miscellaneous */
/* Miscellaneous */
15,584

edits