Sophie

Sophie

distrib > Mandriva > 2009.0 > x86_64 > media > contrib-testing > by-pkgid > 1c21a71f434da5a959880d5b41398fd8 > files > 13

warzone2100-2.1.1-1mdv2009.0.x86_64.rpm

/*
AUTHOR:      Steven "Kreuvf" Koenig
CONTACT:     webmaster@kreuvf.de or kreuvf@warzone2100.de
LAST UPDATE: 2008/06/08
DESCRIPTION: CSS-file for print-look of Warzone 2100-Readme
*/

body	{
	font-family: serif;
	font-size: 10pt;
	text-align: justify;
	}

h1	{
	font-family: sans-serif;
	font-size: 20pt;
	font-weight: 700;
	}

h2	{
	font-family: sans-serif;
	font-size: 19pt;
	font-weight: 700;
	}

h3	{
	font-family: sans-serif;
	font-size: 15pt;
	font-weight: 700;
	}

h4	{
	font-family: sans-serif;
	font-size: 13pt;
	font-weight: 700;
	}

h5	{
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: 700;
	}

h6	{
	font-family: sans-serif;
	font-size: 10pt;
	font-weight: 500;
	font-style: italic;
	}

a[href]:after {
   content:" ("attr(href)")";
   }

a[href].locallink:after {
   content: "";
   }

a:link, a:hover, a:visited, a:focus, a:active  {
   color: inherit;
   background-color: inherit;
   text-decoration: none;
   }

hr	{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	height: 2pt;
	}

pre	{
	border-style: solid;
	border-width: 1pt;
	padding: 4pt 4pt 4pt 4pt;
	margin: 4pt 4pt 4pt 4pt;
	}

em {
   font-style: italic;
   }

table	{
	border-collapse: collapse;
	}

th	{
	border-style: solid;
	border-width: 1pt;
	font-weight: 700;
	text-align: center;
	}

td	{
	border-style: solid;
	border-width: 1pt;
	padding: 2pt 2pt 2pt 2pt;
	}

.rt	{
	display: none;
	}