403 lines
6.7 KiB
CSS
403 lines
6.7 KiB
CSS
/*
|
|
|
|
Author: The Pandora FMS team
|
|
Name: Black theme
|
|
Description: The default Pandora FMS theme layout
|
|
|
|
// Pandora FMS - http://pandorafms.com
|
|
// ==========================================================
|
|
// Copyright (c) 2004-2019 Artica Soluciones Tecnológicas S.L
|
|
|
|
// This program is free software; you can redistribute it and/or
|
|
// modify it under the terms of the GNU General Public License
|
|
// as published by the Free Software Foundation; version 2
|
|
|
|
// This program is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU General Public License for more details.
|
|
// You should have received a copy of the GNU General Public License
|
|
// along with this program; if not, write to the Free Software
|
|
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
|
*/
|
|
|
|
/* General styles */
|
|
body,
|
|
div#page,
|
|
#menu_tab_frame,
|
|
#menu_tab_frame_view,
|
|
#menu_tab_frame_view_bc,
|
|
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;
|
|
}
|
|
|
|
div#head,
|
|
#menu_tab li.nomn_high,
|
|
#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;
|
|
}
|
|
|
|
/* 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;
|
|
}
|
|
|
|
/* 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,
|
|
.input_label,
|
|
.pagination,
|
|
tr.group_view_data,
|
|
.group_view_data,
|
|
ol.steps li span,
|
|
ol.steps li a {
|
|
color: #fff;
|
|
}
|
|
|
|
/* Tabs icons change color */
|
|
#menu_tab li.nomn img,
|
|
#menu_tab li img {
|
|
filter: invert(100%);
|
|
}
|
|
|
|
/* menu.css */
|
|
.operation {
|
|
background-color: #252525;
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
/* footer */
|
|
div#foot {
|
|
background: #222;
|
|
}
|
|
|
|
/* Overwrite inline styles */
|
|
.textodialogo td {
|
|
color: #fff !important;
|
|
}
|
|
|
|
/* snmp */
|
|
#snmp_browser {
|
|
background-color: #222 !important;
|
|
}
|
|
|
|
/* 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;
|
|
}
|
|
|
|
/* tables.css */
|
|
.info_table {
|
|
background-color: #222;
|
|
}
|
|
|
|
.info_table > tbody > tr:nth-child(even) {
|
|
background-color: #111;
|
|
}
|
|
|
|
.info_table tr:first-child > th,
|
|
.info_table th {
|
|
background-color: #222;
|
|
color: #fff;
|
|
}
|
|
|
|
.info_table > tbody > tr:hover,
|
|
.databox.data > tbody > tr:hover,
|
|
.checkselected,
|
|
.rowPair:hover,
|
|
.rowOdd:hover {
|
|
background-color: #555 !important;
|
|
}
|
|
|
|
.info_table .datos3,
|
|
.datos3,
|
|
.info_table .datos4,
|
|
.datos4 {
|
|
background-color: #444;
|
|
color: #fff;
|
|
}
|
|
|
|
.action_buttons a[href] img,
|
|
.action_buttons input[type="image"],
|
|
.action_button_img {
|
|
filter: brightness(2.5) contrast(50%);
|
|
}
|
|
|
|
/* firts_task.css */
|
|
.new_task,
|
|
div.new_task_cluster,
|
|
div.new_task_cluster > div {
|
|
background-color: #222;
|
|
}
|
|
|
|
/* events.css */
|
|
.filter_summary div {
|
|
background: transparent;
|
|
}
|
|
|
|
/* webchat */
|
|
#chat_box,
|
|
#userlist_box {
|
|
background: #222 !important;
|
|
}
|
|
|
|
#chat_box > div span {
|
|
color: #fff !important;
|
|
}
|
|
|
|
/* tree.css */
|
|
.node-content:hover {
|
|
background-color: #222;
|
|
}
|
|
|
|
ul.tree-group
|
|
li.tree-node
|
|
div.node-content
|
|
img:not(.module-status):not(.agent-status):not(.agent-alerts-fired) {
|
|
filter: brightness(2);
|
|
}
|
|
|
|
/* login.css */
|
|
div.login_nick input,
|
|
div.login_pass input {
|
|
background-color: #fff !important;
|
|
}
|
|
|
|
/* user edit */
|
|
.edit_user_info_right input {
|
|
border-bottom: 1px solid #5f5f5f;
|
|
}
|
|
|
|
#user-notifications-wrapper {
|
|
color: #fff;
|
|
}
|
|
|
|
/* datatables */
|
|
table.dataTable tbody tr {
|
|
background-color: #222;
|
|
}
|
|
|
|
table.dataTable span {
|
|
color: #fff;
|
|
}
|
|
|
|
/* diagnostic info */
|
|
table#diagnostic_info {
|
|
background-color: #111 !important;
|
|
}
|
|
|
|
table#diagnostic_info th {
|
|
background-color: #444 !important;
|
|
}
|
|
|
|
table#diagnostic_info tbody td div {
|
|
background-color: #222 !important;
|
|
}
|
|
|
|
/* agent view */
|
|
.buttons_agent_view {
|
|
filter: brightness(2.5);
|
|
}
|
|
|
|
/* jquery custom */
|
|
.ui-dialog,
|
|
.ui-widget-content {
|
|
background-color: #111;
|
|
}
|
|
.ui-widget-content,
|
|
.ui-widget-content a {
|
|
color: #fff;
|
|
}
|
|
|
|
.ui-state-default,
|
|
.ui-widget-content .ui-state-default,
|
|
.ui-widget-header .ui-state-default {
|
|
background-color: #222;
|
|
color: #fff;
|
|
}
|
|
|
|
.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);
|
|
}
|
|
|
|
/* 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;
|
|
}
|
|
|
|
div#code_license_dialog div#code,
|
|
div#form_activate_licence #code {
|
|
margin-top: 20px;
|
|
margin-bottom: 20px;
|
|
border: 0px;
|
|
background-color: #222;
|
|
}
|