283 lines
4.4 KiB
CSS
283 lines
4.4 KiB
CSS
|
|
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700,700i');
|
|
|
|
body{
|
|
background-color: #ffffff;
|
|
font-family: "Open Sans"
|
|
}
|
|
|
|
#icinga-menu {
|
|
background: #0095bf;
|
|
position: relative;
|
|
width: 100%;
|
|
height: 65px;
|
|
line-height: 23px;
|
|
box-shadow: 0 1px 0 rgba(0,0,0,.1);
|
|
}
|
|
|
|
#icinga-menu-container{
|
|
width: 80%;
|
|
max-width: 1255px;
|
|
text-align: left;
|
|
margin: auto;
|
|
}
|
|
|
|
#icinga-menu-logo {
|
|
width: 20%;
|
|
height: 100%;
|
|
position: absolute;
|
|
}
|
|
|
|
#icinga-menu-logo img {
|
|
height: 62%;
|
|
margin-top: 13px;
|
|
margin-left: 2px;
|
|
}
|
|
|
|
#icinga-menu-main {
|
|
margin-left: 185px;
|
|
color: rgba(255,255,255,0.89);
|
|
position: absolute;
|
|
}
|
|
|
|
#icinga-menu-main ul {
|
|
float: left;
|
|
padding: 0;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
#icinga-menu-main li {
|
|
float: left;
|
|
font-size: 18px;
|
|
font-weight: 600;
|
|
list-style: none;
|
|
}
|
|
|
|
#icinga-menu-main li a {
|
|
padding: 6px 12px;
|
|
}
|
|
|
|
#icinga-menu-main-active a {
|
|
background: rgba(0,0,0,0.2);
|
|
border-radius: 0.25em;
|
|
opacity: 1;
|
|
}
|
|
|
|
#icinga-menu-main li>a:hover {
|
|
background: rgba(0,0,0,0.2);
|
|
border-radius: 0.25em;
|
|
opacity: 1;
|
|
transition: all .4s ease-in-out;
|
|
}
|
|
|
|
#icinga-menu-secondary {
|
|
color: rgba(255,255,255,0.89);
|
|
float: right;
|
|
}
|
|
|
|
#icinga-menu-secondary ul {
|
|
float: right;
|
|
padding-top: 10px;
|
|
padding-left: 20px;
|
|
}
|
|
|
|
#icinga-menu-secondary li {
|
|
float: left;
|
|
font-size: 14px;
|
|
font-weight: 600;
|
|
list-style: none;
|
|
}
|
|
|
|
#icinga-menu-download {
|
|
background-color: #23cb5b;
|
|
padding-top: 2px;
|
|
padding-bottom: 2px;
|
|
padding-right: 15px;
|
|
padding-left: 15px;
|
|
border: 1px solid #23cb5b;
|
|
border-radius: .25em;
|
|
}
|
|
|
|
#icinga-menu-icingaconf {
|
|
padding-top: 2px;
|
|
padding-bottom: 2px;
|
|
padding-right: 15px;
|
|
padding-left: 15px;
|
|
margin-right: 15px;
|
|
border: 1px solid #ffffff;
|
|
border-radius: .25em;
|
|
transition: all .4s ease-in-out;
|
|
}
|
|
|
|
#icinga-menu-icingaconf a {
|
|
}
|
|
|
|
#icinga-menu-icingaconf:hover {
|
|
color: #0D536B;
|
|
background-color: #ffffff;
|
|
}
|
|
|
|
.md-sidebar--secondary {
|
|
padding-bottom: 10rem;
|
|
}
|
|
|
|
|
|
/* Events */
|
|
|
|
.md-events {
|
|
width: 100%;
|
|
margin-top: 2%;
|
|
max-width: 122rem;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.md-events-inner {
|
|
position: relative;
|
|
margin: auto;
|
|
width: 100%;
|
|
max-width: 1255px;
|
|
overflow: auto;
|
|
border-bottom: 1px solid #ddd;
|
|
margin-left: 1.4rem;
|
|
}
|
|
|
|
#events-header span{
|
|
float: left;
|
|
font-size: 12px;
|
|
line-height: 30px;
|
|
color: #8d8d8d;
|
|
padding-right: 1.5rem;
|
|
}
|
|
|
|
#events-list {
|
|
padding: 0;
|
|
padding-bottom: 0.5em;
|
|
margin: 0;
|
|
}
|
|
|
|
#events-list li:not(:last-child) {
|
|
list-style-type: none;
|
|
display: inline-block;
|
|
margin-right: 3em;
|
|
padding-top: 0.5em;
|
|
padding-bottom: 0.5em;
|
|
}
|
|
|
|
#events-list li:last-child {
|
|
list-style-type: none;
|
|
display: inline-block;
|
|
padding-top: 0.5em;
|
|
padding-bottom: 0.5em;
|
|
}
|
|
|
|
#events-list li a > *:not(.event-date) {
|
|
display: inline-block;
|
|
font-size: 12px;
|
|
margin: 0;
|
|
margin-right: 0.25em;
|
|
font-weight: normal;
|
|
}
|
|
|
|
#events-list li a {
|
|
color: #333;
|
|
}
|
|
|
|
.event-date {
|
|
background-color: #ddd;
|
|
color: #333;
|
|
border-radius: 4px;
|
|
padding: 0.25em 0.7em;
|
|
font-size: 1em;
|
|
text-transform: uppercase;
|
|
letter-spacing: 0.2px;
|
|
}
|
|
|
|
.event-city {
|
|
color: #8d8d8d;
|
|
}
|
|
|
|
#events-list li a:hover {
|
|
opacity: 0.6;
|
|
}
|
|
|
|
#event-more-link {
|
|
float: right;
|
|
}
|
|
|
|
#event-more-link a {
|
|
color: #0095bf !important;
|
|
line-height: 18px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
/* END Events */
|
|
|
|
|
|
.md-container {
|
|
padding-top: 0;
|
|
}
|
|
|
|
.icinga-footer{
|
|
background: #f7f7f7;
|
|
color: #777;
|
|
}
|
|
|
|
#icinga-footer-menu {
|
|
width: 100%;
|
|
padding-top: 31px;
|
|
padding-bottom: 31px;
|
|
float: left;
|
|
font-size: 14px;
|
|
line-height: 27px;
|
|
border-bottom: 1px solid #ccc;
|
|
}
|
|
|
|
#icinga-footer-menu ul {
|
|
float: left;
|
|
width: 19%;
|
|
margin-right: 5.5%;
|
|
}
|
|
|
|
#icinga-footer-menu-last {
|
|
margin-right: 0!important;
|
|
}
|
|
|
|
#icinga-footer-menu li {
|
|
list-style: none;
|
|
}
|
|
|
|
#icinga-footer-menu li a {
|
|
color: #777;
|
|
}
|
|
|
|
#icinga-footer-legal {
|
|
width: 100%;
|
|
}
|
|
|
|
#icinga-footer-legal li{
|
|
color: #777;
|
|
list-style: none;
|
|
float: left;
|
|
margin: 0;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
#icinga-footer-legal li:first-child{
|
|
padding-right: 33%;
|
|
}
|
|
|
|
#icinga-footer-legal a{
|
|
color: #777;
|
|
}
|
|
|
|
.md-footer {
|
|
margin-top: 7rem;
|
|
}
|
|
|
|
@media screen and (max-width:65em) {
|
|
#icinga-menu {
|
|
display: none;
|
|
}
|
|
}
|