scratch – Diff between revs 74 and 75

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 74 Rev 75
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'),
4 url('fonts/overdose_sunrise-webfont.woff') format('woff'); 4 url('fonts/overdose_sunrise-webfont.woff') format('woff');
5 font-weight: normal; 5 font-weight: normal;
6 font-style: normal; 6 font-style: normal;
7 } 7 }
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; 16 z-index: -1;
17   17  
18 box-shadow: inset 0px 0px 150px 60px rgba(0,0,0,0.5); 18 box-shadow: inset 0px 0px 150px 60px rgba(0,0,0,0.5);
19 19
20 /* Blur. */ 20 /* Blur. */
21 /*-webkit-filter: blur(1px); 21 /*-webkit-filter: blur(1px);
22 -moz-filter: blur(1px); 22 -moz-filter: blur(1px);
23 -o-filter: blur(1px); 23 -o-filter: blur(1px);
24 -ms-filter: blur(1px); 24 -ms-filter: blur(1px);
25 filter: blur(1px);*/ 25 filter: blur(1px);*/
26 } 26 }
27   27  
28 .jumbotron { 28 .jumbotron {
29 height: 480px; 29 height: 480px;
30 color: red; 30 color: red;
31 padding-top: 120px; 31 padding-top: 120px;
32 text-align: center; 32 text-align: center;
33 text-shadow: #EEEE00 0 0 10px; 33 text-shadow: #EEEE00 0 0 10px;
34 background:transparent; 34 background:transparent;
35 font-family: 'Overdose Sunrise' 35 font-family: 'Overdose Sunrise'
36 } 36 }
37   37  
38 .trumbowyg-box { 38 .trumbowyg-box {
39 display: block; 39 display: block;
40 position: relative; 40 position: relative;
41 height: 100%; 41 height: 100%;
42 margin: 0; 42 margin: 0;
43 border: 0; 43 border: 0;
44 display: hidden; 44 display: hidden;
45 font-family: monospace; 45 font-family: monospace;
46 } 46 }
47   47  
48 .trumbowyg-editor { 48 .trumbowyg-editor {
49 border: 0; 49 border: 0;
50 min-height: 480px; 50 min-height: 480px;
51 } 51 }
52   52  
53 #editorpanel { 53 #editorpanel {
54 width: 100%; 54 width: 100%;
55 height: 100%; 55 height: 100%;
56 padding: 0; 56 padding: 0;
-   57 }
-   58  
-   59 #box {
-   60 border: 1px solid #ddd;
57 } 61 }
58   62  
59
Generated by GNU Enscript 1.6.5.90.
63
Generated by GNU Enscript 1.6.5.90.
60   64  
61   65  
62   66