Skip to content
This repository has been archived by the owner on Nov 19, 2023. It is now read-only.

Commit

Permalink
bugfixes: flaschenpost colors, captain position on slider at 1350 med…
Browse files Browse the repository at this point in the history
…ia query
  • Loading branch information
xwolfde committed Jun 15, 2014
1 parent 3a89e7e commit 5416c16
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion css/basemod_mediaqueries.css
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@
}
.content-aside .slide .caption,
.first-teaser-widget-area .slide .caption {
bottom: -74px;
/* bottom: -74px; */
}

.content-primary {
Expand Down
2 changes: 1 addition & 1 deletion css/basemod_mediaqueries.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
.teaser .first-teaser-widget-area,.first-footer-widget-area{width:1024px;}
.content .symbolbild{max-width:1024px;}
.content .symbolbild img,.content .bigslider img,.flexslider .bigslider img{width:1024px;max-width:1024px;height:auto;margin-top:-74px;}
.content-aside .slide .caption,.first-teaser-widget-area .slide .caption{bottom:-74px;}
/* .content-aside .slide .caption,.first-teaser-widget-area .slide .caption{bottom:-74px;} */
.content-primary{float:left;width:1024px;}
.sticky{margin:1em;}
#default-stream .columns .column1,#default-stream .columns .column2,#default-stream .content-primary .columns .column2{width:33%;float:none;display:inline-block;vertical-align:top;padding:.5em;}
Expand Down
11 changes: 6 additions & 5 deletions css/colors_flaschenpost.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,20 @@
body {
background: white;
}

a {
color: #06C;
-webkit-tap-highlight-color: #2d7dc5;
}
a:visited {
color: #2d7dc5;
}

.content-aside .widget li:hover, .content-aside .twitterwidget li:hover,
.content-aside li:hover,
a:hover {
color: #111;
background: rgba(0,0,0,0.2);
}
ins, mark {
background-color: #A5DFF9;
Expand Down Expand Up @@ -139,7 +143,7 @@
background: rgba(255, 255, 255, 0.5);
}


.content .row,
.teaser .row {
background: #A5DFF9;
background: rgba(0, 0, 0, 0.3) -20% 0 fixed;
Expand Down Expand Up @@ -205,9 +209,6 @@
color: black;
}

.content .row {
background: #A5DFF9;
}
.content .symbolbild .caption {
background: transparent;
background: rgba(0, 0, 0, 0.5);
Expand Down

0 comments on commit 5416c16

Please sign in to comment.