}
main .feedlink a {
- text-decoration: none;
+ text-decoration: none;
+ /*color: #ffa430;*/
}
main .feedlink {
- text-align: right;
- margin-top: -2.8em;
- min-height: 2.8em;
+ float: right;
+ text-align: left;
+ margin-top: -3.5em;
+}
+@media screen and (max-width: 400px) {
+ main .feedlink {
+ float: none;
+ margin-top: -2em;
+ margin-bottom: 2em;
+ }
}
main .feedlink .feedbutton {
font-size: 0.8em;
- color: #57075f !important;
background: transparent;
border: none;
}
main .feedlink .feedbutton:hover {
- color: #57075f !important;
background: transparent;
text-decoration: underline;
}
.progress-bar-wrapper {
margin: 2em auto;
height: 85px;
- width: 600px;
+ max-width: 600px;
background: lightGrey url(assets/progress_bar.png) top left repeat-x;
+ background-size: 16.666667% 300%;
border: 1px solid #ccc;
border-bottom: 0;
position: relative;
position: absolute;
height: 85px;
background: grey url(assets/progress_bar.png) left -85px repeat-x;
+ background-size: 16.666667% 300%;
z-index: 2;
/* animate progress bar */
-webkit-animation: progress-bar 1.5s;
animation: progress-bar 1.5s;
}
.progress-bar-wrapper .progress-bar-promises {
- background: grey url(assets/progress_bar.png) left bottom repeat-x;
+ background-position: left bottom;
z-index: 1;
}