2007-03-02 18:56:07 +01:00
|
|
|
/*
|
2009-02-04 17:07:43 +01:00
|
|
|
Pandora FMS - the Flexible Monitoring System
|
|
|
|
============================================
|
|
|
|
Copyright (c) 2004-2008 Sancho Lerena, slerena@openideas.info
|
2009-02-09 13:03:03 +01:00
|
|
|
Copyright (c) 2005-2009 Artica Soluciones Tecnologicas
|
|
|
|
Copyright (c) 2004-2009 Raul Mateos Martin, raulofpandora@gmail.com
|
|
|
|
Copyright (c) 2008-2009 Evi Vanoost, vanooste@rcbi.rochester.edu
|
2009-02-04 17:07:43 +01:00
|
|
|
Copyright (c) 2006-2007 Jose Navarro jose@jnavarro.net
|
|
|
|
Copyright (c) 2006-2007 Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com
|
2007-03-02 18:56:07 +01:00
|
|
|
|
2009-02-04 17:07:43 +01:00
|
|
|
This program is free software; you can redistribute it and/or
|
|
|
|
modify it under the terms of the GNU General Public License
|
|
|
|
as published by the Free Software Foundation version 2
|
|
|
|
This program is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
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
|
|
|
|
along with this program; if not, write to the Free Software
|
|
|
|
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
2007-03-02 18:56:07 +01:00
|
|
|
*/
|
2009-02-04 17:07:43 +01:00
|
|
|
|
2008-12-19 22:45:20 +01:00
|
|
|
.menu {
|
2009-02-04 17:07:43 +01:00
|
|
|
border-width: 1px 0 0 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #dadbdc;
|
2008-12-19 22:45:20 +01:00
|
|
|
width: 155px;
|
|
|
|
}
|
|
|
|
.menu ul {
|
|
|
|
list-style-type: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
.menu li.selected, .menu li.not_selected {
|
2008-12-19 22:45:20 +01:00
|
|
|
border: 0px solid black;
|
2008-12-21 16:26:55 +01:00
|
|
|
border-bottom: 1px solid #d4d4d4;
|
2008-12-19 22:45:20 +01:00
|
|
|
margin: 0;
|
|
|
|
}
|
2009-02-11 17:55:04 +01:00
|
|
|
.menu li.selected {
|
|
|
|
background-color: #D3F389 !important;
|
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
.menu li a {
|
|
|
|
background-color: inherit;
|
2008-12-19 22:45:20 +01:00
|
|
|
color: #000000;
|
|
|
|
display:block; /* This makes it so that the whole li is clickable */
|
|
|
|
text-decoration:none;
|
2009-02-04 17:07:43 +01:00
|
|
|
padding: 6px;
|
|
|
|
margin-left: 23px;
|
2009-02-10 21:29:45 +01:00
|
|
|
white-space: nowrap; /* Breaking the text breaks the menu. */
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
|
|
|
|
2009-02-04 17:07:43 +01:00
|
|
|
.menu a:hover {
|
|
|
|
text-decoration:none;
|
|
|
|
color: #D54E21;
|
|
|
|
}
|
2008-12-19 22:45:20 +01:00
|
|
|
.submenu {
|
2009-02-04 17:07:43 +01:00
|
|
|
font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
|
|
|
|
margin: 0px 10px 0px 0;
|
2009-02-06 22:18:03 +01:00
|
|
|
width:155px;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
.submenu li a {
|
2009-02-11 17:55:04 +01:00
|
|
|
background-color: #fff;
|
2009-02-06 22:18:03 +01:00
|
|
|
margin-left: 0px;
|
|
|
|
padding-left: 29px;
|
|
|
|
display:block;
|
2009-02-11 17:55:04 +01:00
|
|
|
border-width: 1px 1px 0 1px;
|
2009-02-06 22:18:03 +01:00
|
|
|
border-style: solid;
|
|
|
|
border-color: #dadbdc;
|
2009-02-04 17:07:43 +01:00
|
|
|
}
|
2009-02-10 21:29:45 +01:00
|
|
|
.menu li img.toggle {
|
|
|
|
visibility: hidden;
|
|
|
|
float:right;
|
|
|
|
margin: -20px 2px 0 0; /* Positions it back where it should be */
|
2009-02-11 17:55:04 +01:00
|
|
|
border-left: 1px;
|
2009-02-04 17:07:43 +01:00
|
|
|
}
|
2009-02-11 17:55:04 +01:00
|
|
|
.menu li.has_submenu.selected > img.toggle,
|
|
|
|
.menu li:hover.has_submenu > img.toggle {
|
2009-02-10 21:29:45 +01:00
|
|
|
visibility: visible;
|
|
|
|
z-index: 1; /* Positions it on top of the rest */
|
2009-02-04 17:07:43 +01:00
|
|
|
}
|
2009-02-11 17:55:04 +01:00
|
|
|
.menu li.submenu_selected a {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
.menu li.links {
|
|
|
|
background: #E9F3D2 url(../../images/link.png) no-repeat 4px 8px;
|
|
|
|
border-width: 1px 0 0 1px;
|
|
|
|
border-style: solid;
|
|
|
|
border-color: #dadbdc;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2009-02-11 17:55:04 +01:00
|
|
|
|
2008-12-19 22:45:20 +01:00
|
|
|
/* Icons specified here */
|
2009-03-31 16:32:58 +02:00
|
|
|
#icon_oper-dashboard {
|
|
|
|
background: #E9F3D2 url(../../images/house.png) no-repeat 4px 4px;
|
|
|
|
}
|
|
|
|
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_oper-agents {
|
|
|
|
background: #E9F3D2 url(../../images/bricks.png) no-repeat 4px 4px;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_oper-servers {
|
|
|
|
background: #E9F3D2 url(../../images/server_database.png) no-repeat 4px 4px;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_oper-incidents {
|
|
|
|
background: #E9F3D2 url(../../images/book_edit.png) no-repeat 4px 4px;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_oper-events {
|
|
|
|
background: #E9F3D2 url(../../images/lightning_go.png) no-repeat 4px 4px;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
|
|
|
/* users */
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_oper-users {
|
|
|
|
background: #E9F3D2 url(../../images/group.png) no-repeat 4px 4px;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
|
|
|
/* trap console */
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_oper-snmpc, #icon_god-snmpc {
|
|
|
|
background: #E9F3D2 url(../../images/computer_error.png) no-repeat 4px 4px;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_oper-messages {
|
|
|
|
background: #E9F3D2 url(../../images/email.png) no-repeat 4px 4px;
|
2007-02-27 20:03:56 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_oper-reporting {
|
|
|
|
background: #E9F3D2 url(../../images/reporting.png) no-repeat 4px 4px;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_oper-visualc {
|
|
|
|
background: #E9F3D2 url(../../images/monitor.png) no-repeat 4px 4px;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_oper-extensions, #icon_god-extensions {
|
|
|
|
background: #E9F3D2 url(../../images/extensions.png) no-repeat 4px 4px;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2008-12-19 22:45:20 +01:00
|
|
|
|
|
|
|
/* Godmode images */
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_god-agents {
|
|
|
|
background: #E9F3D2 url(../../images/god1.png) no-repeat 4px 4px;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_god-modules {
|
|
|
|
background: #E9F3D2 url(../../images/brick.png) no-repeat 4px 4px;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_god-alerts {
|
|
|
|
background: #E9F3D2 url(../../images/god2.png) no-repeat 4px 4px;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_god-dbmaint {
|
|
|
|
background: #E9F3D2 url(../../images/god8.png) no-repeat 4px 4px;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_god-users {
|
|
|
|
background: #E9F3D2 url(../../images/god3.png) no-repeat 4px 4px;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_god-reporting {
|
|
|
|
background: #E9F3D2 url(../../images/reporting_edit.png) no-repeat 4px 4px;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_god-profiles {
|
|
|
|
background: #E9F3D2 url(../../images/god4.png) no-repeat 4px 4px;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_god-servers {
|
|
|
|
background: #E9F3D2 url(../../images/god5.png) no-repeat 4px 4px;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_god-audit {
|
|
|
|
background: #E9F3D2 url(../../images/god6.png) no-repeat 4px 4px;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_god-setup {
|
|
|
|
background: #E9F3D2 url(../../images/god7.png) no-repeat 4px 4px;
|
2009-01-15 11:21:38 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_oper-inventory {
|
|
|
|
background: #E9F3D2 url(../../images/page_white_text.png) no-repeat 4px 4px;
|
2009-02-11 17:55:04 +01:00
|
|
|
}
|