MediaWiki:Darkvector.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 67: | Line 67: | ||
list-style-type: disc; | list-style-type: disc; | ||
list-style-image: url('images/bullet-icon.png') | list-style-image: url('images/bullet-icon.png') | ||
} | |||
.gallerytext p { | |||
color: rgba(255, 255, 255, 0.8); | |||
} | } |
Latest revision as of 18:01, 21 May 2022
/* CSS placed here will affect users of the DarkVector skin */
body {
background-color: #2a2a21;
background-image: url("http://www.vilous.net/w/images/Wiki-background.jpg");
}
.CategoryTreeToggle {
color: #099;
}
.uls-menu .uls-search {
background-color: transparent !important;
border-top-color: #099 !important;
border-bottom-color: #099 !important;
background-image: none!important;
}
.mediawiki a, .mediawiki a:visited,
.mediawiki span, .mediawiki label,
.mw-body a.external,
.mw-body a.extiw,
.uls-language-list a {
color: #099 !important;
}
.oo-ui-buttonElement-button,
.mw-ui-button {
color: #ffffff !important;
background-color: #099 !important;
border-color: #099 !important;
}
#left-navigation div.darkvectorTabs li.selected,
#right-navigation div.darkvectorTabs li.selected {
background-color: #040404;
background-image: -moz-linear-gradient(top, #099 0, #333 10%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #099), color-stop(10%, #333));
background-image: -webkit-linear-gradient(top, #099 0, #333 10%);
background-image: linear-gradient(#099 0, #040404 10%)
}
#left-navigation div.darkvectorTabs li a,
#right-navigation div.darkvectorTabs li a {
color: #099
}
div#mw-head div.darkvectorMenu h3 span {
color: #099
}
div.darkvectorMenu li a {
color: #099
}
div.darkvectorTabs li a {
display: inline-block;
height: 1.9em;
padding-left: .5em;
padding-right: .5em;
color: #099;
cursor: pointer;
font-size: .8em
}
div.darkvectorMenu li a {
display: inline-block;
padding: .5em;
white-space: nowrap;
color: #099
cursor: pointer;
font-size: .8em
}
div#mw-panel div.portal div.body ul li a {
color: #099
}
ul {
list-style-type: disc;
list-style-image: url('images/bullet-icon.png')
}
.gallerytext p {
color: rgba(255, 255, 255, 0.8);
}