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

From NetHackWiki
Jump to navigation Jump to search
Line 2: Line 2:
 
body, table, tr, td, th, tbody, li, h1, h2, h3, h4, dl, dd, p, pre {
 
body, table, tr, td, th, tbody, li, h1, h2, h3, h4, dl, dd, p, pre {
 
background-color: #000000;
 
background-color: #000000;
color: #ffffff;
+
color: #cccccc;
 
}
 
}
  
 
#mw-content-text, #content, #mw-head, #toctitle, #catlinks, #mw-normal-catlinks, #toc {
 
#mw-content-text, #content, #mw-head, #toctitle, #catlinks, #mw-normal-catlinks, #toc {
 
background-color: #000000;
 
background-color: #000000;
color: #ffffff;
+
color: #cccccc;
 
}
 
}
  
 
.todo, .toc, .mw-headline, .toctext, .mw-warning, .prettytable, table.prettytable th, table.wikitable th, .pBody, .nhencyclopedia, .license_dod {
 
.todo, .toc, .mw-headline, .toctext, .mw-warning, .prettytable, table.prettytable th, table.wikitable th, .pBody, .nhencyclopedia, .license_dod {
 
background-color: #000000;
 
background-color: #000000;
color: #ffffff;
+
color: #cccccc;
 
}
 
}
  
 
table.wikitable > tr > th, table.wikitable > * > tr > th {
 
table.wikitable > tr > th, table.wikitable > * > tr > th {
 
background-color: #000000;
 
background-color: #000000;
color: #ffffff;
+
color: #cccccc;
 
}
 
}
  

Revision as of 00:51, 11 April 2015

body, table, tr, td, th, tbody, li, h1, h2, h3, h4, dl, dd, p, pre {
	background-color: #000000;
	color: #cccccc;
}

#mw-content-text, #content, #mw-head, #toctitle, #catlinks, #mw-normal-catlinks, #toc {
	background-color: #000000;
	color: #cccccc;
}

.todo, .toc, .mw-headline, .toctext, .mw-warning, .prettytable, table.prettytable th, table.wikitable th, .pBody, .nhencyclopedia, .license_dod {
	background-color: #000000;
	color: #cccccc;
}

table.wikitable > tr > th, table.wikitable > * > tr > th {
	background-color: #000000;
	color: #cccccc;
}



a:link {color: #8b8ea9}
a:visited {color: #8b8ea9}
a:hover {color: #8b8ea9}
a:active {color: #8b8ea9}