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

Z Nonsensopedii, polskiej encyklopedii humoru
Linia 1: Linia 1:
body, #mw-page-base, .mw-body, .editOptions, .mw-head, input, button, #footer-info {
body, #mw-page-base, .mw-body, .editOptions, .mw-head, #footer-info {
background-color: #202125 !important;
background-color: #202125 !important;
color: rgba(255, 255, 255, .87) !important;
color: rgba(255, 255, 255, .87) !important;
Linia 9: Linia 9:
border-color: rgba(255, 255, 255, .24);
border-color: rgba(255, 255, 255, .24);
}
}
.thumbinner, .toc, table, .navbox-even, .navbox-title, .navbox-group, .catlinks {
.thumbinner, .toc, table, .navbox-even, .navbox-title, .navbox-group, .catlinks, input, button {
background: #3c4043 !important;
background: #3c4043 !important;
border-color: rgba(255, 255, 255, .24) !important;
border-color: rgba(255, 255, 255, .24) !important;
Linia 16: Linia 16:
border: none !important;
border: none !important;
}
}
#footer ul li {
#footer ul li, input, button {
color: #888;
color: #888 !important;
}
}
.mwe-math-fallback-image-inline {
.mwe-math-fallback-image-inline {

Wersja z 20:07, 21 lis 2019

body, #mw-page-base, .mw-body, .editOptions, .mw-head, #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, input, button {
	background: #3c4043 !important;
	border-color: rgba(255, 255, 255, .24) !important;
}
.thumbimage {
	border: none !important;
}
#footer ul li, input, button {
	color: #888 !important;
}
.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;
}