scratch – Diff between revs 76 and 81

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