om/public/style/style.less

301 lines
4.8 KiB
Plaintext
Raw Normal View History

2018-11-21 14:42:59 +01:00
@color: #0046a0;
//header
.om-header-container{
position: fixed;
top: 0px;
z-index: 1;
width: 100%;
2018-11-22 11:48:01 +01:00
display: block;
z-index:10;
2018-11-21 14:42:59 +01:00
}
.om-header{
justify-content:space-between;
display: flex;
padding-left: 2%;
padding-right: 2%;
height: 65px;
2018-11-21 14:42:59 +01:00
background-color: @color;
}
.logo-img{
padding:10px;
}
2018-11-21 14:42:59 +01:00
.om-searchbar{
display: inline-block;
padding: 0;
margin: 15px;
2018-11-21 14:42:59 +01:00
}
//content
.om-content{
margin: 10px;
margin-top: 80px;
margin-bottom: 80px;
2019-07-19 11:54:13 +02:00
width: auto;
overflow: hidden;
2018-11-21 14:42:59 +01:00
a{
color: #0046a0;
&:hover{color: #0046a0;}
}
2018-11-21 14:42:59 +01:00
}
2019-07-19 11:54:13 +02:00
.content-desktop {
margin-right: 30px;
}
//footer
.om-nav{
position:fixed;
bottom: 0;
height: 65px;
width: 100%;
background-color: @color;
z-index:10;
i{
color: white;
}
}
2019-02-12 16:20:08 +01:00
a.nav-item.nav-link{
}
.navbar-item {
display: inline-block;
text-align: center;
i {
margin: auto;
text-align: center;
}
}
//msg-Card
2018-11-21 14:42:59 +01:00
.om-card{
margin: 10px;
margin-bottom: 20px;
padding: 20px;
}
.om-card-footer{
justify-content: space-between;
display: flex;
}
2018-11-21 14:42:59 +01:00
.om-btn{
background-color: @color;
2018-11-22 11:48:01 +01:00
color: white;
2018-11-21 14:42:59 +01:00
}
2018-11-22 11:48:01 +01:00
.msg-head{
2018-11-28 14:33:31 +01:00
margin-top: 10px;
margin-bottom: 10px;
2018-11-22 11:48:01 +01:00
img{
float: right
}
}
.om-user-line{
display: flex;
width: 80%;
2018-11-22 11:48:01 +01:00
i{
margin-right: 2%;
}
}
2018-11-21 14:42:59 +01:00
2019-06-04 16:32:37 +02:00
//createMsg
taginput-container is-focusable:focus {
border-color: @color !important;
//box-shadow: 0;
}
// bookmark
.bookmark-headline{
margin: 10px;
padding-bottom: 10px;
}
//empty state
.empty-state{
margin: 40px;
margin-top: 40%;
color: #6c757d;
text-align: center;
i{
font-size: 50px;
margin: 10px;
}
}
2018-11-21 14:42:59 +01:00
2018-12-12 14:40:27 +01:00
// profil
.profil-text {
margin-top: 90px;
2018-12-12 14:40:27 +01:00
text-align: center;
display: block;
margin-left: auto;
margin-right: auto;
z-index:2;
2018-12-12 14:40:27 +01:00
}
.profil-card {
margin-left: 10px;
margin-right: 10px;
margin-top: 130px;
padding-top: 10px;
margin-bottom: 15px;
2018-12-12 14:40:27 +01:00
position: relative;
z-index:1;
}
.prof-image {
2018-12-12 14:40:27 +01:00
background-color: @color;
border-style: solid;
border-color: @color;
border-width: thick;
border-radius: 50%;
2018-12-12 14:40:27 +01:00
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
display: block;
position: absolute;
top: -50px;
left: 50%;
margin-left: -60px;
width: 120px !important;
height: 120px;
z-index:4;
}
hr.first {
margin-top: 0px;
margin-bottom: 0px;
}
.btnprofil {
height: 60px;
margin-top: 10px;
2018-12-12 14:40:27 +01:00
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
text-align: center;
button {
width: 110px;
display: inline-block;
margin-right: 20px;
margin-left: 20px;
2018-12-12 14:40:27 +01:00
}
}
.logout-item {
2018-12-12 14:40:27 +01:00
color: @color;
margin-top: -25px;
2018-12-12 14:40:27 +01:00
margin-right: 10px;
i {
float: right;
font-size: 30px;
z-index:3;
2018-12-12 14:40:27 +01:00
}
}
2019-04-09 14:25:29 +02:00
// Modal
.vertical-alignment-helper {
display:table;
height: 100%;
width: 100%;
}
.vertical-align-center {
/* To center vertically */
display: table-cell;
vertical-align: middle;
2019-04-10 12:16:30 +02:00
}
2019-04-09 14:25:29 +02:00
.modal-content {
width:inherit;
height: 80%;
/* To center horizontally */
margin: 0 auto;
2019-04-09 14:25:29 +02:00
}
2018-12-12 15:59:30 +01:00
.om-tab {
2018-12-12 14:40:27 +01:00
font-size: 16px;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
2019-02-07 13:24:37 +01:00
.om-tablinks{
background: 0;
border: 0;
}
2018-11-21 14:42:59 +01:00
//bmd changes
2018-11-22 11:48:01 +01:00
//border
.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, @color 2px,rgba(0,150,136,0) 0),linear-gradient(0deg,rgba(0,0,0,.26) 1px,transparent 0);
2018-11-21 14:42:59 +01:00
}
2018-11-22 11:48:01 +01:00
//checkbox
.checkbox label input[type=checkbox]:checked+.checkbox-decorator .check:before, label.checkbox-inline input[type=checkbox]:checked+.checkbox-decorator .check:before {
color: @color;
}
2018-11-22 11:48:01 +01:00
.checkbox label input[type=checkbox]:checked+.checkbox-decorator .check, label.checkbox-inline input[type=checkbox]:checked+.checkbox-decorator .check {
color: @color;
border-color: @color;
}
2018-11-22 11:48:01 +01:00
//label
.is-focused [class*="bmd-label"], .is-focused[class^=bmd-label]{
color: @color;
2018-11-22 11:48:01 +01:00
}
2019-02-11 15:12:59 +01:00
2019-02-12 16:20:08 +01:00
/*//Präsentation Styles
2019-02-11 15:52:36 +01:00
.om-card {
2019-02-11 15:47:35 +01:00
font-size: 140%;
}
.msg-head{
font-size:90%;
}
.empty-state{
margin: 40px;
margin-top: 30%;
font-size:140%;
2019-02-12 16:20:08 +01:00
}*/
2019-02-11 15:12:59 +01:00
2019-07-19 16:13:00 +02:00
.om-searchbar input.input{
border-radius: 0 !important;
box-shadow: none !important;
border-right: white;
}
button.clearButton{
border-radius: 0 !important;
background-color: white;
margin-left: -5px;
border-color: #dbdbdb;
border-left: white;
}
2019-07-21 14:39:33 +02:00
.taglink{
color: @color;
}
@media (min-width: 1088px) {
.pull-right-sm {
float: right;
}
}
2019-07-23 17:34:57 +02:00
#subscribe-btn{
float: right;
2019-07-24 12:36:43 +02:00
-visibility: hidden;
2019-07-23 17:34:57 +02:00
}
#escape-search-link{
2019-07-24 12:36:43 +02:00
-visibility: hidden;
2019-07-23 17:44:03 +02:00
}
2019-07-23 16:07:14 +02:00
#bockmark-not-active{
visibility: visible;
}
#bockmark-active{
//visibility: hidden;
2019-07-23 17:34:57 +02:00
}