scratch – Blame information for rev 76

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  
76 office 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 }
17  
68 office 18 .paralax-background {
74 office 19 background: url('/img/scratch-logo.svg') no-repeat center center;
20 position: fixed;
21 width: 100%;
22 height: 480px; /*same height as jumbotron */
23 top:0;
24 left:0;
25 z-index: -1;
26  
27 box-shadow: inset 0px 0px 150px 60px rgba(0,0,0,0.5);
28  
29 /* Blur. */
30 /*-webkit-filter: blur(1px);
31 -moz-filter: blur(1px);
32 -o-filter: blur(1px);
33 -ms-filter: blur(1px);
34 filter: blur(1px);*/
68 office 35 }
36  
37 .jumbotron {
74 office 38 height: 480px;
39 color: red;
40 padding-top: 120px;
41 text-align: center;
42 text-shadow: #EEEE00 0 0 10px;
76 office 43 background: transparent;
44 font-family: 'Rat Infested Mailbox';
71 office 45 }
74 office 46  
47 .trumbowyg-box {
48 display: block;
49 position: relative;
50 height: 100%;
51 margin: 0;
52 border: 0;
53 display: hidden;
54 font-family: monospace;
55 }
56  
57 .trumbowyg-editor {
58 border: 0;
59 min-height: 480px;
60 }
61  
62 #editorpanel {
63 width: 100%;
64 height: 100%;
65 padding: 0;
75 office 66 }
67  
68 #box {
69 border: 1px solid #ddd;
74 office 70 }