scratch – Blame information for rev 81

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