pandorafms/pandora_console/include/styles/install.css

109 lines
2.9 KiB
CSS
Raw Normal View History

/*
// 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.
*/
h1 {
font: bold 1em Arial, Sans-serif;
text-transform: uppercase;
font-size: 18px;
color: #ffffff;
}
h2 {
font: bold 1em Arial, Sans-serif;
text-transform: uppercase;
font-size: 14px;
}
div#install_container {
margin: 0 auto;
margin-top: 35px;
width: 600px;
}
div#logo_img {
text-align: center;
width: 200px;
}
div#wizard {
text-align: left;
border: 1px solid #999;
margin-top: 3em;
padding: 20px;
padding-left: 20px;
width: 600px;
background-color: #fafafa;
}
div#install_box, div#install_img {
float: right;
padding-right: 20px;
margin-top: 0px;
width: 350px;
}
div#install_img {
margin-bottom: 25px;
margin-left: 25px;
}
div#foot_install {
font-size: 7pt;
color: #fff;
margin-top: solid 2px #000;
padding-top: 5px;
padding-bottom: 5px;
padding-left: 20px;
padding-right: 20px;
text-align: center;
background: #777;
width: 600px;
border-left: 1px solid #999;
border-right: 1px solid #999;
}
div#foot_install a{
color: #ccc;
}
input#step4, input#step4:hover {
width: 70px;
height: 16px;
border: 0px;
background-color: #fafafa;
}
div.warn {
background: url(../../images/info.png) no-repeat;
color: #ac4444;
margin-top: 7px;
padding: 2px 1px 6px 25px;
}
div.info {
background: url(../../images/information.png) no-repeat;
color: #000000;
margin-top: 7px;
padding: 2px 1px 6px 25px;
}
span.arr{
background: url(../../images/arrow.png) no-repeat;
margin-top: 2px;
margin-left: 5px;
padding: 2px 1px 6px 15px;
display: block;
}