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

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

Revision 1.8, Mon Dec 20 13:57:49 2010 UTC (13 years, 3 months ago) by kristaps
Branch: MAIN
CVS Tags: VERSION_1_11_1, VERSION_1_10_9, VERSION_1_10_8, VERSION_1_10_10
Changes since 1.7: +2 -0 lines

Clarify style inclusions and update release information.

body		{ color: #333333;
		  font-size: 0.93em;
		  font-family: Times, sans-serif; }

table.frame	{ max-width: 800px; 
		  padding-right: 2em;
		  padding-left: 1em; }

table		{ padding-left: 40px; }

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

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

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

span.nm		{ font-weight: bold; }

span.file	{ font-style: italic; }

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

span.flag	{ font-weight: bold; }

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

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

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

span.date	{ color: #000000; }

div.news	{ margin-bottom: 2em; }

div.news ul	{ margin-left: 4em; }