warzone2100/doc/styles
Dennis Schridde f3c1cf2fb4 - Make scriptingmanual valid XHTML 1.1 + CSS 2
- Move it to doc/
- Move style definitions to external stylesheet


git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2518 4a71c877-e1ca-e34f-864e-861f7616d084
2007-10-01 15:51:26 +00:00
..
readme.print.css Move readmes into doc/ subdir and add previously forgotten stylesheets. 2007-09-30 10:52:09 +00:00
readme.screen.css Move readmes into doc/ subdir and add previously forgotten stylesheets. 2007-09-30 10:52:09 +00:00
scriptingmanual.css - Make scriptingmanual valid XHTML 1.1 + CSS 2 2007-10-01 15:51:26 +00:00

readme.screen.css

This file contains invisible Unicode characters!

This file contains invisible Unicode characters that may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

/*
AUTHOR:      Steven "Kreuvf" Koenig
CONTACT:     webmaster@kreuvf.de or kreuvf@warzone2100.de
LAST UPDATE: 2007/04/14
DESCRIPTION: CSS-file for screen-look of Warzone 2100 GPL-Readme.html
*/

body	{
	font-family: sans;
	font-size: 1em;
	text-align: justify;
	}

h1	{
	font-size: 2em;
	font-weight: 700;
	}

h2	{
	font-size: 1.8em;
	font-weight: 700;
	}

h3	{
	font-size: 1.5em;
	font-weight: 700;
	}

h4	{
	font-size: 1.3em;
	font-weight: 700;
	}

h5	{
	font-size: 1em;
	font-weight: 700;
	}

h6	{
	font-size: 1em;
	font-weight: 500;
	font-style: italic;
	}

pre	{
	border-style: dashed;
	border-width: 1px;
	padding: 0.2em 0.2em 0.2em 0.2em;
	margin: 0.2em 0.2em 0.2em 0.2em;
	}

table	{
	border-collapse: collapse;
	}

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

td	{
	border-style: solid;
	border-width: 1px;
	padding-left: 0.1em;
	padding-right: 0.1em;
	padding-top: 0.1em;
	padding-bottom: 0.1em;
	}

.rt	{
	text-align: right;
	}