Difference between revisions of "MediaWiki:Common.css"
From Pangaea Wiki
MyraMidnight (Talk | contribs) |
MyraMidnight (Talk | contribs) |
||
Line 4: | Line 4: | ||
html,body {background-color:#0e0907} | html,body {background-color:#0e0907} | ||
− | div#mw-head {background:# | + | div#mw-head {background:#0e0907 url(/resources/assets/pang/pangaea-header.png); background-repeat: no-repeat; background-position: left top} |
div#mw-head div.vectorMenu h3 span, div#p-personal a, div#mw-panel div.portal div.body ul li a:link, div#mw-panel div.portal div.body ul li a:visited, div#footer a{color:#f78d43} | div#mw-head div.vectorMenu h3 span, div#p-personal a, div#mw-panel div.portal div.body ul li a:link, div#mw-panel div.portal div.body ul li a:visited, div#footer a{color:#f78d43} |
Revision as of 15:31, 13 March 2016
/* CSS placed here will be applied to all skins */ /**** Background ****/ html,body {background-color:#0e0907} div#mw-head {background:#0e0907 url(/resources/assets/pang/pangaea-header.png); background-repeat: no-repeat; background-position: left top} div#mw-head div.vectorMenu h3 span, div#p-personal a, div#mw-panel div.portal div.body ul li a:link, div#mw-panel div.portal div.body ul li a:visited, div#footer a{color:#f78d43} div#mw-panel div.portal h3, div#footer #footer-info-lastmod {color:#fff} /**** Content ****/ div#left-navigation {background:#333} {color:#f78d43} /**** 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; }