61 lines
2.2 KiB
CSS
61 lines
2.2 KiB
CSS
|
/*
|
||
|
// Pandora FMS - the Free monitoring system
|
||
|
// ========================================
|
||
|
// Copyright (c) 2004-2007 Sancho Lerena, slerena@gmail.com
|
||
|
// Main PHP/SQL code development and project architecture and management
|
||
|
// Copyright (c) 2004-2007 Raul Mateos Martin, raulofpandora@gmail.com
|
||
|
// CSS and some PHP additions
|
||
|
// Copyright (c) 2006-2007 Jonathan Barajas, jonathan.barajas[AT]gmail[DOT]com
|
||
|
// Javascript Active Console code.
|
||
|
// Copyright (c) 2006 Jose Navarro <contacto@indiseg.net>
|
||
|
// Additions to Pandora FMS 1.2 graph code and new XML reporting template management
|
||
|
// Copyright (c) 2005-2007 Artica Soluciones Tecnologicas, info@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.
|
||
|
*/
|
||
|
|
||
|
* {
|
||
|
font-family: verdana, sans-serif;
|
||
|
font-size: 8pt;
|
||
|
}
|
||
|
h1, h2, h3 {
|
||
|
font: bold 1em Arial, Sans-serif;
|
||
|
text-transform: uppercase;
|
||
|
color: #675;
|
||
|
padding-bottom: 5px;
|
||
|
padding-top: 7px;
|
||
|
}
|
||
|
h1 {
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
h2 {
|
||
|
font-size: 15px;
|
||
|
}
|
||
|
h3 {
|
||
|
font-size: 13px;
|
||
|
}
|
||
|
a {
|
||
|
color: #486787;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
dd.help_t1 {margin-left: 10px; margin-top: 6px; margin-bottom: 5px; font-size: 13px; font-weight: bold}
|
||
|
dd.help_t2 {margin-left: 28px; margin-top: 3px;}
|
||
|
dd.help_t3 {margin-left: 55px; margin-top: 4px;}
|
||
|
dd.help_t4 {margin-left: 92px; margin-top: 3px; margin-bottom: 2px;}
|
||
|
.ml15 {margin-left: 15px;}
|
||
|
.ml25 {margin-left: 25px;}
|
||
|
.ml35 {margin-left: 35px;}
|
||
|
.ml75 {margin-left: 75px;}
|
||
|
div.logo {float:left;}
|
||
|
div.toc {padding-left: 200px;}
|
||
|
div.rayah {border-top: 1px solid #708090; width: 100%;}
|
||
|
div.rayah2 {clear:both; border-top: 1px solid #708090; width: 100%; padding-bottom: 35px;}
|