-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
22 lines (13 loc) · 833 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
body { margin: 0; padding: 0; }
textarea { width: 45%; font-family: Consolas, monospace; }
a { color: #f80; text-decoration: none; }
table { font-family: Consolas, monospace; border-collapse: collapse; position: relative; top:5px; }
#header { font-family: Consolas, monospace; height: 1em; width: 100%; background: #444; text-align: right; padding: 3px 0;}
.clear { clear: both; }
.CodeMirror { float: left; width: 45%; font-size: 14px; font-family: Consolas, monospace; }
.CodeMirror-scroll { height: auto; overflow: visible; }
tr { height: 14px; font-size: 14px; }
td { height: 14px; line-height:10px; padding: 0 5px; }
td:not(:first-child) { border-left: 1px solid black; }
.CodeMirror-lines pre:not(.CodeMirror-cursor):hover, tr:hover, .hover { background: PaleTurquoise !important; }
#debug, #debug2 { display: none; }