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

Line 1: Line 1:
#column-one, #column-content, #content, legend {
+
#column-one, #column-content, #content, legend , #footer {
 
background-color: #333;
 
background-color: #333;
 
   color: #eee;}
 
   color: #eee;}
Line 20: Line 20:
 
.portal .portal-row, div.mainPageBox , #catlinks, #toc, .mw-warning, .toc,div.thumb, div.thumb div, li.gallerybox div.thumb {
 
.portal .portal-row, div.mainPageBox , #catlinks, #toc, .mw-warning, .toc,div.thumb, div.thumb div, li.gallerybox div.thumb {
 
background-color: #555;
 
background-color: #555;
 +
}
 +
div.thumb {
 +
border-color: #333;
 
}
 
}

Revision as of 20:06, 1 March 2024

#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;
}