User:Atdayan/global.css

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.
body, #content, #mw-head, #mw-panel, .mw-body-content .toc h2, .thumbcaption, .wikitable {
	background-color: black;
	color: white;
	font-family: "Linux Biolinum", Helvetica, sans-serif;
}
#content {
	font-size: 16pt;
}
blockquote {
    font-family: "Linux Libertine", Georgia, serif !important;
    border: 1px solid gray !important;
    background-color: black !important;
    color: white !important;
}
.toctogglelabel {
	color: cyan;
}
#toc {
	background-color: black;
	color:white;
}
.infobox, .infobox th, .infobox td {
	background-color: black !important;
	color: white !important;
	border-color: gray !important;
}

div.thumbinner {
	border: 1px solid black;
	background-color: #303030;
}
.catlinks {
	background-color: black;
	border-color: gray;
}
.vector-menu-tabs, .vector-menu-tabs a, #mw-head .vector-menu-dropdown h3 {
	background-color: black;
	background-size: 0;
	background-repeat: no-repeat;
	background-image: none;
}
.vector-menu-tabs li a {
	color: white;
}
.vector-menu-tabs .selected a, .vector-menu-tabs .selected a:visited {
	color: gray;
}
.portal .body li a, .vector-menu-portal .body li a {
	color: cyan;
}
.portal .body li a:visited, .vector-menu-portal .body li a:visited {
	color: gray;
}
.portal .body li a:active, .vector-menu-portal .body li a:active {
	color: blue;
}
a:link {
	color: cyan;
}
a:visited {
	color: gray;
}
a:active {
  color: blue;
}
.tocnumber {
	color: gray;
}
th {
	color: black;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Linux Libertine", Times, serif;
  color: white;
}