pandorafms/pandora_console/include/styles/pandora_blackmetal.css

95 lines
2.6 KiB
CSS

/*
Author: The Pandora FMS team
Name: Black Metal theme
Description: A theme with a variable width layout
// Pandora FMS - the Free monitoring system
// ========================================
// Copyright (c) 2009 Artica Soluciones Tecnologicas, info@artica.es
// Copyright (c) 2009 Esteban Sanchez, <estebans@artica.es>
//
// 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.
// 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_width.css);
div#pandora_logo_header {
/* Put here your company logo */
background: url(../../images/MiniLogoArtica.jpg);
width: 83px;
height: 31px;
}
h1, h2, h3, h4 {
color: #000;
}
div#page {
border-bottom: solid 5px #000;
border-top: solid 5px #000;
}
div#head {
font-size: 8pt;
background: url(../../images/black_header.png);
background-color: #000;
background-repeat: repeat-x;
background-position: 0% 0%;
border-bottom: solid 2px #000;
}
th, .bg {
background-color: #555;
}
#menu_tab_frame, #menu_tab_frame_view {
border-bottom:1px solid #000;
}
#menu_tab li a, #menu_tab a {
border-left: 2px solid #000;
}
.databox_color {
border-left: 0px;
}
#head_r {
padding-top: 5px;
}
span#logo_text1, span#logo_text2 {
font: bolder 2.5em Arial, Sans-serif;
text-align: right;
}
ol.steps li.current {
border-left: 5px solid #000;
}