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

Z Nonsensopedii, polskiej encyklopedii humoru
Linia 42: Linia 42:
border: 1px solid rgba(255, 255, 255, .24);
border: 1px solid rgba(255, 255, 255, .24);
}
}
.mwe-popups-extract {
a.mwe-popups-extract {
color: rgba(255, 255, 255, .87) !important;
color: rgba(255, 255, 255, .87) !important;
}
}
.mwe-popups-extract::after {
a.mwe-popups-extract::after {
background-image: linear-gradient(to right, transparent, #3c4043 50%) !important;
background-image: linear-gradient(to right, transparent, #3c4043 50%) !important;
}
}
Linia 58: Linia 58:
}
}
.mwe-popups.flipped-y::before {
.mwe-popups.flipped-y::before {
border-top-color: rgba(255, 255, 255, .24) !important;
}
.mwe-popups.flipped-x-y::after {
border-top-color: #3c4043 !important;
}
.mwe-popups.flipped-x-y::before {
border-top-color: rgba(255, 255, 255, .24) !important;
border-top-color: rgba(255, 255, 255, .24) !important;
}
}

Wersja z 17:10, 22 lis 2019

/* Ciemny motyw uż. Aloch */
@media (prefers-color-scheme: dark) {
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, fieldset {
	border-color: rgba(255, 255, 255, .24);
}
div#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, .oo-ui-panelLayout-framed, .menu, .navbox-abovebelow, .panel#p, #topbottom, code, .rt-tooltip, .rt-tooltipTail, .rt-tooltipTail::after {
	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, .special-query, code, .rt-tooltip {
	color: #aaa !important;
}
.mwe-math-fallback-image-inline {
	filter: invert(1);
}
a:not(.new), a:visited, .toctogglelabel, .tocnumber, .CategoryTreeToggle {
	color: #8ecbff !important;
}
a.new {
	color: #cf6679 !important;
}
.mwe-popups-type-page {
	background: #3c4043;
	border: 1px solid rgba(255, 255, 255, .24);
}
a.mwe-popups-extract {
	color: rgba(255, 255, 255, .87) !important;
}
a.mwe-popups-extract::after {
	background-image: linear-gradient(to right, transparent, #3c4043 50%) !important;
}
.mwe-popups::after {
	border-bottom-color: #3c4043 !important;
}
.mwe-popups::before {
	border-bottom-color: rgba(255, 255, 255, .24) !important;
}
.mwe-popups.flipped-y::after {
	border-top-color: #3c4043 !important;
}
.mwe-popups.flipped-y::before {
	border-top-color: rgba(255, 255, 255, .24) !important;
}
.mwe-popups.flipped-x-y::after {
	border-top-color: #3c4043 !important;
}
.mwe-popups.flipped-x-y::before {
	border-top-color: rgba(255, 255, 255, .24) !important;
}
h1, h2, h3, h4, h5, h6 {
	border-color: rgba(255, 255, 255, .24) !important;
	color: #fff;
}
ul {
	list-style-image: none !important;
}
ol.references li:target, sup.reference:target {
	background: transparent !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(255, 255, 255, .36);
}
}