MediaWiki:Common.css
From Pangaea Wiki
Revision as of 19:11, 9 July 2018 by MyraMidnight (Talk | contribs)
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: Clear the cache in Tools → Preferences
/* CSS placed here will be applied to all skins */
/**** Table Themes ****/
/* list styling */
.mw-content-ltr ul {list-style-image:url(resources/assets/pang/bullet_ankh.png)}
/* WIKITABLE (default) */
table.wikitable {
margin: 1em 0;
background-color:#fff7e4;
border: 1px solid #561503;
border-collapse: collapse;
color: #000;
}
table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
border: 1px solid #561503;
padding: 0.2em 0.4em;
}
table.wikitable > tr > th,
table.wikitable > * > tr > th {
background-color: #8a2405;
text-align: center; color:#fff;
}
table.wikitable > * th > a{color:#ffdc58;}
table.wikitable > * td > a{color:#8a2405;}
table.wikitable > caption {
font-weight: bold;
}