1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00
Munin-Contrib/templates/muncollapse/static/css/style-munstrap.css
JTSage 12ded312fc - Add "muncollapse" template (the template formerly known as munstrap4).
Lots of changes:

 * Fix the README
 * Add a makefile to fetch bootstrap, lazyload, jquery, the munin logo, and the munin favicon
 * Mostly re-write dynazoom.  It works very much like the stock one now, with a few extra quick buttons, and of course the bootstrap styling
 * Remove all minified versions of scripts / css - The includes are minimal, it was not much of cost savings
 * Add sample images
 * Rename template to "muncollapse"
2020-04-15 22:33:06 -04:00

197 lines
No EOL
3.9 KiB
CSS

@media (min-width: 992px) {
.modal-lg {
width: 940px !important;
}
}
img.i {
display: block;
margin: 10px auto;
}
img.img-zoom {
cursor: pointer;
}
div.service-alert {
margin-top: 10px;
}
img#zoom_image {
border: none;
}
ul.groupview, ul.groupview ul {
list-style-type: none;
}
.munin-icon {
background: url(../img/logo-munin.png) left top;
width: 115px;
height: 30px;
display: block;
}
img {
box-sizing: content-box;
border: 2px solid transparent;
}
img.warn {
border: 2px solid #8a6d3b;
}
img.crit {
border: 2px solid #a94442;
}
img.unkn {
border: 2px solid #ffaa00;
}
html {
position: relative;
min-height: 100%;
}
body {
margin-bottom: 75px; /* Margin bottom by footer height */
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
height: 60px; /* Set the fixed height of the footer here */
line-height: 60px; /* Vertically center the text there */
background-color: #f5f5f5;
}
.breadcrumb-item-svc::before {
display: inline-block;
color: #6c757d;
content: "[";
}
.breadcrumb-item-svc::after {
display: inline-block;
padding-right: .5rem;
color: #6c757d;
content: "]";
}
.custom-collapse {
color: #6c757d;
font-size: 75%;
}
.custom-collapse::before {
display: inline-block;
color: #6c757d;
content: "[";
}
.custom-collapse::after {
display: inline-block;
padding-right: .5rem;
color: #6c757d;
content: "]";
}
.custom-collapse-all {
color: #6c757d;
font-size: 75%;
}
.custom-collapse-all::before {
display: inline-block;
color: #6c757d;
content: "[";
}
.custom-collapse-all::after {
display: inline-block;
padding-right: .5rem;
color: #6c757d;
content: "]";
}
.cat-list::before {
display: inline-block;
color: #6c757d;
content: "[ ";
}
.cat-list::after {
display: inline-block;
color: #6c757d;
content: " ]";
}
span.twitter-typeahead .tt-menu {
cursor: pointer;
}
span.twitter-typeahead .tt-menu {
position: absolute;
top: 100%;
left: 0;
width: 100%;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
font-size: 1rem;
color: #373a3c;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0.25rem;
overflow: hidden;
}
span.twitter-typeahead .tt-suggestion {
display: block;
width: 100%;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.5;
color: #373a3c;
text-align: inherit;
white-space: nowrap;
background: none;
border: 0;
}
span.twitter-typeahead .tt-suggestion:focus, .dropdown-item:hover, span.twitter-typeahead .tt-suggestion:hover {
color: #2b2d2f;
text-decoration: none;
background-color: #f5f5f5;
}
span.twitter-typeahead .active.tt-suggestion, span.twitter-typeahead .tt-suggestion.tt-cursor, span.twitter-typeahead .active.tt-suggestion:focus, span.twitter-typeahead .tt-suggestion.tt-cursor:focus, span.twitter-typeahead .active.tt-suggestion:hover, span.twitter-typeahead .tt-suggestion.tt-cursor:hover {
color: #fff;
text-decoration: none;
background-color: #0275d8;
outline: 0;
}
span.twitter-typeahead .disabled.tt-suggestion, span.twitter-typeahead .disabled.tt-suggestion:focus, span.twitter-typeahead .disabled.tt-suggestion:hover {
color: #818a91;
}
span.twitter-typeahead {
width: 100%;
}
.input-group span.twitter-typeahead {
display: block !important;
}
.input-group span.twitter-typeahead .tt-menu {
top: 2.375rem !important;
}
span.hangindent2 { padding-left: 1em; }
span.hangindent3 { padding-left: 2em; }
span.hangindent4 { padding-left: 3em; }
span.hangindent5 { padding-left: 4em; }
span.hangindent6 { padding-left: 5em; }