Skip to content

Commit

Permalink
Update be_style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
MoniqueHahnefeld committed Aug 16, 2014
1 parent f02ec74 commit 514941e
Showing 1 changed file with 0 additions and 74 deletions.
74 changes: 0 additions & 74 deletions core/assets/be_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -366,77 +366,3 @@ opacity: 0.24;
opacity: 1;
}

@import url(http://fonts.googleapis.com/css?family=Abel);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,300,400,700&subset=latin,latin-ext);
/* container blue*/

#content-box.blue{
display: block ;
position: fixed;
z-index: 5;
bottom: 130px;
left: 50%;
margin-left: -588px;
display:block;
width: 105%;
height: 180px;
backg0round: #f01;
}
#content-box.blue >*{
display: block ;
position: static;
padding: 20px;
float: left;
width: 330px;
height: 140px;
margin-right:30px;
background: #00539b;

}
#content-box.blue *{
color: #fefefe;
}
#content-box.blue >*:last-child{

margin-right:0px;

}
#content-box.blue .mod_eventlist .event{
padding-left: 60px;
background: transparent url('http://etslindgren.df-kunde.de/cms/files/FlexSlider-master/topic-slider/calendar-light.png') no-repeat 0px 1px ;
}
/* container white*/

#content-box.white{
display: block ;
position:relative !important;
z-index: 5;
min-width: 1170px;
max-width: 1170px;
height: 180px;
background: #fff;
margin: 0 auto;
}
#content-box.white >*{
display: block ;
position: static;
padding: 20px;
float: left;
width: 330px;
height: 140px;
margin-right:30px;
background: #fff;

}
#content-box.white >*:last-child{

margin-right:0px;

}
#content-box.white *{
color: #00539b;
}
#content-box.white .mod_eventlist .event{
padding-left: 60px;
background: transparent url('http://etslindgren.df-kunde.de/cms/files/FlexSlider-master/topic-slider/calendar-dark.png') no-repeat 0px 1px ;
}

0 comments on commit 514941e

Please sign in to comment.