Line 277: | Line 277: | ||
background: -webkit-linear-gradient(#fff, #999) !important; | background: -webkit-linear-gradient(#fff, #999) !important; | ||
background: -o-linear-gradient(#fff, #999) !important; | background: -o-linear-gradient(#fff, #999) !important; | ||
+ | } | ||
+ | |||
+ | .header { | ||
+ | position: fixed; | ||
+ | top: 0; | ||
+ | z-index: 1; | ||
+ | width: 100%; | ||
+ | background-color: #f1f1f1; | ||
+ | } | ||
+ | |||
+ | /* The progress container (grey background) */ | ||
+ | .progress-container { | ||
+ | width: 100%; | ||
+ | height: 8px; | ||
+ | background: #ccc; | ||
+ | } | ||
+ | |||
+ | /* The progress bar (scroll indicator) */ | ||
+ | .progress-bar { | ||
+ | height: 8px; | ||
+ | background: #4caf50; | ||
+ | width: 0%; | ||
} | } | ||
Revision as of 16:28, 11 September 2018