Użytkownik:Aloch/common.css: Różnice pomiędzy wersjami

Z Nonsensopedii, polskiej encyklopedii humoru
Linia 12: Linia 12:
color: #fff;
color: #fff;
}
}
.vectorTabs li span {
.vectorTabs li span, ::-webkit-scrollbar {
background: #202125!important;
background: #202125!important;
color: #fff!important;
color: #fff!important;
Linia 18: Linia 18:
.vectorTabs li.selected a, .vectorTabs li.selected a:visited {
.vectorTabs li.selected a, .vectorTabs li.selected a:visited {
color: #6aa2ff!important;
color: #6aa2ff!important;
}
::-webkit-scrollbar-thumb {
background: #3C4043;
}
}

Wersja z 15:38, 12 kwi 2019

body, #mw-page-base, .mw-body, .editOptions, .mw-head, input, button, #footer-info, table, .catlinks, .toc, .thumbinner, .tocnumber {
    background-color: #202125!important;
    color: #fff!important;
}
#mw-page-base {
	background-image: none;
}
a, a:visited {
	color: #6aa2ff;
} 
h1,h2,h3,h4,h5,h6 {
	color: #fff;
}
.vectorTabs li span, ::-webkit-scrollbar {
	background: #202125!important;
	color: #fff!important;
}
.vectorTabs li.selected a, .vectorTabs li.selected a:visited {
	color: #6aa2ff!important;
}
::-webkit-scrollbar-thumb {
	background: #3C4043;
}