123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764 |
- /* force the vertical window scrollbar */
- html {
- overflow-y: hidden;
- }
- /* prevent body from hiding under the navbar */
- body {
- padding-top: 50px;
- }
- .loadOverlay {
- position: absolute;
- top: 0px;
- left: 0px;
- width: 100%;
- height: 100%;
- z-index: 2000;
- font-size: 10vh;
- font-family: sans-serif;
- padding: 40vh 0 40vh 0;
- font-weight: bold;
- text-align: center;
- }
- .navbar-highlight {
- display: none;
- position: fixed;
- margin-top: 5px;
- height: 26px;
- width: 100%;
- text-align: center;
- overflow: hidden;
- z-index: 30;
- pointer-events: none !important;
- }
- .navbar-highlight-content {
- position: relative;
- display: inline-block;
- margin: 0 auto;
- height: 26px;
- min-width: 500px;
- background-color: rgba(0, 0, 0, 0.7);
- padding-top: 2px;
- padding-bottom: 2px;
- padding-left: 15px;
- padding-right: 15px;
- border-radius: 10px;
- color: lightgrey;
- pointer-events: auto !important;
- }
- .navbar-highlight-bar {
- cursor: pointer;
- }
- .navbar-highlight-button-right {
- cursor: pointer;
- padding-left: 10px;
- }
- .modal-wide .modal-dialog {
- width: 80%;
- }
- /* fix # anchors scrolling under the navbar
- https://github.com/twbs/bootstrap/issues/1768#issuecomment-46519033
- */
- h1 {
- position: relative;
- z-index: -1;
- }
- h2 {
- position: relative;
- z-index: -2;
- }
- h1:before, h2:before {
- display: block;
- content: " ";
- margin-top: -70px;
- height: 70px;
- visibility: hidden;
- }
- .p {
- display: block;
- margin-top: 15px;
- }
- .option-row,
- .option-control {
- vertical-align: top;
- padding: 10px;
- padding-top: 30px;
- padding-left: 30px;
- }
- .option-info {
- padding: 10px;
- }
- .dashboard-submenu-info {
- display: block;
- margin-top: 10px;
- }
- .dashboard-context-info {
- display: block;
- margin-top: 10px;
- }
- #masthead h1 {
- /*font-size: 30px;*/
- line-height: 1;
- padding-top: 30px;
- }
- #masthead .well {
- margin-top: 4%;
- }
- /* fix the navbar shifting when a modal is open */
- /* https://github.com/twbs/bootstrap/issues/14040#issuecomment-159891033 */
- body.modal-open {
- width: 100% !important;
- padding-right: 0 !important;
- /* overflow-y: scroll !important; */
- /* position: fixed !important;*/
- overflow: visible;
- }
- /* make accordion use the whole header bar for expand/collapse */
- .panel-title a {
- display: block;
- padding: 10px 15px;
- margin: -10px -15px;
- }
- /*
- * Side navigation
- *
- * Scrollspy and affixed enhanced navigation to highlight sections and secondary
- * sections of docs content.
- */
- .affix {
- position: static;
- top: 70px !important;
- /*width: 220px;*/
- }
- .dashboard-sidebar {
- max-height: calc(100% - 70px) !important;
- overflow-y: auto;
- /*width: 220px !important;*/
- }
- /* By default it's not affixed in mobile views, so undo that */
- .dashboard-sidebar.affix {
- position: static;
- }
- /* First level of nav */
- .dashboard-sidenav {
- margin-top: 20px;
- margin-bottom: 20px;
- }
- /* All levels of nav */
- .dashboard-sidebar .nav > li > a {
- display: block;
- padding: 4px 20px;
- font-size: 13px;
- font-weight: 500;
- color: #767676;
- }
- .dashboard-sidebar .nav > li > a > .svg-inline--fa {
- width: 20px;
- text-align: center;
- }
- .dashboard-sidebar .nav > li > a:hover,
- .dashboard-sidebar .nav > li > a:focus {
- padding-left: 19px;
- color: #563d7c;
- text-decoration: none;
- background-color: transparent;
- border-left: 1px solid #563d7c;
- }
- .dashboard-sidebar .nav > .active > a,
- .dashboard-sidebar .nav > .active:hover > a,
- .dashboard-sidebar .nav > .active:focus > a {
- padding-left: 18px;
- font-weight: bold;
- color: #563d7c;
- background-color: transparent;
- border-left: 2px solid #563d7c;
- }
- /* Nav: second level (shown on .active) */
- .dashboard-sidebar .nav .nav {
- display: none; /* Hide by default, but at >768px, show it */
- padding-bottom: 10px;
- }
- .dashboard-sidebar .nav .nav > li > a {
- padding-top: 1px;
- padding-bottom: 1px;
- padding-left: 30px;
- font-size: 12px;
- font-weight: normal;
- }
- .dashboard-sidebar .nav .nav > li > a:hover,
- .dashboard-sidebar .nav .nav > li > a:focus {
- padding-left: 29px;
- }
- .dashboard-sidebar .nav .nav > .active > a,
- .dashboard-sidebar .nav .nav > .active:hover > a,
- .dashboard-sidebar .nav .nav > .active:focus > a {
- padding-left: 28px;
- font-weight: 500;
- }
- .dropdown-menu {
- min-width: 200px;
- }
- .dropdown-menu.columns-2 {
- margin: 0;
- padding: 0;
- width: 400px;
- }
- .dropdown-menu li a {
- padding: 5px 15px;
- font-weight: 300;
- }
- .dropdown-menu.multi-column {
- overflow-x: hidden;
- }
- .multi-column-dropdown {
- list-style: none;
- padding: 0;
- }
- .multi-column-dropdown li a {
- display: inline-block;
- clear: both;
- line-height: 1.428571429;
- white-space: normal;
- }
- .multi-column-dropdown li a:hover {
- text-decoration: none;
- color: #f5f5f5;
- background-color: #262626;
- }
- .scrollable-menu {
- height: auto;
- max-height: 80vh;
- overflow-x: hidden;
- }
- .scrollable-menu-50 {
- height: auto;
- max-height: 50vh;
- overflow-x: hidden;
- }
- /* Back to top (hidden on mobile) */
- .back-to-top,
- .dashboard-theme-toggle {
- display: none;
- padding: 4px 10px;
- margin-top: 10px;
- margin-left: 10px;
- font-size: 12px;
- font-weight: 500;
- color: #999;
- }
- .back-to-top:hover,
- .dashboard-theme-toggle:hover {
- color: #563d7c;
- text-decoration: none;
- }
- .dashboard-theme-toggle {
- margin-top: 0;
- }
- .container {
- width: calc(100% - 20px) !important;
- }
- .charts-body {
- display: inline-block;
- width: 100%;
- }
- .sidebar-body {
- position: absolute;
- display: none;
- height: 100vh;
- }
- .dashboard-section-container {
- display: block;
- width: 100%;
- page-break-before: auto;
- page-break-after: auto;
- page-break-inside: auto;
- }
- .dashboard-print-row {
- display: block;
- width: 100%;
- page-break-before: auto;
- page-break-after: auto;
- page-break-inside: avoid;
- }
- .netdata-chartblock-container {
- display: inline-block;
- }
- /* https://github.com/seiyria/bootstrap-slider/issues/746 */
- .tooltip {
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .action-button {
- position: relative;
- display: inline-block;
- color: gray;
- cursor: pointer;
- margin: 0 auto;
- width: 30px;
- height: 30px;
- font-size: 25px;
- }
- .ripple {
- position: relative;
- /*overflow: hidden;*/
- transform: translate3d(0, 0, 0)
- }
- .ripple:after {
- content: "";
- display: block;
- position: absolute;
- width: 100%;
- height: 100%;
- top: 0;
- left: 0;
- pointer-events: none;
- background-image: radial-gradient(circle, #000 10%, transparent 10.01%);
- background-repeat: no-repeat;
- background-position: 50%;
- transform: scale(18, 18); /* the size of the ripple */
- opacity: 0;
- transition: transform .5s, opacity 1s
- }
- .ripple:active:after {
- transform: scale(0, 0);
- opacity: .2;
- transition: 0s
- }
- /* -------------------------------------------------------------------------- */
- #alarms_log_table tbody tr {
- cursor: pointer;
- }
- #my-netdata-dropdown-content {
- width: 500px;
- }
- #my-netdata-dropdown-content a:hover {
- color: #fff;
- }
- #my-netdata-dropdown-content .info-item {
- height: 32px;
- line-height: 32px;
- padding-left: 14px;
- }
- #my-netdata-dropdown-content .agent-item {
- display: flex;
- align-items: center;
- min-height: 32px;
- font-weight: 300;
- }
- #my-netdata-dropdown-content .agent-item .__title {
- cursor: pointer;
- }
- #my-netdata-dropdown-content .agent-item:hover {
- background-color: #262626;
- }
- #my-netdata-dropdown-content .agent-item a:hover {
- text-decoration: none;
- }
- #my-netdata-dropdown-content .agent-item > :first-child {
- width: 40px;
- text-align: center;
- }
- #my-netdata-dropdown-content .agent-item > :last-child {
- width: 40px;
- text-align: center;
- }
- #my-netdata-dropdown-content .agent-item :nth-child(2) {
- min-width: 420px;
- line-height: 32px;
- }
- .agent-item--separated {
- border-top: 1px solid #333;
- }
- .agent-item--alternate a {
- color: #999;
- }
- #my-netdata-dropdown-content .agent-alternate-urls.collapsed {
- display: none;
- }
- #my-netdata-dropdown-content hr {
- display: block;
- margin-top: 5px;
- margin-bottom: 0;
- border-top: 1px solid #333;
- height: 4px;
- }
- /* white theme overrides */
- #my-netdata-dropdown-content.theme-white hr {
- border-top: 1px solid #ddd;
- }
- #my-netdata-dropdown-content.theme-white .agent-item:hover {
- background-color: #e6e6e6;
- }
- #my-netdata-dropdown-content.theme-white a {
- color: #888;
- }
- #my-netdata-dropdown-content.theme-white a:hover {
- color: #000;
- }
- #sign-in-iframe {
- background-color: #fff;
- border: none;
- }
- #cloud-menu {
- }
- #cloud-menu.dropdown-menu > li > a {
- text-align: left;
- }
- #my-netdata-menu-filter-input {
- color: #fff;
- border: none;
- background-color: #4b4f55;
- width: 472px;
- margin: 5px 14px;
- margin-right: 0;
- padding: 2px 5px;
- outline: none;
- }
- #my-netdata-menu-filter-input::placeholder {
- opacity: 0.7;
- }
- #my-netdata-dropdown-content.theme-white #my-netdata-menu-filter-input {
- background-color: #e7e7e7;
- color: #555;
- }
- .filter-control {
- position: relative;
- }
- .filter-control .filter-control__clear {
- cursor: pointer;
- position: absolute;
- top: 7px;
- right: 19px;
- }
- #myNetdataDropdownParent {
- float: left;
- }
- #hostname {
- font-size: 18px;
- overflow: hidden;
- text-overflow: ellipsis;
- max-width: 220px;
- }
- #hostnametext {
- white-space: pre;
- float: left;
- text-overflow: ellipsis;
- overflow: hidden;
- max-width: 160px;
- }
- .sign-in-btn {
- background-color: #1E2126;
- }
- .sign-in-btn.theme-white {
- background-color: #e6e6e6;
- }
- .sign-in-btn.theme-white span {
- color: #000;
- }
- #sign-in-banner {
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- z-index: 9999;
- /* margin: 5px 0; */
- background-color: #1E2126;
- height: 44px;
- line-height: 44px;
- text-align: center;
- }
- #sign-in-banner.theme-white {
- background-color: #e6e6e6;
- }
- #sign-in-banner .__link {
- color: #17CE8A;
- }
- #sign-in-banner .__link:hover {
- text-decoration: underline;
- }
- #sign-in-banner .__close {
- cursor: pointer;
- float: right;
- }
- #sign-in-banner .__close .fa-times {
- margin-left: 5px;
- color: #17CE8A;
- }
- .beta {
- color:#FFCC00;
- }
-
- @media (min-width: 1400px) {
- #hostname {
- max-width: 600px !important;
- }
- #hostnametext {
- max-width: 540px !important;
- }
- }
- @media (min-width: 1360px) {
- .container {
- padding-left: 3% !important;
- }
- #hostname {
- max-width: 280px !important;
- }
-
- #hostnametext {
- max-width: 220px !important;
- }
-
- .charts-body {
- width: calc(100% - 263px) !important;
- padding-left: 1% !important;
- padding-right: 2% !important;
- }
- .sidebar-body {
- display: inline-block !important;
- width: 263px !important;
- }
- /* Widen the fixed sidebar again */
- .dashboard-sidebar.affix,
- .dashboard-sidebar.affix-top,
- .dashboard-sidebar.affix-bottom {
- width: 263px !important;
- }
- }
- @media (min-width: 1200px) {
- #hostname {
- max-width: 100px;
- }
-
- #hostnametext {
- max-width: 40px;
- }
- .container {
- padding-left: 2% !important;
- }
- .charts-body {
- width: calc(100% - 233px) !important;
- padding-left: 1% !important;
- padding-right: 1% !important;
- }
- .sidebar-body {
- display: inline-block !important;
- width: 233px !important;
- }
- /* Widen the fixed sidebar again */
- .dashboard-sidebar.affix,
- .dashboard-sidebar.affix-top,
- .dashboard-sidebar.affix-bottom {
- width: 233px !important;
- }
- }
- @media (min-width: 992px) {
- .container {
- padding-left: 0% !important;
- }
- .charts-body {
- width: calc(100% - 213px) !important;
- padding-left: 1% !important;
- padding-right: 0% !important;
- }
- .sidebar-body {
- display: inline-block !important;
- width: 213px !important;
- }
- .dashboard-sidebar .nav > .active > ul {
- display: block;
- }
- /* Widen the fixed sidebar */
- .dashboard-sidebar.affix,
- .dashboard-sidebar.affix-top,
- .dashboard-sidebar.affix-bottom {
- width: 213px !important;
- }
- .dashboard-sidebar.affix {
- position: fixed; /* Undo the static from mobile first approach */
- top: 20px;
- }
- .dashboard-sidebar.affix-bottom {
- position: absolute; /* Undo the static from mobile first approach */
- }
- .dashboard-sidebar.affix-bottom .dashboard-sidenav,
- .dashboard-sidebar.affix .dashboard-sidenav {
- margin-top: 0;
- margin-bottom: 0;
- }
- }
- @media (min-width: 860px) {
- .dashboard-sidebar {
- padding-left: 20px;
- }
- }
- @media (min-width: 768px) {
- .dashboard-sidebar {
- padding-left: 20px;
- }
- .charts-body {
- padding-left: 0%;
- padding-right: 0%;
- }
- .back-to-top,
- .dashboard-theme-toggle {
- display: block;
- }
- }
- @media print {
- body {
- overflow: visible !important;
- -webkit-print-color-adjust: exact;
- page-break-inside: auto;
- page-break-before: auto;
- page-break-after: auto;
- }
- .dashboard-section {
- page-break-inside: auto;
- page-break-before: auto;
- page-break-after: auto;
- }
- .dashboard-subsection {
- page-break-before: avoid;
- page-break-after: auto;
- page-break-inside: auto;
- }
- .charts-body {
- padding-left: 0%;
- padding-right: 0%;
- display: block;
- page-break-inside: auto;
- page-break-before: auto;
- page-break-after: auto;
- }
- .back-to-top,
- .dashboard-theme-toggle {
- display: block;
- }
- }
|