om/public/style/style.css
2019-04-10 12:16:30 +02:00

171 lines
3.0 KiB
CSS

/* Generated by less 2.5.1 */
.om-header-container {
position: fixed;
top: 0px;
z-index: 1;
width: 100%;
display: block;
}
.om-header {
justify-content: space-between;
display: flex;
padding-left: 2%;
padding-right: 2%;
height: 65px;
background-color: #0046a0;
}
.logo-img {
padding: 10px;
}
.om-searchbar {
display: inline-block;
padding: 0;
margin: 15px;
}
.om-content {
margin: 10px;
margin-top: 80px;
margin-bottom: 80px;
}
.om-content a {
color: #0046a0;
}
.om-content a:hover {
color: #0046a0;
}
.om-nav {
position: fixed;
bottom: 0;
height: 65px;
width: 100%;
background-color: #0046a0;
z-index: 5;
}
.om-nav i {
color: white;
}
.om-card {
margin: 10px;
margin-bottom: 20px;
padding: 20px;
}
.om-card-footer {
justify-content: space-between;
display: flex;
}
.om-btn {
background-color: #0046a0;
color: white;
}
.msg-head {
margin-top: 10px;
margin-bottom: 10px;
}
.msg-head img {
float: right;
}
.om-user-line {
display: flex;
width: 80%;
}
.om-user-line i {
margin-right: 2%;
}
.bookmark-headline {
margin: 10px;
padding-bottom: 10px;
}
.empty-state {
margin: 40px;
margin-top: 40%;
color: #6c757d;
text-align: center;
}
.empty-state i {
font-size: 50px;
margin: 10px;
}
.profil-text {
margin-top: 70px;
margin-bottom: 10px;
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
}
.profil-card {
margin: 10px;
margin-top: -80px;
position: relative;
z-index: 1;
}
.profil-img {
background-color: #0046a0;
border-style: solid;
border-color: #0046a0;
border-width: thick;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
display: block;
margin-left: auto;
margin-right: auto;
position: relative;
z-index: 2;
}
.edit-item {
color: #0046a0;
margin-top: 10px;
margin-right: 10px;
}
.edit-item i {
float: right;
font-size: 30px;
}
.modal-dialog {
height: 90%;
}
.modal-content {
height: 100%;
}
.om-tab {
font-size: 16px;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
.om-tablinks {
background: 0;
border: 0;
}
.form-group.is-focused .form-control .custom-file-control,
.form-control,
.is-focused .custom-file-control,
.is-focused .form-control {
background-image: linear-gradient(0deg, #0046a0 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, 0.26) 1px, transparent 0);
}
.checkbox label input[type=checkbox]:checked + .checkbox-decorator .check:before,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check:before {
color: #0046a0;
}
.checkbox label input[type=checkbox]:checked + .checkbox-decorator .check,
label.checkbox-inline input[type=checkbox]:checked + .checkbox-decorator .check {
color: #0046a0;
border-color: #0046a0;
}
.is-focused [class*="bmd-label"],
.is-focused[class^=bmd-label] {
color: #0046a0;
}
/*//Präsentation Styles
.om-card {
font-size: 140%;
}
.msg-head{
font-size:90%;
}
.empty-state{
margin: 40px;
margin-top: 30%;
font-size:140%;
}*/