-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
68 lines (57 loc) · 931 Bytes
/
styles.css
File metadata and controls
68 lines (57 loc) · 931 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
60
61
62
63
64
65
66
67
68
body {
background-color: #000f;
}
button {
border: none;
background-color: #0000;
cursor: pointer;
}
button.inner {
border: 1px solid #ccc;
margin: 4px;
}
th, td {
border: 0.5px solid #ccc;
text-align: left;
}
div.scroll {
margin: 4px;
padding: 4px;
width: 100%;
overflow: auto;
white-space: nowrap;
}
div.topbar {
z-index: 2;
height: 50px;
padding: 12px;
background-color: #cccf;
}
div.centerbar {
background-color: #eeef;
}
div.leftbar {
width: 50px;
padding: 12px;
background-color: #eeef;
}
div.rightbar {
width: 50px;
padding: 12px;
background-color: #eeef;
}
div.bottombar {
min-height: 30px;
color: #ffff;
padding: 12px;
background-color: #000f;
}
div.content {
min-height: 600px;
padding: 12px;
background-color: #ffff;
}
div.listitem {
border: 1px solid #ccc;
cursor: pointer;
}