summaryrefslogtreecommitdiffstats
path: root/frontends/php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-10-20 13:13:27 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2002-10-20 13:13:27 +0000
commit8fffc4401e7b822ca591314c920e3c32938ddf96 (patch)
treec26a7a3e065bf395b248dab05e43f52984789d2e /frontends/php
parentd607e5c08790329562f69318bc04e97f083e2b45 (diff)
downloadzabbix-8fffc4401e7b822ca591314c920e3c32938ddf96.tar.gz
zabbix-8fffc4401e7b822ca591314c920e3c32938ddf96.tar.xz
zabbix-8fffc4401e7b822ca591314c920e3c32938ddf96.zip
Added support of CSS.
git-svn-id: svn://svn.zabbix.com/trunk@537 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php')
-rw-r--r--frontends/php/css.css28
-rw-r--r--frontends/php/include/config.inc.php1
-rw-r--r--frontends/php/latest.php2
3 files changed, 30 insertions, 1 deletions
diff --git a/frontends/php/css.css b/frontends/php/css.css
new file mode 100644
index 00000000..283ea8df
--- /dev/null
+++ b/frontends/php/css.css
@@ -0,0 +1,28 @@
+ .footer {color:#CCCCCC;}
+
+ body,td,tr {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10pt; text-decoration: none;}
+ tr:zzz {color:"red"; background:"red";text-decoration: underline; text-transform: bold;}
+
+
+ A.footer {color:#CCCCCC;}
+ A {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:10pt}
+ A:link {color:"blue"; text-decoration: underline; }
+ A:visited {color:"blue"; text-decoration: none; }
+ A:hover {color:"red"; text-decoration: underline;}
+ A:active {color:"#9D0000"; text-decoration: underline;}
+
+ P {font-family:Verdana, Arial, Helvetica, sans-serif;font-size:8pt; }
+ P:link {color:"blue"; text-decoration: underline; }
+ P:visited {color:"blue"; text-decoration: none; }
+ P:hover {color:"red"; text-decoration: none;}
+ P:active {color:"#9D0000"; text-decoration: underline;}
+ p.uppercase {text-transform: uppercase}
+ p.margin {margin-left: 10pt}
+
+
+
+ table.home {font-family: Verdana, Arial, Helvetica, sans-serif ;font-size: 8 pt}
+
+ .img {border-color: #293178 ; border-width:1px;}
+ img.top {vertical-align:text-top}
+ img.bottom {vertical-align:text-bottom}
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index 3c5248d9..7c9684da 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -755,6 +755,7 @@ where h.hostid=i.hostid and i.itemid=f.itemid and f.triggerid=$triggerid";
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Alexei Vladishev">
+ <link rel="stylesheet" href="css.css">
<?
if($refresh!=0)
{
diff --git a/frontends/php/latest.php b/frontends/php/latest.php
index dce9fec5..8ab052d9 100644
--- a/frontends/php/latest.php
+++ b/frontends/php/latest.php
@@ -33,7 +33,7 @@
show_table_v_delimiter();
- echo "<font size=2>";
+// echo "<font size=2>";
if(isset($HTTP_GET_VARS["groupid"]))
{