Skip to content

Commit 9af5aba

Browse files
committed
news und bootstrap mixen
1 parent ce5e110 commit 9af5aba

File tree

3 files changed

+234
-155
lines changed

3 files changed

+234
-155
lines changed

css/coderdojoka.css

Lines changed: 46 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -631,11 +631,18 @@ body {
631631
color: #ccc;
632632
}
633633

634+
@media (max-width: 850px) {
635+
636+
#news_container {
637+
bottom: 0px !important;
638+
}
639+
}
640+
634641
@media (max-width: 767px) {
635-
636-
#news_container{
637-
display: none;
638-
}
642+
643+
#news_container {
644+
display: none;
645+
}
639646

640647
#timeline:before {
641648
left: 35px;
@@ -689,49 +696,55 @@ body {
689696
.rechts_400 {
690697
float: right;
691698
margin-left: 8px;
692-
margin-top: 8px;
699+
margin-top: 8px;
693700
}
694701
}
695702

696703
#puzzle {
697704
margin-bottom: 200px;
698705
}
699706

700-
#news_container{
701-
position: absolute;
702-
left: 0;
703-
bottom: 40px;
704-
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
705-
font-size: 18pt;
706-
text-align: left;
707+
#news_container {
708+
position: relative;
709+
left: 0;
710+
bottom: 40px;
711+
font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
712+
font-size: 14pt;
713+
text-align: left;
707714
}
708715

709-
#news_container a{
710-
color: #00bf77;
716+
#news_container a {
717+
color: #008C58;
718+
cursor: hand;
711719
}
712720

713-
.triangle_box{
714-
width: auto;
715-
height: 40px;
716-
line-height: 40px;
717-
font-size: 18pt;
718-
margin: 5px 0;
721+
#news_container a:hover {
722+
color: #00bf77;
719723
}
720-
.triangle_text{
721-
background-color: black;
722-
color: white;
723-
float: left ;
724-
padding-left: 5px;
725-
width: 220px;
724+
725+
.triangle_box {
726+
width: auto;
727+
height: 40px;
728+
line-height: 40px;
729+
font-size: 14pt;
730+
margin: 5px 0;
731+
}
732+
733+
.triangle_text {
734+
background-color: black;
735+
color: white;
736+
float: left;
737+
padding-left: 2px;
738+
width: 170px;
726739
}
727740

728741
.triangle_right {
729-
float: left;
730-
width: 0;
731-
height: 0;
732-
border-top: 20px solid transparent;
733-
border-left: 30px solid black;
734-
border-bottom: 20px solid transparent;
735-
margin-right: 10px;
742+
float: left;
743+
width: 0;
744+
height: 0;
745+
border-top: 20px solid transparent;
746+
border-left: 30px solid black;
747+
border-bottom: 20px solid transparent;
748+
margin-right: 10px;
736749
}
737750

0 commit comments

Comments
 (0)