-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdd.css
More file actions
59 lines (50 loc) · 923 Bytes
/
dd.css
File metadata and controls
59 lines (50 loc) · 923 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
* {
font-family: "Meiryo";
font-size: 12px;
}
body, html {
margin: 0;
}
html {
height: 100%;
background-color: transparent;
/*background-color: rgba(255, 0, 0, 0.2);*/
}
.resizeHandle {
background-image: url(handle.png);
background-position: bottom right;
background-repeat: no-repeat;
box-sizing: border-box;
}
.ddHeader {
background-color: blue;
color: white;
font-size: 20px;
padding: 3px;
}
.ddHeader.passageok {
background: rgba(255, 0, 0, 1.0);
}
#canvasWrapper {
width: 100%;
}
#canvas {
background-color: transparent;
}
#ddFooter {
background: rgba(0, 0, 0, 0.5);
color: #fff;
padding: 5px;
font: 20px monospace;
}
pre, #traplist, .debug {
word-break: break-all;
white-space: pre-wrap;
background: rgba(0, 0, 0, 0.7);
color: #fff;
padding: 2px;
font: 6px monospace;
}
th,td {
color: #fff;
}