scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 73  →  ?path2? @ 74
/css/style.css
@@ -15,12 +15,14 @@
left:0;
z-index: -1;
box-shadow: inset 0px 0px 150px 60px rgba(0,0,0,0.5);
/* Blur. */
-webkit-filter: blur(1px);
/*-webkit-filter: blur(1px);
-moz-filter: blur(1px);
-o-filter: blur(1px);
-ms-filter: blur(1px);
filter: blur(1px);
filter: blur(1px);*/
}
 
.jumbotron {
@@ -30,5 +32,26 @@
text-align: center;
text-shadow: #EEEE00 0 0 10px;
background:transparent;
font-family: 'Overdose Sunrise';
font-family: 'Overdose Sunrise'
}
 
.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;
}