[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.1, Mon Feb 23 15:19:47 2009 UTC (15 years, 1 month ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_6_5, VERSION_1_6_2, VERSION_1_5_3, VERSION_1_5_1, VERSION_1_4_6, VERSION_1_4_5, VERSION_1_4_4, VERSION_1_4_2, VERSION_1_3_9, VERSION_1_3_8, VERSION_1_3_6, VERSION_1_3_5, VERSION_1_3_15, VERSION_1_3_13, VERSION_1_3_11, VERSION_1_3_10

Adding revamped webpage.

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; }

span.man	{ color: #000000; border-bottom: 1px dotted #999999; }

span.path	{ color: #000000; }

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

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

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; }