pandorafms/pandora_console/include/styles/help.css

92 lines
1.8 KiB
CSS

/*
// Pandora FMS - the Flexible Monitoring System
// =============================================
// Copyright (c) 2004-2023 Pandora FMS
// 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-size: 8pt;
}
h1,
h2,
h3 {
font: bold 1em;
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;
}