summaryrefslogtreecommitdiffstats
path: root/frontends/php/styles
diff options
context:
space:
mode:
authorartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-11 11:21:34 +0000
committerartem <artem@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-03-11 11:21:34 +0000
commit419b228afeba243106a8757543cde23bbdd03189 (patch)
tree331a7c47e32f2ca254ca261e6bf650b596c54383 /frontends/php/styles
parent9b1c6e98efe2a2a793b959df384db1a337a212ff (diff)
downloadzabbix-419b228afeba243106a8757543cde23bbdd03189.tar.gz
zabbix-419b228afeba243106a8757543cde23bbdd03189.tar.xz
zabbix-419b228afeba243106a8757543cde23bbdd03189.zip
- Zabbix1.5.b commit (Artem)
git-svn-id: svn://svn.zabbix.com/trunk@5468 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/styles')
-rw-r--r--frontends/php/styles/css_bb.css40
-rw-r--r--frontends/php/styles/default.css10
-rw-r--r--frontends/php/styles/div.css28
-rw-r--r--frontends/php/styles/link.css21
-rw-r--r--frontends/php/styles/table.css38
-rw-r--r--frontends/php/styles/ul.css4
6 files changed, 116 insertions, 25 deletions
diff --git a/frontends/php/styles/css_bb.css b/frontends/php/styles/css_bb.css
index 0c77d6e3..3d7b2432 100644
--- a/frontends/php/styles/css_bb.css
+++ b/frontends/php/styles/css_bb.css
@@ -1,13 +1,26 @@
/* CSS Document */
/* Black and Blue Theme by Aly*/
-body{
- background-color:#353535;
-}
+@media print {
+ body{
+ background-color:#A5A5A5;
+ }
+}
+
+@media screen {
+ body{
+ background-color:#353535;
+ }
+}
+
.delimiter{
color:#AAF;
}
+.textcolorstyles{
+ color: #0088FF;
+}
+
.pum_oheader {
background: #5C7099 url('../images/gradients/table_head2_bb.gif') repeat-x top left;
}
@@ -24,10 +37,10 @@ body{
/*//////////////// LINKS ////////////////////*/
-a.highlight { font-family: Verdana, Arial, sans-serif; font-size:10px; font-weight: bold; }
-a.highlight:link { text-decoration: none; color: #ffffff; }
-a.highlight:visited { text-decoration: none; color: #ffffff; }
-a.highlight:hover { text-decoration:none; color: #0AF; }
+a.highlight { font-family: Verdana, Arial, sans-serif; font-size:10px; font-weight: bold; }
+a.highlight:link { text-decoration: none; color: #ffffff; }
+a.highlight:visited { text-decoration: none; color: #ffffff; }
+a.highlight:hover { text-decoration: none; color: #0AF; }
A.enabled:link { color:#0088FF; text-decoration: none; }
A.enabled:visited { color:#0088FF; text-decoration: none; }
@@ -59,7 +72,6 @@ A.on:visited { color:#AA0000; text-decoration: none; }
A.on:hover { color:#AA0000; text-decoration: underline; }
A.on:active { color:#AA0000; text-decoration: underline;}
-
A.action:link { color:#3C3089; text-decoration: none; }
A.action:visited { color:#3C3089; text-decoration: none; }
A.action:hover { color:#3C3089; text-decoration: underline; }
@@ -94,6 +106,12 @@ A.link:hover { color:#0BF; text-decoration: none; font-size:10px;}
A.link:active { color:#0BF; text-decoration: none; font-size:10px;}
+A.styled:link { color:#0BF; }
+A.styled:visited { color:#0BF; }
+A.styled:hover { color:#0BF; }
+A.styled:active { color:#0BF; }
+
+
/*//////////////// TABLES ////////////////////*/
table.page_header tr td.page_header_r{
/*
@@ -184,6 +202,10 @@ table.header{
background: #5C7099 url('../images/gradients/table_head2_bb.gif') repeat-x top left;
}
+table.filter{
+ background: #5C7099 url('../images/gradients/table_head2_bb.gif') repeat-x top left;
+}
+
table.ack_msgs tr.title {
background: #5C7099 url('../images/gradients/table_head2_bb.gif') repeat-x top left;
}
@@ -243,7 +265,7 @@ div.iconplus{
}
div.iconmenu{
- background-image: url('../images/general/bttn/menu2_bb.png');
+ background-image: url('../images/general/bttn/menu_bb.png');
}
div.arrowup{
diff --git a/frontends/php/styles/default.css b/frontends/php/styles/default.css
index 31932332..a12556e9 100644
--- a/frontends/php/styles/default.css
+++ b/frontends/php/styles/default.css
@@ -71,9 +71,9 @@ body{
.unknown_trigger{ background-color: #BCBCBC; }
.normal { background-color: #AADDAA; }
-.img { border-color:black; border-width:1px; }
-img.top { vertical-align:text-top }
-img.bottom { vertical-align:text-bottom }
+.img { border-color:black; border-width:1px; }
+img.top { vertical-align:text-top;}
+img.bottom { vertical-align:text-bottom;}
img.borderless { border-width: 0px; vertical-align: bottom; }
.center{
@@ -104,6 +104,10 @@ img.borderless { border-width: 0px; vertical-align: bottom; }
color:#000;
}
+.textcolorstyles{
+ color: #000000;
+}
+
/**************** HINT BOX *****************/
#hint_box {
diff --git a/frontends/php/styles/div.css b/frontends/php/styles/div.css
index a645b163..d2d23173 100644
--- a/frontends/php/styles/div.css
+++ b/frontends/php/styles/div.css
@@ -39,7 +39,7 @@ div.zabbix_logo{
div.iconminus{
height: 18px;
width: 18px;
- background-image: url('../images/general/bttn/minus_bb.png');
+ background-image: url('../images/general/bttn/minus.png');
background-repeat:no-repeat;
}
div.iconminus:hover{
@@ -49,7 +49,7 @@ div.iconminus:hover{
div.iconplus{
height: 18px;
width: 18px;
- background-image: url('../images/general/bttn/plus_bb.png');
+ background-image: url('../images/general/bttn/plus.png');
background-repeat:no-repeat;
}
div.iconplus:hover{
@@ -59,7 +59,7 @@ div.iconplus:hover{
div.iconmenu{
height: 18px;
width: 18px;
- background-image: url('../images/general/bttn/menu_bb.png');
+ background-image: url('../images/general/bttn/menu.png');
background-repeat:no-repeat;
}
@@ -89,6 +89,28 @@ div.arrowdown:hover{
cursor:pointer;
}
+div.filterclosed{
+ height: 9px;
+ width: 9px;
+ background-image: url('../images/general/closed.gif');
+ background-repeat:no-repeat;
+}
+
+div.filterclosed:hover{
+ cursor:pointer;
+}
+
+div.filteropened{
+ height: 9px;
+ width: 9px;
+ background-image: url('../images/general/opened.gif');
+ background-repeat:no-repeat;
+}
+
+div.filteropened:hover{
+ cursor:pointer;
+}
+
span.footer_sign{
padding-right: 5px;
padding-left: 5px;
diff --git a/frontends/php/styles/link.css b/frontends/php/styles/link.css
index 62a43e99..01bf71e6 100644
--- a/frontends/php/styles/link.css
+++ b/frontends/php/styles/link.css
@@ -58,12 +58,17 @@ A:visited {color:black; text-decoration: none; }
A:hover {color:black; text-decoration: underline; }
A:active {color:black; text-decoration: underline;}
-A.history:link { color:#448; text-decoration: none; font-size:10px;}
-A.history:visited { color:#448; text-decoration: none; font-size:10px;}
-A.history:hover { color:#448; text-decoration: underline; font-size:10px;}
-A.history:active { color:#448; text-decoration: underline; font-size:10px;}
+A.history:link {color:#448; text-decoration: none; font-size:10px;}
+A.history:visited {color:#448; text-decoration: none; font-size:10px;}
+A.history:hover {color:#448; text-decoration: underline; font-size:10px;}
+A.history:active {color:#448; text-decoration: underline; font-size:10px;}
-A.link:link { color:#EEE; text-decoration: none; font-size:10px;}
-A.link:visited { color:#EEE; text-decoration: none; font-size:10px;}
-A.link:hover { color:#EEE; text-decoration: underline; font-size:10px;}
-A.link:active { color:#EEE; text-decoration: underline; font-size:10px;}
+A.link:link {color:#EEE; text-decoration: none; font-size:10px;}
+A.link:visited {color:#EEE; text-decoration: none; font-size:10px;}
+A.link:hover {color:#EEE; text-decoration: underline; font-size:10px;}
+A.link:active {color:#EEE; text-decoration: underline; font-size:10px;}
+
+A.styled:link {color:#000; text-decoration: none; font-size: 10px;}
+A.styled:visited {color:#000; text-decoration: none; font-size: 10px;}
+A.styled:hover {color:#000; text-decoration: underline; font-size: 10px;}
+A.styled:active {color:#000; text-decoration: underline; font-size: 10px;}
diff --git a/frontends/php/styles/table.css b/frontends/php/styles/table.css
index c0f8d705..896211c3 100644
--- a/frontends/php/styles/table.css
+++ b/frontends/php/styles/table.css
@@ -79,6 +79,7 @@ table.page_footer tr td.page_footer_r
height: 24px;
text-align: right;
}
+
/********** FORM TABLE *************/
form {margin: 0px}
@@ -600,6 +601,43 @@ table.header a
{
color: #FFFFFF;
}
+
+/****** FILTER *********/
+table.filter{
+ width: 100%;
+ color: #FFFFFF;
+ background: #5C7099 url('../images/gradients/table_head2.gif') repeat-x top left;
+ background-color: #6d88ad;
+ border-color: #000000;
+ border-width:0px;
+ border-top-style: solid;
+ border-left-style: solid;
+ border-right-style: solid;
+ border-bottom-style: solid;
+ vertical-align:middle;
+}
+
+table.filter tr td.filter_l{
+ font-family:verdana, arial, helvetica, sans-serif;
+ font-size:10px;
+ text-align: left;
+ height: 16px;
+ padding-left: 4px;
+ line-height: 12px;
+}
+table.filter tr td.filter_r{
+ font-family:verdana, arial, helvetica, sans-serif;
+ font-size:10px;
+ text-align: right;
+ height: 16px;
+ padding-right: 4px;
+ line-height: 12px;
+}
+
+table.filter a{
+ color: #0BF;
+}
+
/**************** Aknowledges ****************/
table.ack_msgs
diff --git a/frontends/php/styles/ul.css b/frontends/php/styles/ul.css
index a108512c..24f7acea 100644
--- a/frontends/php/styles/ul.css
+++ b/frontends/php/styles/ul.css
@@ -28,11 +28,11 @@ ul.messages li
ul.messages li.info
{
color:#000000;
- list-style: url('images/general/warning_small.gif') inside;
+ list-style: url("../images/general/warning_small.gif") inside;
}
ul.messages li.error
{
color:#AA0000;
- list-style: url('images/general/error_small.gif') inside;
+ list-style: url("../images/general/error_small.gif") inside;
} \ No newline at end of file