scratch – Diff between revs 71 and 74

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 71 Rev 74
Line 5... Line 5...
5 font-weight: normal; 5 font-weight: normal;
6 font-style: normal; 6 font-style: normal;
7 } 7 }
Line 8... Line 8...
8   8  
9 .paralax-background { 9 .paralax-background {
10 background: url('/img/scratch-logo.svg') no-repeat center center; 10 background: url('/img/scratch-logo.svg') no-repeat center center;
11 position: fixed; 11 position: fixed;
12 width: 100%; 12 width: 100%;
13 height: 480px; /*same height as jumbotron */ 13 height: 480px; /*same height as jumbotron */
14 top:0; 14 top:0;
15 left:0; 15 left:0;
-   16 z-index: -1;
-   17  
16 z-index: -1; 18 box-shadow: inset 0px 0px 150px 60px rgba(0,0,0,0.5);
17 19
18 /* Blur. */ 20 /* Blur. */
19 -webkit-filter: blur(1px); 21 /*-webkit-filter: blur(1px);
20 -moz-filter: blur(1px); 22 -moz-filter: blur(1px);
21 -o-filter: blur(1px); 23 -o-filter: blur(1px);
22 -ms-filter: blur(1px); 24 -ms-filter: blur(1px);
23 filter: blur(1px); 25 filter: blur(1px);*/
Line 24... Line 26...
24 } 26 }
25   27  
26 .jumbotron { 28 .jumbotron {
27 height: 480px; 29 height: 480px;
28 color: red; 30 color: red;
29 padding-top: 120px; 31 padding-top: 120px;
30 text-align: center; 32 text-align: center;
31 text-shadow: #EEEE00 0 0 10px; 33 text-shadow: #EEEE00 0 0 10px;
-   34 background:transparent;
-   35 font-family: 'Overdose Sunrise'
-   36 }
-   37  
-   38 .trumbowyg-box {
-   39 display: block;
-   40 position: relative;
-   41 height: 100%;
-   42 margin: 0;
-   43 border: 0;
32 background:transparent; 44 display: hidden;
-   45 font-family: monospace;
-   46 }
-   47  
-   48 .trumbowyg-editor {
-   49 border: 0;
-   50 min-height: 480px;
-   51 }
-   52  
-   53 #editorpanel {
-   54 width: 100%;
-   55 height: 100%;
33 font-family: 'Overdose Sunrise'; 56 padding: 0;