html.css
author fabien
Fri, 03 Feb 2006 16:28:04 -0500
branchstyles
changeset 2 f8261635ebe0
parent 0 08de8d15f932
permissions -rw-r--r--
[svn r1975] r2268@freebird: fabien | 2006-01-31 00:28:15 -0500 Permet à toutes les pages de valider correctement.

/* Standard style for the site. */
body { background: black; color: silver }
em { color: white }
b, strong { color: teal }
hr { color: teal }
:visited { color: teal; text-decoration: none }
:visited * { color: teal }
:link { color: aqua; text-decoration: none }
:link * { color: aqua }
a:hover { color: lime; text-decoration: underline }
a:hover * { color: lime }
h1, h2, h3, h4, h5, h6 { color: teal }
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * { color: teal }
blockquote { color: white; font-style: italic }