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

Z Nonsensopedii, polskiej encyklopedii humoru
Linia 15: Linia 15:
.thumbimage {
.thumbimage {
border: none !important;
border: none !important;
}
#footer ul li {
color: #888;
}
}
.mwe-math-fallback-image-inline {
.mwe-math-fallback-image-inline {
Linia 20: Linia 23:
}
}
a, a:visited, .toctogglelabel, .tocnumber {
a, a:visited, .toctogglelabel, .tocnumber {
color: #6aa2ff;
color: #6aa2ff !important;
}
}
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {

Wersja z 20:00, 21 lis 2019

body, #mw-page-base, .mw-body, .editOptions, .mw-head, input, button, #footer-info {
	background-color: #202125 !important;
	color: rgba(255, 255, 255, .87) !important;
}
#mw-page-base {
	background-image: none;
}
.mw-body {
	border-color: rgba(255, 255, 255, .24);
}
.thumbinner, .toc, table, .navbox-even, .navbox-title, .navbox-group, .catlinks {
	background: #3c4043 !important;
	border-color: rgba(255, 255, 255, .24) !important;
}
.thumbimage {
	border: none !important;
}
#footer ul li {
	color: #888;
}
.mwe-math-fallback-image-inline {
	filter: invert(1);
}
a, a:visited, .toctogglelabel, .tocnumber {
	color: #6aa2ff !important;
} 
h1, h2, h3, h4, h5, h6 {
	border-color: rgba(255, 255, 255, .24) !important;
	color: #fff;
}
ul {
	list-style-image: none !important;
}
.vectorTabs li span, ::-webkit-scrollbar, #p-cactions-label {
	background: #202125 !important;
	color: #fff !important;
}
.page-Internet_Explorer table :not(a) {
	background-color: transparent !important;
	color: #000 !important;
}
.vectorTabs li.selected a, .vectorTabs li.selected a:visited {
	color: #6aa2ff !important;
}
::-webkit-scrollbar-thumb {
	background: #3C4043;
}