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

Z Nonsensopedii, polskiej encyklopedii humoru
Linia 10: Linia 10:
border-color: rgba(255, 255, 255, .24);
border-color: rgba(255, 255, 255, .24);
}
}
#simpleSearch {
.thumbinner, .toc, table, .navbox-even, .navbox-title, .navbox-group, .catlinks, input, button, .oo-ui-checkboxInputWidget [type="checkbox"] + span, #userSummaryButtons a {
background-color: #3c4043 !important;
background-image: none !important;
border-color: rgba(255, 255, 255, 0.24) !important;
}
.thumbinner, .toc, table, .navbox-even, .navbox-title, .navbox-group, .catlinks, input, button, #userSummaryButtons a, .suggestions-results, .suggestions-special {
background: #3c4043 !important;
background: #3c4043 !important;
border-color: rgba(255, 255, 255, .24) !important;
border-color: rgba(255, 255, 255, .24) !important;
}
hr {
background: rgba(255, 255, 255, .24) !important;
}
}
.thumbimage, .editOptions {
.thumbimage, .editOptions {
border: none !important;
border: none !important;
}
}
#footer ul li, input, button {
#footer ul li, input, button, .suggestions-result {
color: #aaa !important;
color: #aaa !important;
}
}
.mwe-math-fallback-image-inline, .wikiEditor-ui {
.mwe-math-fallback-image-inline {
filter: invert(1);
filter: invert(1);
}
}
a, a:visited, .toctogglelabel, .tocnumber {
a:not(.new), a:visited, .toctogglelabel, .tocnumber {
color: #6aa2ff !important;
color: #8ecbff !important;
}
}
a.new {
color: #cf6679 !important;
}
h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
border-color: rgba(255, 255, 255, .24) !important;
border-color: rgba(255, 255, 255, .24) !important;
Linia 33: Linia 44:
list-style-image: none !important;
list-style-image: none !important;
}
}
.mw-highlight {
.mw-highlight, .wikiEditor-ui {
filter: invert(80%);
filter: invert(.8);
}
}
.vectorTabs li span, ::-webkit-scrollbar, #p-cactions-label {
.vectorTabs li span, ::-webkit-scrollbar, #p-cactions-label {
Linia 48: Linia 59:
}
}
::-webkit-scrollbar-thumb {
::-webkit-scrollbar-thumb {
background: #3C4043;
background: #3c4043;
}
::selection {
background: rgba(0, 0, 0, .36);
}
}

Wersja z 21:55, 21 lis 2019

/* Ciemny motyw uż. Aloch */
body, #mw-page-base, .mw-body, .mw-head, #footer-info, .editOptions {
	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);
}
#simpleSearch {
	background-color: #3c4043 !important;
	background-image: none !important;
	border-color: rgba(255, 255, 255, 0.24) !important;
}
.thumbinner, .toc, table, .navbox-even, .navbox-title, .navbox-group, .catlinks, input, button, #userSummaryButtons a, .suggestions-results, .suggestions-special {
	background: #3c4043 !important;
	border-color: rgba(255, 255, 255, .24) !important;
}
hr {
	background: rgba(255, 255, 255, .24) !important;
}
.thumbimage, .editOptions {
	border: none !important;
}
#footer ul li, input, button, .suggestions-result {
	color: #aaa !important;
}
.mwe-math-fallback-image-inline {
	filter: invert(1);
}
a:not(.new), a:visited, .toctogglelabel, .tocnumber {
	color: #8ecbff !important;
}
a.new {
	color: #cf6679 !important;
}
h1, h2, h3, h4, h5, h6 {
	border-color: rgba(255, 255, 255, .24) !important;
	color: #fff;
}
ul {
	list-style-image: none !important;
}
.mw-highlight, .wikiEditor-ui {
	filter: invert(.8);
}
.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;
}
::selection {
	background: rgba(0, 0, 0, .36);
}