Difference between revisions of "User:Gruese/common.css"

 
Line 28: Line 28:
 
table.wikitable{
 
table.wikitable{
 
background: #555;
 
background: #555;
 +
}
 +
table.wikitable th {
 +
background: #222;
 
}
 
}
 
div.gamerules {
 
div.gamerules {
 
   background-color: #554411;
 
   background-color: #554411;
 
}
 
}
 +
.nearby-systems .over30 {
 +
background-color: #333;
 +
}
 +
.nearby-systems .over60{
 +
background-color: #111;
 +
}

Latest revision as of 20:20, 1 March 2024

body, #column-one, #column-content, #content, legend , #footer {
	background-color: #333;
  color: #eee;}

a, .toctogglelabel {
	color: #abf;
}
a:visited {
	color: #99b;
}
a:hover {
	color: #9af;
}
#p-personal li a{
	color: #abf;
}
h1, h2, h3, h4, h5, h6 {
	color: #eee;
}
.portal .portal-row, div.mainPageBox , #catlinks, #toc, .mw-warning, .toc,div.thumb, div.thumb div, li.gallerybox div.thumb {
	background-color: #555;
}
div.thumb {
	border-color: #333;
}
#global-nav .separator{ color: #000;}
table { color: #f0f0f0; }
table.wikitable{
	background: #555;
}
table.wikitable th {
	background: #222;
}
div.gamerules {
  background-color: #554411;
}
.nearby-systems .over30 {
	background-color: #333;
}
.nearby-systems .over60{
	background-color: #111;
	}