pandorafms/pandora_console/include/styles/pandora_black.css

1510 lines
26 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
// ==========================================================
2020-11-27 13:52:35 +01:00
// Copyright (c) 2004-2021 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,
2021-07-12 10:55:28 +02:00
.selection,
2023-02-22 16:24:11 +01:00
button.sub,
.select2-container .select2-selection--single,
.select2-container .select2-selection--multiple {
background-color: #111 !important;
color: #fff !important;
}
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,
.white_table_graph_header,
.white-box-content,
fieldset,
.databox.filters,
table.databox,
.legend_basic,
.databox_color,
.white_box,
input.sub,
.introjs-tooltip,
2021-04-23 09:56:06 +02:00
button.sub,
2021-06-04 13:03:35 +02:00
.bg_general,
.show_result_interpreter,
2021-10-19 11:11:58 +02:00
div#rules::after,
table.agent_info_table thead > tr:first-child th,
table.agent_info_table tr {
2019-07-01 16:57:33 +02:00
background-color: #222 !important;
color: #fff !important;
}
2023-03-08 16:41:26 +01:00
div#head {
2023-02-22 16:24:11 +01:00
border-bottom: 1px solid #1a1a1a;
}
2023-03-08 16:41:26 +01:00
.menu_full_classic #menu_tabs {
height: 49px;
border-bottom: 1px solid #82b92e;
}
.menu_full_collapsed #menu_tabs {
height: 49px;
border-bottom: 1px solid #82b92e;
padding-bottom: 1px;
}
2023-02-22 16:24:11 +01:00
#menu_full {
border-right: 1px solid #111;
}
.logo_green {
background-color: #000;
}
2021-09-10 09:49:40 +02:00
#um-next:hover,
#um-last:hover {
border: 1px solid #888 !important;
}
#um-next,
#um-last {
background-color: #111 !important;
color: #fff !important;
font-weight: 500;
border-radius: 5px;
background-repeat: no-repeat;
background-position: 92% 10px;
padding-bottom: 10px;
padding-top: 10px;
padding-left: 15px;
border: 1px solid #333 !important;
cursor: pointer;
font-family: inherit;
font-size: 10pt;
}
2023-02-22 16:24:11 +01:00
.moduleIdBox,
input[readonly] {
background-color: #444 !important;
color: #a2a2a2 !important;
}
.switch_radio_button label {
background-color: #111;
color: white;
line-height: 1;
text-align: center;
padding: 7px 14px;
margin-right: -1px;
border: 1px solid #cbcbcb;
border-radius: 4px;
transition: all 0.1s ease-in-out;
}
.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(4.5) contrast(3.5);
}
.default_container {
font-weight: bold;
background-color: #222;
border: 1px solid #e2e2e2;
margin-bottom: 4px;
}
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,
input.pure_full {
background-color: #222;
}
.p-slider {
background-color: #888;
}
2023-02-22 16:24:11 +01:00
.p-slider:before {
background-color: #fff;
box-shadow: 0px 3px 6px #494949;
border: 1px solid #222;
}
.fileupload_form,
#button-pure {
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:not(.visual-console-item),
label,
2019-07-01 16:57:33 +02:00
#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,
2019-07-01 16:57:33 +02:00
.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.css */
2023-03-08 16:41:26 +01:00
.operation,
.godmode,
#menu_full {
2023-03-08 16:41:26 +01:00
background-color: #222;
}
.button_collapse {
background-color: #444;
}
.operation .selected,
.godmode .selected,
.menu_icon:hover {
2023-03-08 16:41:26 +01:00
background-color: #191919;
}
.submenu_text,
.span_has_menu_text,
.title_menu_classic span {
font-size: 14px;
font-weight: normal;
letter-spacing: -0.3px;
height: 18px;
color: #fff;
}
.head_tab_selected span {
color: #fff;
}
.tabs_selected {
background-color: #1d7874;
}
.operation .menu_icon ul.submenu > li,
.godmode .menu_icon ul.submenu > li {
background-color: #222;
padding-left: 24px !important;
}
.submenu_not_selected:hover {
background-color: #171717 !important;
color: #fff !important;
}
.submenu_selected {
margin-bottom: 0px;
background-color: #171717 !important;
}
.submenu_selected_no_submenu {
background-color: #111 !important;
color: #ffffff !important;
}
.sub_subMenu {
2023-03-08 16:41:26 +01:00
font-weight: normal;
background-color: #171717;
padding-left: 1.5em;
color: #fff !important;
}
.sub_subMenu.selected {
font-weight: 600;
background-color: #111 !important;
}
.sub_subMenu:hover {
background-color: #141414;
}
.sub_subMenu.selected a {
color: #fff !important;
}
.span_has_menu_text {
font-weight: normal;
font-size: 9.4pt;
color: #fff;
2019-07-02 13:12:05 +02:00
}
/* footer */
div#foot {
background: #222;
2019-07-02 13:12:05 +02:00
}
/* Overwrite inline styles */
2021-06-04 13:03:35 +02:00
.textodialogo td .white_important,
.multi-select-container {
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 {
2021-04-23 09:56:06 +02:00
background-color: #222 !important;
color: #fff;
border-bottom: 1px solid #707070;
border-top: 1px solid #707070;
2019-07-05 13:59:48 +02:00
}
table.table_modal_alternate tr:nth-child(even) td {
2021-04-23 09:56:06 +02:00
background-color: #111 !important;
color: #fff;
border-bottom: 1px solid #707070;
border-top: 1px solid #707070;
2021-04-23 09:56:06 +02:00
}
/* events.css */
table.black_table_modal_alternate tr:nth-child(odd) td {
background-color: #222 !important;
border-bottom: 1px solid #707070;
border-top: 1px solid #707070;
2021-04-23 09:56:06 +02:00
}
table.black_table_modal_alternate tr:nth-child(even) td {
background-color: #111 !important;
border-bottom: 1px solid #707070;
border-top: 1px solid #707070;
2019-07-05 13:59:48 +02:00
}
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;
}
2022-11-30 10:14:42 +01:00
.table_action_buttons a[href] img,
.table_action_buttons input[type="image"],
2019-07-01 16:57:33 +02:00
.action_button_img {
filter: brightness(4.5) contrast(50%);
background-color: transparent !important;
}
a.pandora_pagination {
color: #fff;
}
2023-03-10 12:47:44 +01:00
span.reinvert_filter {
filter: invert(1);
}
2019-07-01 16:57:33 +02:00
/* firts_task.css */
.new_task,
2022-04-05 13:40:12 +02:00
div.new_task,
div.new_task > div {
2019-07-01 16:57:33 +02:00
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 */
2023-03-10 12:47:44 +01:00
.tree-node div.node-content {
background-color: #444;
}
.tree-node div.node-content:hover {
2019-07-01 16:57:33 +02:00
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: invert(100%);
}
2019-07-01 16:57:33 +02:00
/* login.css */
div.login_nick input,
div.login_pass input {
2021-07-06 10:37:47 +02:00
background-color: #111 !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: #222 !important;
color: #fff;
2019-07-02 13:12:05 +02:00
}
.ui-widget-content,
.ui-widget-content a {
color: #fff !important;
2019-07-02 13:12:05 +02:00
}
2019-07-05 13:59:48 +02:00
.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
}
#cancel_btn_dialog {
background-color: red;
}
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: #222 !important;
color: #fff;
}
#notification-wrapper {
background: #111;
}
.notification-item {
background: #222;
2021-04-30 12:43:22 +02:00
border: none;
}
pre,
.notification-subtitle {
color: #fff;
}
/* update_manager.css */
div#box_online * {
color: #fff;
}
/* discovery.css */
#text_wizard {
color: white;
}
/* 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;
}
.backgrund_primary_important {
background-color: #111 !important;
}
.w16px {
padding-left: 16px;
padding-right: 16px;
padding-top: 16px;
}
.sound_div_background {
background-color: #222 !important;
}
/*
* ---------------------------------------------------------------------
* - RIGHT MENU SECTION -
* ---------------------------------------------------------------------
*/
#menu_tab_frame,
#menu_tab_frame_view,
#menu_tab_frame_view_bc {
2023-02-22 16:24:11 +01:00
/*
display: flex;
align-items: flex-end;
justify-content: space-between;
2023-02-22 16:24:11 +01:00
*/
border-bottom: 1px solid #82b92e;
/*
width: 100%;
padding-right: 0px;
margin-bottom: 20px;
2023-02-22 16:24:11 +01:00
height: 53px;
box-sizing: border-box;
2023-02-22 16:24:11 +01:00
*/
background-color: #111 !important;
}
.info_box {
background: #222 !important;
box-shadow: 0px 0px 15px -10px #888;
margin-top: 10px;
margin-bottom: 10px;
padding: 0px 5px 5px 10px;
border-style: solid;
border-width: 1px;
width: 100%;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
2021-04-30 12:43:22 +02:00
border-color: #707070;
}
input[type="submit"].submit-next:hover,
button.submit-next.ui-button.ui-corner-all.ui-widget:hover,
input[type="button"].submit-next:hover {
background: #82b92e;
}
div.nf {
background: url(../../images/information_alerts.png) no-repeat scroll 0 50%
transparent;
margin-left: 7px;
padding: 8px 1px 6px 25px;
}
/*Font header feedback*/
form#modal_form_feedback {
padding: 10px;
}
form#modal_form_feedback label {
margin-bottom: 10px;
color: white;
font-weight: bold;
font-size: 10pt;
}
form#modal_form_feedback input[type="email"] {
background-color: transparent;
border: none;
border-radius: 0;
border-bottom: 1px solid #ccc;
font-weight: lighter;
padding: 0px 0px 2px 0px;
box-sizing: border-box;
margin-bottom: 4px;
}
form#modal_form_feedback ul.wizard li {
padding-bottom: 10px;
padding-top: 10px;
}
form#modal_form_feedback ul.wizard li > label:not(.p-switch) {
width: 250px;
vertical-align: top;
display: inline-block;
}
form#modal_form_feedback ul.wizard li > textarea {
width: 600px;
height: 15em;
display: inline-block;
}
#categories_library .card_category a:hover {
color: #82b92e;
text-decoration: none;
}
#library_main_content div.library_main_category:hover {
border: 1px solid #e2e2e2;
background-color: #222;
border-radius: 4px;
padding: 19px;
cursor: pointer;
}
#library_main_content div.library_main_category a:hover {
color: white;
}
.textodialogo {
margin-left: 0px;
color: #333;
padding: 20px;
font-size: 9pt;
}
/* end of classes for event priorities */
div#main_pure {
background-color: #111;
text-align: left;
margin-bottom: 25px;
margin-top: 30px;
margin-left: 10px;
margin-right: 10px;
height: 1000px;
width: 98%;
position: static;
}
2023-02-22 16:24:11 +01:00
div#main,
2023-02-22 21:19:28 +01:00
div#container,
body.pure {
background-color: #111;
}
form ul.form_flex {
display: flex;
flex-flow: row wrap;
flex-direction: row;
align-content: center;
justify-content: space-around;
border: 1px solid #e2e2e2;
border-radius: 5px;
padding: 20px;
background: #222 !important;
}
.invert_filter,
.labels {
filter: invert(100%);
}
2023-03-10 14:49:38 +01:00
.info_table .invert_filter,
.info_table .labels {
filter: invert(100%);
}
.graph_conteiner_inside,
.container_table,
.second_background,
.bg_color222 {
background-color: #222;
}
.content-widget .container-center {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
width: 100%;
}
.container-layout {
border-radius: 5px;
border: 3px dashed #fff;
background: #222;
padding: 10px 0px 10px 0px;
}
2021-04-09 11:52:28 +02:00
.bullet .range.s0 {
background-color: #222;
fill: #222 !important;
border-radius: 4px;
}
2021-04-14 12:07:38 +02:00
text {
color: #fff !important;
}
.legendLabel {
2021-04-09 11:52:28 +02:00
color: #fff;
}
.incident_table {
position: absolute;
top: 5px;
right: 5px;
font-size: smaller;
color: white;
}
.cluetip-default {
background-color: #111 !important;
text-align: left;
}
.cluetip-default #cluetip-outer {
position: relative;
margin: 0;
background-color: #222;
}
.cluetip-default h3 {
margin: 0 0 5px;
padding: 8px 10px 4px;
font-size: 1.1em;
font-weight: bold;
background-color: #111 !important;
color: #fff;
}
.cluetip-default h3#cluetip-title {
display: none;
height: 0px;
margin: 0;
padding: 0;
color: #fff;
}
.cluetip-default #cluetip-title a {
color: #fff;
font-size: 0.95em;
}
.cluetip-default #cluetip-inner {
padding: 10px;
}
.cluetip-default div#cluetip-close {
text-align: right;
margin: 0 5px 5px;
color: #900;
}
2021-04-14 12:07:38 +02:00
.cluetip-default ul,
.text_left {
text-align: left !important;
}
.card {
border: 1px solid #e2e2e2;
background-color: #222;
display: flex;
flex-direction: column;
padding: 0;
border-radius: 4px;
text-align: center;
font-size: 16px;
justify-content: center;
}
.card_link_button:hover {
cursor: pointer;
padding: 10px 20px;
background-color: #eaeaea;
color: #111;
}
.sidebar_library {
min-width: 360px;
margin-left: 50px;
padding: 0px 0px 0px 30px;
background-color: #222;
border: 1px solid #e2e2e2;
border-radius: 4px;
}
.category_link:hover {
color: #82b92e;
}
#container_servicemap_legend {
position: absolute;
2021-04-07 13:27:24 +02:00
background: #222;
margin-top: 10px;
right: 2px;
border: 1px solid #e2e2e2;
border-radius: 5px;
padding: 10px;
opacity: 0.9;
2021-04-07 13:27:24 +02:00
color: #fff;
}
.notification-subtitle_black {
color: #000;
}
.no_invert_filter {
filter: none;
}
input:disabled {
background-color: #666;
}
#file_table_modal .create_folder,
#file_table_modal .create_text_file,
#file_table_modal .upload_file {
width: 33%;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
margin-right: 2px;
background-color: #222 !important;
}
div.criticity {
width: 150px;
height: 2em;
color: black;
text-align: center;
border-radius: 5px;
font-size: 0.8em;
padding: 5px;
margin: 0;
display: table-cell;
vertical-align: middle;
}
input[type="submit"].submit-next,
button.submit-next.ui-button.ui-corner-all.ui-widget,
input[type="button"].submit-next {
color: #82b92e;
border: 1px solid #82b92e;
background-color: #222 !important;
padding: 5px;
font-size: 1.3em;
margin: 0.5em 1em 0.5em 0;
cursor: pointer;
text-align: center;
height: 30px;
width: auto;
min-width: 90px;
}
input[type="submit"].submit-cancel,
button.submit-cancel.ui-button.ui-corner-all.ui-widget,
button.submit-cancel {
color: #fb4444;
border: 1px solid #fb4444;
background-color: #222 !important;
padding: 5px;
font-size: 1.3em;
margin: 0.5em 1em 0.5em 0;
cursor: pointer;
text-align: center;
height: 30px;
width: auto;
min-width: 90px;
}
input[type="submit"].submit-cancel:hover,
button.submit-cancel.ui-button.ui-corner-all.ui-widget:hover,
button.submit-cancel:hover {
background: #fb4444;
}
.submit-next:hover {
background: #82b92e;
}
div#dashboard-controls {
position: fixed;
z-index: 1;
top: 10px;
right: 10px;
width: 600px;
height: 70px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
background-color: #222;
border-radius: 15px;
padding: 10px;
}
2021-04-07 13:27:24 +02:00
.serviceap_show_bg {
overflow: hidden;
border: 1px solid #e2e2e2;
background-color: #111;
}
.title_service_unstack,
.title,
.title_service_stack {
font-size: 11px;
text-align: center;
text-anchor: middle;
fill: #fff;
2021-06-04 13:03:35 +02:00
color: #fff;
2021-04-07 13:27:24 +02:00
}
2021-04-09 11:52:28 +02:00
.tickLabel {
color: #fff;
}
.integria_details_shadow {
background-color: #222;
border-bottom: 1px solid #e2e2e2;
border-left: 1px solid #e2e2e2;
border-top-left-radius: 5px;
border-right: 1px solid #e2e2e2;
border-top-right-radius: 5px;
}
div.integria_details_description textarea {
width: 100%;
background-color: #111;
color: #fff;
resize: vertical;
}
2021-04-14 12:07:38 +02:00
.grid-stack-item-content {
color: #fff !important;
}
.widget-groups-status h1 a {
font-size: 1.1em;
font-weight: bold;
line-height: 20px;
color: #fff;
letter-spacing: 0.03pt;
text-decoration: none;
text-transform: capitalize;
}
.widget_groups_status {
background-color: #222;
}
.flot-text {
color: #fff !important;
}
.table.group_modules_status_box tr td {
letter-spacing: 0.03pt;
font-size: 11pt;
text-decoration: none;
color: #fff !important;
font-weight: bolder;
text-align: justify;
border-bottom: 0px;
}
.bg_222_important {
background-color: #222 !important;
}
2021-04-14 15:09:19 +02:00
.networkconsole {
background-color: #111;
}
.fill_222 {
fill: #222 !important;
}
.fill_fff {
fill: #fff !important;
}
2021-04-23 09:56:06 +02:00
.module_graph_menu_header,
.module_graph_menu_content {
background-color: #222 !important;
}
.invert_filter_important {
filter: invert(100%) !important;
}
2021-04-30 12:43:22 +02:00
fieldset {
border-color: #707070;
background-color: #222 !important;
color: #fff !important;
2021-04-30 12:43:22 +02:00
}
input,
textarea,
select,
2023-02-22 16:24:11 +01:00
.moduleIdBox,
2021-04-30 12:43:22 +02:00
.selection {
border-color: #707070;
}
.white_box,
.white-box-content {
border: 1px solid #707070;
background-color: #222 !important;
color: #fff !important;
2021-04-30 12:43:22 +02:00
}
.white_table_graph_header {
border: 1px solid #707070;
background-color: #222 !important;
color: #fff !important;
2023-03-11 02:10:16 +01:00
border-radius: 0;
2021-04-30 12:43:22 +02:00
}
2023-02-22 16:24:11 +01:00
.white_table_graph {
background-color: #222 !important;
}
2021-04-30 12:43:22 +02:00
table.databox {
border-color: #707070;
background-color: #222 !important;
color: #fff !important;
2021-04-30 12:43:22 +02:00
}
.info_table > tbody > tr {
border-bottom: 1px solid #303030;
background-color: #222 !important;
color: #fff !important;
2021-04-30 12:43:22 +02:00
}
.status_tactical {
border-color: #707070;
background-color: #222 !important;
color: #fff !important;
2021-04-30 12:43:22 +02:00
}
.status_tactical,
.tactical_set {
border-color: #707070;
background-color: #222 !important;
color: #fff !important;
2021-04-30 12:43:22 +02:00
}
li.ui-tabs-tab.ui-corner-top.ui-state-default.ui-tab {
border: 1px solid #707070;
background-color: #222 !important;
color: #fff !important;
}
.chartLegend {
width: 100%;
position: relative;
height: 30px;
}
.chartLegend table {
position: absolute;
right: 0px;
}
.graph_container {
width: 800px;
margin: 20px auto;
border-radius: 3px;
}
table.alternate tr:nth-child(2n + 1) td {
background-color: #222;
}
table.alternate tr:nth-child(2n) td {
background-color: #111;
}
2021-06-04 13:03:35 +02:00
.header_title {
font-weight: 600;
font-size: 10.5pt;
color: #fff;
}
.header_subtitle {
font-size: 10pt;
color: #a0a0a0;
font-weight: 300;
}
.new_task p,
.new_task div {
font-weight: initial;
}
.flot-base {
background-color: #222;
}
li > input[type="number"],
li > input[type="text"]:not(.search_input),
li > input[type="email"],
li > input[type="password"] {
background-color: transparent;
border: none;
border-radius: 0;
border-bottom: 1px solid #ccc;
font-weight: inherit;
padding: 0px 0px 2px 0px;
box-sizing: border-box;
margin-bottom: 4px;
}
a:hover {
text-decoration: underline;
color: #9b9b9b;
font-weight: bold;
}
input.search_input {
background-image: url("../../images/input_zoom.disabled.png");
}
.agents_modules_table,
.agents_modules_table td,
.agents_modules_table th {
border: 1px solid #707070;
}
.white-table-graph-content {
width: auto;
}
ul.subsubmenu li {
border-color: #707070 !important;
border-style: solid;
border-width: 1px;
}
a.pandora_pagination,
.filter_summary > div,
.border_bt,
.pagination .page_number {
border: 1px solid #707070 !important;
}
2023-02-22 16:24:11 +01:00
a.pandora_pagination {
background-color: #111;
}
a.pandora_pagination:hover {
background-color: #555 !important;
}
.dt-button.buttons-csv.buttons-html5 {
filter: invert(100%);
background-color: transparent;
}
.info_table.events > tbody > tr > td {
border-bottom: 2px solid #707070;
}
.info_table tr th,
.databox.data > tbody > tr > td {
border-bottom: 1px solid #707070 !important;
}
.databox.data > tbody > tr > td:first-child {
border-left: 1px solid;
}
.databox.data > tbody > tr > td:last-child,
.header_table_inner {
border-right: 1px solid #707070 !important;
}
.results-found,
#result_items.agents_modules_table,
.show_result_interpreter,
#menu_tab li.nomn_high {
background-color: #111 !important;
2021-06-04 13:03:35 +02:00
color: #fff;
}
#graph_container {
background-color: #111 !important;
color: #fff;
}
#elasticsearch_editor,
#elasticsearch_view {
filter: invert(100%);
}
#header_table {
padding-right: 35px;
background-color: #222;
}
.legend_background {
background-color: #222;
color: #fff !important;
}
2021-10-04 14:22:11 +02:00
.bg_ccc {
background-color: #50505050 !important;
}
2021-10-07 09:56:17 +02:00
.filter_none {
filter: brightness(0) contrast(50%) !important;
}
2021-10-07 13:43:46 +02:00
input[type="image"] {
background-color: transparent !important;
}
2021-10-07 16:45:56 +02:00
2021-10-07 13:43:46 +02:00
.databox_color {
background-color: transparent !important;
}
2022-03-15 09:21:34 +01:00
.mono {
font-family: source-code, mono, monospace;
}
2023-01-25 14:29:18 +01:00
.title-blue {
text-transform: none !important;
font-size: 1em !important;
margin: 0px !important;
padding: 0px !important;
color: #95a3bf;
}
2023-02-03 09:55:46 +01:00
/* Table about dialog */
.table-about {
background-color: #222 !important;
width: 100%;
border-collapse: collapse;
border-color: #222 !important;
}
.table-about th {
background-color: #222 !important;
width: 100%;
}
.table-about h1 {
text-transform: none !important;
font-size: 28px !important;
color: white;
margin-top: 34px;
margin-left: 9px;
}
.table-about h2 {
text-transform: none !important;
font-size: 15px !important;
margin-bottom: 5px;
margin-left: 9px;
color: #95a3bf;
}
.table-about h2 span {
color: #95a3bf;
font-size: large;
font-weight: bolder;
}
.table-about p {
color: white;
font-size: 15px;
font-weight: normal;
margin: 7px;
margin-left: 9px;
}
.table-about p span {
color: white;
font-size: 15px;
font-weight: bold;
margin: 9px;
margin-left: 0px;
}
.table-about p.about-last-p {
padding-bottom: 17px;
}
.table-about .about-last-tr {
border-bottom: 1px solid #eaeaea;
}
.about-copyright-div {
width: 100%;
height: 100%;
}
p.trademark-copyright {
width: 90%;
color: #8a96a6;
font-size: 13px;
margin-top: 20px;
margin-bottom: 0px;
text-align: center !important;
position: absolute;
bottom: 0;
}
#about-tabs,
#tab-general-view {
padding-bottom: 0px;
margin-bottom: 0px;
}
#about-tabs {
overflow: hidden;
}
#tab-database {
height: 80%;
overflow: auto;
}
2023-02-22 16:24:11 +01:00
button.buttonButton,
button.submitButton {
box-shadow: 0px 3px 6px #111;
}
2023-02-22 21:19:28 +01:00
button.buttonButton.secondary,
button.submitButton.secondary {
background-color: #999;
color: #fff;
border-color: #fff;
}
button.buttonButton.secondary:hover,
button.submitButton.secondary:hover {
color: #ddd !important;
border-color: #ddd !important;
}
button.buttonButton.secondary > div,
button.submitButton.secondary > div {
background-color: #fff !important;
}
button.buttonButton.secondary:hover > div,
button.submitButton.secondary:hover > div {
background-color: #ddd !important;
}
2023-02-22 16:24:11 +01:00
.fixed_filter_bar {
background-color: #222;
}
.section_table_title_line {
background-color: #008d86;
}
.section_table_title {
color: #008d86;
}
select[multiple] option:checked,
select[multiple] option:active {
background: #008d86;
}
.select2-results
> .select2-results__options
> .select2-results__option.select2-results__option--highlighted {
background-color: #008d86;
}
2023-02-27 09:57:17 +01:00
.filter_summary > div,
.filter_summary > div > div.content {
background-color: #222 !important;
}
ul.datatable_filter:has(li > div.action-buttons) {
background-color: #222 !important;
}
span.ui-dialog-title {
color: #fff !important;
}
span.select2-dropdown.select2-dropdown--below {
z-index: 1200;
}
div.white_table_graph {
border-radius: 0;
}
div.white_box_opened[style*="height: 0px"],
div.white_box_opened[style*="height:0"] {
border: 0px;
}
div.white_box.white_box_opened.no_border {
border-radius: 0px;
}
2023-02-27 10:31:50 +01:00
table.filter-table-adv td > div label {
color: white !important;
}
2023-03-10 12:40:21 +01:00
#principal_action_buttons {
background: #111111;
}
2023-03-11 02:10:16 +01:00
div.fixed-bottom-box,
div.fixed-bottom-box
> div.fixed-bottom-box-head
> div.fixed-bottom-box-head-body {
background-color: #111111 !important;
}