diff --git a/static/application.css b/static/application.css index 6e2acd3..8a55150 100644 --- a/static/application.css +++ b/static/application.css @@ -1,30 +1,16 @@ body { - background: #000; + background: #002B36; padding: 20px 50px; - margin: 0; - font-family: 'Fira Code', monospace; -} - -body pre.hljs { - color: #c9d1d9; - background: #000; -} - -body pre.hljs code { - font-family: 'Fira Code', monospace; -} - -body pre.hljs code b { - font-weight: 800; + margin: 0px; } /* textarea */ textarea { background: transparent; - border: 0; + border: 0px; color: #fff; - padding: 0; + padding: 0px; width: 100%; height: 100%; font-family: monospace; @@ -42,9 +28,11 @@ textarea { z-index: -1000; position: absolute; top: 20px; - left: 0; - width: 30px; /* 30 to get 20 away from box */ - font-size: 100%; + left: 0px; + width: 30px; + /* 30 to get 20 away from box */ + font-size: 13px; + font-family: monospace; text-align: right; user-select: none; } @@ -52,27 +40,29 @@ textarea { /* code box when locked */ #box { - padding: 0; - margin: 0; + padding: 0px; + margin: 0px; width: 100%; - border: 0; + border: 0px; outline: none; - font-size: 100%; + font-size: 13px; overflow: inherit; } #box code { - padding: 0; - background: transparent !important; /* don't hide hastebox */ + padding: 0px; + background: transparent !important; + /* don't hide hastebox */ } /* key */ #key { position: fixed; - top: 0; - right: 0; - z-index: +1000; /* watch out */ + top: 0px; + right: 0px; + z-index: +1000; + /* watch out */ } #box1 { @@ -83,11 +73,12 @@ textarea { #box2 { background: #08323c; - font-size: 0; - padding: 0 5px; + font-size: 0px; + padding: 0px 5px; } -#box1 a.logo, #box1 a.logo:visited { +#box1 a.logo, +#box1 a.logo:visited { display: inline-block; background: url(logo.png); width: 126px; @@ -107,11 +98,12 @@ textarea { } #box2 .link embed { - vertical-align: bottom; /* fix for zeroClipboard style */ + vertical-align: bottom; + /* fix for zeroClipboard style */ } #box2 .function.enabled:hover { - /* cursor: hand; */ + cursor: hand; cursor: pointer; } @@ -120,14 +112,15 @@ textarea { height: 5px; width: 10px; background: url(hover-dropdown-tip.png); - bottom: 0; + bottom: 0px; position: absolute; margin: auto; - left: 0; - right: 0; + left: 0px; + right: 0px; } -#box3, #messages li { +#box3, +#messages li { background: #173e48; font-family: Helvetica, sans-serif; font-size: 12px; @@ -136,7 +129,8 @@ textarea { user-select: none; } -#box3 .label, #messages li { +#box3 .label, +#messages li { color: #fff; font-weight: bold; } @@ -213,7 +207,7 @@ textarea { #messages { position: fixed; - top: 0; + top: 0px; right: 138px; margin: 0; padding: 0; @@ -228,5 +222,4 @@ textarea { #messages li.error { background: rgba(102, 8, 0, 0.8); -} - +} \ No newline at end of file diff --git a/static/index.html b/static/index.html index 7613ea9..c3474a9 100644 --- a/static/index.html +++ b/static/index.html @@ -3,7 +3,7 @@