161 lines
2.9 KiB
CSS
161 lines
2.9 KiB
CSS
/*
|
|
|
|
Author: The Pandora FMS team
|
|
Name: Minimal theme
|
|
Description: A minimal layout
|
|
|
|
// 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;
|
|
}
|
|
.menu {
|
|
color:#000;
|
|
background:#ddd;
|
|
margin-left: 10px;
|
|
padding-left: 10px;
|
|
padding-top: 10px;
|
|
text-align: left;
|
|
font-family:arial,sans-serif,verdana;
|
|
font-size:10px;
|
|
border:1px solid #000;
|
|
position:absolute;
|
|
margin:0;
|
|
width:400px;
|
|
height:260px;
|
|
visibility:hidden;
|
|
filter:alpha(opacity=90);
|
|
-moz-opacity: 0.90;
|
|
opacity: 0.90;
|
|
}
|
|
#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;
|
|
}
|
|
|