This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/html/manual.css
2002-07-13 12:58:35 +00:00

31 lines
1.0 KiB
CSS

/*
* $Id$
*
* stylesheet for the MBSE BBS manual.
*/
BODY { background-color: white; font-family: Arial, Helvetica; font-size=10pt; }
/*
* H1 is the page header, H3 the paragraph header, H5 is topright update date.
*/
H1 { color: red; align: center; font-family: Arial, Helvetica; font-size: 16pt; font-weight: bold }
H2 { color: orange; align: center; font-family: Arial, Helvetica; font-size: 16pt; font-weight: bold }
H3 { color: black; margin-left: 40; font-family: Arial, Helvetica; font-size: 14pt; font-weight: bold }
H5 { color: black; align: right; font-family: Arial, Helvetica; font-size: 8pt; }
A:link { color: blue }
A:visited { color: darkblue }
A:active { color: red }
TABLE { color: black; }
TH { font-family: Arial, Helvetica; font-size: 12pt; font-weight: bold; }
TD { font-family: Arial, Helvetica; font-size: 12pt; }
PRE { color: brown; font-family: fixed; }
CODE { color: brown; font-family: fixed; }
HR { border-top: solid medium navy }