From cdcd9b03eef5280620c2af67ef9417be4542d61b Mon Sep 17 00:00:00 2001 From: richard Date: Tue, 27 Oct 2009 02:07:14 +0100 Subject: [PATCH] Updated manual layout and style. --- docs/zr.css | 76 ++++++++++++-- docs/zr_manual.htm | 242 +++++++++++++++++++++++---------------------- 2 files changed, 189 insertions(+), 129 deletions(-) diff --git a/docs/zr.css b/docs/zr.css index 15b377a..e165a60 100644 --- a/docs/zr.css +++ b/docs/zr.css @@ -1,3 +1,13 @@ +body +{ + background-color: #f0f0f0; +} + +a:link +{ + color: #0060c0; +} + h1 { font-family: "Verdana", "Arial", "Times"; @@ -45,7 +55,7 @@ h6 p, li, td { - font-family: "Arial", "Times"; + font-family: "Lucida Sans Unicode", "Arial", "Times"; font-size: small; color: #404040; } @@ -56,22 +66,35 @@ p.headerinfo color: #909090; } +code +{ + font-family: "Lucida Console", "Courier New"; + font-size: small; + color: #000000; +} + .code { - font-family: "Courier New", "Lucida Console"; + font-family: "Lucida Console", "Courier New"; + font-size: small; color: #000000; } .imagetext { - font-family: "Arial", "Times"; + font-family: "Lucida Sans Unicode", "Arial", "Times"; font-size: x-small; color: #000000; } table { - border-style: none; + border-style: solid; + border-width: thin; + border-color: #c4dde6; + + background-color: #f0f7f9; + border-collapse: collapse; width: 100%; table-layout: auto; @@ -88,7 +111,7 @@ td.commandheader { border-bottom-style: dashed; border-bottom-width: thin; - font-family: "Courier New", "Lucida Console"; + font-family: "Lucida Console", "Courier New"; color: #000000; } @@ -99,7 +122,7 @@ td.indent th { - font-family: "Arial", "Times"; + font-family: "Verdana", "Arial", "Times"; font-size: small; font-weight: bold; color: #900000; @@ -110,6 +133,15 @@ th border-bottom-width: 2px; } +caption +{ + font-family: "Verdana", "Arial", "Times"; + font-size: small; + font-weight: bold; + color: #000000; + margin-bottom: 0.5em; +} + .namewidth { width: 200px; @@ -127,23 +159,47 @@ th td.parameter { - font-family: "Courier New", "Lucida Console"; + font-family: "Lucida Console", "Courier New"; color: #000000; width: 150px; } td.valueoption { - font-family: "Courier New", "Lucida Console"; + font-family: "Lucida Console", "Courier New"; color: #000000; width: 150px; } .container { - margin-left: 0px; + margin-top: 1em; + margin-left: 1em; margin-right: auto; - width: 700px; + margin-bottom: 1em; + + width: 750px; +} + +.content +{ + position: relative; + bottom: 0.3em; + right: 0.3em; + + padding-left: 1em; + padding-right: 1em; + + background-color: #ffffff; + + border-style: solid; + border-width: thin; + border-color: #303030; +} + +.shadow +{ + background-color: #b0b0b0; } img diff --git a/docs/zr_manual.htm b/docs/zr_manual.htm index f76be4a..99dad07 100644 --- a/docs/zr_manual.htm +++ b/docs/zr_manual.htm @@ -10,6 +10,8 @@
+
+

Zombie:Reloaded User Manual

Targets plugin version 3.0.0 Beta 2, (not released)
@@ -217,7 +219,7 @@ plugin is compatible with all existing Zombie Mod maps.

Concept
@@ -225,21 +227,21 @@ plugin is compatible with all existing Zombie Mod maps.

Developers and testers