pandorafms/pandora_console/include/styles/pandora_minimal.css

182 lines
3.1 KiB
CSS

/*
This is not a theme, is a minimal CSS for inclusion in some code.
Exclude css from visual styles
// Pandora FMS - the Flexible Monitoring System
// =============================================
// Copyright (c) 2004-2010 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.
*/
* {
font-family: verdana, sans-serif;
font-size: 8pt;
}
body {
text-align: center;
}
h1 {
font: bold 1em Arial, Sans-serif;
text-transform: uppercase;
color: #786;
padding-bottom: 5px;
padding-top: 7px;
font-size: 16px;
}
a {
color: #486787;
text-decoration: none;
}
a:hover {
color: #003a3a;
text-decoration: underline;
}
input {
padding: 2px 3px 4px 3px;
border: 1px solid #ddd;
font-family: verdana, sans-serif;
font-size: 8pt;
}
input:hover {
background-color: #d4dccd;
}
input.login {
border-color: #786;
background-color: #f5f5f5;
margin: 2px 0 8px;
width: 90px;
}
table,
img {
border: 0px;
}
.f9,
.f9i,
.f9b,
td.f9,
td.f9i,
td.datosf9,
td.datos2f9 {
font-size: 6.5pt;
}
.databox,
.databox_frame {
margin-bottom: 15px;
margin-top: 5px;
margin-left: 0px;
border: 1px solid #f2f2f2;
}
.databox {
background-color: #fafafa;
}
#show_menu {
}
#loading {
position: fixed;
width: 200px;
margin-left: 35%;
text-align: center;
top: 300px;
background-color: #999999;
padding: 20px;
}
tr.rowPair {
background-color: #fff;
}
tr.rowOdd {
background-color: #888;
}
tr.rowPair:hover {
background-color: #bbb;
}
tr.rowOdd:hover {
background-color: #444;
}
.disabled_module {
color: #98c2ed;
}
/*CALENDAR TOOLTIP STYLE*/
/* Calendar background */
table.scw {
background-color: #fff;
}
/* Week number heading */
td.scwWeekNumberHead {
color: #000;
}
td.scwWeek {
color: #000 !important;
}
/* Today selector */
td.scwFoot {
background-color: #fff;
color: #000;
}
td.scwFootDisabled {
background-color: #000;
color: #ffffff;
}
tfoot.scwFoot {
color: #000;
}
.scwFoot :hover {
color: #ffa500 !important;
}
input.next {
background: #e5e5e5 url(../../images/go.png) no-repeat 98% 2px;
}
input.next {
padding-right: 21px;
}
.info_box {
background: #ebebeb;
margin: 10px auto;
padding: 5px;
border: 1px solid #a8a8a8;
width: 85% !important;
-moz-box-shadow: 0px 2px 2px #010e1b !important;
-webkit-box-shadow: 0px 2px 2px #010e1b !important;
box-shadow: 0px 2px 2px #010e1b !important;
}
.info_box .title * {
font-size: 10pt !important;
font-weight: bolder;
}
.info_box .icon {
width: 30px !important;
text-align: center;
}