scratch – Diff between revs 75 and 76

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