2007-06-02 15:54:02 +02:00
|
|
|
/*
|
2009-03-02 Esteban Sanchez <estebans@artica.es>
* include/functions_menu.php: Added to repository. Functions for menu.
* operation/menu.php, godmode/menu.php: Added class to menu due to
changes in print_menu().
* general/main_menu.php: temp_print_menu() moved to functions_menu.php
* include/functions_themes.php: Added to repository. Implement
functions relative to themes (only CSS themes list at this moment).
* include/styles/pandora.css, include/styles/pandora_black.css,
include/styles/pandora_minimal.css, include/styles/pandora_red.css:
Added author, name and description comments to adopt to new
get_themes() interface.
* include/styles/pandora_width.css: Improved and make lighter by
simply rewrite some classes.
* include/functions.php: Added is_ajax().
* godmode/agentes/module_manager_editor.php,
godmode/alerts/alert_actions.php, godmode/alerts/alert_commands.php,
godmode/alerts/alert_compounds.php, godmode/alerts/alert_list.php,
godmode/alerts/alert_templates.php, godmode/groups/group_list.php,
godmode/reporting/map_builder.php,
godmode/reporting/reporting_builder.php,
operation/agentes/estado_agente.php, operation/agentes/ver_agente.php,
operation/events/events.php, operation/messages/message.php: Use
is_ajax()
* godmode/setup/setup.php: Use enterprise_include() instead of manual
checking. Use get_css_themes() to show the theme list.
* include/styles/common.css: Added to repository. Minimal styles to
make pandora works and common with all the CSS themes.
* include/functions_ui.php: Added common.css file.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1496 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-03-02 14:43:15 +01:00
|
|
|
|
|
|
|
Author: The Pandora FMS team
|
|
|
|
Name: Minimal theme
|
|
|
|
Description: A minimal layout
|
|
|
|
|
2009-06-08 20:26:14 +02:00
|
|
|
// Pandora FMS - the Flexible Monitoring System
|
|
|
|
// =============================================
|
2010-06-07 17:22:29 +02:00
|
|
|
// Copyright (c) 2004-2010 Artica Soluciones Tecnológicas S.L
|
2009-06-08 20:26:14 +02:00
|
|
|
|
2007-06-02 15:54:02 +02:00
|
|
|
// 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
|
2009-06-08 20:26:14 +02:00
|
|
|
|
2007-06-02 15:54:02 +02:00
|
|
|
// 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;
|
2010-06-07 17:22:29 +02:00
|
|
|
font-family: verdana, sans-serif;
|
2007-06-02 15:54:02 +02:00
|
|
|
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;
|
2008-06-16 20:09:56 +02:00
|
|
|
background:#ddd;
|
2007-06-02 15:54:02 +02:00
|
|
|
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;
|
2009-10-06 21:27:57 +02:00
|
|
|
margin:0;
|
|
|
|
width:400px;
|
2010-10-22 19:55:54 +02:00
|
|
|
height:260px;
|
2007-06-02 15:54:02 +02:00
|
|
|
visibility:hidden;
|
2008-06-16 20:09:56 +02:00
|
|
|
filter:alpha(opacity=90);
|
|
|
|
-moz-opacity: 0.90;
|
|
|
|
opacity: 0.90;
|
2007-06-02 15:54:02 +02:00
|
|
|
}
|
2008-07-04 12:52:27 +02:00
|
|
|
#loading {
|
|
|
|
position:fixed;
|
|
|
|
width: 200px;
|
|
|
|
margin-left: 35%;
|
|
|
|
text-align:center;
|
|
|
|
top:300px;
|
|
|
|
background-color: #999999;
|
|
|
|
padding: 20px;
|
|
|
|
}
|
2009-08-07 Miguel de Dios <miguel.dedios@artica.es>
* operation/visual_console/index.php,
pandora_console/operation/users/user.php, operation/incidents/incident.php,
operation/agentes/status_monitor.php, operation/agentes/estado_agente.php,
operation/agentes/alerts_status.php, include/styles/pandora.css,
include/styles/pandora_black.css,include/styles/pandora_blackmetal.css,
include/styles/pandora_width.css, include/styles/pandora_minimal.css,
include/styles/pandora_red.css: the table list now has rows with alternate
colours for easy see the data.
git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1833 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-08-10 11:55:53 +02:00
|
|
|
|
|
|
|
tr.rowPair {
|
|
|
|
background-color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.rowOdd {
|
|
|
|
background-color: #888;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.rowPair:hover {
|
|
|
|
background-color: #bbb;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr.rowOdd:hover {
|
|
|
|
background-color: #444;
|
|
|
|
}
|
2009-09-25 18:04:14 +02:00
|
|
|
|
|
|
|
.disabled_module {
|
|
|
|
color: #98c2ed;
|
2010-06-07 17:22:29 +02:00
|
|
|
}
|