MediaWiki:Common.css
Jump to navigation
Jump to search
Note: After saving, 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)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */
table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
border: 0px solid #aaa;
padding: 0.2em;
}
table.wikitable {
background-color: transparent;
border: 0px solid #aaa;
border-collapse: collapse;
margin-top: 0;
}
#ca-history,
#ca-viewsource {
display: none;
}
.mw-body h1:not(:first-of-type) {
font-family: 'arial', sans-serif;
font-size: 220% !important;
margin-top: 2em;
}
.mw-body h2 {
font-family: 'arial', sans-serif;
font-size: 180% !important;
background-color: #f0f0f2;
border-bottom: 0 solid #444444;
box-shadow: 0 4px 6px #bbb;
padding: 2px 10px 2px 10px;
margin-bottom: 15px;
}
.mw-body h3 {
font-family: 'arial', sans-serif;
font-size: 150% !important;
color: #1554bf;
}
.mw-body h4 {
font-size: 120%;
color: #446677;
}
.toctitle h2 {
padding: 0;
box-shadow: none;
background-color: transparent;
}