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

(Created page with "#column-one, #column-content, #content, legend { background-color: #333; color: #eee;} a { color: #abf; } a:visited { color: #99b; } a:hover { color: #9af; } #p-persona...")
 
Line 17: Line 17:
 
h1, h2, h3, h4, h5, h6 {
 
h1, h2, h3, h4, h5, h6 {
 
color: #eee;
 
color: #eee;
 +
}
 +
.portal .portal-row, div.mainPageBox {
 +
background-color: #555;
 
}
 
}

Revision as of 20:01, 1 March 2024

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

a {
	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 {
	background-color: #555;
}