Difference between revisions of "MediaWiki:Common.css"
From Pangaea Wiki
MyraMidnight (Talk | contribs) m |
MyraMidnight (Talk | contribs) m |
||
| Line 2: | Line 2: | ||
/**** Background ****/ | /**** Background ****/ | ||
| − | html,body {background-color:#0e0907} | + | html,body {background-color:#0e0907;min-width:1160px;} |
div#mw-head {background:#0e0907 url(/resources/assets/pang/pangaea-header.png); background-repeat: no-repeat; background-position: left top} | div#mw-head {background:#0e0907 url(/resources/assets/pang/pangaea-header.png); background-repeat: no-repeat; background-position: left top} | ||
| Line 13: | Line 13: | ||
/**** Content ****/ | /**** Content ****/ | ||
| − | div#content {background:#333; color:#fffffb;border: 1px #333 | + | div#content {background:#333; color:#fffffb;border: 1px #333;} |
div#content a:link, div#content a:visited {color:#ff3f00} | div#content a:link, div#content a:visited {color:#ff3f00} | ||
h1,h2,h3,h4 {color:#8fb662;font-family:NeoTech, Myriad, Helvetica, Arial, sans-serif} | h1,h2,h3,h4 {color:#8fb662;font-family:NeoTech, Myriad, Helvetica, Arial, sans-serif} | ||
Revision as of 19:11, 13 March 2016
/* CSS placed here will be applied to all skins */
/**** Background ****/
html,body {background-color:#0e0907;min-width:1160px;}
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:#ff3f00}
div#mw-panel div.portal h3, div#footer #footer-info-lastmod {color:#fffffb}
.new a:link, .new a:visited {color:#ba0000}
/**** Content ****/
div#content {background:#333; color:#fffffb;border: 1px #333;}
div#content a:link, div#content a:visited {color:#ff3f00}
h1,h2,h3,h4 {color:#8fb662;font-family:NeoTech, Myriad, Helvetica, Arial, sans-serif}
/**** EDIT options ****/
div.vectorTabs li.selected span, div.vectorTabs li.selected span a, {color:ba0000;#background:#333;}
div#p-namespaces a, div#p-views a {background:#333;background-repeat:no-repeat;color:#8fb662;}
div.editOptions {background:#333;border:none;}
/**** Table Themes ****/
/* WIKITABLE (default) */
table.wikitable {
margin: 1em 0;
background-color: #484946;
border: 1px solid #8fb662;
border-collapse: collapse;
color: #fffffb;
}
table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
border: 1px solid #8fb662;
padding: 0.2em 0.4em;
}
table.wikitable > tr > th,
table.wikitable > * > tr > th {
background-color: #678742;
text-align: center; color:#000;
}
table.wikitable > caption {
font-weight: bold;
}
/* PANGTABLE */
table.pangtable {
margin: 1em 0;
background-color: #484946;
border: 1px solid #8fb662;
border-collapse: collapse;
color: #fffffb;
margin:0px;
width:auto;
}
table.pangtable > tr > th,
table.pangtable > tr > td,
table.pangtable > * > tr > th,
table.pangtable > * > tr > td {
border: 1px solid #8fb662;
padding: 0.2em 0.4em;
color: #fffffb;
text-align:center;
vertical-align:center;
}
table.pangtable > tr > th,
table.pangtable > * > tr > th {
background-color: #678742;
text-align: center;
color: #000;
}table.pangtable > caption {
font-weight: bold;
}
table.pangtable.open td {
border:none;
}