[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.3, Sun Apr 5 16:34:22 2009 UTC (14 years, 11 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_7_20, VERSION_1_7_19, VERSION_1_7_17, VERSION_1_7_16, VERSION_1_7_15, VERSION_1_7_14, VERSION_1_7_13, VERSION_1_7_12, VERSION_1_7_10, OPENBSD_CHECKIN
Changes since 1.2: +2 -1 lines

man(3) doesn't use err.h anymore.
Added .i to man(3).
Fixed up manuals.
Fixed up webpage.
Assertion fixes in man(3) (hashtable).
Fixed assertion for .IP in mandoc -man.

body		{ color: #333333;
		  font-size: smaller;
		  font-family: Verdana, Tahoma, Arial, sans-serif; }

p		{ margin-left: 40px;
		  text-align: justify; }

table		{ margin-left: 40px; }

ul		{ margin-left: 40px; }

p.boxed		{ border: 1px solid #cccccc; 
		  margin-left: 40px;
		  text-align: justify;
		  padding: 2px;
		  color: black; }

h1		{ font-weight: bold;
		  font-size: small;
		  font-family: Verdana, Tahoma, Arial, sans-serif; }

h2		{ font-weight: bold;
		  font-size: small;
		  margin-left: 20px;
		  margin-bottom: 0px; 
		  font-family: Verdana, Tahoma, Arial, sans-serif; }

h3		{ font-size: small;
		  font-weight: normal;
		  margin-left: 20px;
		  margin-bottom: 0px; 
		  font-family: Verdana, Tahoma, Arial, sans-serif; }

a.man		{ text-decoration: none; 
	 	  border-bottom: 1px dotted #999999; }

span.path	{ color: #000000; }

span.nm		{ color: #000000; font-weight: bold; }

span.attn	{ color: #000000; font-weight: bold; }

span.fl		{ font-weight: bold; }

span.ar		{ text-decoration: underline; }

div.head	{ border-bottom: 1px dotted #cccccc; 
		  padding-bottom: 5px;
		  text-align: right; }

div.foot	{ border-top: 1px dotted #cccccc; 
		  padding-top: 5px;
		  font-size: smaller;
		  text-align: right; }

a.external 	{ background: transparent url(external.png) center right no-repeat; padding-right: 12px; }