Difference between revisions of "MediaWiki:Vector.css"

From Starsonata Wiki
Jump to: navigation, search
(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:...")
 
Line 83: Line 83:
 
     border: 1px solid grey;
 
     border: 1px solid grey;
 
     background-color: rgb(0 0 0 / 20%);
 
     background-color: rgb(0 0 0 / 20%);
 +
}
 +
 +
 +
div#mw-panel div.portal div.body ul li a:visited {
 +
    color: #cabd90;
 +
}
 +
 +
#content {
 +
    background-color: rgba(0, 0, 0, 0.8)!important;
 +
    margin-right:0px!important;
 +
}
 +
 +
 +
a, a:link, a:link, a:visited, a:hover{
 +
    color: #cabd90;
 +
    text-decoration: none;
 +
}
 +
 +
a:active {
 +
    font-weight: bold;
 +
    color: #dddddd;
 +
}
 +
 +
div#mw-panel div.portal div.body ul li a {
 +
    color: #cabd90;
 +
}
 +
 +
div#mw-panel div.portal div.body ul li a:hover{
 +
    color: #cabd90;
 
}
 
}

Revision as of 12:26, 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%);
}


div#mw-panel div.portal div.body ul li a:visited {
    color: #cabd90;
}

#content {
    background-color: rgba(0, 0, 0, 0.8)!important;
    margin-right:0px!important;
}


a, a:link, a:link, a:visited, a:hover{
    color: #cabd90;
    text-decoration: none;
}

a:active {
    font-weight: bold;
    color: #dddddd;
}

div#mw-panel div.portal div.body ul li a {
    color: #cabd90;
}

div#mw-panel div.portal div.body ul li a:hover{
    color: #cabd90;
}