scratch – Blame information for rev 71

Subversion Repositories:
Rev:
Rev Author Line No. Line
71 office 1 @font-face {
2 font-family: 'Overdose Sunrise';
3 src: url('fonts/overdose_sunrise-webfont.woff2') format('woff2'),
4 url('fonts/overdose_sunrise-webfont.woff') format('woff');
5 font-weight: normal;
6 font-style: normal;
7 }
8  
68 office 9 .paralax-background {
10 background: url('/img/scratch-logo.svg') no-repeat center center;
11 position: fixed;
12 width: 100%;
71 office 13 height: 480px; /*same height as jumbotron */
68 office 14 top:0;
15 left:0;
16 z-index: -1;
71 office 17  
18 /* Blur. */
19 -webkit-filter: blur(1px);
20 -moz-filter: blur(1px);
21 -o-filter: blur(1px);
22 -ms-filter: blur(1px);
23 filter: blur(1px);
68 office 24 }
25  
26 .jumbotron {
71 office 27 height: 480px;
69 office 28 color: red;
71 office 29 padding-top: 120px;
30 text-align: center;
31 text-shadow: #EEEE00 0 0 10px;
68 office 32 background:transparent;
71 office 33 font-family: 'Overdose Sunrise';
34 }