-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathinspect.css
83 lines (81 loc) · 1.29 KB
/
inspect.css
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
div.nav {
width: 130px;
float: left;
background: #cce;
overflow: auto;
height: 90%;
}
div.nav div {
padding-left: 5px;
font-size: 12px;
font-family: sans-serif;
cursor: pointer;
border-bottom: 1px solid #eee;
}
div.view {
margin-left: 140px;
}
div.sections {
border-bottom: 1px solid #888;
background: #444;
color: #eee;
}
div.sections span {
font-size: 14px;
font-family: sans-serif;
padding-left: 5px;
padding-right: 5px;
cursor: pointer;
}
div.mode {
margin-top: 5px;
font-size: 14px;
font-family: sans-serif;
}
div.mode span {
padding-left: 5px;
padding-right: 5px;
background: #888;
color: #eef;
cursor: pointer;
}
table {
border: 1px solid #888;
border-collapse: collapse;
}
table tr {
border-bottom: 1px solid #aaa;
}
table th {
text-align: left;
height: 8em;
vertical-align: bottom;
padding-bottom: 10px;
}
table th.odd {
background: #ccc;
}
table th span {
position: absolute;
-webkit-transform: rotate(-90deg);
-webkit-transform-origin: 0 0;
-moz-transform: rotate(-90deg);
-moz-transform-origin: 0 0;
font-size: 14px;
font-family: sans-serif;
vertical-align: top;
}
table td {
font-size: 13px;
font-family: sans-serif;
width: 20px;
text-align: center;
}
table td.odd {
background: #ccc;
}
div.play {
border: 1px solid #888;
background: #484;
color: #efe;
}