summaryrefslogtreecommitdiffstatshomepage
path: root/style.css
blob: ee7de835d436ea778b54e8c84db6b55c7bee2f5c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
div.body	{ color: #333333; 
		  max-width: 800px;
		  padding-left: 10px;
		  font-size: smaller; 
		  font-family: Verdana, Tahoma, Arial, sans-serif; }
span.sec-head	{ font-weight: bold; color: blue; } 
span.ssec-head	{ font-weight: bold; color: blue; }
span.addr	{ text-decoration: underline; }
span.arg	{ font-style: italic; }
span.config	{ font-weight: bold; }
span.diag	{ font-weight: bold; }
span.emph	{ font-style: italic; }
span.farg	{ text-decoration: underline; }
span.file	{ font-style: italic; }
span.flag	{ font-weight: bold; }
span.name	{ font-weight: bold; } 
span.type	{ font-style: italic; }
span.utility	{ font-weight: bold; }
table.header	{ border-bottom: 1px dotted #cccccc; }
table.footer	{ border-top: 1px dotted #cccccc; }