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

31 lines
959 B
CSS
Raw Normal View History

2001-08-17 05:46:24 +00:00
/*
2002-05-11 19:52:56 +00:00
* $Id$
*
2001-08-17 05:46:24 +00:00
* stylesheet for the MBSE BBS manual.
*/
2003-11-08 15:30:04 +00:00
BODY { background-color: white; font: 12pt sans-serif,helvetica,arial; }
2001-08-17 05:46:24 +00:00
/*
* H1 is the page header, H3 the paragraph header, H5 is topright update date.
*/
2003-11-08 16:48:03 +00:00
H1 { color: red; font: 16pt sans-serif,helvetica,arial; font-weight: bold }
H2 { color: red; font: 14pt sans-serif,helvetica,arial; font-weight: bold }
2003-11-08 15:30:04 +00:00
H3 { position: relative; left: 60px; color: black; font: 14pt sans-serif,helvetica,arial; font-weight: bold }
2003-11-08 16:48:03 +00:00
H5 { color: black; font: 10pt sans-serif,helvetica,arial; }
2001-08-17 05:46:24 +00:00
A:link { color: blue }
2003-11-08 16:48:03 +00:00
A:visited { color: blue }
2001-08-17 05:46:24 +00:00
A:active { color: red }
2002-07-13 12:58:35 +00:00
TABLE { color: black; }
TH { font-family: Arial, Helvetica; font-size: 12pt; font-weight: bold; }
TD { font-family: Arial, Helvetica; font-size: 12pt; }
2003-11-08 16:48:03 +00:00
PRE { color: green; font-family: fixed; }
CODE { color: green; font-family: fixed; }
2001-08-17 05:46:24 +00:00
HR { border-top: solid medium navy }