[BACK]Return to style.css CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

File: [cvsweb.bsd.lv] / mandoc / Attic / style.css (download)

Revision 1.8, Mon Sep 21 13:44:56 2009 UTC (14 years, 7 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_9_5
Changes since 1.7: +20 -39 lines

Fixed body/divbody structure of html pages.
Added example style.css (example.style.css).
Enabled using -Thtml to generate manuals in Makefile.
Stopped making text manuals for webpage.

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	{ font-style: underline; }
span.file	{ font-style: italic; }
span.flag	{ font-weight: bold; }
span.name	{ font-weight: bold; } 
span.type	{ font-weight: italic; }
span.utility	{ font-weight: bold; }
table.header	{ border-bottom: 1px dotted #cccccc; }
table.footer	{ border-top: 1px dotted #cccccc; }