Difference between revisions of "MediaWiki:Vector.css"
From Pangaea Wiki
MyraMidnight (Talk | contribs) m (removing code temporarily while working on it (for reasons)) |
MyraMidnight (Talk | contribs) |
||
| Line 2: | Line 2: | ||
*{box-sizing:border-box} | *{box-sizing:border-box} | ||
| + | .mediawiki {background:#000 url(/skins/images/pang-bg-lower.jpg) top center no-repeat} | ||
| + | div#p-logo .mw-wiki-logo { | ||
| + | display:none;} | ||
| + | #mw-page-base{ | ||
| + | background:transparent;} | ||
| + | #content.mw-body{ | ||
| + | background:#F9E7B9; | ||
| + | margin:0; | ||
| + | border:none;} | ||
| + | div#mw-panel{ | ||
| + | background:#171717;} | ||
| + | div#mw-panel div.portal h3, | ||
| + | div#mw-panel div.portal div.body ul li a, | ||
| + | div#mw-panel div.portal div.body ul li a:visited, | ||
| + | #p-personal a { | ||
| + | color:#c6bcb3} | ||
| + | #mw-head .vectorTabs ul li { | ||
| + | border-radius:10px 10px 0 0; | ||
| + | padding:0px 10px; | ||
| + | background: #8a2405; | ||
| + | color:#fff; | ||
| + | border-right:2px #4c1300 solid;} | ||
| + | #mw-head .vectorTabs a{color:#fff;} | ||
| + | #mw-head .vectorTabs .selected{background:#F9E7B9;} | ||
| + | #mw-head .vectorTabs .selected a{color:#000;} | ||
| + | #left-navigation{margin-left:0} | ||
| + | /******** Navigation tabs (read,edit,history... ) */ | ||
| + | div.vectorTabs, | ||
| + | div.vectorTabs ul, | ||
| + | div.vectorTabs ul li, | ||
| + | div.vectorTabs ul li span, | ||
| + | div.vectorTabs h3 span | ||
| + | {background:none;} | ||
| − | + | /******** Footer**************/ | |
| − | + | div#footer{ | |
| − | + | background:#171717; | |
| − | + | margin:0;} | |
| − | /* | + | div#footer ul li {color:#c6bcb3} |
| − | + | div#footer ul li a {color:#c6bcb3} | |
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
| − | + | ||
Revision as of 22:16, 15 July 2018
/* CSS placed here will affect users of the Vector skin */
*{box-sizing:border-box}
.mediawiki {background:#000 url(/skins/images/pang-bg-lower.jpg) top center no-repeat}
div#p-logo .mw-wiki-logo {
display:none;}
#mw-page-base{
background:transparent;}
#content.mw-body{
background:#F9E7B9;
margin:0;
border:none;}
div#mw-panel{
background:#171717;}
div#mw-panel div.portal h3,
div#mw-panel div.portal div.body ul li a,
div#mw-panel div.portal div.body ul li a:visited,
#p-personal a {
color:#c6bcb3}
#mw-head .vectorTabs ul li {
border-radius:10px 10px 0 0;
padding:0px 10px;
background: #8a2405;
color:#fff;
border-right:2px #4c1300 solid;}
#mw-head .vectorTabs a{color:#fff;}
#mw-head .vectorTabs .selected{background:#F9E7B9;}
#mw-head .vectorTabs .selected a{color:#000;}
#left-navigation{margin-left:0}
/******** Navigation tabs (read,edit,history... ) */
div.vectorTabs,
div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs ul li span,
div.vectorTabs h3 span
{background:none;}
/******** Footer**************/
div#footer{
background:#171717;
margin:0;}
div#footer ul li {color:#c6bcb3}
div#footer ul li a {color:#c6bcb3}