-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhex.css
More file actions
43 lines (36 loc) · 650 Bytes
/
Copy pathhex.css
File metadata and controls
43 lines (36 loc) · 650 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
@font-face {
font-family: 'Julia';
src: url('https://cdnjs.cloudflare.com/ajax/libs/juliamono/0.053/JuliaMono-Medium.woff2');
}
.xed * {
margin: 0;
padding: 0;
font: min(1.8vw, 1.8vh)/1em 'Julia';
vertical-align: top;
}
.xed, .xed td {
border: 1px dotted #bbb;
}
.xed td:first-child {
text-align: center;
}
.xed textarea {
height: 1em;
padding: 1px;
resize: none;
overflow: hidden;
border: none;
}
.xed textarea:focus {
outline: transparent !important;
}
.xed textarea:read-write:focus {
background-color: #fff5d9;
box-shadow: 0 0 10px #f50;
}
.xed-top, .xed-left, .xed-size {
color: #aaa;
}
.xed-size {
text-align: right;
}