MediaWiki:Common.css
MediaWiki interface page
More actions
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* ScotMesh: status strip and wide screenshots */
.sm-status { margin: 0.5em 0 1em; }
.mw-parser-output .wikitable { font-size: 0.95em; }
/* Front page */
.sm-welcome { font-size: 1.08em; max-width: 72ch; margin-bottom: 1em; }
.sm-cards { display: flex; flex-wrap: wrap; gap: 1em; margin: 1em 0 1.5em; }
.sm-card { flex: 1 1 240px; padding: 0.2em 1.1em 0.6em; border: 1px solid var(--border-color-base, rgba(128,128,128,0.35)); border-radius: var(--border-radius-large, 10px); background: var(--color-surface-2, rgba(128,128,128,0.06)); }
.sm-card h3 { margin-top: 0.8em; border: 0; }
.sm-card .mw-headline { font-size: 1.05em; }