diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-29 11:08:31 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-29 11:08:31 +0200 |
commit | f86998b3e0c689ca234245343aa75e7cdc5519d3 (patch) | |
tree | 128a863ea8bae0cae204735bab96f67054b6b073 /etc | |
parent | c2b6279de0c09f62ef2a43e1f35955046600e74c (diff) | |
download | smokeping-f86998b3e0c689ca234245343aa75e7cdc5519d3.tar.gz smokeping-f86998b3e0c689ca234245343aa75e7cdc5519d3.tar.xz |
merge back to trunk
Diffstat (limited to 'etc')
-rw-r--r-- | etc/basepage.html.dist | 81 | ||||
-rw-r--r-- | etc/config.dist | 2 |
2 files changed, 37 insertions, 46 deletions
diff --git a/etc/basepage.html.dist b/etc/basepage.html.dist index f5fa3b7..2daea0d 100644 --- a/etc/basepage.html.dist +++ b/etc/basepage.html.dist @@ -8,42 +8,35 @@ <STYLE type="text/css"> <!-- -.menu { color: black; - font-size: 10px; - font-family: Arial, Helvetica, Sans-Serif; - } +td.menubar, +td.menubar a +{ + color: white; + text-decoration: none; +} -.menuitem - { color: black; - font-size: 10px; - font-family: Arial, Helvetica, Sans-Serif; - } - -.menuopen - { color: black; - font-size: 10px; - font-family: Arial, Helvetica, Sans-Serif; - } +td.menubar { + background: #4c4c4c; +} -.menuactive - { color: black; - font-size: 10px; - font-family: Arial, Helvetica, Sans-Serif; +td.menu, +td.menuitem, +td.menuopen, +td.menuactive + { font-size: 10px; + font-family: sans-serif; } -.menuactive { - color: black; - background: #aaaaff; +td.menuactive { + background: #202040; } -.menulink { - color: black; +a.menulink { + color: white; } -.menu A:Hover { - text-decoration: none; - color: #000000; - background: silver; +a.menulink:hover { + color: #e0e0ff; } @@ -54,31 +47,29 @@ <BODY bgcolor="white"> <TABLE border="0" cellpadding="10" cellspacing="0"> <TR> - <TD align="left" width="130" bgcolor="#cfcfcf" valign="top"> + <TD class="menubar" align="left" width="130" valign="top"> <P></P> - <P><B>Select Target:</B> </P> + <P><B>SmokePing Targets:</B> </P> <P><##menu##></P> - <br> - <br> - <br> - <hr> - <br> - <p><small>Maintained by:<br/><A href="mailto:<##contact##>"><##owner##></A></small></p> - <p><small>Created using <##author##>'s <##smokeping##></small></p> - <P><##smokelogo##></P> - <P></P> - <P><##rrdlogo##></P> -</TD> - <TD></TD> - <TD valign="top"> + <br/> + </td> + <TD rowspan="2"></TD> + <TD rowspan="2" valign="top"> <H1><##title##></H1> <P><##remark##></P> <P><##overview##></P> <P><##body##></P> </TD> </TR> -<tr><td width="130" bgcolor="#cfcfcf"> -</td><td></td><td></td></tr> +<tr> +<td class="menubar" valign="bottom" width="130"> + <p><small>Maintained by <br/><A href="mailto:<##contact##>"><##owner##></A></small></p> + <p><small>Running on <##smokeping##> by <##author##></small></p> + <P><##smokelogo##></P> + <P></P> + <P><##rrdlogo##></P> +</TD> +</tr> </TABLE> </BODY> </HTML> diff --git a/etc/config.dist b/etc/config.dist index 71c77ff..fbb0d9d 100644 --- a/etc/config.dist +++ b/etc/config.dist @@ -1,5 +1,5 @@ # Note that all IP addresses in this file are false, to prevent some -# machine falling uder a deadly DOS storm because all users keep +# machine falling under a deadly DOS storm because all users keep # the same addresses in their config. *** General *** |