scratch – Diff between revs 69 and 71

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 69 Rev 71
Line -... Line 1...
-   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  
1 .paralax-background { 9 .paralax-background {
2 background: url('/img/scratch-logo.svg') no-repeat center center; 10 background: url('/img/scratch-logo.svg') no-repeat center center;
3 position: fixed; 11 position: fixed;
4 width: 100%; 12 width: 100%;
5 height: 350px; /*same height as jumbotron */ 13 height: 480px; /*same height as jumbotron */
6 top:0; 14 top:0;
7 left:0; 15 left:0;
8 z-index: -1; 16 z-index: -1;
-   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);
9 } 24 }
Line 10... Line 25...
10   25  
11 .jumbotron { 26 .jumbotron {
12 height: 350px; 27 height: 480px;
-   28 color: red;
-   29 padding-top: 120px;
13 color: red; 30 text-align: center;
14 text-shadow: #444 0 1px 1px; 31 text-shadow: #EEEE00 0 0 10px;
15 background:transparent; -  
16 } 32 background:transparent;
-   33 font-family: 'Overdose Sunrise';
-   34 }