pandorafms/pandora_console/include/styles/pandora_black.css

215 lines
4.0 KiB
CSS

/*
Author: The Pandora FMS team
Name: Black theme
Description: A theme with a dark style
// Pandora FMS - the Flexible Monitoring System
// =============================================
// Copyright (c) 2004-2009 Artica Soluciones Tecnológicas S.L
// 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.
*/
@import url(pandora.css);
body, body.pure {
color: #EEE;
background-color: #4b4949;
background: #4b4949 url(../../images/black_background.png) repeat-x left top;
}
h1, h2, h3, h4 {
color: #BBB;
}
a {
color: #ddd;
}
a:hover {
color: #CCC;
}
}
h1#log {
color: #FFF;
}
div#container, div#page, div#main, div#head {
background-image: none;
background-color: #000;
background: #4b4949 url(../../images/black_background.png) repeat-x left top;
}
div#page {
border-bottom: solid 5px #001E40;
border-top: solid 5px #001E40;
}
div#foot {
background-color: #960003;
}
div#head {
background: url(../../images/black_red_header.png);
}
input:hover {
background-color: #d4dccd;
}
input.login {
background-color: #000;
}
th {
background-color: #041D3D;
}
tr.datos, tr.datost, tr.datosb , tr.datos_id,
tr.datosf9, tr.datos2, tr.datos2t,
tr.datos2b, tr.datos2_id , tr.datos2f9 {
background-color: #020E1D;
}
tr.datos:hover, tr.datost:hover, tr.datosb:hover, tr.datos_id:hover,
tr.datosf9:hover, tr.datos2:hover, tr.datos2t:hover,
tr.datos2b:hover, tr.datos2_id:hover, tr.datos2f9:hover {
background-color: #02152A;
}
td.datos3 {
background-color: #1e1e1e;
}
td.datos_id {
color: #1a313a;
}
tr.rowPair {
background-color: #274263;
}
tr.rowOdd {
background-color: #020E1D;
}
tr.rowPair:hover {
background-color: #4782A3;
}
tr.rowOdd:hover {
background-color: #424E5D;
}
div.title_line {
background-color: #000;
}
#menu_tab li a, #menu_tab li.nomn a {
background: #082C43;
color: #CFCFCF;
border-left: 1px solid #000;
}
#menu_tab li.nomn_high a {
background: #799E48;
color: #fff;
border-left: 2px solid #778866;
}
#menu_tab li.nomn:hover a, #menu_tab li:hover ul a:hover {
background-color: #62606a;
}
#menu_tab li:hover a {
background-color: #62606a;
}
#menu_tab li:hover ul a, #menu_tab .mn ul {
background-color: #62606a;
}
#menu_tab_left li a, #menu_tab_left li span {
background-color: #400027;
}
#menu_tab_left li.view a {
background-color: #0B315B;
}
.databox, .databox_color, .databox_frame {
border: 1px solid #071924;
}
.databox {
background-color: #000;
color: #fff;
}
.databox_color {
border-left: 4px solid #071924;
}
div#main_pure {
background-color: #000;
}
div.loading {
background-color: #BFBFBF;
}
/* Steps */
ol.steps li {
background-color: #4D4D4D;
}
ol.steps li.current {
border-left: 5px solid #CACACA;
background-color: #BFBFBF;
}
ol.steps li.visited {
color: #999 !important;
}
/* Menus */
.menu li a {
background-color: #000;
color: #CCC;
}
.submenu li a {
background-color: #505050;
color: #CCC;
}
.menu li.submenu_selected a {
background-color: #9c9c9c;
color: #222;
}
.menu li.selected {
background-color: #333 !important;
}
.menu li.links {
border-color: #333;
}
.submenu li a {
border-color: #333;
}
.menu {
border-color: #333;
}
.menu .menu_icon, .menu li.links {
background-color: #000;
}
#ip {
color: #000000;
}
input.login {
background-color: #f5f5f5;
}
.databox_login {
color: #000000;
}
/*CALENDAR TOOLTIP STYLE*/
/* Calendar background */
table.scw {
background-color: #505050;
}
/* Today selector */
td.scwFoot {
background-color: #505050;
color: #000;
}