pandorafms/pandora_console/include/styles/pandora_minimal.css

176 lines
3.1 KiB
CSS
Raw Normal View History

/*
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
2012-04-30 Sancho Lerena <slerena@artica.es> All changes (except a small patch on function_groups) are ported from 4.0.2 development branch. * include/help/en/help_main_help.php: Added new general introduction help file. Need work. * include/functions_events.php: Fixed link colors and other aesthetic improvements. * include/styles/pandora_legacy.css include/styles/pandora_black.css include/styles/pandora.css include/styles/pandora_bluenavy.css include/styles/pandora_minimal.css include/styles/pandora_blackmetal.css include/styles/pandora_green.css: * extensions/agents_modules.php, include/functions_groups.php: now colors uses CSS instead fixed codes in code. In function_groups also I've also applied a missing patch from the 4.0 with corrections on the Group extration from the DB. * operation/events/sound_events.php: Fixed small format problem. * operation/events/events_list.php: Link on event now "zoom it" instead filter for the same events (nosense since agrupatio is the default view!). Fixed a lof of aesthetic issues, now uses CSS for most issues. * operation/agentes/tactical.php operation/agentes/estado_generalagente.php: more work in the visual aspect of the information. * images/status_sets/default/agent_ok.png images/status_sets/default/module_warning.png images/status_sets/default/module_ok.png images/status_sets/default/agent_warning.png: Replaced colors with more contrast, easier to view for operators!. * images/header_f2b.png images/header_f2.png: new style headers. * general/header.php: New icon for general help. * godmode/agentes/agent_manager.php: Removed ugly visualization for GIS agent icons. Now it's much better :) git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6236 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2012-04-30 21:22:07 +02:00
This is not a theme, is a minimal CSS for inclusion in some code.
Exclude css from visual styles
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
// Pandora FMS - the Flexible Monitoring System
// =============================================
// Copyright (c) 2004-2010 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.
*/
* {
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;
font-family: verdana, sans-serif;
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;
}
#show_menu {
}
#loading {
position:fixed;
width: 200px;
margin-left: 35%;
text-align:center;
top:300px;
background-color: #999999;
padding: 20px;
}
tr.rowPair {
background-color: #fff;
}
tr.rowOdd {
background-color: #888;
}
tr.rowPair:hover {
background-color: #bbb;
}
tr.rowOdd:hover {
background-color: #444;
}
.disabled_module {
color: #98c2ed;
}
/*CALENDAR TOOLTIP STYLE*/
/* Calendar background */
table.scw {
background-color: #FFF;
}
/* Week number heading */
td.scwWeekNumberHead {
color: #000;
}
td.scwWeek {
color: #000 !important;
}
/* Today selector */
td.scwFoot {
background-color: #FFF;
color: #000;
}
td.scwFootDisabled {
background-color: #000;
color: #FFFFFF;
}
tfoot.scwFoot {
color: #000;
}
.scwFoot :hover{
color: #FFA500 !important;
}
input.next {
background: #e5e5e5 url(../../images/go.png) no-repeat 98% 2px;
}
input.next {
padding-right: 21px;
}
.info_box {
background: #EBEBEB;
margin: 10px auto;
padding: 5px;
border: 1px solid #A8A8A8;
width: 85% !important;
-moz-box-shadow: 0px 2px 2px #010E1B !important;
-webkit-box-shadow: 0px 2px 2px #010E1B !important;
box-shadow: 0px 2px 2px #010E1B !important;
}
.info_box .title * {
font-size: 10pt !important;
font-weight: bolder;
}
.info_box .icon {
width: 30px !important;
text-align: center;
}