aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/preauth-harness
Commit message (Collapse)AuthorAgeFilesLines
* Add files from ESR's dev directory that weren't under version controlRob Funk2004-06-081-0/+53
svn path=/trunk/; revision=3881
>35
/* HTML tags */

BODY {
 background-color: white;
 color: darkblue;
}

TD { color: darkblue; }

H1 { text-align: center; }

H3 { font-style: italic; }

HR {
 width: 85%;
 align: center;
}

.copyright { color: darkblue; }

/* Links */

:link { color: blue; }

:visited { color: purple; }

:active { color: red; }

.el:link { font-style: italic; }

/* Examples */

DIV.fragment {
 color: maroon;
}