Jump to content

MediaWiki:Common.css

From /dev/hack

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)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* @import url("https://devhack.net/style.css") */
body{
	background-color: black;
	--background-color-base:#000000;
	color:white;
}
.mw-heading, h1, h2, h3, h4, h5, h6{
	color:white;
}

.cdx-button:enabled, .cdx-button.cdx-button--fake-button--enabled{
	color:white;
}

.vector-menu-tabs .mw-list-item.selected a, .vector-menu-tabs .mw-list-item.selected a:visited{
	color:white;
}

#pt-userpage-2 a:not(.mw-selflink){
	color:#2ae61d;
}

.vector-menu-tabs .mw-list-item a{
	color:#2ae61d;
}

.cdx-button:enabled.cdx-button--weight-quiet, .cdx-button.cdx-button--fake-button--enabled.cdx-button--weight-quiet{
	background-color:#0e5305;
}

pre, code, .mw-code{
	background-color:#3d3d3d;
	color:white;

}


.mw-editform #wpTextbox1{
	background-color:#3d3d3d;
	color:white;
}

.vector-pinnable-element {
	color:white;
}

.vector-toc .vector-toc-link{
	color:#2cd357;
}

.vector-pinnable-element .mw-list-item a, .vector-dropdown-content .mw-list-item a{
	color:#2cd357;
}

.vector-pinnable-element .mw-list-item a:not(.mw-selflink):visited, .vector-dropdown-content .mw-list-item a:not(.mw-selflink):visited{
	color:#2cd357;
}

/*
.vector-main-menu-container{
	display:none;
}*/

a .mw-parser-output a.extiw, .mw-parser-output a.external{
	color:#64ed4b;
}

a{
	color:#64ed4b;
}

.catlinks{
	background-color: #f8f9fa00;
}

.vector-pinnable-element .vector-menu-heading{
	color:#b3b3b3;
}

/*
.vector-sticky-pinned-container{
	display:none;
}

 .vector-column-end{
 	display:none;
 }
*/

.editOptions{
	background-color:#222222;
	color:white;
}
 }

.editbuttons > span > input{
	background-color: #64ed4b;
	border-color:#64ed4b;
}

button
{
	background-color: #2b7d1c!important;
	border-color:#64ed4b!important;
	color:black;
}