scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 70  →  ?path2? @ 71
/css/style.css
@@ -1,16 +1,34 @@
@font-face {
font-family: 'Overdose Sunrise';
src: url('fonts/overdose_sunrise-webfont.woff2') format('woff2'),
url('fonts/overdose_sunrise-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
 
.paralax-background {
background: url('/img/scratch-logo.svg') no-repeat center center;
position: fixed;
width: 100%;
height: 350px; /*same height as jumbotron */
height: 480px; /*same height as jumbotron */
top:0;
left:0;
z-index: -1;
/* Blur. */
-webkit-filter: blur(1px);
-moz-filter: blur(1px);
-o-filter: blur(1px);
-ms-filter: blur(1px);
filter: blur(1px);
}
 
.jumbotron {
height: 350px;
height: 480px;
color: red;
text-shadow: #444 0 1px 1px;
padding-top: 120px;
text-align: center;
text-shadow: #EEEE00 0 0 10px;
background:transparent;
}
font-family: 'Overdose Sunrise';
}