MediaWiki:Common.css: Difference between revisions

From R74n Wikibase
Jump to navigation Jump to search
No edit summary
No edit summary
Line 114: Line 114:
.wb-propertypage .wikibase-propertyview-datatype {
.wb-propertypage .wikibase-propertyview-datatype {
background-color:black!important;
background-color:black!important;
}
.ui-entityselector-notfound a {
color: black!important;
}
}

Revision as of 21:26, 18 November 2023

/* CSS placed here will be applied to all skins */
.mw-body, .parsoid-body {
	background-color: #000000;
	color: #ffffff;
}
h1, h2, h3, h4, h5, h6 {
	color: #ffffff;
}
pre, code, .mw-code {
	
}
body, #mw-navigation, #mw-head {
	background-color: #131313;
	color: #ffffff;
	color-scheme: dark;
}
.vector-menu-tabs-legacy li, .vector-menu-tabs-legacy li a {
	background-color:rgb(107,107,107)!important;
	color: white!important;
}
.vector-menu-tabs-legacy .selected {
	filter: brightness(150%);
}
a {color: rgb(255, 0, 255)!important;text-decoration: none;cursor:pointer}
a:active, a:hover:active {color: rgb(255, 179, 255)!important;}
a:hover {color: rgb(255, 121, 255)!important;}
.vector-menu-heading-label {color:#ffffff}
#p-logo {margin-bottom:0}
#mw-page-base {
	background-image:unset!important;
	background-color:unset!important;
}
textarea, input[type=text], input[type=number], input[type=date], input[type=datetime-local], input[type=month], input[type=week], input[type=email], input[type=password], input[type=search], input[type=tel], input[type=time], input[type=url], #toc, #catlinks {
    background-color: rgb(107,107,107)!important;
    color: rgb(255,255,255)!important;
    border-radius: 15px!important;
    border-style: none!important;
    outline: 0!important;
    padding: 10px!important;
    color:white!important;
}
.ui-suggester-list {
	background-color: #131313!important;
}
.suggestions { display: none!important; }
.wikibase-entitysearch-list .wb-entitysearch-suggestions, .ui-entityselector-list .ui-entityselector-more {
	background-color: #131313!important;
}
.special-query, .ui-entityselector-description { color:white!important; }
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: lightgray!important;
  opacity: 1!important; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: lightgray!important;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: lightgray!important;
}
#toc, #catlinks {
	background-color: #131313!important;
}
.tocnumber {
	color: lime!important;
}
#footer-info-lastmod {
	color: lightgray;
}
ul {
	list-style-image: unset!important;
}
.mw-body {
	border: none!important;
}
.wikibase-entitytermsforlanguagelistview {
	background-color: #000000!important;
}
.wikibase-entitytermsforlanguagelistview .wikibase-entitytermsforlanguagelistview-header .wikibase-entitytermsforlanguagelistview-header-row .wikibase-entitytermsforlanguagelistview-cell, .wikibase-entitytermsforlanguagelistview-header-row th {
	background-color: #00ffff!important;
	color: black!important;
}
.wikibase-statementlistview, .wikibase-statementgrouplistview {
	background-color: #131313!important;
}
.wikibase-statementgroupview-property {
	background-color: #000000!important;
}
.wikibase-statementlistview > .wikibase-toolbar-wrapper {
	background-color: #000000!important;
}
.wikibase-entitytermsview .wikibase-toolbar-container .wikibase-toolbar-container {
	background-color: #000000!important;
}
.oo-ui-popupWidget-head, .oo-ui-popupWidget-footer, .oo-ui-popupWidget-footer .oo-ui-buttonElement-framed.oo-ui-widget-enabled > .oo-ui-buttonElement-button { background-color: #131313!important; }
.oo-ui-popupWidget-body, .mw-echo-ui-placeholderItemWidget { background-color: #000000!important; }

.vector-menu-portal {
	margin: 0;
}
@media screen and (min-width: 982px) {
	#mw-panel {
		padding-left: 0;
	}
}
.vector-menu-portal .vector-menu-content li {
	font-size: 0.85em;
}
.mw-echo-notifications-badge, .vector-menu-dropdown .vector-menu-heading:after {
    filter: invert(1);
}
#n-R74n a {
	color: #00ffff!important;
}
.wb-propertypage .wikibase-propertyview-datatype {
	background-color:black!important;
}
.ui-entityselector-notfound a {
	color: black!important;
}