MediaWiki:Common.css: Difference between revisions
(Replaced content with "body { // background: #20394F; background-image: linear-gradient(-90deg, #070a0e, #20394F); } body, body #mw-page-base { background: url('/images/piratecraft_wiki-b...") Tag: Replaced |
No edit summary |
||
Line 8: | Line 8: | ||
background: url('/images/piratecraft_wiki-background-o.jpg'); | background: url('/images/piratecraft_wiki-background-o.jpg'); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
} | |||
#bodyContent { | |||
background-color: #FFF; | |||
} | |||
div#mw-panel div.portal h3 { | |||
color: #fff; | |||
} | |||
div#mw-panel div.portal div.body ul li a, #p-personal a, #p-persona a:visited, div.vectorMenu h3 span { | |||
color: #AD9479; | |||
} | |||
div#mw-panel div.portal div.body ul li a:visited { | |||
color: #DBBA95; | |||
} | |||
#footer a { | |||
color: #AD9479; | |||
} | |||
.collapse span.mw-collapsible-toggle { | |||
float: left; !important | |||
} | |||
.vectorTabs li.selected a, .vectorTabs li.selected a:visited { | |||
color: #fff; | |||
text-decoration: none; | |||
} | |||
.vectorTabs li a { | |||
display: block; | |||
height: 1.9em; | |||
padding-left: 0.615em; | |||
padding-right: 0.615em; | |||
color: #fff; | |||
cursor: pointer; | |||
font-size: 0.8125em; | |||
} | |||
a:visited { | |||
color: #551A8B; | |||
} | |||
.vectorTabs li.new a, .vectorTabs li.new a:visited { | |||
color: #fff; | |||
} | } |
Revision as of 13:49, 5 December 2020
body {
// background: #20394F;
background-image: linear-gradient(-90deg, #070a0e, #20394F);
}
body, body #mw-page-base {
background: url('/images/piratecraft_wiki-background-o.jpg');
background-repeat: no-repeat;
}
#bodyContent {
background-color: #FFF;
}
div#mw-panel div.portal h3 {
color: #fff;
}
div#mw-panel div.portal div.body ul li a, #p-personal a, #p-persona a:visited, div.vectorMenu h3 span {
color: #AD9479;
}
div#mw-panel div.portal div.body ul li a:visited {
color: #DBBA95;
}
#footer a {
color: #AD9479;
}
.collapse span.mw-collapsible-toggle {
float: left; !important
}
.vectorTabs li.selected a, .vectorTabs li.selected a:visited {
color: #fff;
text-decoration: none;
}
.vectorTabs li a {
display: block;
height: 1.9em;
padding-left: 0.615em;
padding-right: 0.615em;
color: #fff;
cursor: pointer;
font-size: 0.8125em;
}
a:visited {
color: #551A8B;
}
.vectorTabs li.new a, .vectorTabs li.new a:visited {
color: #fff;
}