2007-02-23 10:08:26 +01:00
|
|
|
/*
|
2007-03-02 18:56:07 +01:00
|
|
|
// Pandora FMS - the Free monitoring system
|
|
|
|
// ========================================
|
2007-03-12 18:58:52 +01:00
|
|
|
// Copyright (c) 2004-2007 Sancho Lerena, slerena@gmail.com
|
|
|
|
// Main PHP/SQL code development and project architecture and management
|
2007-03-02 18:56:07 +01:00
|
|
|
// Copyright (c) 2004-2007 Raul Mateos Martin, raulofpandora@gmail.com
|
2007-03-12 18:58:52 +01:00
|
|
|
// CSS and some PHP additions
|
2007-03-02 18:56:07 +01:00
|
|
|
// Copyright (c) 2006-2007 Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com
|
2007-03-12 18:58:52 +01:00
|
|
|
// Javascript Active Console code.
|
|
|
|
// Copyright (c) 2006 Jose Navarro <contacto@indiseg.net>
|
|
|
|
// Additions to Pandora FMS 1.2 graph code and new XML reporting template management
|
|
|
|
// Copyright (c) 2005-2007 Artica Soluciones Tecnologicas, info@artica.es
|
|
|
|
//
|
2007-03-02 18:56:07 +01:00
|
|
|
// This program is free software; you can redistribute it and/or
|
2007-02-23 10:08:26 +01:00
|
|
|
// modify it under the terms of the GNU General Public License
|
2007-03-12 18:58:52 +01:00
|
|
|
// as published by the Free Software Foundation; version 2
|
2007-02-23 10:08:26 +01:00
|
|
|
// This program is distributed in the hope that it will be useful,
|
2007-03-02 18:56:07 +01:00
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
2007-02-23 10:08:26 +01:00
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
// GNU General Public License for more details.
|
|
|
|
// You should have received a copy of the GNU General Public License
|
2007-03-02 18:56:07 +01:00
|
|
|
// along with this program; if not, write to the Free Software
|
2007-02-23 10:08:26 +01:00
|
|
|
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
|
|
*/
|
|
|
|
|
|
|
|
@import url(op.css);
|
|
|
|
@import url(god.css);
|
|
|
|
@import url(link.css);
|
|
|
|
@import url(tip.css);
|
|
|
|
@import url(calendar.css);
|
|
|
|
* {
|
|
|
|
font-family: Verdana, sans-serif, Arial, Helvetica;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
2007-05-07 17:32:03 +02:00
|
|
|
input, textarea {
|
|
|
|
border: 1px solid #eee;
|
|
|
|
font: Verdana, sans-serif, Arial;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2007-04-18 11:58:26 +02:00
|
|
|
textarea {
|
2007-05-07 17:32:03 +02:00
|
|
|
padding: 5px;
|
|
|
|
height: 100px;
|
|
|
|
}
|
|
|
|
input {
|
|
|
|
padding: 2px 3px 4px 3px;
|
2007-04-18 11:58:26 +02:00
|
|
|
}
|
|
|
|
input.button {
|
|
|
|
margin: 0;
|
2007-05-07 17:32:03 +02:00
|
|
|
font: bold, Arial, Sans-serif;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
background: #fff;
|
2007-04-18 11:58:26 +02:00
|
|
|
padding: 2px 3px;
|
|
|
|
margin: 10px 15px;
|
|
|
|
}
|
|
|
|
select {
|
|
|
|
padding: 2px;
|
|
|
|
border:1px solid #eee;
|
|
|
|
font: normal 1em/1.5em Verdana, sans-serif;
|
|
|
|
}
|
|
|
|
checkbox {
|
|
|
|
padding: 4px;
|
|
|
|
border:1px solid #eee;
|
|
|
|
font: normal 1em/1.5em Verdana, sans-serif;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
|
|
|
h1, h2 {
|
|
|
|
color: #103a3a;
|
2007-03-02 18:56:07 +01:00
|
|
|
padding-bottom: 15px;
|
|
|
|
padding-top: 10px;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
|
|
|
h3 {
|
|
|
|
color: #3c566d;
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
font-size: 16px;
|
|
|
|
}
|
|
|
|
h2 {
|
|
|
|
font-size: 15px;
|
|
|
|
}
|
|
|
|
a {
|
|
|
|
color: #486787;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
a:hover {
|
|
|
|
color: #003a3a;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
p.center {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
h1#log {
|
|
|
|
border-bottom: 1px solid #778866;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
margin-top: 5em;
|
|
|
|
width: 29em;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
h1#log_f, h1#db_fh1 {
|
|
|
|
color: #ff0000;
|
|
|
|
border-bottom: 1px solid #ff0000;
|
|
|
|
padding-bottom: 3px;
|
|
|
|
}
|
|
|
|
div#login {
|
|
|
|
text-align: left;
|
|
|
|
border: 1px solid #999999;
|
|
|
|
margin-top: 2em;
|
|
|
|
margin-bottom: -1em;
|
|
|
|
padding: 0.5em;
|
|
|
|
width: 40em;
|
|
|
|
background: url(../../images/backgrounds/background10.jpg);
|
|
|
|
}
|
|
|
|
div#login_f {
|
|
|
|
text-align: left;
|
|
|
|
margin: auto;
|
|
|
|
padding: 0.5em;
|
|
|
|
width: 48em;
|
|
|
|
margin-top: 5em;
|
|
|
|
}
|
|
|
|
div#db_f {
|
|
|
|
text-align: justify;
|
|
|
|
margin: auto;
|
|
|
|
padding: 0.5em;
|
|
|
|
width: 55em;
|
|
|
|
margin-top: 3em;
|
|
|
|
}
|
|
|
|
div#login_box {
|
|
|
|
float: right;
|
|
|
|
padding-right: 10px;
|
|
|
|
margin-top: 25px;
|
|
|
|
width: 140px;
|
|
|
|
}
|
|
|
|
div#logo_box {
|
|
|
|
margin-top: 25px;
|
|
|
|
padding-left: 5px;
|
|
|
|
}
|
|
|
|
div#noaccess {
|
|
|
|
width: 350px;
|
|
|
|
padding-left: 40px;
|
|
|
|
}
|
|
|
|
div#activity{
|
|
|
|
padding-top: 18px;
|
|
|
|
padding-bottom: 18px;
|
|
|
|
}
|
|
|
|
div#noa {
|
|
|
|
float: right;
|
|
|
|
padding-right: 50px;
|
|
|
|
margin-top: 25px;
|
|
|
|
}
|
|
|
|
div#db_ftxt {
|
|
|
|
float: right;
|
|
|
|
padding-top: 10px;
|
|
|
|
}
|
|
|
|
#page {
|
|
|
|
width: 960px;
|
|
|
|
}
|
|
|
|
#main {
|
|
|
|
width: 780px;
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
#menu {
|
|
|
|
width: 155px;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
div#page>div#menu {
|
|
|
|
width: 157px;
|
|
|
|
}
|
2007-05-07 17:32:03 +02:00
|
|
|
#head {
|
|
|
|
padding-bottom: 10px;
|
|
|
|
font-size: 10px;
|
|
|
|
width: 100%;
|
|
|
|
margin-left: 15px;
|
|
|
|
}
|
|
|
|
#foot {
|
|
|
|
padding-top: 25px;
|
|
|
|
text-align: center;
|
|
|
|
clear: both;
|
|
|
|
}
|
2007-02-23 10:08:26 +01:00
|
|
|
#ver {
|
|
|
|
margin-bottom: 25px;
|
|
|
|
}
|
|
|
|
#ip {
|
|
|
|
margin-top: 10px;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
label {
|
|
|
|
display: block;
|
|
|
|
float: left;
|
|
|
|
padding-top: 4px;
|
|
|
|
}
|
|
|
|
th > label {
|
|
|
|
padding-top: 7px;
|
|
|
|
}
|
|
|
|
input:hover {
|
|
|
|
background-color: #d4dccd;
|
|
|
|
}
|
|
|
|
input.chk {
|
|
|
|
border: 0px none;
|
|
|
|
height: 14px;
|
|
|
|
}
|
|
|
|
input.datos {
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
}
|
|
|
|
input.datos_readonly {
|
|
|
|
background-color: #050505;
|
|
|
|
}
|
|
|
|
input.login {
|
|
|
|
border-color: #778866;
|
|
|
|
background-color: #f5f5f5;
|
|
|
|
margin: 2px 0 8px;
|
|
|
|
width: 90px;
|
|
|
|
}
|
|
|
|
input.sub {
|
|
|
|
font-weight: bold;
|
|
|
|
border-bottom-color: #708090;
|
|
|
|
border-right-color: #708090;
|
|
|
|
-moz-border-radius: 5%;
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
2007-04-02 Raul Mateos <raulofpandora@gmail.com>
* images/ok.gif: Deleted
* images/cross.png, go.png, ok.png, upd.png: Added new images
* include/styles/pandora.css, tip.css, op.css: Updated. Deleted some
old styles, not all.
* include/languages/language_en.php, language_es_es.php: Added text
for no recon task.
* godmode/*.php, operation/*.php, help/*.php: Changed some icons,
updated several buttons with new icons.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@410 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-04-02 19:17:27 +02:00
|
|
|
input.next {
|
2007-04-19 20:50:07 +02:00
|
|
|
padding-right: 21px;
|
2007-05-08 13:24:57 +02:00
|
|
|
background: #e5e5e5 url(../../images/go.png) no-repeat right 2px;
|
2007-04-02 Raul Mateos <raulofpandora@gmail.com>
* images/ok.gif: Deleted
* images/cross.png, go.png, ok.png, upd.png: Added new images
* include/styles/pandora.css, tip.css, op.css: Updated. Deleted some
old styles, not all.
* include/languages/language_en.php, language_es_es.php: Added text
for no recon task.
* godmode/*.php, operation/*.php, help/*.php: Changed some icons,
updated several buttons with new icons.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@410 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-04-02 19:17:27 +02:00
|
|
|
}
|
|
|
|
input.upd {
|
2007-04-19 20:50:07 +02:00
|
|
|
padding-right: 21px;
|
2007-05-08 13:24:57 +02:00
|
|
|
background: #e5e5e5 url(../../images/upd.png) no-repeat right 3px;
|
2007-04-19 20:50:07 +02:00
|
|
|
}
|
|
|
|
input.wand {
|
|
|
|
padding-right: 21px;
|
2007-05-08 13:24:57 +02:00
|
|
|
background: #e5e5e5 url(../../images/wand.png) no-repeat right 3px;
|
2007-04-02 Raul Mateos <raulofpandora@gmail.com>
* images/ok.gif: Deleted
* images/cross.png, go.png, ok.png, upd.png: Added new images
* include/styles/pandora.css, tip.css, op.css: Updated. Deleted some
old styles, not all.
* include/languages/language_en.php, language_es_es.php: Added text
for no recon task.
* godmode/*.php, operation/*.php, help/*.php: Changed some icons,
updated several buttons with new icons.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@410 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-04-02 19:17:27 +02:00
|
|
|
}
|
2007-04-19 20:50:07 +02:00
|
|
|
input.delete {
|
|
|
|
padding-right: 21px;
|
2007-05-08 13:24:57 +02:00
|
|
|
background: #e5e5e5 url(../../images/cross.png) no-repeat right 3px;
|
2007-04-19 20:50:07 +02:00
|
|
|
}
|
2007-02-23 10:08:26 +01:00
|
|
|
table, img {
|
|
|
|
border: 0px;
|
|
|
|
}
|
|
|
|
th, td.lb {
|
2007-05-07 17:32:03 +02:00
|
|
|
color: #fff;
|
2007-02-23 10:08:26 +01:00
|
|
|
background-color: #778866;
|
|
|
|
}
|
2007-03-02 18:56:07 +01:00
|
|
|
td.lb_view {
|
2007-05-07 17:32:03 +02:00
|
|
|
color: #fff;
|
2007-05-08 13:24:57 +02:00
|
|
|
/*background-color: #7ba04a;*/
|
|
|
|
background-color: #778866;
|
2007-03-02 18:56:07 +01:00
|
|
|
}
|
|
|
|
td.lb, td.lb_view {
|
2007-02-23 10:08:26 +01:00
|
|
|
height: 16px;
|
|
|
|
padding-left: 3px;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2007-05-08 13:24:57 +02:00
|
|
|
td.datos, td.datost, td.datosb , td.datos_id, td.datosf9 {
|
2007-04-02 Raul Mateos <raulofpandora@gmail.com>
* images/ok.gif: Deleted
* images/cross.png, go.png, ok.png, upd.png: Added new images
* include/styles/pandora.css, tip.css, op.css: Updated. Deleted some
old styles, not all.
* include/languages/language_en.php, language_es_es.php: Added text
for no recon task.
* godmode/*.php, operation/*.php, help/*.php: Changed some icons,
updated several buttons with new icons.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@410 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2007-04-02 19:17:27 +02:00
|
|
|
background-color: #f9f9f9;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2007-05-07 17:32:03 +02:00
|
|
|
td.datos2, td.datos2t, td.datos2b, td.datos2_id , td.datos2f9 {
|
2007-04-11 05:12:48 +02:00
|
|
|
background-color: #efefef;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
|
|
|
td.datos3 {
|
2007-05-08 13:24:57 +02:00
|
|
|
/*background-color: #a7b896;*/
|
|
|
|
background-color: #d4ddc6;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
|
|
|
td.datos_id {
|
|
|
|
color: #1a313a;
|
|
|
|
}
|
|
|
|
td.datos_jus, td.datos2_jus {
|
|
|
|
text-align: justify;
|
|
|
|
}
|
2007-02-27 20:03:56 +01:00
|
|
|
.bg , .bgt { /* op menu */
|
2007-02-23 10:08:26 +01:00
|
|
|
background-color: #4a6629;
|
|
|
|
}
|
2007-02-27 20:03:56 +01:00
|
|
|
.bg2 { /* main page */
|
2007-03-06 22:37:38 +01:00
|
|
|
background-color: #d84437;
|
2007-02-27 20:03:56 +01:00
|
|
|
}
|
|
|
|
.bg3 { /* godmode */
|
2007-03-06 22:37:38 +01:00
|
|
|
background-color: #d84437;
|
2007-02-27 20:03:56 +01:00
|
|
|
}
|
|
|
|
.bg4 { /* links */
|
2007-03-06 22:37:38 +01:00
|
|
|
background-color: #5385bf;
|
2007-02-27 20:03:56 +01:00
|
|
|
}
|
|
|
|
.bg, .bg2, .bg3, .bg4 {
|
2007-02-23 10:08:26 +01:00
|
|
|
position: relative;
|
|
|
|
height: 20px;
|
|
|
|
width: 100%;
|
|
|
|
}
|
2007-05-07 17:32:03 +02:00
|
|
|
.f10, #ip {
|
2007-02-23 10:08:26 +01:00
|
|
|
font-size: 10px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2007-05-07 17:32:03 +02:00
|
|
|
.f9, .f9i, .f9b, td.f9, td.f9i, td.datosf9, td.datos2f9 {
|
2007-02-23 10:08:26 +01:00
|
|
|
font-size: 9px;
|
|
|
|
}
|
|
|
|
.f9i, .redi {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
.jus {
|
|
|
|
text-align: justify;
|
2007-03-02 18:56:07 +01:00
|
|
|
width: 700px;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
|
|
|
.tit {
|
|
|
|
padding-top: 3px;
|
|
|
|
}
|
|
|
|
.tit, .titb {
|
|
|
|
font-weight: bold;
|
2007-05-07 17:32:03 +02:00
|
|
|
color: #fff;
|
2007-02-23 10:08:26 +01:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.error {
|
|
|
|
background: url(../../images/error.gif) no-repeat;
|
|
|
|
padding: 4px 1px 6px 30px;
|
|
|
|
}
|
|
|
|
.red , .redb, .redi, .error {
|
2007-05-07 17:32:03 +02:00
|
|
|
color: #f00;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
|
|
|
.sep {
|
|
|
|
margin-left: 30px;
|
|
|
|
border-bottom: 1px solid #708090;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.suc {
|
|
|
|
color: #5a8629;
|
|
|
|
background: url(../../images/suc.gif) no-repeat 1px;
|
|
|
|
padding: 4px 1px 6px 30px;
|
|
|
|
}
|
|
|
|
.green {
|
|
|
|
color: #5a8629;
|
|
|
|
}
|
|
|
|
.greenb {
|
|
|
|
color: #00aa00;
|
|
|
|
}
|
|
|
|
.grey {
|
|
|
|
color: #808080;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.redb, .greenb, td.datos_id, td.datos2_id, f9b {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.raya {
|
|
|
|
border-top: 1px solid #778866;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
.raya, .noraya {
|
|
|
|
margin-bottom: -10px;
|
|
|
|
}
|
|
|
|
.p10 {
|
|
|
|
padding-top: 1px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
}
|
|
|
|
.p21 {
|
|
|
|
padding-top: 2px;
|
|
|
|
padding-bottom: 1px;
|
|
|
|
}
|
|
|
|
.w120 {
|
|
|
|
width: 120px;
|
|
|
|
}
|
|
|
|
.w130 {
|
|
|
|
width: 130px;
|
|
|
|
}
|
2007-04-18 23:45:03 +02:00
|
|
|
.w135 {
|
2007-02-23 10:08:26 +01:00
|
|
|
width: 135px;
|
|
|
|
}
|
2007-04-18 23:45:03 +02:00
|
|
|
.w155 {
|
2007-02-23 10:08:26 +01:00
|
|
|
width: 155px;
|
|
|
|
}
|
2007-05-07 17:32:03 +02:00
|
|
|
.top, .top_red, .bgt, td.datost, td.datos2t {
|
2007-02-23 10:08:26 +01:00
|
|
|
vertical-align: top;
|
|
|
|
}
|
2007-03-12 18:58:52 +01:00
|
|
|
.top_red {
|
|
|
|
background: #ff0000;
|
|
|
|
}
|
2007-02-23 10:08:26 +01:00
|
|
|
.bot, .titb, td.datosb {
|
|
|
|
vertical-align: bottom;
|
|
|
|
}
|
|
|
|
.msg {
|
|
|
|
margin-top: 15px;
|
|
|
|
text-align: justify;
|
|
|
|
}
|
|
|
|
.mr40 {
|
|
|
|
margin-right: 40px;
|
2007-05-07 17:32:03 +02:00
|
|
|
}
|
|
|
|
.mt35 {
|
|
|
|
margin-top: 35px;
|
|
|
|
}
|
2007-02-23 10:08:26 +01:00
|
|
|
ul.mn {
|
|
|
|
list-style: none;
|
|
|
|
padding: 0px 0px 0px 0px;
|
|
|
|
margin: 0px 0px 0px 0px;
|
|
|
|
line-height: 24px;
|
|
|
|
}
|
|
|
|
.gr {
|
|
|
|
font-size: 10pt;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
a.mn, .gr {
|
|
|
|
font-family: Arial, Verdana, sans-serif, Helvetica;
|
|
|
|
}
|
|
|
|
div.nf {
|
2007-03-06 22:37:38 +01:00
|
|
|
background: url(../../images/info.png) no-repeat;
|
|
|
|
color: #ac4444;
|
2007-02-27 20:03:56 +01:00
|
|
|
margin-left: 7px;
|
2007-02-23 10:08:26 +01:00
|
|
|
padding: 2px 1px 6px 25px;
|
|
|
|
}
|
|
|
|
div#wizard {
|
|
|
|
text-align: left;
|
2007-05-07 17:32:03 +02:00
|
|
|
border: 1px solid #999;
|
2007-02-23 10:08:26 +01:00
|
|
|
margin-top: 3em;
|
|
|
|
margin-bottom: -1em;
|
|
|
|
padding: 20px;
|
|
|
|
width: 600px;
|
|
|
|
background-color: #fff;
|
|
|
|
background: url(../../images/background8.jpg);
|
|
|
|
}
|
|
|
|
div#install_box {
|
|
|
|
float: right;
|
|
|
|
padding-right: 20px;
|
|
|
|
margin-top: 10px;
|
|
|
|
width: 350px;
|
|
|
|
}
|
2007-02-27 20:03:56 +01:00
|
|
|
div.title_line {
|
2007-03-06 22:37:38 +01:00
|
|
|
background-color: #4e682c;
|
2007-02-27 20:03:56 +01:00
|
|
|
height: 5px;
|
|
|
|
width: 762px;
|
|
|
|
}
|
|
|
|
div.data_box {
|
2007-03-06 22:37:38 +01:00
|
|
|
border-top: 5px solid #778855;
|
|
|
|
border-right: 1px solid #4e682c;
|
|
|
|
border-bottom: 1px solid #4e682c;
|
2007-03-02 18:56:07 +01:00
|
|
|
padding-left: 20px;
|
2007-02-27 20:03:56 +01:00
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
margin-bottom: 25px;
|
|
|
|
background-color: #fefefe;
|
|
|
|
/* border: 1px solid #dAdBdC; */
|
2007-05-07 17:32:03 +02:00
|
|
|
width: 790px;
|
2007-02-27 20:03:56 +01:00
|
|
|
float: left;
|
|
|
|
margin-top: 0px;
|
2007-05-07 17:32:03 +02:00
|
|
|
margin-left: 2px;
|
2007-02-27 20:03:56 +01:00
|
|
|
margin-right: 0px;
|
2007-03-02 18:56:07 +01:00
|
|
|
min-height: 470px;
|
2007-02-27 20:03:56 +01:00
|
|
|
}
|
2007-05-07 17:32:03 +02:00
|
|
|
#menu_tab .mn, #menu_tab ul, #menu_tab .mn ul {
|
2007-02-27 20:03:56 +01:00
|
|
|
padding: 0px;
|
|
|
|
list-style: none;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
2007-05-07 17:32:03 +02:00
|
|
|
#menu_tab .mn li {
|
2007-02-23 10:08:26 +01:00
|
|
|
float: right;
|
2007-02-27 20:03:56 +01:00
|
|
|
position: relative;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2007-05-07 17:32:03 +02:00
|
|
|
#menu_tab li a, #menu_tab li.nomn a {
|
2007-04-18 23:45:03 +02:00
|
|
|
background: #d4ddc6;
|
2007-03-02 18:56:07 +01:00
|
|
|
padding: 2px 10px 2px 10px;
|
2007-04-18 23:45:03 +02:00
|
|
|
color: #333;
|
|
|
|
border-left: 1px solid #fff;
|
2007-02-27 20:03:56 +01:00
|
|
|
font-weight: bold;
|
2007-03-02 18:56:07 +01:00
|
|
|
line-height: 18px;
|
2007-02-27 20:03:56 +01:00
|
|
|
}
|
2007-05-07 17:32:03 +02:00
|
|
|
#menu_tab .mn li a {
|
2007-02-27 20:03:56 +01:00
|
|
|
display: block;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
#menu_tab li.nomn:hover a,
|
2007-05-07 17:32:03 +02:00
|
|
|
#menu_tab li:hover ul a:hover {
|
2007-04-18 23:45:03 +02:00
|
|
|
background: #cde0ad;
|
2007-02-27 20:03:56 +01:00
|
|
|
}
|
2007-05-07 17:32:03 +02:00
|
|
|
#menu_tab li:hover a {
|
2007-02-27 20:03:56 +01:00
|
|
|
background: #b2b08a url("../images/arrow.gif") no-repeat right 3px;
|
|
|
|
}
|
2007-05-07 17:32:03 +02:00
|
|
|
#menu_tab li:hover ul a, #menu_tab .mn ul {
|
2007-02-27 20:03:56 +01:00
|
|
|
background: #db6351;
|
|
|
|
border-top: none;
|
|
|
|
}
|
2007-03-12 18:58:52 +01:00
|
|
|
/* TAB TITLE */
|
2007-05-07 17:32:03 +02:00
|
|
|
#menu_tab_left .mn, #menu_tab_left ul, #menu_tab_left .mn ul {
|
2007-03-12 18:58:52 +01:00
|
|
|
padding: 0px 0px 0px 0px;
|
|
|
|
list-style: none;
|
|
|
|
margin: 0px 0px 0px -20px;
|
|
|
|
}
|
2007-05-07 17:32:03 +02:00
|
|
|
#menu_tab_left .mn li {
|
2007-03-12 18:58:52 +01:00
|
|
|
float: left;
|
|
|
|
position: relative;
|
|
|
|
}
|
2007-05-07 17:32:03 +02:00
|
|
|
#menu_tab_left li a, #menu_tab_left li.nomn a {
|
2007-05-01 15:28:33 +02:00
|
|
|
background: #ac4444;
|
2007-03-12 18:58:52 +01:00
|
|
|
padding: 2px 10px 2px 10px;
|
|
|
|
color: #fff;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
2007-05-07 17:32:03 +02:00
|
|
|
#menu_tab_left .mn li a {
|
2007-03-12 18:58:52 +01:00
|
|
|
display: block;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
2007-02-23 10:08:26 +01:00
|
|
|
span.users {
|
2007-03-02 18:56:07 +01:00
|
|
|
background: url(../../images/group.png) no-repeat;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
|
|
|
span.agents {
|
2007-03-02 18:56:07 +01:00
|
|
|
background: url(../../images/bricks.png) no-repeat;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
|
|
|
span.data {
|
2007-03-02 18:56:07 +01:00
|
|
|
background: url(../../images/data.gif) no-repeat;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
|
|
|
span.alerts {
|
2007-03-02 18:56:07 +01:00
|
|
|
background: url(../../images/bell.png) no-repeat;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
|
|
|
span.time {
|
2007-03-02 18:56:07 +01:00
|
|
|
background: url(../../images/hourglass.png) no-repeat;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2007-04-29 15:19:45 +02:00
|
|
|
span.net {
|
|
|
|
background: url(../../images/network.gif) no-repeat;
|
|
|
|
}
|
|
|
|
span.master {
|
|
|
|
background: url(../../images/master.gif) no-repeat;
|
|
|
|
}
|
|
|
|
span.snmp {
|
|
|
|
background: url(../../images/snmp.gif) no-repeat;
|
|
|
|
}
|
|
|
|
span.binary {
|
|
|
|
background: url(../../images/binary.gif) no-repeat;
|
|
|
|
}
|
|
|
|
span.recon {
|
|
|
|
background: url(../../images/recon.png) no-repeat;
|
|
|
|
}
|
|
|
|
span.users, span.agents, span.data, span.alerts, span.time, span.net,
|
|
|
|
span.master, span.snmp, span.binary, span.recon {
|
2007-02-23 10:08:26 +01:00
|
|
|
margin-left: 4px;
|
|
|
|
margin-top: 10px;
|
|
|
|
padding: 4px 8px 12px 30px;
|
|
|
|
display: block;
|
|
|
|
}
|
2007-04-18 11:58:26 +02:00
|
|
|
/* New styles for data box */
|
|
|
|
.databox_color {
|
|
|
|
margin: 10px 15px;
|
2007-05-07 17:32:03 +02:00
|
|
|
border: 1px solid #f2f2f2;
|
|
|
|
border-left: 3px solid #ec981f;
|
2007-04-18 11:58:26 +02:00
|
|
|
}
|
|
|
|
.databox {
|
|
|
|
margin: 10px 15px;
|
2007-05-07 17:32:03 +02:00
|
|
|
border: 1px solid #f2f2f2;
|
|
|
|
background-color: #fafafa;
|
2007-04-18 11:58:26 +02:00
|
|
|
}
|
|
|
|
.databox_frame {
|
|
|
|
margin: 10px 15px;
|
2007-05-07 17:32:03 +02:00
|
|
|
border: 1px solid #f2f2f2;
|
2006-12-24 23:40:09 +01:00
|
|
|
}
|