scratch – Blame information for rev 74

Subversion Repositories:
Rev:
Rev Author Line No. Line
71 office 1 @font-face {
2 font-family: 'Overdose Sunrise';
3 src: url('fonts/overdose_sunrise-webfont.woff2') format('woff2'),
4 url('fonts/overdose_sunrise-webfont.woff') format('woff');
5 font-weight: normal;
6 font-style: normal;
7 }
8  
68 office 9 .paralax-background {
74 office 10 background: url('/img/scratch-logo.svg') no-repeat center center;
11 position: fixed;
12 width: 100%;
13 height: 480px; /*same height as jumbotron */
14 top:0;
15 left:0;
16 z-index: -1;
17  
18 box-shadow: inset 0px 0px 150px 60px rgba(0,0,0,0.5);
19  
20 /* Blur. */
21 /*-webkit-filter: blur(1px);
22 -moz-filter: blur(1px);
23 -o-filter: blur(1px);
24 -ms-filter: blur(1px);
25 filter: blur(1px);*/
68 office 26 }
27  
28 .jumbotron {
74 office 29 height: 480px;
30 color: red;
31 padding-top: 120px;
32 text-align: center;
33 text-shadow: #EEEE00 0 0 10px;
34 background:transparent;
35 font-family: 'Overdose Sunrise'
71 office 36 }
74 office 37  
38 .trumbowyg-box {
39 display: block;
40 position: relative;
41 height: 100%;
42 margin: 0;
43 border: 0;
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%;
56 padding: 0;
57 }