123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803 |
- /* SPDX-License-Identifier: GPL-3.0-or-later */
- :root {
- --color-main: #FFFFFF;
- --color-primary: #00ab44;
- --color-border: #878b90;
- }
- html,
- body {
- /*font-family: Calibri,"Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;*/
- font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
- font-style: normal;
- font-variant: normal;
- color: #878b90;
- }
- /* fixes for default slate theme */
- code {
- color: #bbb; /*#c7254e;*/
- background-color: #555; /* #f9f2f4; */
- }
- .dashboard-sidebar .nav > .active > a,
- .dashboard-sidebar .nav > .active:hover > a,
- .dashboard-sidebar .nav > .active:focus > a {
- color: #765d9c;
- border-left: 2px solid #765d9c;
- }
- .morelink {
- color: #765d9c;
- text-decoration: none;
- }
- .morelink:hover {
- color: #563d7c;
- text-decoration: none;
- }
- .morelink:focus {
- color: #765d9c;
- text-decoration: none;
- }
- .netdata-chart-alignment {
- /* 55 for legend-right */
- margin-left: 35px;
- }
- .netdata-chart-row {
- width: 100%;
- text-align: center;
- display: flex;
- display: -webkit-flex;
- display: -moz-flex;
- align-items: flex-end;
- -moz-align-items: flex-end;
- -webkit-align-items: flex-end;
- justify-content: center;
- -moz--webkit-justify-content: center;
- -moz-justify-content: center;
- padding-top: 10px;
- }
- .netdata-container {
- display: inline-block;
- overflow: hidden;
- transform: translate3d(0,0,0);
- /* required for child elements to have absolute position */
- position: relative;
- /* width and height is given per chart with data-width and data-height */
- }
- .netdata-container-gauge {
- display: inline-block;
- overflow: hidden;
- transform: translate3d(0,0,0);
- /* required for child elements to have absolute position */
- position: relative;
- /* width and height is given per chart with data-width and data-height */
- }
- .netdata-container-gauge:after {
- padding-top: 60%;
- display: block;
- content: '';
- }
- .netdata-container-easypiechart {
- display: inline-block;
- overflow: hidden;
- transform: translate3d(0,0,0);
- /* required for child elements to have absolute position */
- position: relative;
- /* width and height is given per chart with data-width and data-height */
- }
- .netdata-container-easypiechart:after {
- padding-top: 100%;
- display: block;
- content: '';
- }
- .netdata-aspect {
- position: relative;
- width: 100%;
- padding: 0px;
- margin: 0px;
- }
- .netdata-container-with-legend {
- display: inline-block;
- overflow: hidden;
- transform: translate3d(0,0,0);
- /* fix minimum scrollbar issue in firefox */
- min-height: 99px;
- /* required for child elements to have absolute position */
- position: relative;
- /* width and height is given per chart with data-width and data-height */
- }
- .netdata-container-with-legend.netdata-container-with-legend--bottom {
- display: flex;
- flex-direction: column;
- }
- .netdata-legend-resize-handler {
- display: block;
- position: absolute;
- bottom: 0px;
- right: 0px;
- height: 15px;
- width: 20px;
- background-color: #272b30;
- font-size: 15px;
- vertical-align: middle;
- line-height: 15px;
- cursor: ns-resize;
- color: var(--color-selected, #373b40);
- text-align: center;
- overflow: hidden;
- padding: 0px;
- margin: 0px;
- }
- .netdata-legend-toolbox {
- display: block;
- position: absolute;
- bottom: 0px;
- right: 0px;
- height: 15px;
- width: 110px;
- font-size: 12px;
- vertical-align: middle;
- line-height: 15px;
- color: #373b40;
- text-align: center;
- overflow: hidden;
- padding: 0px;
- margin: 0px;
- /* prevent text selection after double click */
- -webkit-user-select: none; /* webkit (safari, chrome) browsers */
- -moz-user-select: none; /* mozilla browsers */
- -khtml-user-select: none; /* webkit (konqueror) browsers */
- -ms-user-select: none; /* IE10+ */
- }
- .netdata-legend-toolbox-button {
- display: inline-block;
- position: relative;
- height: 15px;
- width: 18px;
- background-color: #272b30;
- font-size: 12px;
- vertical-align: middle;
- line-height: 15px;
- color: var(--color-selected, #373b40);
- text-align: center;
- overflow: hidden;
- padding: 0px;
- margin: 0px;
- cursor: pointer;
- /* prevent text selection after double click */
- -webkit-user-select: none; /* webkit (safari, chrome) browsers */
- -moz-user-select: none; /* mozilla browsers */
- -khtml-user-select: none; /* webkit (konqueror) browsers */
- -ms-user-select: none; /* IE10+ */
- }
- .netdata-message {
- display: inline-block;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- text-align: left;
- vertical-align: top;
- font-weight: bold;
- font-size: x-small;
- overflow: hidden;
- background: inherit;
- z-index: 0;
- }
- .netdata-message.hidden {
- display: none;
- }
- .netdata-message.icon {
- color: #2f3338;
- text-align: center;
- vertical-align: middle;
- }
- .netdata-chart-legend {
- position: absolute; /* within .netdata-container */
- top: 0;
- right: 0;
- overflow: hidden;
- text-overflow: ellipsis;
- line-height: 14px;
- display: block;
- width: 140px; /* --legend-width */
- height: calc(100% - 15px); /* 10px for the resize handler and 5px for the top margin */
- font-size: 10px;
- margin-top: 5px;
- text-align: left;
- /* width and height is calculated (depends on the appearance of the legend) */
- }
- .netdata-legend-title-date {
- font-size: 10px;
- font-weight: normal;
- margin-top: 0px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .netdata-legend-title-time {
- font-size: 11px;
- font-weight: bold;
- margin-top: 0px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .netdata-legend-title-units {
- position: absolute;
- right: 10px;
- float: right;
- font-size: 11px;
- vertical-align: top;
- font-weight: normal;
- margin-top: 0px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .netdata-legend-series {
- position: absolute;
- width: 140px; /* legend-width */
- height: calc(100% - 50px);
- overflow: hidden;
- text-overflow: ellipsis;
- line-height: 14.5px; /* line spacing at the legend */
- display: block;
- font-size: 10px;
- margin-top: 0px;
- }
- .netdata-legend-name-table-line {
- display: inline-block;
- width: 13px;
- height: 4px;
- border-width: 0px;
- border-bottom-width: 2px;
- border-bottom-style: solid;
- border-bottom-color: #272b30;
- }
- .netdata-legend-name-table-area {
- display: inline-block;
- width: 13px;
- height: 5px;
- border-width: 1px;
- border-top-width: 1px;
- border-top-style: solid;
- border-top-color: inherit;
- }
- .netdata-legend-name-table-stacked {
- display: inline-block;
- width: 13px;
- height: 5px;
- border-width: 1px;
- border-top-width: 1px;
- border-top-style: solid;
- border-top-color: inherit;
- }
- .netdata-legend-name-tr {
- }
- .netdata-legend-name-td {
- }
- .netdata-legend-name {
- text-align: left;
- font-size: 11px; /* legend: dimension name size */
- font-weight: bold;
- vertical-align: bottom;
- margin-top: 0px;
- z-index: 9;
- padding: 0px;
- width: 80px !important;
- max-width: 80px !important;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- display: inline-block;
- cursor: pointer;
- -webkit-print-color-adjust: exact;
- }
- .netdata-legend-value {
- /*margin-left: 14px;*/
- position: absolute;
- right: 10px;
- float: right;
- text-align: right;
- font-size: 11px; /* legend: dimension value size */
- font-weight: bold;
- vertical-align: bottom;
- background-color: #272b30;
- margin-top: 0px;
- z-index: 10;
- padding: 0px;
- padding-left: 15px;
- cursor: pointer;
- /* -webkit-font-smoothing: none; */
- }
- .netdata-legend-value, .netdata-legend-name {
- /* prevent highlight when shift-clicking */
- -webkit-user-select: none;
- -ms-user-select: none;
- -moz-user-select: none;
- user-select: none;
- }
- /* eslint recommends adding tabIndex for a11y, but the outline is showing on click */
- .netdata-legend-name:focus, .netdata-legend-value:focus {
- outline: none;
- }
- .netdata-legend-name.not-selected {
- font-weight: normal;
- opacity: 0.3;
- }
- .netdata-chart {
- position: absolute; /* within .netdata-container */
- top: 0; /* within .netdata-container */
- left: 0; /* within .netdata-container */
- display: inline-block;
- overflow: hidden;
- width: 100%;
- height: 100%;
- z-index: 5;
- /* width and height is calculated (depends on the appearance of the legend) */
- }
- .netdata-chart-with-legend-right {
- position: absolute; /* within .netdata-container */
- top: 0; /* within .netdata-container */
- left: 0; /* within .netdata-container */
- display: block;
- overflow: hidden;
- margin-right: 140px; /* --legend-width */
- width: calc(100% - 140px); /* --legend-width */
- height: 100%;
- z-index: 5;
- flex-grow: 1;
- /* width and height is calculated (depends on the appearance of the legend) */
- }
- .netdata-chart-with-legend-bottom {
- display: block;
- overflow: hidden;
- flex-grow: 1;
- }
- .netdata-peity-chart {
- }
- .netdata-sparkline-chart {
- }
- .netdata-dygraph-chart {
- }
- .netdata-morris-chart {
- }
- .netdata-google-chart {
- }
- .dygraph-ylabel {
- }
- .dygraph-axis-label-x {
- overflow-x: hidden;
- }
- .dygraph-axis-label {
- color: #6c7075;
- }
- .dygraph-label-rotate-left {
- text-align: center;
- /* See http://caniuse.com/#feat=transforms2d */
- transform: rotate(90deg);
- -webkit-transform: rotate(90deg);
- -moz-transform: rotate(90deg);
- -o-transform: rotate(90deg);
- -ms-transform: rotate(90deg);
- }
- /* For y2-axis label */
- .dygraph-label-rotate-right {
- text-align: center;
- /* See http://caniuse.com/#feat=transforms2d */
- transform: rotate(-90deg);
- -webkit-transform: rotate(-90deg);
- -moz-transform: rotate(-90deg);
- -o-transform: rotate(-90deg);
- -ms-transform: rotate(-90deg);
- }
- .dygraph-title {
- /* 56 for legend-right */
- text-indent: 36px;
- text-align: left;
- position: absolute;
- left: 0px;
- top: 4px;
- font-size: 11px;
- font-weight: bold;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- }
- /* fix for sparkline tooltip under bootstrap */
- .jqstooltip {
- width: auto !important;
- height: auto !important;
- }
- .easyPieChart {
- position: relative;
- text-align: center;
- }
- .easyPieChart canvas {
- position: absolute;
- top: 0;
- left: 0;
- }
- .easyPieChartLabel {
- display: inline-block;
- position: absolute;
- float: left;
- left: 0;
- width: 100%;
- text-align: center;
- color: var(--color-main);
- font-weight: normal;
- text-shadow: #272b30 0px 0px 1px;
- /* -webkit-font-smoothing: none; */
- }
- .easyPieChartTitle {
- display: inline-block;
- position: absolute;
- float: left;
- left: 0;
- width: 64%;
- margin-left: 18% !important;
- text-align: center;
- color: var(--color-border,#676b70);
- font-weight: bold;
- }
- .easyPieChartUnits {
- display: inline-block;
- position: absolute;
- float: left;
- left: 0;
- width: 60%;
- margin-left: 20% !important;
- text-align: center;
- color:var(--color-border,#676b70);
- font-weight: normal;
- }
- .gaugeChart {
- position: relative;
- text-align: center;
- }
- .gaugeChart canvas {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- z-index: 0;
- }
- .gaugeChartLabel {
- display: inline-block;
- position: absolute;
- float: left;
- left: 0;
- width: 100%;
- text-align: center;
- color: var(--color-main);
- font-weight: bold;
- z-index: 1;
- text-shadow: #272b30 0px 0px 1px;
- /* text-shadow: #CCC 1px 1px 0px, #CCC -1px -1px 0px, #CCC 1px -1px 0px, #CCC -1px 1px 0px; */
- /* -webkit-text-stroke: 1px #777; */
- /* -webkit-font-smoothing: none; */
- }
- .gaugeChartTitle {
- display: inline-block;
- position: absolute;
- float: left;
- left: 0;
- width: 100%;
- text-align: center;
- color: var(--color-border, #676b70);
- font-weight: bold;
- }
- .gaugeChartUnits {
- display: inline-block;
- position: absolute;
- float: left;
- left: 0;
- bottom: 0;
- width: 100%;
- text-align: left;
- margin-left: 5%;
- color: var(--color-border,#676b70);
- font-weight: normal;
- }
- .gaugeChartMin {
- display: inline-block;
- position: absolute;
- float: left;
- left: 0;
- bottom: 8%;
- width: 92%;
- margin-left: 8%;
- text-align: left;
- color: var(--color-main);
- font-weight: normal;
- }
- .gaugeChartMax {
- display: inline-block;
- position: absolute;
- float: left;
- left: 0;
- bottom: 8%;
- width: 95%;
- margin-right: 5%;
- text-align: right;
- color: var(--color-main);
- font-weight: normal;
- }
- .popover-title {
- font-weight: bold;
- font-size: 12px;
- }
- .popover-content {
- font-size: 11px;
- }
- /* ----------------------------------------------------------------------------
- perfect-scrollbar settings
- */
- .ps-container {
- -ms-touch-action: auto;
- touch-action: auto;
- overflow: hidden !important;
- -ms-overflow-style: none;
- }
- @supports (-ms-overflow-style: none) {
- .ps-container {
- overflow: auto !important;
- }
- }
- @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
- .ps-container {
- overflow: auto !important;
- }
- }
- .ps-container.ps-active-x > .ps-scrollbar-x-rail,
- .ps-container.ps-active-y > .ps-scrollbar-y-rail {
- display: block;
- background-color: transparent;
- }
- .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
- background-color: transparent; /* background color when dragged away */
- opacity: 0.9;
- }
- .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
- background-color: #aaa; /* scrollbar color when dragged away */
- height: 5px;
- }
- .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
- background-color: transparent; /* background color when dragged away */
- opacity: 0.9;
- }
- .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
- background-color: #aaa; /* scrollbar color when dragged away */
- width: 5px;
- }
- .ps-container > .ps-scrollbar-x-rail {
- display: none;
- position: absolute;
- /* please don't change 'position' */
- opacity: 0.2; /* the opacity when not on hover of the content */
- -webkit-transition: background-color .2s linear, opacity .2s linear;
- -o-transition: background-color .2s linear, opacity .2s linear;
- -moz-transition: background-color .2s linear, opacity .2s linear;
- transition: background-color .2s linear, opacity .2s linear;
- bottom: 0px;
- /* there must be 'bottom' for ps-scrollbar-x-rail */
- height: 15px;
- }
- .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
- position: absolute;
- /* please don't change 'position' */
- background-color: #666; /* #aaa; the color on content hover */
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
- -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
- transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
- -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
- -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
- transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
- transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
- bottom: 2px;
- /* there must be 'bottom' for ps-scrollbar-x */
- height: 5px; /* the width of the scrollbar */
- }
- .ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
- height: 5px;
- }
- .ps-container > .ps-scrollbar-y-rail {
- display: none;
- position: absolute;
- /* please don't change 'position' */
- opacity: 0.2; /* the opacity when not on hover of the content */
- -webkit-transition: background-color .2s linear, opacity .2s linear;
- -o-transition: background-color .2s linear, opacity .2s linear;
- -moz-transition: background-color .2s linear, opacity .2s linear;
- transition: background-color .2s linear, opacity .2s linear;
- right: 0;
- /* there must be 'right' for ps-scrollbar-y-rail */
- width: 15px;
- }
- .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
- position: absolute;
- /* please don't change 'position' */
- background-color: #666; /* #aaa; the color on content hover */
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
- -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
- transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
- -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
- -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
- transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
- transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
- right: 2px;
- /* there must be 'right' for ps-scrollbar-y */
- width: 5px; /* the width of the scrollbar */
- }
- .ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
- width: 5px;
- }
- .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
- background-color: transparent; /* background color when dragged */
- opacity: 0.9;
- }
- .ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
- background-color: #bbb; /* scrollbar color when dragged */
- height: 5px;
- }
- .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
- background-color: transparent; /* background color when dragged */
- opacity: 0.9;
- }
- .ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
- background-color: #bbb; /* scrollbar color when dragged */
- width: 5px;
- }
- .ps-container:hover > .ps-scrollbar-x-rail,
- .ps-container:hover > .ps-scrollbar-y-rail {
- opacity: 0.6;
- }
- .ps-container:hover > .ps-scrollbar-x-rail:hover {
- background-color: transparent; /* the background color on hover of the scrollbar */
- opacity: 0.9;
- }
- .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
- background-color: #999; /* scrollbar color on hover */
- }
- .ps-container:hover > .ps-scrollbar-y-rail:hover {
- background-color: transparent; /* the background color on hover of the scrollbar */
- opacity: 0.9;
- }
- .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
- background-color: #999; /* scrollbar color on hover */
- }
- .dygraph__history-tip {
- position: absolute;
- top: 50%;
- transform: translateY(-50%);
- display: none; /* overridden in js */
- margin-right: 25px;
- direction: rtl;
- overflow: hidden;
- pointer-events: none;
- }
- .dygraph__history-tip-content {
- display: inline-block;
- white-space: nowrap;
- direction: ltr;
- pointer-events: auto;
- }
|