html.css
author fabien
Sun, 16 Mar 2008 23:44:46 -0400
branchstyles
changeset 8 8138139b1aa9
parent 0 08de8d15f932
permissions -rw-r--r--
[svn r2298] r2544@freebird: fabien | 2008-03-12 01:34:15 -0400 Retrait des stages et ajustements subséquents.

/* 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 }