scratch – Diff between revs 81 and 130

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 81 Rev 130
Line 1... Line -...
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 @font-face { -  
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; } -  
11 .paralax-background { -  
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);*/ } -  
27   -  
28 .jumbotron { -  
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'; } -  
36   -  
37 .trumbowyg-box { -  
38 display: block; -  
39 position: relative; -  
40 height: 100%; -  
41 margin: 0; -  
42 border: 0; -  
43 display: hidden; -  
44 font-family: monospace; } -  
45   -  
46 .trumbowyg-editor { -  
47 border: 0; -  
48 min-height: 480px; } -  
49   -  
50 #editorpanel { -  
51 width: 100%; -  
52 height: 100%; -  
53 padding: 0; } -  
54   -  
55 #box { -  
56 border: 1px solid #ddd; } -  
57   1 @font-face{font-family:'Overdose Sunrise';src:url("fonts/overdose_sunrise-webfont.woff2") format("woff2"),url("fonts/overdose_sunrise-webfont.woff") format("woff");font-weight:normal;font-style:normal}@font-face{font-family:'Rat Infested Mailbox';src:url("fonts/rat_infested_mailbox-webfont.woff2") format("woff2"),url("fonts/rat_infested_mailbox-webfont.woff") format("woff");font-weight:normal;font-style:normal}.paralax-background{background:url("/img/scratch-logo.svg") no-repeat center center;position:fixed;width:100%;height:480px;top:0;left:0;z-index:-1;box-shadow:inset 0px 0px 150px 60px rgba(0,0,0,0.5)}.jumbotron{height:480px;color:red;padding-top:120px;text-align:center;text-shadow:#EEEE00 0 0 10px;background:transparent;font-family:'Rat Infested Mailbox'}.trumbowyg-box{display:block;position:relative;height:100%;margin:0;border:0;display:hidden;font-family:monospace}.trumbowyg-editor{border:0;min-height:480px}#editorpanel{width:100%;height:100%;padding:0}#box{border:1px solid #ddd}
58 /*# sourceMappingURL=style.css.map */ 2 /*# sourceMappingURL=style.css.map */