pandorafms/pandora_console/include/styles/pandora_black.css

441 lines
7.4 KiB
CSS
Raw Normal View History

/*
2009-03-02 Esteban Sanchez <estebans@artica.es> * include/functions_menu.php: Added to repository. Functions for menu. * operation/menu.php, godmode/menu.php: Added class to menu due to changes in print_menu(). * general/main_menu.php: temp_print_menu() moved to functions_menu.php * include/functions_themes.php: Added to repository. Implement functions relative to themes (only CSS themes list at this moment). * include/styles/pandora.css, include/styles/pandora_black.css, include/styles/pandora_minimal.css, include/styles/pandora_red.css: Added author, name and description comments to adopt to new get_themes() interface. * include/styles/pandora_width.css: Improved and make lighter by simply rewrite some classes. * include/functions.php: Added is_ajax(). * godmode/agentes/module_manager_editor.php, godmode/alerts/alert_actions.php, godmode/alerts/alert_commands.php, godmode/alerts/alert_compounds.php, godmode/alerts/alert_list.php, godmode/alerts/alert_templates.php, godmode/groups/group_list.php, godmode/reporting/map_builder.php, godmode/reporting/reporting_builder.php, operation/agentes/estado_agente.php, operation/agentes/ver_agente.php, operation/events/events.php, operation/messages/message.php: Use is_ajax() * godmode/setup/setup.php: Use enterprise_include() instead of manual checking. Use get_css_themes() to show the theme list. * include/styles/common.css: Added to repository. Minimal styles to make pandora works and common with all the CSS themes. * include/functions_ui.php: Added common.css file. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1496 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-03-02 14:43:15 +01:00
Author: The Pandora FMS team
Name: Black theme
Description: The default Pandora FMS theme layout
2009-03-02 Esteban Sanchez <estebans@artica.es> * include/functions_menu.php: Added to repository. Functions for menu. * operation/menu.php, godmode/menu.php: Added class to menu due to changes in print_menu(). * general/main_menu.php: temp_print_menu() moved to functions_menu.php * include/functions_themes.php: Added to repository. Implement functions relative to themes (only CSS themes list at this moment). * include/styles/pandora.css, include/styles/pandora_black.css, include/styles/pandora_minimal.css, include/styles/pandora_red.css: Added author, name and description comments to adopt to new get_themes() interface. * include/styles/pandora_width.css: Improved and make lighter by simply rewrite some classes. * include/functions.php: Added is_ajax(). * godmode/agentes/module_manager_editor.php, godmode/alerts/alert_actions.php, godmode/alerts/alert_commands.php, godmode/alerts/alert_compounds.php, godmode/alerts/alert_list.php, godmode/alerts/alert_templates.php, godmode/groups/group_list.php, godmode/reporting/map_builder.php, godmode/reporting/reporting_builder.php, operation/agentes/estado_agente.php, operation/agentes/ver_agente.php, operation/events/events.php, operation/messages/message.php: Use is_ajax() * godmode/setup/setup.php: Use enterprise_include() instead of manual checking. Use get_css_themes() to show the theme list. * include/styles/common.css: Added to repository. Minimal styles to make pandora works and common with all the CSS themes. * include/functions_ui.php: Added common.css file. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1496 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
2009-03-02 14:43:15 +01:00
// Pandora FMS - http://pandorafms.com
// ==========================================================
2019-07-02 15:15:19 +02:00
// Copyright (c) 2004-2019 Artica Soluciones Tecnológicas 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.
*/
/* General styles */
2019-07-02 13:12:05 +02:00
body,
2019-07-01 16:57:33 +02:00
div#page,
#menu_tab_frame,
#menu_tab_frame_view,
#menu_tab_frame_view_bc,
ul.subsubmenu li,
2019-07-01 16:57:33 +02:00
input.search_input,
.filters input,
input#text-id_parent.ac_input,
input,
textarea,
select,
.edit_user_comments #textarea_comments,
.discovery_textarea_input {
background-color: #111;
color: #fff;
}
2019-07-01 16:57:33 +02:00
div#head,
#menu_tab li.nomn_high,
2019-07-01 16:57:33 +02:00
#menu_tab li.nomn_high span,
.info_box,
.white_table_graph_header,
.white-box-content,
fieldset,
.databox.filters,
table.databox,
.legend_basic,
.databox_color,
.white_box {
background-color: #222 !important;
color: #fff;
}
input[readonly] {
background-color: #444 !important;
color: #a2a2a2 !important;
}
.box-shadow {
box-shadow: none;
}
select:disabled,
textarea:disabled {
background-color: #666;
}
.status_tactical,
.tactical_set,
.td-bg-white td,
#top_btn:hover {
background-color: transparent;
}
.agent_details_col,
.white_table,
.white_table tr:first-child > th,
.white_table_graph_content {
background-color: #222;
color: #fff;
}
.notify,
.notify h3 {
color: #000;
}
.sort_arrow img {
filter: brightness(2.5) contrast(3.5);
}
table.widget_list tr.datos,
table.widget_list tr.datos2,
table.widget_list td.datos,
table.widget_list td.datos2 {
background-color: inherit;
}
/* Change inputs with autocomplete */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
-webkit-box-shadow: 0 0 0 30px #111 inset !important;
}
input:-webkit-autofill {
-webkit-text-fill-color: #fff !important;
}
/* messages */
.container {
background-color: #222;
}
.p-slider {
background-color: #888;
}
.fileupload_form {
background-color: #222 !important;
}
#drop_file {
background-color: #444 !important;
color: #fff !important;
}
ol.steps li.current {
border-left: 5px solid #82b92e;
background-color: #545454;
}
ol.steps li {
background-color: #999;
}
ol.steps li.visited,
ol.steps li.visited span,
ol.steps li.visited a {
color: #eaeaea;
}
2019-07-01 16:57:33 +02:00
/* White text */
a,
#menu_tab_left li a,
#menu_tab_left li span,
fieldset legend,
.tactical_set legend,
#user-notifications-wrappe,
#user_form *,
h1,
h2,
h3,
h4,
.info_table > tbody > tr > th,
.info_table > thead > tr > th,
.info_table > thead > tr > th a,
.info_table > thead > tr > th > span,
form.discovery label,
.edit_user_labels,
2019-07-02 13:12:05 +02:00
.input_label,
.pagination,
tr.group_view_data,
.group_view_data,
ol.steps li span,
ol.steps li a {
2019-07-01 16:57:33 +02:00
color: #fff;
}
/* Tabs icons change color */
#menu_tab li.nomn img,
#menu_tab li img {
filter: invert(100%);
}
/* menu.css */
.operation {
background-color: #252525;
2019-07-02 13:12:05 +02:00
}
.godmode,
#menu_full {
background-color: #1a1a1a;
}
.button_collapse {
background-color: #444;
}
.operation .selected,
.godmode .selected,
.menu_icon:hover {
background-color: #080808;
}
.sub_subMenu {
background-color: #343434;
2019-07-02 13:12:05 +02:00
}
/* footer */
div#foot {
background: #222;
2019-07-02 13:12:05 +02:00
}
/* Overwrite inline styles */
.textodialogo td {
color: #fff !important;
}
/* snmp */
#snmp_browser {
background-color: #222 !important;
2019-07-02 13:12:05 +02:00
}
2019-07-05 13:59:48 +02:00
/* events.css */
table.table_modal_alternate tr:nth-child(odd) td {
background-color: #222;
}
table.table_modal_alternate tr:nth-child(even) td {
background-color: #111;
}
2019-07-02 13:12:05 +02:00
/* tables.css */
2019-07-01 16:57:33 +02:00
.info_table {
background-color: #222;
}
2017-01-16 13:31:56 +01:00
2019-07-01 16:57:33 +02:00
.info_table > tbody > tr:nth-child(even) {
background-color: #111;
2017-01-16 13:31:56 +01:00
}
2019-07-01 16:57:33 +02:00
.info_table tr:first-child > th,
.info_table th {
background-color: #222;
color: #fff;
}
2019-07-01 16:57:33 +02:00
.info_table > tbody > tr:hover,
.databox.data > tbody > tr:hover,
2019-07-02 13:12:05 +02:00
.checkselected,
.rowPair:hover,
.rowOdd:hover {
2019-07-02 13:12:05 +02:00
background-color: #555 !important;
}
.info_table .datos3,
.datos3,
.info_table .datos4,
.datos4 {
background-color: #444;
color: #fff;
}
2019-07-01 16:57:33 +02:00
.action_buttons a[href] img,
.action_buttons input[type="image"],
.action_button_img {
filter: brightness(2.5) contrast(50%);
}
a.pandora_pagination {
color: #fff;
}
2019-07-01 16:57:33 +02:00
/* firts_task.css */
.new_task,
div.new_task_cluster,
div.new_task_cluster > div {
background-color: #222;
}
2019-07-02 13:12:05 +02:00
/* events.css */
.filter_summary div {
background: transparent;
}
2019-07-01 16:57:33 +02:00
/* webchat */
#chat_box,
#userlist_box {
background: #222 !important;
}
2019-07-02 13:12:05 +02:00
#chat_box > div span {
color: #fff !important;
}
2019-07-01 16:57:33 +02:00
/* tree.css */
.node-content:hover {
background-color: #222;
}
2019-07-01 16:57:33 +02:00
ul.tree-group
li.tree-node
div.node-content
img:not(.module-status):not(.agent-status):not(.agent-alerts-fired) {
filter: brightness(2);
}
2019-07-01 16:57:33 +02:00
/* login.css */
div.login_nick input,
div.login_pass input {
2019-07-01 16:57:33 +02:00
background-color: #fff !important;
}
2019-07-01 16:57:33 +02:00
/* user edit */
.edit_user_info_right input {
border-bottom: 1px solid #5f5f5f;
}
2019-07-02 13:12:05 +02:00
#user-notifications-wrapper {
color: #fff;
}
2019-07-01 16:57:33 +02:00
/* datatables */
table.dataTable tbody tr {
background-color: #222;
}
2019-07-01 16:57:33 +02:00
table.dataTable span {
color: #fff;
}
2019-07-01 16:57:33 +02:00
/* diagnostic info */
table#diagnostic_info {
background-color: #111 !important;
}
2019-07-02 13:12:05 +02:00
table#diagnostic_info th {
background-color: #444 !important;
}
2019-07-01 16:57:33 +02:00
table#diagnostic_info tbody td div {
background-color: #222 !important;
}
2019-07-01 16:57:33 +02:00
/* agent view */
2019-07-02 13:12:05 +02:00
.buttons_agent_view {
filter: brightness(2.5);
}
2019-07-02 13:12:05 +02:00
/* jquery custom */
.ui-dialog,
.ui-widget-content {
background-color: #111;
}
.ui-widget-content,
.ui-widget-content a {
color: #fff;
}
2019-07-05 13:59:48 +02:00
.ui-widget-content.ui-autocomplete,
.ui-widget-content.ui-autocomplete a {
color: #333;
}
2019-07-05 13:59:48 +02:00
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
background-color: #222 !important;
color: #fff !important;
2019-07-05 13:59:48 +02:00
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
background-color: #111;
color: #fff;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
color: #fff;
}
ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header
img {
filter: brightness(2);
}
.ui-dialog .ui-dialog-buttonpane button {
background-color: transparent;
color: #fff;
}
/* notifications */
#notification-wrapper::before {
border-bottom-color: #111;
}
#notification-wrapper {
background: #111;
}
.notification-item {
background: #222;
}
.notification-subtitle {
color: #fff;
}
/* update_manager.css */
div#box_online * {
color: #000;
}
/* discovery.css */
#text_wizard {
color: #555;
}
/* news dialog */
#news_dialog #new_text {
background: #222 !important;
}
/* ipam */
.tooltipster-content {
background: #222 !important;
}
/* licence */
div#code_license_dialog div#code,
div#form_activate_licence #code {
margin-top: 20px;
margin-bottom: 20px;
border: 0px;
background-color: #222;
}