#95 Sebastians fusch
This commit is contained in:
parent
4e4c12ac85
commit
073359d3f9
|
@ -44,6 +44,11 @@ h4{
|
||||||
.box img{
|
.box img{
|
||||||
max-width:100%;
|
max-width:100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.box .logo img{ /** Ändert Logo im Profil und Ausschreibung*/
|
||||||
|
max-width:150px;
|
||||||
|
}
|
||||||
|
|
||||||
.headline{
|
.headline{
|
||||||
color:grey;
|
color:grey;
|
||||||
font-size:24px;
|
font-size:24px;
|
||||||
|
@ -110,7 +115,7 @@ body.loading #container{
|
||||||
* Navbar
|
* Navbar
|
||||||
*/
|
*/
|
||||||
#navbar{
|
#navbar{
|
||||||
background-image: url("../img/line.png");
|
background-color: #0073B8;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
margin: 0px;
|
margin: 0px;
|
||||||
height:100px;
|
height:100px;
|
||||||
|
@ -169,7 +174,9 @@ body.loading #container{
|
||||||
#navdown{
|
#navdown{
|
||||||
margin:0px;
|
margin:0px;
|
||||||
padding-bottom: 60px;
|
padding-bottom: 60px;
|
||||||
|
background-color:#0073b8;
|
||||||
}
|
}
|
||||||
|
|
||||||
#navdown > .column-center td{
|
#navdown > .column-center td{
|
||||||
width:35%;
|
width:35%;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
|
@ -289,10 +296,6 @@ body.loading #container{
|
||||||
vertical-align:middle;
|
vertical-align:middle;
|
||||||
display:table-cell;
|
display:table-cell;
|
||||||
}
|
}
|
||||||
.opening-header .logo i img,.company-header .logo i img{
|
|
||||||
max-width:150px;
|
|
||||||
max-height:150px;
|
|
||||||
}
|
|
||||||
.opening-header .logo{
|
.opening-header .logo{
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
position:relative;
|
position:relative;
|
||||||
|
@ -308,8 +311,11 @@ body.loading #container{
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
position:relative;
|
position:relative;
|
||||||
color:white;
|
color:white;
|
||||||
|
background-color:rgba(0,0,0,0.25);
|
||||||
|
max-width:470px;
|
||||||
|
padding:5px;
|
||||||
top:-90px;
|
top:-90px;
|
||||||
left:30px;
|
left:20px;
|
||||||
}
|
}
|
||||||
.opening-header img.banner+h3{
|
.opening-header img.banner+h3{
|
||||||
top:-60px;
|
top:-60px;
|
||||||
|
@ -440,7 +446,7 @@ body.loading #container{
|
||||||
display:inline-block;
|
display:inline-block;
|
||||||
width:465px;
|
width:465px;
|
||||||
height:282px;
|
height:282px;
|
||||||
background-color:#9d1c16;
|
background-color:#0073B8;
|
||||||
padding-top:20px;
|
padding-top:20px;
|
||||||
}
|
}
|
||||||
.start-search-box .redbox h1{
|
.start-search-box .redbox h1{
|
||||||
|
@ -454,16 +460,16 @@ body.loading #container{
|
||||||
width:350px;
|
width:350px;
|
||||||
}
|
}
|
||||||
.start-search-box .redbox .searchform .btn.btn-default{
|
.start-search-box .redbox .searchform .btn.btn-default{
|
||||||
background-color:#fea501;
|
background-color:#d9534f;
|
||||||
border-color:#fea501;
|
border:1px solid white;
|
||||||
}
|
}
|
||||||
.start-search-box .redbox .searchform .btn.btn-default .glyphicon{
|
.start-search-box .redbox .searchform .btn.btn-default .glyphicon{
|
||||||
line-height:1.42857;
|
line-height:1.42857;
|
||||||
color:white;
|
color:white;
|
||||||
}
|
}
|
||||||
.start-search-box .redbox .searchform .btn.btn-primary{
|
.start-search-box .redbox .searchform .btn.btn-primary{
|
||||||
background-color:#7e0000;
|
background-color:#0073B8;
|
||||||
border-color:#7e0000;
|
border-color:#ffffff;
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* Messages
|
* Messages
|
||||||
|
@ -582,6 +588,22 @@ fieldset.search .submit.form-group{
|
||||||
fieldset.search .submit.form-group .btn{
|
fieldset.search .submit.form-group .btn{
|
||||||
width:250px;
|
width:250px;
|
||||||
}
|
}
|
||||||
|
input.btn-primary{
|
||||||
|
background-color:#d9534f;
|
||||||
|
border:#9e1c17;
|
||||||
|
}
|
||||||
|
input.btn-primary:hover{
|
||||||
|
background-color:#d9534f;
|
||||||
|
border:#9e1c17;
|
||||||
|
}
|
||||||
|
button.btn-primary{
|
||||||
|
background-color:#d9534f;
|
||||||
|
border:#9e1c17;
|
||||||
|
}
|
||||||
|
button.btn-primary:hover{
|
||||||
|
background-color:#d9534f;
|
||||||
|
border:#9e1c17;
|
||||||
|
}
|
||||||
fieldset.search .form-group label{
|
fieldset.search .form-group label{
|
||||||
margin: 0px 20px;
|
margin: 0px 20px;
|
||||||
font-weight:700;
|
font-weight:700;
|
||||||
|
|
Loading…
Reference in New Issue