Difference between revisions of "MediaWiki:Vector.css"
From Starsonata Wiki
(Created page with "→CSS placed here will affect users of the Vector skin: body { font-family: 'Droid Sans', sans-serif; font-weight: 400; color: #dddddd; background-image:...") |
(No difference)
|
Revision as of 11:24, 11 June 2021
/* CSS placed here will affect users of the Vector skin */
body {
font-family: 'Droid Sans', sans-serif;
font-weight: 400;
color: #dddddd;
background-image: url(https://starsonata.com/img/front/blog_test_background_bright.jpg);
background-size: cover;
background-attachment: fixed;
}
div.vectorTabs ul li {
background: rgb(100 100 100 / 30%);
}
div.vectorTabs li.selected {
background: rgb(100 100 100 / 10%);
background-image: none;
}
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
color: #dddddd!important;
}
div.vectorMenu div.menu {
background-color: rgb(0 0 0 / 20%);
}
div.vectorMenu h3 span {
color: #dddddd;
}
#mw-page-base {
height: 5em;
background-image: unset!important;
background-color: rgb(0 0 0 / 80%);
}
.mw-body {
color: #dddddd;
border: 0px;
}
div#mw-panel div.portal h3 {
color: #dddddd;
}
h1, h2, h3, h4, h5, h6 {
color: #dddddd;
}
.mw-body a {
color: #cabd90;
}
div#footer ul li {
color: #dddddd;
}
#catlinks {
background-color: rgb(0 0 0 / 80%);
}
.editOptions {
background-color: rgb(0 0 0 / 20%);
}
table.wikitable {
color: #dddddd;
background-color: rgb(0 0 0 / 20%);
}
table.wikitable > tr > th, table.wikitable > * > tr > th {
background-color: rgb(0 0 0 / 20%);
}
div.thumbinner {
border: 1px solid grey;
background-color: rgb(0 0 0 / 20%);
}
li.gallerybox div.thumb {
border: 1px solid grey;
background-color: rgb(0 0 0 / 20%);
}