MediaWiki:Common.css
Appearance
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.
/* Region toggle pills (mimics boxes) */
.region-pills { margin: .35em 0 .6em 0; display: inline-flex; gap: .4em; flex-wrap: wrap; }
.region-pill {
display: inline-block;
padding: .15em .45em;
border: 1px solid #ddd;
box-shadow: 0 2px 3px #666;
background: #fff;
font-size: 1.2em;
line-height: 1.4;
cursor: pointer;
user-select: none;
}
.region-pill.active {
background: #000;
color: #fff;
border-color: #ddd;
}
/* Head strip look */
.nav-block {
background:#F0F0F0; margin:6px; padding:.2em .4em; border:1px solid #DDD; box-shadow:#666 0 2px 3px;
}
.nav-title {
background:#000; padding:.2em .4em; color:#FFF; border:1px solid #DDD; box-shadow:#666 0 2px 3px; font-size:1.5em;
}