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
|
|
|
|
2019-03-04 08:39:56 +01:00
|
|
|
.operation li,
|
|
|
|
.godmode li {
|
2019-05-30 18:21:13 +02:00
|
|
|
display: flex;
|
2019-03-04 08:39:56 +01:00
|
|
|
justify-content: flex-start;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.operation > li.menu_icon.no_hidden_menu,
|
|
|
|
.godmode > li.menu_icon.no_hidden_menu {
|
|
|
|
justify-content: flex-end;
|
|
|
|
}
|
|
|
|
|
2019-02-25 11:54:46 +01:00
|
|
|
.operation .menu_icon ul.submenu > li,
|
|
|
|
.godmode .menu_icon ul.submenu > li {
|
|
|
|
background-color: #282828;
|
2019-03-26 19:29:48 +01:00
|
|
|
padding-left: 1.5em;
|
2019-02-25 11:54:46 +01:00
|
|
|
}
|
|
|
|
|
2008-12-19 22:45:20 +01:00
|
|
|
.menu ul {
|
2019-01-30 12:42:16 +01:00
|
|
|
list-style-type: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2019-01-30 12:42:16 +01:00
|
|
|
.menu li.selected,
|
|
|
|
.menu li.not_selected {
|
|
|
|
margin: 0;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2015-08-19 13:54:05 +02:00
|
|
|
|
2009-02-06 22:18:03 +01:00
|
|
|
.menu li a {
|
2019-02-25 11:54:46 +01:00
|
|
|
color: #ffffff;
|
|
|
|
text-decoration: none;
|
2019-03-04 08:39:56 +01:00
|
|
|
width: 100%;
|
2013-04-10 09:57:54 +02:00
|
|
|
}
|
|
|
|
|
2019-01-30 12:42:16 +01:00
|
|
|
li:hover ul {
|
|
|
|
display: block;
|
|
|
|
}
|
2013-04-10 09:57:54 +02:00
|
|
|
|
2015-08-19 13:16:33 +02:00
|
|
|
.submenu_text {
|
2019-02-25 11:54:46 +01:00
|
|
|
margin-left: 0px;
|
|
|
|
width: 100%;
|
2019-03-26 19:29:48 +01:00
|
|
|
color: #b9b9b9;
|
2019-06-04 22:16:58 +02:00
|
|
|
font-family: "lato", "Open Sans", sans-serif;
|
2019-03-04 08:39:56 +01:00
|
|
|
font-size: 9.4pt;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
|
|
|
|
2009-02-04 17:07:43 +01:00
|
|
|
.menu a:hover {
|
2019-01-30 12:42:16 +01:00
|
|
|
text-decoration: none;
|
|
|
|
border: 0px;
|
2009-02-04 17:07:43 +01:00
|
|
|
}
|
2008-12-19 22:45:20 +01:00
|
|
|
.submenu {
|
2019-01-30 12:42:16 +01:00
|
|
|
margin: 0px 0px 0px 0px;
|
|
|
|
position: absolute;
|
|
|
|
z-index: 999;
|
2019-03-26 19:29:48 +01:00
|
|
|
width: 240px;
|
2015-03-26 13:12:48 +01:00
|
|
|
}
|
|
|
|
|
2019-01-30 12:42:16 +01:00
|
|
|
.submenu2 {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 999;
|
2019-03-26 19:29:48 +01:00
|
|
|
left: 240px;
|
|
|
|
width: 240px;
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2015-03-26 13:12:48 +01:00
|
|
|
|
2019-01-30 12:42:16 +01:00
|
|
|
.sub_subMenu {
|
2019-05-30 18:21:13 +02:00
|
|
|
font-weight: normal;
|
2019-02-25 11:54:46 +01:00
|
|
|
background-color: #202020;
|
2019-03-26 19:29:48 +01:00
|
|
|
padding-left: 1.5em;
|
2015-03-26 13:12:48 +01:00
|
|
|
}
|
2019-03-04 08:39:56 +01:00
|
|
|
|
2019-01-30 12:42:16 +01:00
|
|
|
.sub_subMenu.selected {
|
2019-05-30 18:21:13 +02:00
|
|
|
font-weight: 600;
|
2009-02-04 17:07:43 +01:00
|
|
|
}
|
2012-04-30 21:22:07 +02:00
|
|
|
|
|
|
|
.submenu2 li a {
|
2019-01-30 12:42:16 +01:00
|
|
|
margin-left: 0px;
|
|
|
|
padding-left: 0px;
|
2013-04-10 09:57:54 +02:00
|
|
|
}
|
|
|
|
|
2009-02-10 21:29:45 +01:00
|
|
|
.menu li img.toggle {
|
2019-01-30 12:42:16 +01:00
|
|
|
visibility: hidden;
|
|
|
|
float: right;
|
|
|
|
/* Positions it back where it should be */
|
|
|
|
border-left: 1px;
|
2009-02-04 17:07:43 +01:00
|
|
|
}
|
2015-04-14 09:56:04 +02:00
|
|
|
|
2019-03-05 12:54:11 +01:00
|
|
|
.menu li.has_submenu {
|
2019-03-04 08:39:56 +01:00
|
|
|
background: url(../../images/arrow.png) no-repeat 95% 50%;
|
2019-01-30 12:42:16 +01:00
|
|
|
z-index: 1; /* Positions it on top of the rest */
|
2015-04-09 15:04:23 +02:00
|
|
|
}
|
2012-04-30 21:22:07 +02:00
|
|
|
|
2019-01-30 12:42:16 +01:00
|
|
|
.menu li.submenu_not_selected a,
|
|
|
|
.menu li.submenu2_not_selected a {
|
2019-05-30 18:21:13 +02:00
|
|
|
font-weight: normal;
|
2012-04-30 21:22:07 +02:00
|
|
|
}
|
|
|
|
|
2013-04-10 09:57:54 +02:00
|
|
|
.submenu_selected {
|
2019-05-30 18:21:13 +02:00
|
|
|
margin-bottom: 0px;
|
2019-06-04 14:08:07 +02:00
|
|
|
box-shadow: inset 4px 0 #82b92e;
|
2013-04-10 09:57:54 +02:00
|
|
|
}
|
2019-02-25 11:54:46 +01:00
|
|
|
.selected.submenu_selected {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-color: #202020;
|
2019-02-25 11:54:46 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
li.submenu_selected.selected {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-color: #202020;
|
2019-02-25 11:54:46 +01:00
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.sub_subMenu.selected {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-color: #161616;
|
2019-02-25 11:54:46 +01:00
|
|
|
}
|
2013-04-10 09:57:54 +02:00
|
|
|
|
2019-01-30 12:42:16 +01:00
|
|
|
.menu .menu_icon,
|
|
|
|
.menu li.links {
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
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 {
|
2019-01-30 12:42:16 +01:00
|
|
|
background-image: url(../../images/link.png);
|
|
|
|
background-position: 4px 8px;
|
2009-05-29 11:28:48 +02:00
|
|
|
}
|
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 {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/op_network.menu_gray.png);
|
2009-03-31 16:32:58 +02:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_oper-agents {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/op_monitoring.menu_gray.png);
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_oper-events {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/op_events.menu_gray.png);
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2015-04-10 13:43:02 +02:00
|
|
|
|
2008-12-19 22:45:20 +01:00
|
|
|
/* users */
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_oper-users {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/op_workspace.menu_gray.png);
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
|
|
|
/* trap console */
|
2019-01-30 12:42:16 +01:00
|
|
|
#icon_oper-snmpc,
|
|
|
|
#icon_god-snmpc {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/op_snmp.menu.png);
|
2007-02-27 20:03:56 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_oper-reporting {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/op_reporting.menu_gray.png);
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2010-01-18 15:23:30 +01:00
|
|
|
#icon_oper-gismaps {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/op_gis.menu.png);
|
2010-01-18 15:23:30 +01:00
|
|
|
}
|
2011-12-21 14:09:26 +01:00
|
|
|
#icon_oper-netflow {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/op_netflow.menu.png);
|
2011-12-21 14:09:26 +01:00
|
|
|
}
|
2015-04-15 17:35:36 +02:00
|
|
|
#icon_oper-extensions {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/extensions.menu_gray.png);
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2008-12-19 22:45:20 +01:00
|
|
|
|
|
|
|
/* Godmode images */
|
2019-02-26 10:43:59 +01:00
|
|
|
#icon_god-discovery {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/gm_discovery.menu.png);
|
2019-02-26 10:43:59 +01:00
|
|
|
}
|
2015-04-15 17:35:36 +02:00
|
|
|
#icon_god-resources {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/gm_resources.menu_gray.png);
|
2010-01-21 18:08:58 +01:00
|
|
|
}
|
2015-04-15 17:35:36 +02:00
|
|
|
#icon_god-configuration {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/gm_configuration.menu_gray.png);
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_god-alerts {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/gm_alerts.menu_gray.png);
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_god-users {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/gm_users.menu_gray.png);
|
2007-02-23 10:08:26 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_god-reporting {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/reporting_edit.menu.png);
|
2008-12-19 22:45:20 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_god-servers {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/gm_servers.menu_gray.png);
|
2011-12-21 14:09:26 +01:00
|
|
|
}
|
2009-02-06 22:18:03 +01:00
|
|
|
#icon_god-setup {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/gm_setup.menu_gray.png);
|
2011-05-26 12:51:17 +02:00
|
|
|
}
|
2012-02-08 14:04:18 +01:00
|
|
|
#icon_god-events {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/gm_events.menu_gray.png);
|
2015-04-15 17:35:36 +02:00
|
|
|
}
|
|
|
|
#icon_god-extensions {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/builder.menu_gray.png);
|
2015-11-17 12:20:34 +01:00
|
|
|
}
|
|
|
|
#icon_god-links {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/links.menu_gray.png);
|
2012-02-08 14:04:18 +01:00
|
|
|
}
|
2016-06-09 18:54:59 +02:00
|
|
|
#icon_god-um_messages {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/um_messages.menu_gray.png);
|
2016-06-09 18:54:59 +02:00
|
|
|
}
|
2013-02-20 14:48:46 +01:00
|
|
|
|
|
|
|
#menu_container {
|
2019-01-30 12:42:16 +01:00
|
|
|
z-index: 3;
|
|
|
|
position: absolute;
|
|
|
|
left: -80px;
|
2013-02-20 14:48:46 +01:00
|
|
|
}
|
2015-03-26 13:12:48 +01:00
|
|
|
|
2016-06-09 18:54:59 +02:00
|
|
|
.notification_ball {
|
2019-01-30 12:42:16 +01:00
|
|
|
margin-top: 2px;
|
|
|
|
margin-left: 29px;
|
|
|
|
font-size: 6pt;
|
|
|
|
font-weight: 900;
|
|
|
|
background: red;
|
|
|
|
height: 12px;
|
|
|
|
width: 12px;
|
|
|
|
border-radius: 50px;
|
|
|
|
position: absolute;
|
|
|
|
text-align: center;
|
|
|
|
color: white;
|
|
|
|
padding-top: 1px;
|
|
|
|
font-family: sans-serif;
|
2016-06-09 18:54:59 +02:00
|
|
|
}
|
|
|
|
|
2015-03-26 13:12:48 +01:00
|
|
|
ul {
|
2019-01-30 12:42:16 +01:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
}
|
2015-03-26 13:12:48 +01:00
|
|
|
|
|
|
|
ul li {
|
2019-01-30 12:42:16 +01:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2015-03-31 09:18:46 +02:00
|
|
|
.menu li ul {
|
2019-01-30 12:42:16 +01:00
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
display: none;
|
2015-03-26 13:12:48 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Fix IE. Hide from IE Mac \*/
|
2019-01-30 12:42:16 +01:00
|
|
|
* html ul li {
|
|
|
|
float: left;
|
|
|
|
height: 1%;
|
|
|
|
}
|
|
|
|
* html ul li a {
|
|
|
|
height: 1%;
|
|
|
|
}
|
2015-03-26 13:12:48 +01:00
|
|
|
/* End */
|
|
|
|
|
2019-01-24 11:10:49 +01:00
|
|
|
/*
|
|
|
|
* ---------------------------------------------------------------------
|
|
|
|
* - MAIN LEFT MENU and SUBMENU -
|
|
|
|
* ---------------------------------------------------------------------
|
|
|
|
*/
|
2019-02-25 11:54:46 +01:00
|
|
|
|
|
|
|
.menu_icon:hover {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-color: #282828;
|
2019-02-25 11:54:46 +01:00
|
|
|
}
|
|
|
|
.submenu_not_selected:hover {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-color: #202020;
|
2019-02-25 11:54:46 +01:00
|
|
|
}
|
|
|
|
.submenu_selected:hover {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-color: #202020;
|
2019-02-25 11:54:46 +01:00
|
|
|
}
|
|
|
|
.sub_subMenu:hover {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-color: #161616;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu li.selected {
|
2019-06-04 14:08:07 +02:00
|
|
|
box-shadow: inset 4px 0 #82b92e;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.operation {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-color: #3d3d3d;
|
|
|
|
padding-top: 20px;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
|
2019-02-25 11:54:46 +01:00
|
|
|
.operation .selected,
|
|
|
|
.godmode .selected {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-color: #282828;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
|
2019-02-25 11:54:46 +01:00
|
|
|
.operation .selected #title_menu,
|
|
|
|
.godmode .selected #title_menu {
|
2019-05-30 18:21:13 +02:00
|
|
|
color: #fff;
|
2019-02-25 11:54:46 +01:00
|
|
|
font-weight: 600;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
|
2019-05-30 18:21:13 +02:00
|
|
|
.menu > .operation {
|
|
|
|
padding-top: 2em;
|
|
|
|
}
|
|
|
|
|
2019-02-25 11:54:46 +01:00
|
|
|
.menu li,
|
2019-03-04 08:39:56 +01:00
|
|
|
.menu li a,
|
|
|
|
.menu li div {
|
2019-02-25 11:54:46 +01:00
|
|
|
min-height: 35px;
|
2019-03-04 08:39:56 +01:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu li div {
|
|
|
|
background-clip: text; /* Very important to fix a bug in Firefox */
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
2019-02-25 11:54:46 +01:00
|
|
|
|
|
|
|
.godmode {
|
2019-05-30 18:21:13 +02:00
|
|
|
padding-bottom: 4px;
|
2019-02-25 11:54:46 +01:00
|
|
|
background-color: #343434;
|
2019-01-24 11:10:49 +01:00
|
|
|
}
|
|
|
|
|
2019-02-25 11:54:46 +01:00
|
|
|
/* Menu icons active */
|
|
|
|
.selected#icon_oper-networkconsole {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/op_network.menu_white.png);
|
2019-02-25 11:54:46 +01:00
|
|
|
}
|
|
|
|
.selected#icon_oper-agents {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/op_monitoring.menu_white.png);
|
2019-02-25 11:54:46 +01:00
|
|
|
}
|
|
|
|
.selected#icon_oper-events {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/op_events.menu_white.png);
|
2019-02-25 11:54:46 +01:00
|
|
|
}
|
|
|
|
.selected#icon_oper-users {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/op_workspace.menu_white.png);
|
2019-02-25 11:54:46 +01:00
|
|
|
}
|
|
|
|
.selected#icon_oper-reporting {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/op_reporting.menu_white.png);
|
2019-02-25 11:54:46 +01:00
|
|
|
}
|
|
|
|
.selected#icon_oper-extensions {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/extensions.menu_white.png);
|
2019-02-25 11:54:46 +01:00
|
|
|
}
|
2019-03-05 12:54:11 +01:00
|
|
|
.selected#icon_god-discovery {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/gm_discovery.menu_white.png);
|
2019-03-05 12:54:11 +01:00
|
|
|
}
|
2019-02-25 11:54:46 +01:00
|
|
|
.selected#icon_god-resources {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/gm_resources.menu_white.png);
|
2019-02-25 11:54:46 +01:00
|
|
|
}
|
|
|
|
.selected#icon_god-configuration {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/gm_configuration.menu_white.png);
|
2019-02-25 11:54:46 +01:00
|
|
|
}
|
|
|
|
.selected#icon_god-alerts {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/gm_alerts.menu_white.png);
|
2019-02-25 11:54:46 +01:00
|
|
|
}
|
|
|
|
.selected#icon_god-users {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/gm_users.menu_white.png);
|
2019-02-25 11:54:46 +01:00
|
|
|
}
|
|
|
|
.selected#icon_god-servers {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/gm_servers.menu_white.png);
|
2019-02-25 11:54:46 +01:00
|
|
|
}
|
|
|
|
.selected#icon_god-setup {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/gm_setup.menu_white.png);
|
2019-02-25 11:54:46 +01:00
|
|
|
}
|
|
|
|
.selected#icon_god-events {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/gm_events.menu_white.png);
|
2019-02-25 11:54:46 +01:00
|
|
|
}
|
|
|
|
.selected#icon_god-extensions {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/builder.menu_white.png);
|
2019-02-25 11:54:46 +01:00
|
|
|
}
|
|
|
|
.selected#icon_god-links {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/links.menu_white.png);
|
2019-02-25 11:54:46 +01:00
|
|
|
}
|
|
|
|
.selected#icon_god-um_messages {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-image: url(../../images/um_messages.menu_white.png);
|
2019-02-25 11:54:46 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#menu_full {
|
2019-05-30 18:21:13 +02:00
|
|
|
height: 100%;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
2019-03-05 12:54:11 +01:00
|
|
|
position: fixed;
|
2019-02-25 11:54:46 +01:00
|
|
|
z-index: 1;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
background-color: #343434;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button_collapse {
|
2019-05-30 18:21:13 +02:00
|
|
|
margin-top: auto;
|
2019-03-04 08:39:56 +01:00
|
|
|
height: 38px;
|
2019-03-25 12:41:39 +01:00
|
|
|
background-color: #505050;
|
2019-02-25 11:54:46 +01:00
|
|
|
text-align: center;
|
|
|
|
color: #fff;
|
|
|
|
cursor: pointer;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.logo_green {
|
|
|
|
height: 60px;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.operation div,
|
|
|
|
.operation a,
|
|
|
|
.godmode div,
|
|
|
|
.godmode a {
|
2019-06-04 22:16:58 +02:00
|
|
|
font-family: "lato", "Open Sans", sans-serif;
|
2019-02-25 11:54:46 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu_full_classic,
|
2019-02-26 10:43:59 +01:00
|
|
|
.button_classic {
|
2019-05-30 18:21:13 +02:00
|
|
|
width: 215px;
|
2019-02-26 10:43:59 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu_full_collapsed,
|
|
|
|
.button_collapsed {
|
2019-05-30 18:21:13 +02:00
|
|
|
width: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu_full_classic .title_menu_classic {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.menu_full_collapsed .title_menu_collapsed {
|
|
|
|
display: none;
|
2019-02-26 10:43:59 +01:00
|
|
|
}
|
|
|
|
|
2019-02-25 11:54:46 +01:00
|
|
|
.button_classic {
|
2019-05-30 18:21:13 +02:00
|
|
|
width: 215px;
|
2019-02-25 11:54:46 +01:00
|
|
|
background-image: url(../../images/button_collapse_menu.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button_collapsed {
|
|
|
|
background-image: url(../../images/button_classic_menu.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center;
|
|
|
|
}
|
|
|
|
|
2019-03-05 12:54:11 +01:00
|
|
|
/* Menu height: 601px, 720px, 735px */
|
2019-03-04 08:39:56 +01:00
|
|
|
@media screen and (max-height: 720px) {
|
2019-02-26 10:43:59 +01:00
|
|
|
.menu li,
|
2019-03-04 08:39:56 +01:00
|
|
|
.menu li a,
|
|
|
|
.menu li div {
|
2019-05-30 18:21:13 +02:00
|
|
|
min-height: 28px;
|
2019-02-26 10:43:59 +01:00
|
|
|
}
|
|
|
|
}
|
2019-03-05 12:54:11 +01:00
|
|
|
|
2019-03-04 08:39:56 +01:00
|
|
|
@media screen and (max-height: 735px) {
|
2019-02-26 10:43:59 +01:00
|
|
|
.operation {
|
2019-05-30 18:21:13 +02:00
|
|
|
padding-top: 10px;
|
2019-02-26 10:43:59 +01:00
|
|
|
}
|
|
|
|
.button_collapse {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-03-04 08:39:56 +01:00
|
|
|
/*
|
|
|
|
* ---------------------------------------------------------------------
|
|
|
|
* - STYLES TO CHANGE CLASSIC MENU AND COLLAPSED MENU -
|
|
|
|
* ---------------------------------------------------------------------
|
|
|
|
*/
|
|
|
|
.page_classic {
|
2019-05-30 18:21:13 +02:00
|
|
|
padding-left: 215px;
|
2019-03-04 08:39:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.page_collapsed {
|
2019-05-30 18:21:13 +02:00
|
|
|
padding-left: 60px;
|
2019-03-04 08:39:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.header_table_classic {
|
2019-05-30 18:21:13 +02:00
|
|
|
padding-left: 235px; /* 215 + 35 */
|
2019-03-04 08:39:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.header_table_collapsed {
|
2019-05-30 18:21:13 +02:00
|
|
|
padding-left: 80px; /* 60 + 35 */
|
2019-03-04 08:39:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.title_menu_classic {
|
2019-05-30 18:21:13 +02:00
|
|
|
display: flex;
|
2019-03-04 08:39:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.title_menu_collapsed {
|
2019-05-30 18:21:13 +02:00
|
|
|
display: none;
|
2019-03-04 08:39:56 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.menu_icon_collapsed {
|
2019-05-30 18:21:13 +02:00
|
|
|
background-position: 50% 50%;
|
2019-02-25 11:54:46 +01:00
|
|
|
}
|