Updated docs. Minior fixes.

Started writing docs about volumetric features.
Improved manual style, lined up tables.
Added missing attributes in anticamp conversion functions.
Fixed anticamp not extinguishing players who leave a volume that ignite players.
This commit is contained in:
richard
2009-10-20 01:45:13 +02:00
parent 11d51d9e7b
commit ffdf79f882
10 changed files with 617 additions and 216 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

View File

@ -6,7 +6,7 @@ h1
h2
{
font-family: "Courier New", "Verdana" "Arial";
font-family: "Courier New", "Verdana", "Arial";
font-size: larger;
color: #900000;
border-bottom-style: solid;
@ -62,6 +62,13 @@ p.headerinfo
color: #000000;
}
.imagetext
{
font-family: "Arial", "Times";
font-size: x-small;
color: #000000;
}
table
{
border-style: none;
@ -103,19 +110,33 @@ th
border-bottom-width: 2px;
}
th.namewidth
.namewidth
{
width: "400px";
width: 200px;
}
th.tinywidth
.tinywidth
{
width: "100px";
width: 75px;
}
th.mediumwidth
.mediumwidth
{
width: "200px";
width: 150px;
}
td.parameter
{
font-family: "Courier New", "Lucida Console";
color: #000000;
width: 150px;
}
td.valueoption
{
font-family: "Courier New", "Lucida Console";
color: #000000;
width: 125px;
}
.container
@ -124,3 +145,15 @@ th.mediumwidth
margin-right: auto;
width: 700px;
}
img
{
border-style: solid;
border-color: #000000;
border-width: thin;
}
img.noborder
{
border-style: none;
}

File diff suppressed because it is too large Load Diff