2007-03-02 18:56:07 +01:00
|
|
|
/*
|
2010-05-24 18:17:21 +02:00
|
|
|
// Pandora FMS - http://pandorafms.com
|
|
|
|
// ==================================================
|
|
|
|
// Copyright (c) 2004-2010 Artica Soluciones Tecnológicas S.L
|
2007-03-02 18:56:07 +01:00
|
|
|
|
2009-06-08 20:26:14 +02: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.
|
|
|
|
*/
|
2009-02-04 17:07:43 +01:00
|
|
|
|
2008-12-19 22:45:20 +01:00
|
|
|
.menu {
|
2015-03-26 13:12:48 +01:00
|
|
|
border-width: 0px 0px 0px 0px;
|
|
|
|
border-style: none;
|
2013-04-10 09:57:54 +02:00
|
|
|
border-color: #777;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
|
|
|
.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 {
|
2015-03-26 13:12:48 +01:00
|
|
|
border: 0px none black;
|
|
|
|
border-bottom: 0px none #d4d4d4;
|
2008-12-19 22:45:20 +01:00
|
|
|
margin: 0;
|
|
|
|
}
|
2009-02-11 17:55:04 +01:00
|
|
|
.menu li.selected {
|
2015-03-31 09:18:46 +02:00
|
|
|
background-color: #80BA27 !important;
|
2009-02-11 17:55:04 +01:00
|
|
|
}
|
2013-04-10 09:57:54 +02:00
|
|
|
|
2009-02-06 22:18:03 +01:00
|
|
|
.menu li a {
|
2013-04-10 09:57:54 +02:00
|
|
|
/*background-color: inherit;*/
|
|
|
|
color: #FFFFFF;
|
|
|
|
/*font-weight: bold;*/
|
2015-03-26 13:12:48 +01:00
|
|
|
/* This makes it so that the whole li is clickable */
|
2008-12-19 22:45:20 +01:00
|
|
|
text-decoration:none;
|
2013-04-10 09:57:54 +02:00
|
|
|
}
|
|
|
|
|
2015-03-26 13:12:48 +01:00
|
|
|
.menu .godmode li {
|
|
|
|
background-color: #B2B2B2 !important;
|
2013-04-10 09:57:54 +02:00
|
|
|
}
|
|
|
|
|
2015-03-26 13:12:48 +01:00
|
|
|
li:hover ul { display: block; }
|
2013-04-10 09:57:54 +02:00
|
|
|
|
2015-03-26 13:12:48 +01:00
|
|
|
.submenu_text{
|
|
|
|
background-repeat: no-repeat !important;
|
2015-03-31 17:26:22 +02:00
|
|
|
padding: 9px;
|
2015-03-26 13:12:48 +01:00
|
|
|
margin-left: 0px;
|
|
|
|
color: #fff;
|
2015-04-09 15:04:23 +02:00
|
|
|
width: 89%;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
|
|
|
|
2012-04-30 21:22:07 +02:00
|
|
|
.menu li.subselected a{
|
2012-05-03 13:29:04 +02:00
|
|
|
background-color: grey !important;
|
2012-04-30 21:22:07 +02:00
|
|
|
}
|
|
|
|
|
2009-02-04 17:07:43 +01:00
|
|
|
.menu a:hover {
|
|
|
|
text-decoration:none;
|
2015-03-26 13:12:48 +01:00
|
|
|
border:0px;
|
2009-02-04 17:07:43 +01:00
|
|
|
}
|
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;
|
2015-03-26 13:12:48 +01:00
|
|
|
margin: 0px 0px 0px 0px;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 999;
|
2015-04-10 09:29:33 +02:00
|
|
|
left: 44px;
|
2015-03-26 13:12:48 +01:00
|
|
|
min-height: 30px;
|
|
|
|
height: 30px;
|
|
|
|
width: 160px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.submenu2{
|
|
|
|
position: absolute;
|
|
|
|
z-index: 999;
|
|
|
|
left: 160px;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2015-03-26 13:12:48 +01:00
|
|
|
|
|
|
|
.sub_subMenu{
|
|
|
|
min-height: 30px !important;
|
|
|
|
height: 30px;
|
|
|
|
width: 160px;
|
|
|
|
}
|
|
|
|
|
2009-02-06 22:18:03 +01:00
|
|
|
.submenu li a {
|
2013-04-10 09:57:54 +02:00
|
|
|
background-color: #222;
|
2015-03-26 13:12:48 +01:00
|
|
|
border-style: none;
|
2013-04-10 09:57:54 +02:00
|
|
|
border-color: #666;
|
2009-02-04 17:07:43 +01:00
|
|
|
}
|
2012-04-30 21:22:07 +02:00
|
|
|
|
|
|
|
.submenu2 li a {
|
2015-04-10 09:29:33 +02:00
|
|
|
background-color: #222;
|
2012-04-30 21:22:07 +02:00
|
|
|
margin-left: 0px;
|
2013-04-10 09:57:54 +02:00
|
|
|
padding-left: 0px;
|
2012-04-30 21:22:07 +02:00
|
|
|
display:block;
|
2013-04-10 09:57:54 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.submenu2 li a:hover {
|
|
|
|
background-color: #111 !important;
|
2012-04-30 21:22:07 +02:00
|
|
|
}
|
|
|
|
|
2009-02-10 21:29:45 +01:00
|
|
|
.menu li img.toggle {
|
|
|
|
visibility: hidden;
|
|
|
|
float:right;
|
2015-03-26 13:12:48 +01:00
|
|
|
/* 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
|
|
|
}
|
2015-04-06 12:44:35 +02:00
|
|
|
.menu li.has_submenu > a > div {
|
|
|
|
background: url(../../images/arrow.png) no-repeat 90% 50% !important;
|
2009-02-10 21:29:45 +01:00
|
|
|
z-index: 1; /* Positions it on top of the rest */
|
2009-02-04 17:07:43 +01:00
|
|
|
}
|
2015-04-09 15:04:23 +02:00
|
|
|
.menu li.has_submenu .flecha{
|
|
|
|
background: #222 url(../../images/arrow.png) no-repeat 90% 50% !important;
|
|
|
|
z-index: 1; /* Positions it on top of the rest */
|
|
|
|
}
|
2012-04-30 21:22:07 +02:00
|
|
|
|
|
|
|
.is_submenu2{
|
|
|
|
background-color: #E4E4E4 !important;
|
|
|
|
}
|
|
|
|
|
2013-04-10 09:57:54 +02:00
|
|
|
.submenu_not_selected a, .submenu2_not_selected a {
|
|
|
|
font-weight: normal !important;
|
2012-04-30 21:22:07 +02:00
|
|
|
}
|
|
|
|
|
2009-02-11 17:55:04 +01:00
|
|
|
.menu li.submenu_selected a {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2009-05-29 11:28:48 +02:00
|
|
|
|
2013-04-10 09:57:54 +02:00
|
|
|
.submenu_selected {
|
|
|
|
margin-bottom: 0px !important;
|
|
|
|
}
|
|
|
|
|
2009-05-29 11:28:48 +02:00
|
|
|
.menu .menu_icon, .menu li.links {
|
2013-05-30 17:48:22 +02:00
|
|
|
background-position: 4px 4px;
|
2009-05-29 11:28:48 +02:00
|
|
|
background-repeat: no-repeat;
|
2015-03-26 13:12:48 +01:00
|
|
|
cursor: pointer;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2009-02-11 17:55:04 +01:00
|
|
|
|
2009-05-29 11:28:48 +02:00
|
|
|
.menu li.links {
|
|
|
|
background-image: url(../../images/link.png);
|
|
|
|
background-position: 4px 8px;
|
|
|
|
}
|
2013-02-20 14:48:46 +01:00
|
|
|
|
2008-12-19 22:45:20 +01:00
|
|
|
/* Icons specified here */
|
2011-08-19 17:14:00 +02:00
|
|
|
#icon_oper-networkconsole {
|
2015-03-26 13:12:48 +01:00
|
|
|
background: url(../../images/op_network.png) no-repeat 50% 50%;
|
2009-03-31 16:32:58 +02:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_oper-agents {
|
2015-03-26 13:12:48 +01:00
|
|
|
border-top-right-radius: 5px;
|
|
|
|
border-right-style: solid;
|
|
|
|
border-right-width: 0px;
|
|
|
|
background: url(../../images/op_monitoring.png) no-repeat 50% 50%;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_oper-events {
|
2015-03-26 13:12:48 +01:00
|
|
|
background: url(../../images/op_events.png) no-repeat 50% 50%;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
|
|
|
/* users */
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_oper-users {
|
2015-03-26 13:12:48 +01:00
|
|
|
background: url(../../images/op_workspace.png) no-repeat 50% 50%;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
|
|
|
/* trap console */
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_oper-snmpc, #icon_god-snmpc {
|
2015-03-26 13:12:48 +01:00
|
|
|
background: url(../../images/op_snmp.png) no-repeat 50% 50%;
|
2007-02-27 20:03:56 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_oper-reporting {
|
2015-03-26 13:12:48 +01:00
|
|
|
background: url(../../images/op_reporting.png) no-repeat 50% 50%;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2010-01-18 15:23:30 +01:00
|
|
|
#icon_oper-gismaps {
|
2015-03-26 13:12:48 +01:00
|
|
|
background: url(../../images/op_gis.png) no-repeat 50% 50%;
|
2010-01-18 15:23:30 +01:00
|
|
|
}
|
2011-12-21 14:09:26 +01:00
|
|
|
#icon_oper-netflow {
|
2015-03-26 13:12:48 +01:00
|
|
|
background: url(../../images/op_netflow.png) no-repeat 50% 50%;
|
2011-12-21 14:09:26 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_oper-extensions, #icon_god-extensions {
|
2015-03-26 13:12:48 +01:00
|
|
|
background: url(../../images/extensions.png) no-repeat 50% 50%;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2008-12-19 22:45:20 +01:00
|
|
|
|
|
|
|
/* Godmode images */
|
2010-01-21 18:08:58 +01:00
|
|
|
#icon_god-gismaps {
|
2015-03-26 13:12:48 +01:00
|
|
|
background: url(../../images/gm_gis.png) no-repeat 50% 50%;
|
2010-01-21 18:08:58 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_god-agents {
|
2015-03-26 13:12:48 +01:00
|
|
|
background: url(../../images/gm_monitoring.png) no-repeat 50% 50%;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2010-08-20 12:42:39 +02:00
|
|
|
#icon_god-massive {
|
2015-03-26 13:12:48 +01:00
|
|
|
background: url(../../images/gm_massive_operations.png) no-repeat 50% 50%;
|
2010-08-20 12:42:39 +02:00
|
|
|
}
|
2010-04-06 18:24:54 +02:00
|
|
|
#icon_god-services {
|
2015-03-26 13:12:48 +01:00
|
|
|
background: url(../../images/box.png) no-repeat 50% 50%;
|
2010-04-06 18:24:54 +02:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_god-modules {
|
2015-03-26 13:12:48 +01:00
|
|
|
background: url(../../images/gm_modules.png) no-repeat 50% 50%;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_god-alerts {
|
2015-03-26 13:12:48 +01:00
|
|
|
background: url(../../images/gm_alerts.png) no-repeat 50% 50%;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_god-dbmaint {
|
2015-03-26 13:12:48 +01:00
|
|
|
background: url(../../images/gm_db.png) no-repeat 50% 50%;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_god-users {
|
2015-03-26 13:12:48 +01:00
|
|
|
background: url(../../images/gm_users.png) no-repeat 50% 50%;
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_god-reporting {
|
2015-03-26 13:12:48 +01:00
|
|
|
background: url(../../images/reporting_edit.png) no-repeat 50% 50%;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_god-servers {
|
2015-03-26 13:12:48 +01:00
|
|
|
background: url(../../images/gm_servers.png) no-repeat 50% 50%;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_god-audit {
|
2015-03-26 13:12:48 +01:00
|
|
|
background: url(../../images/gm_log.png) no-repeat 50% 50%;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2011-12-21 14:09:26 +01:00
|
|
|
#icon_god-netflow {
|
2015-03-26 13:12:48 +01:00
|
|
|
background: url(../../images/gm_netflow.png) no-repeat 50% 50%;
|
2011-12-21 14:09:26 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_god-setup {
|
2015-03-26 13:12:48 +01:00
|
|
|
background: url(../../images/gm_setup.png) no-repeat 50% 50%;
|
2009-01-15 11:21:38 +01:00
|
|
|
}
|
2009-04-14 14:59:55 +02:00
|
|
|
#icon_god-policies {
|
2015-03-26 13:12:48 +01:00
|
|
|
background: url(../../images/gm_policies.png) no-repeat 50% 50%;
|
2009-04-14 14:59:55 +02:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_oper-inventory {
|
2015-03-26 13:12:48 +01:00
|
|
|
background: url(../../images/page_white_text.png) no-repeat 50% 50%;
|
2009-02-11 17:55:04 +01:00
|
|
|
}
|
2011-05-26 12:51:17 +02:00
|
|
|
#icon_god-tag {
|
2015-03-26 13:12:48 +01:00
|
|
|
background: url(../../images/tag_red.png) no-repeat 50% 50%;
|
2011-05-26 12:51:17 +02:00
|
|
|
}
|
2012-02-08 14:04:18 +01:00
|
|
|
#icon_god-events {
|
2015-03-26 13:12:48 +01:00
|
|
|
background: url(../../images/gm_events.png) no-repeat 50% 50%;
|
2012-02-08 14:04:18 +01:00
|
|
|
}
|
2013-02-20 14:48:46 +01:00
|
|
|
|
|
|
|
#menu_container {
|
|
|
|
z-index: 3;
|
|
|
|
position: absolute;
|
2014-08-04 18:50:36 +02:00
|
|
|
left: -80px;
|
2013-02-20 14:48:46 +01:00
|
|
|
background-color: #AAA;
|
|
|
|
}
|
2015-03-26 13:12:48 +01:00
|
|
|
|
|
|
|
|
|
|
|
ul {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul li {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2015-03-31 09:18:46 +02:00
|
|
|
.menu li ul {
|
2015-03-26 13:12:48 +01:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Styles for Menu Items */
|
|
|
|
ul li a {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Fix IE. Hide from IE Mac \*/
|
|
|
|
* html ul li { float: left; height: 1%; }
|
|
|
|
* html ul li a { height: 1%; }
|
|
|
|
/* End */
|
|
|
|
|
2015-03-31 09:18:46 +02:00
|
|
|
ul li a:hover { color: #E2144A; } /* Hover Styles */
|
2015-04-07 09:50:46 +02:00
|
|
|
/*li ul li a { padding: 2px 5px; } Sub Menu Styles */
|