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:
BIN
docs/images/zm_crazys_warehouse_be4_anticamp.jpg
Normal file
BIN
docs/images/zm_crazys_warehouse_be4_anticamp.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 38 KiB |
47
docs/zr.css
47
docs/zr.css
@ -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
Reference in New Issue
Block a user