83 lines
1.7 KiB
CSS
83 lines
1.7 KiB
CSS
/*
|
|
|
|
Author: The Pandora FMS team
|
|
Name: Panoramic theme
|
|
Description: A theme with a variable width layout
|
|
|
|
// Pandora FMS - the Flexible Monitoring System
|
|
// =============================================
|
|
// Copyright (c) 2004-2009 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.
|
|
*/
|
|
*/
|
|
|
|
@import url(pandora.css);
|
|
|
|
div#container {
|
|
width: 95%;
|
|
}
|
|
div#page {
|
|
width: auto;
|
|
}
|
|
div#main {
|
|
width: auto;
|
|
float: none;
|
|
padding-left: 0px;
|
|
padding-top: 0px;
|
|
padding-bottom: 20px;
|
|
margin-left: 175px;
|
|
margin-right: 20px;
|
|
}
|
|
div#head {
|
|
width: auto;
|
|
}
|
|
div#foot {
|
|
width: auto;
|
|
}
|
|
ol.steps {
|
|
margin-bottom: 70px;
|
|
}
|
|
div#steps_clean {
|
|
display:none;
|
|
}
|
|
#menu_tab_frame, #menu_tab_frame_view {
|
|
width: 100%;
|
|
padding-right: 28px;
|
|
margin-left: -8px;
|
|
}
|
|
div#events_list {
|
|
float: left;
|
|
width: 100%;
|
|
}
|
|
span#logo_text1 {
|
|
font: bolder 3em Arial, Sans-serif;
|
|
letter-spacing: -2px;
|
|
color: #eee;
|
|
}
|
|
span#logo_text2 {
|
|
font: 3em Arial, Sans-serif;
|
|
letter-spacing: -2px;
|
|
color: #aaa;
|
|
}
|
|
div#logo_text3 {
|
|
text-align: right;
|
|
font: 2em Arial, Sans-serif;
|
|
letter-spacing: 6px;
|
|
color: #aaa;
|
|
font-weight: bold;
|
|
margin-top: 0px;
|
|
margin-left: 4px;
|
|
padding-top: 0px:
|
|
}
|