pandorafms/pandora_console/include/styles/pandora_black.css

355 lines
5.6 KiB
CSS
Raw Normal View History

2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +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
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
Name: New black theme
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
Description: A theme with a dark style
// Pandora FMS - the Flexible Monitoring System
// =============================================
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
// Copyright (c) 2004-2012 Artica Soluciones Tecnologicas S.L
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +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
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +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.
*/
@import url(pandora.css);
body, body.pure {
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
color: #EEE;
background-color: #BCBCBC;
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
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
}
h1, h2, h3, h4 {
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
color: #BBB;
}
a {
color: #ddd;
}
a:hover {
color: #CCC;
}
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
h1#log {
color: #FFF;
}
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
div#head {
background: #1E1E1E;
background-image: url(../../images/header_f2b.jpg);
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
}
div#container, div#page, div#main {
background-image: none;
background-color: #5B5B5B;
}
div#main {
background-color: #474747;
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
}
div#page {
/*background-color: #ACACAC;*/
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
}
div#foot {
border-top: solid 2px #000;
background-color: #000;
2011-07-06 Juan Manuel Ramon <juanmanuel.ramon@artica.es> * include/functions_html.php include/styles/dialog.css include/styles/pandora_blackmetal.css include/styles/menu.css include/styles/pandora_black.css include/styles/pandora.css include/functions_ui.php extensions/update_manager/main.php operation/visual_console/index.php operation/agentes/status_monitor.php operation/agentes/estado_ultimopaquete.php operation/agentes/alerts_status.php operation/agentes/estado_generalagente.php operation/agentes/estado_agente.php operation/agentes/gis_view.php operation/agentes/estado_monitores.php operation/agentes/ver_agente.php operation/agentes/graphs.php operation/agentes/group_view.php operation/users/user_edit.php operation/events/events_list.php operation/messages/message.php operation/reporting/graph_viewer.php pandoradb.data.postgreSQL.sql pandoradb.data.oracle.sql images/agents_group.png images/application_double.png images/sitemap.png images/application_edit.png images/file.png images/page_white_text.png images/zoom.png images/page_refresh.png images/cog_del.png images/setup.png images/tag_red.png images/computer_error.png images/ok.png images/link_delete.png images/attachment.png images/god5.png images/god9.png images/down.png images/lightbulb.png images/help.png images/brick.png images/pill.png images/link_edit.png images/database_gear.png images/b_white.png images/wrench_orange.png images/up.png images/link_add.png images/chart_curve.png images/email_open.png images/page_white.png images/link2.png images/box.png images/clock.png images/note.png images/rss.png images/skin/skin_default/include/styles/pandora.css images/extensions.png images/flag_red.png images/database.png images/images.png images/cog.png images/b_yellow.png images/groups_small/clock.png images/groups_small/world.png images/groups_small/server_database.png images/groups_small/computer.png images/cancel.png images/add.png images/mouse.png images/server_database.png images/computer.png images/book_edit.png images/lupa.png images/heart.png images/database_lightning.png images/user.png images/link_break.png images/edit.png images/page_white_magnify.png images/normalscreen.png images/sitemap_color.png images/go.png images/config.png images/database_refresh.png images/link_go.png images/comments.png images/email.png images/lock.png images/os_icons/so_linux.png images/os_icons/android_small.png images/os_icons/android.png images/os_icons/so_linux_small.png images/error.png images/god3.png images/god7.png images/calendar_view_day.png images/data.png images/fullscreen.png images/server_web.png images/lupa_15x15.png images/lightning_go.png images/star.png images/user_suit.png images/upd.png images/application.png images/music_note.png images/lightbulb_off.png images/application_not_writable.png images/sort_down.png images/eye.png images/lightning.png images/header.jpg images/wrench.png images/mimetypes/unknown.png images/mimetypes/image.png images/mimetypes/zip.png images/mimetypes/directory.png images/mimetypes/text.png images/delete.png images/bricks.png images/world.png images/wand.png images/delete_modules.png images/disk.png images/group.png images/god8.png images/server.png images/bug.png images/page_lightning.png images/house.png images/log-out.png images/monitor.png images/information.png images/cross.png images/sort_up.png general/login_page.php general/logon_ok.php general/logoff.php godmode/groups/group_list.php godmode/admin_access_logs.php godmode/db/db_audit.php godmode/db/db_refine.php godmode/db/db_event.php godmode/agentes/agent_template.php godmode/agentes/module_manager_editor_common.php godmode/agentes/fields_manager.php godmode/agentes/module_manager.php godmode/agentes/modificar_agente.php godmode/agentes/agent_manager.php godmode/servers/recon_script.php godmode/servers/plugin.php godmode/servers/manage_recontask.php godmode/servers/modificar_server.php godmode/alerts/alert_list.list.php godmode/alerts/alert_templates.php godmode/alerts/alert_actions.php godmode/alerts/alert_commands.php godmode/snmpconsole/snmp_alert.php godmode/snmpconsole/snmp_filters.php godmode/users/user_list.php godmode/users/profile_list.php godmode/gis_maps/index.php godmode/massive/massive_operations.php godmode/modules/manage_network_templates.php godmode/modules/manage_network_components.php godmode/reporting/reporting_builder.list_items.php godmode/reporting/reporting_builder.main.php godmode/reporting/visual_console_builder.data.php godmode/reporting/reporting_builder.php godmode/reporting/graph_builder.preview.php godmode/tag/tag.php godmode/tag/edit_tag.php: Improved Css styles. * images/splash_pandora.png images/black_red_header.png images/black_background.png: Added images for new styles. *include/styles/pandora_red.css include/styles/pandora_width.css: Deleted old styles. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4514 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2011-07-06 13:57:27 +02: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
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
input:hover {
background-color: #d4dccd;
}
input.login {
background-color: #000;
}
th {
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
background-color: #082C43;
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
}
tr.datos, tr.datost, tr.datosb , tr.datos_id,
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
tr.datosf9 {
background-color: rgb(14,14,14);
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
}
tr.datos:hover, tr.datost:hover, tr.datosb:hover, tr.datos_id:hover,
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
tr.datosf9:hover {
background-color: #262626;
}
tr.datos2, tr.datos2t, td.datos2,
tr.datos2b, tr.datos2_id , tr.datos2f9 {
background-color: rgb(24,24,24);
}
tr.datos2:hover, tr.datos2t:hover, td.datos2,
tr.datos2b:hover, tr.datos2_id:hover, tr.datos2f9:hover {
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
background-color: #363636;
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02: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
td.datos {
line-height: 20px;
background-color: #0E0E0E;
}
td.datos2 {
line-height: 20px;
background-color: #1B1B1B;
}
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
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
td.datos3 {
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
line-height: 20px;
background-color: #1e1e1e;
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
}
td.datos_id {
color: #1a313a;
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
}
tr.rowPair {
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
background-color: #202020;
}
tr.rowOdd {
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
background-color: #101010;
}
tr.rowPair:hover {
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
background-color: #232323;
}
tr.rowOdd:hover {
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
background-color: #151515;
}
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
div.title_line {
background-color: #000;
}
#menu_tab li a, #menu_tab li.nomn a {
background: #082C43;
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
border-left: 1px solid #0C1E56;
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
}
#menu_tab li.nomn_high a {
background: #799E48;
color: #fff;
border-left: 2px solid #778866;
}
#menu_tab li.nomn:hover a, #menu_tab li:hover ul a:hover {
background-color: #62606a;
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
}
#menu_tab li:hover a {
background-color: #62606a;
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
}
#menu_tab li:hover ul a, #menu_tab .mn ul {
background-color: #62606a;
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
}
#menu_tab_left li a, #menu_tab_left li span {
/*background-color: #400027;*/
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
}
#menu_tab_left li.view a {
background-color: #0B315B;
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
}
.databox, .databox_color, .databox_frame {
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
border: none;
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02: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
#menu_tab_left ul.mn li.nomn {
background-color: #082C43;
}
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
.databox {
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
background-color:#030303;
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
color: #fff;
}
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
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
.databox_color {
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
border-left:none;
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
}
div#main_pure {
background-color: #000;
}
div.loading {
background-color: #BFBFBF;
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
}
/* Steps */
ol.steps li {
background-color: #4D4D4D;
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
}
ol.steps li.current {
border-left: 5px solid #CACACA;
background-color: #BFBFBF;
2008-07-10 Sancho Lerena <slerena@gmail.com> * include/styles/pandora_red.css: Updated. * include/styles/pandora_black.css: New style with BLACK blackground. * include/styles/pandora.css: Updated. * include/functions_db.php: Added auto order combos and queries. * include/functions_visual_map.php: Added overlap on down elements if there are more than one in the same position (This could allow to cluster elements to shown the down status first). Removed unused code. * operation/events/events.php: Added tooltip for group name. * operation/visual_console/render_view.php: Adjusted controls position. * operation/agentes/status_monitor.php: Added status for unknown monitors. Added some database search improvement. * operation/agentes/sla_view.php: Sorted list of items. * operation/agentes/ver_agente.php: Updated AJAX code for network map detail view of an agent. Added alert data. * operation/agentes/tactical.php: Removed 'fixed' styles, now using CSS. * operation/agentes/networkmap.php: Added ransep and font selectors. Added alert under yellow color. Minor improvements. * operation/reporting/graph_viewer.php: Style update. * operation/menu.php: Visual console maps sort by name * images/background-li.gif: This sould replace <li> image. * general/login_page.php: Added build version on develop mode. * godmode/reporting/map_builder.php: Sorted lists, and shown module name instead description. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@949 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2008-07-10 13:58:40 +02:00
}
ol.steps li.visited {
color: #999 !important;
}
/* Menus */
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
.menu li a {
color: #ACACAC;
}
.submenu li a {
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
background-color: #121212 !important;
color: #CCC;
}
.menu li.submenu_selected a {
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
background-color: #9c9c9c !important;
}
.menu li.selected {
background-color: #333 !important;
}
.menu li.links {
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
border-color: #333 ;
}
.submenu li a {
border-color: #333;
}
.menu {
border-color: #333;
}
.menu .menu_icon, .menu li.links {
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
background-color: #000 !important;
}
#ip {
color: #000000;
}
input.login {
background-color: #f5f5f5;
}
.databox_login {
color: #000000;
}
/*CALENDAR TOOLTIP STYLE*/
/* Calendar background */
table.scw {
background-color: #505050;
}
/* Today selector */
td.scwFoot {
background-color: #505050;
color: #000;
}
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
.bg {
background-color: #333333;
}
.bg3 {
background-color: #082C43;
}
a.datos_yellow, a.datos_yellowf9 {
color: #000;
}
fieldset {
background-color: #050505;
border: 1px solid #303030;
color: #ababab;
}
fieldset legend {
color: #ababab;
font-size: 1.1em;
}
.databox_color {
background-color: #0E0E0E;
}
.notify {
color: #181818;
}
.info_box {
background-color: #BCBCBC;
margin: 10px 0px 10px 10px;
}
#menu_tab_frame_view {
display: block !important;
background-color: #5B5B5B;
border-bottom: 1px solid #82b92e;
margin-left:-8px;
min-height:25px;
/*padding-right:28px;*/
width:100%;
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
}
/* Godmode */
#menu_tab_frame {
display: block !important;
background-color: #5B5B5B;
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
border-bottom: 1px solid #082C43;
margin-left:-8px;
min-height:25px;
/*padding-right:28px;*/
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
width:100%;
}
.menu a:hover {
color: #fff;
}
.is_submenu2 {
background-color: #222222 !important;
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
}
.menu ul {
background-color: #101010;
}
#menu_tab li.separator, #menu_tab li.separator_view {
background: none !important;
padding: 5px;
}
input#text-id_parent.ac_input, input, textarea, select{
background-color: #cfcfcf !important;
}
.menu li, menu li.selected, .menu li.not_selected {
border: 0px none;
border-radius: 0px;
}
.menu ul {
background-color: #202020 !important;
}
.menu li a:hover,
.submenu li a:hover {
color: #fff;
}
.ui-dialog-content {
background-color: #404040 !important;
}
.info_box {
box-shadow: 0px 5px 5px rgb(22,22,22);
}
.ac_results {
color: #000000 !important;
}