Difference between revisions of "MediaWiki:Common.css"
From Pangaea Wiki
MyraMidnight (Talk | contribs) |
MyraMidnight (Talk | contribs) |
||
Line 6: | Line 6: | ||
div#p-personal a {color:#EEE} | div#p-personal a {color:#EEE} | ||
− | /* Sidebar */ | + | /**** Sidebar ****/ |
− | div#mw-panel div.portal div.body ul li a:link | + | div#mw-panel div.portal div.body ul li a:link, |
div#mw-panel div.portal div.body ul li a:visited {color:#ff3f00} | div#mw-panel div.portal div.body ul li a:visited {color:#ff3f00} | ||
div#mw-panel div.portal h3 {color:#fff} | div#mw-panel div.portal h3 {color:#fff} | ||
− | /* Footer */ | + | /**** Footer ****/ |
div#footer #footer-info-lastmod {color:#EEE} | div#footer #footer-info-lastmod {color:#EEE} | ||
div#footer a {color:#ff3f00} | div#footer a {color:#ff3f00} | ||
+ | |||
+ | /**** Table Themes ****/ | ||
+ | /* pangtable */ | ||
+ | |||
+ | table.pangtable { | ||
+ | margin: 1em 0; | ||
+ | background-color: #f9f9f9; | ||
+ | border: 1px solid #aaa; | ||
+ | border-collapse: collapse; | ||
+ | color: black; | ||
+ | } | ||
+ | table.pangtable > tr > th, | ||
+ | table.pangtable > tr > td, | ||
+ | table.pangtable > * > tr > th, | ||
+ | table.pangtable > * > tr > td { | ||
+ | border: 1px solid #aaa; | ||
+ | padding: 0.2em 0.4em; | ||
+ | } | ||
+ | table.pangtable > tr > th, | ||
+ | table.pangtable > * > tr > th { | ||
+ | background-color: #f2f2f2; | ||
+ | text-align: center; | ||
+ | } | ||
+ | table.pangtable > caption { | ||
+ | font-weight: bold; | ||
+ | } |
Revision as of 11:11, 13 March 2016
/* CSS placed here will be applied to all skins */ body {background-color:#000} div#mw-head {background-color:#000} div#mw-head div.vectorMenu h3 span {color:#EEE} div#p-personal a {color:#EEE} /**** Sidebar ****/ div#mw-panel div.portal div.body ul li a:link, div#mw-panel div.portal div.body ul li a:visited {color:#ff3f00} div#mw-panel div.portal h3 {color:#fff} /**** Footer ****/ div#footer #footer-info-lastmod {color:#EEE} div#footer a {color:#ff3f00} /**** Table Themes ****/ /* pangtable */ table.pangtable { margin: 1em 0; background-color: #f9f9f9; border: 1px solid #aaa; border-collapse: collapse; color: black; } table.pangtable > tr > th, table.pangtable > tr > td, table.pangtable > * > tr > th, table.pangtable > * > tr > td { border: 1px solid #aaa; padding: 0.2em 0.4em; } table.pangtable > tr > th, table.pangtable > * > tr > th { background-color: #f2f2f2; text-align: center; } table.pangtable > caption { font-weight: bold; }