MediaWiki:Common.css

From R74n Wikibase
Revision as of 15:43, 16 November 2023 by R74n (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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-echo-notification-badge-nojs {
	filter: brightness(1000%)
}
#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;
}
::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-header {
	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;
}