scratch – Blame information for rev 81

Subversion Repositories:
Rev:
Rev Author Line No. Line
71 office 1 @font-face {
81 office 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; }
76 office 6 @font-face {
81 office 7 font-family: 'Rat Infested Mailbox';
8 src: url("fonts/rat_infested_mailbox-webfont.woff2") format("woff2"), url("fonts/rat_infested_mailbox-webfont.woff") format("woff");
9 font-weight: normal;
10 font-style: normal; }
68 office 11 .paralax-background {
81 office 12 background: url("/img/scratch-logo.svg") no-repeat center center;
13 position: fixed;
14 width: 100%;
15 height: 480px;
16 /*same height as jumbotron */
17 top: 0;
18 left: 0;
19 z-index: -1;
20 box-shadow: inset 0px 0px 150px 60px rgba(0, 0, 0, 0.5);
21 /* Blur. */
22 /*-webkit-filter: blur(1px);
23 -moz-filter: blur(1px);
24 -o-filter: blur(1px);
25 -ms-filter: blur(1px);
26 filter: blur(1px);*/ }
74 office 27  
68 office 28 .jumbotron {
81 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: 'Rat Infested Mailbox'; }
74 office 36  
37 .trumbowyg-box {
81 office 38 display: block;
39 position: relative;
40 height: 100%;
41 margin: 0;
42 border: 0;
43 display: hidden;
44 font-family: monospace; }
74 office 45  
46 .trumbowyg-editor {
81 office 47 border: 0;
48 min-height: 480px; }
74 office 49  
50 #editorpanel {
81 office 51 width: 100%;
52 height: 100%;
53 padding: 0; }
75 office 54  
55 #box {
81 office 56 border: 1px solid #ddd; }
57  
58 /*# sourceMappingURL=style.css.map */