2016-02-08 15:41:00 +01:00
|
|
|
/*! Icinga Web 2 | (c) 2016 Icinga Development Team | GPLv2+ */
|
2016-01-11 11:12:24 +01:00
|
|
|
|
|
|
|
// Not growing larger than 3840px at 1em=16px right now
|
|
|
|
@media screen and (min-width: 240em) {
|
|
|
|
#header {
|
2018-04-04 22:11:04 +02:00
|
|
|
min-width: 240em;
|
2016-01-11 11:12:24 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#main {
|
|
|
|
width: 227em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// More than 100em, usually 1600px at 1em=16px
|
|
|
|
@media screen and (min-width: 100em) {
|
|
|
|
html {
|
|
|
|
font-family: 'wide-layout';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Up to 1152px at 1em=16px
|
|
|
|
@media screen and (max-width:72em) {
|
|
|
|
html {
|
|
|
|
font-family: 'compact-layout';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Up to 752px at 1em=16px
|
|
|
|
@media screen and (max-width: 47em) {
|
|
|
|
html {
|
|
|
|
font-family: 'poor-layout';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// Up to 576px at 1em=16px, should fit 320px devices
|
|
|
|
@media screen and (max-width: 36em) {
|
|
|
|
html {
|
|
|
|
font-family: 'minimal-layout';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
#layout.compact-layout {
|
|
|
|
font-size: 0.875em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#layout.poor-layout {
|
|
|
|
font-size: 0.875em;
|
|
|
|
|
|
|
|
#layout.twocols {
|
|
|
|
#col1 {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main > .container {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.dashboard > div.container {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2019-12-06 13:22:58 +01:00
|
|
|
#layout:not(.minimal-layout) {
|
|
|
|
#mobile-menu-toggle {
|
|
|
|
display: none;
|
2016-01-11 11:12:24 +01:00
|
|
|
}
|
2019-12-06 13:22:58 +01:00
|
|
|
}
|
2016-01-11 11:12:24 +01:00
|
|
|
|
2019-12-06 13:22:58 +01:00
|
|
|
#layout.minimal-layout {
|
2016-01-11 11:12:24 +01:00
|
|
|
#sidebar {
|
|
|
|
width: 100%;
|
2019-12-06 13:22:58 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#header-logo-container {
|
|
|
|
width: auto;
|
|
|
|
height: 2.5em;
|
|
|
|
padding: 0;
|
|
|
|
background: inherit;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header-logo {
|
|
|
|
float: left;
|
|
|
|
width: 6em;
|
|
|
|
height: 2em;
|
|
|
|
margin: .25em;
|
|
|
|
}
|
|
|
|
|
|
|
|
#mobile-menu-toggle {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar:not(.expanded) #menu {
|
|
|
|
display: none;
|
2016-01-11 11:12:24 +01:00
|
|
|
}
|
|
|
|
|
2019-05-06 14:56:06 +02:00
|
|
|
#menu {
|
|
|
|
-webkit-box-shadow: none;
|
|
|
|
-moz-box-shadow: none;
|
|
|
|
box-shadow: none;
|
|
|
|
}
|
|
|
|
|
2019-07-04 14:56:14 +02:00
|
|
|
#content-wrapper {
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
|
|
|
|
2019-05-06 14:58:16 +02:00
|
|
|
ul > .selected > a:after,
|
|
|
|
ul > .nav-item.active:after {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2016-01-11 11:12:24 +01:00
|
|
|
.dashboard > div.container {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2017-11-14 17:25:34 +01:00
|
|
|
|
2017-11-22 09:13:14 +01:00
|
|
|
#login {
|
|
|
|
#icinga-logo {
|
|
|
|
max-width: 12em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-wrapper {
|
|
|
|
padding: 0 1em;
|
|
|
|
}
|
2017-11-14 17:25:34 +01:00
|
|
|
|
|
|
|
.login-form {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2017-11-22 09:13:14 +01:00
|
|
|
|
|
|
|
.login-form-content.centered-content {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
2017-11-14 17:25:34 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#social {
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
2017-11-22 09:13:14 +01:00
|
|
|
bottom: 3em;
|
2017-11-14 17:25:34 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#social > li a i {
|
|
|
|
color: gray;
|
|
|
|
text-shadow: none;
|
|
|
|
}
|
2016-01-11 11:12:24 +01:00
|
|
|
}
|
|
|
|
|
2017-11-15 15:12:10 +01:00
|
|
|
#layout.wide-layout {
|
|
|
|
|
|
|
|
.login-wrapper {
|
|
|
|
// use as centered-ghost
|
|
|
|
text-align: center;
|
|
|
|
vertical-align: middle;
|
|
|
|
letter-spacing: -.417em;
|
|
|
|
}
|
|
|
|
|
|
|
|
// use as centered-ghost
|
|
|
|
.login-wrapper:before {
|
|
|
|
content: "";
|
|
|
|
display: inline-block;
|
|
|
|
height: 100%;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
// use as centered-ghost
|
|
|
|
.login-wrapper > * {
|
|
|
|
letter-spacing: normal;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-form {
|
|
|
|
// use as centered-content
|
|
|
|
display: inline-block;
|
|
|
|
vertical-align: middle;
|
|
|
|
|
|
|
|
// Style as box
|
|
|
|
width: 30em;
|
|
|
|
margin: 0;
|
|
|
|
border-radius: 1em;
|
|
|
|
height: auto;
|
|
|
|
padding: 12.5em 0 4em 0;
|
|
|
|
}
|
|
|
|
}
|
2016-01-11 11:12:24 +01:00
|
|
|
|
|
|
|
// Dashboard
|
|
|
|
|
2018-01-26 11:28:13 +01:00
|
|
|
.dashboard > .container {
|
|
|
|
padding-right: 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#layout:not(.twocols).default-layout .dashboard > .container:not(:only-child) {
|
2016-01-11 13:25:58 +01:00
|
|
|
padding-right: @gutter;
|
2016-01-11 11:12:24 +01:00
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
2018-01-26 11:28:13 +01:00
|
|
|
#layout:not(.twocols).wide-layout .dashboard > .container:not(:only-child) {
|
2016-01-11 13:25:58 +01:00
|
|
|
padding-right: @gutter;
|
2016-01-11 11:12:24 +01:00
|
|
|
width: 33.33%;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Columns
|
|
|
|
|
|
|
|
#layout.twocols #col2 {
|
2016-11-24 11:37:47 +01:00
|
|
|
border-left: 1px solid @gray-lighter;
|
2016-01-11 11:12:24 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#layout.twocols > #main > .container {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#layout.twocols.wide-layout #col1 {
|
|
|
|
width: 33.33%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#layout.twocols.wide-layout #col2 {
|
|
|
|
width: 66.66%;
|
|
|
|
}
|
2017-09-20 11:47:39 +02:00
|
|
|
|
|
|
|
// Safe areas for iPhone X
|
|
|
|
|
|
|
|
#header, #sidebar, #footer {
|
|
|
|
padding-left: constant(safe-area-inset-left);
|
|
|
|
}
|
|
|
|
|
|
|
|
#main, #footer {
|
|
|
|
padding-right: constant(safe-area-inset-right);
|
|
|
|
}
|