scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 73  →  ?path2? @ 74
/css/files/style.css
@@ -1,3 +1,7 @@
.fileupload-process {
background: #f5f5f5;
}
 
#previews {
display: table;
}
@@ -29,6 +33,9 @@
#total-progress {
opacity: 0;
transition: opacity 0.3s linear;
background: #f5f5f5;
padding: 0;
margin: 0;
}
 
/* Hide the progress bar when finished */
/css/style.css
@@ -7,28 +7,51 @@
}
 
.paralax-background {
background: url('/img/scratch-logo.svg') no-repeat center center;
position: fixed;
width: 100%;
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);
background: url('/img/scratch-logo.svg') no-repeat center center;
position: fixed;
width: 100%;
height: 480px; /*same height as jumbotron */
top:0;
left:0;
z-index: -1;
 
box-shadow: inset 0px 0px 150px 60px rgba(0,0,0,0.5);
/* Blur. */
/*-webkit-filter: blur(1px);
-moz-filter: blur(1px);
-o-filter: blur(1px);
-ms-filter: blur(1px);
filter: blur(1px);*/
}
 
.jumbotron {
height: 480px;
color: red;
padding-top: 120px;
text-align: center;
text-shadow: #EEEE00 0 0 10px;
background:transparent;
font-family: 'Overdose Sunrise';
height: 480px;
color: red;
padding-top: 120px;
text-align: center;
text-shadow: #EEEE00 0 0 10px;
background:transparent;
font-family: 'Overdose Sunrise'
}
 
.trumbowyg-box {
display: block;
position: relative;
height: 100%;
margin: 0;
border: 0;
display: hidden;
font-family: monospace;
}
 
.trumbowyg-editor {
border: 0;
min-height: 480px;
}
 
#editorpanel {
width: 100%;
height: 100%;
padding: 0;
}