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

From NetHackWiki
Jump to navigation Jump to search
Line 15: Line 15:
 
}
 
}
  
a:link {color: #5b6ea9; text-decoration: underline;}
+
a:link {color: #5b6ea9}
a:visited {color: #5b6ea9; text-decoration: underline;}
+
a:visited {color: #5b6ea9}
a:hover {color: #5b6ea9; text-decoration: underline;}
+
a:hover {color: #5b6ea9}
a:active {color: #5b6ea9; text-decoration: underline;}
+
a:active {color: #5b6ea9}

Revision as of 00:44, 11 April 2015

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

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

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

a:link {color: #5b6ea9}
a:visited {color: #5b6ea9}
a:hover {color: #5b6ea9}
a:active {color: #5b6ea9}