This repository has been archived by the owner on Jan 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathdash.css
115 lines (97 loc) · 1.55 KB
/
dash.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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
#overlay {
position: absolute;
left: 0;
top: 0;
bottom: 0;
right: 0;
background: #000;
opacity: 0.7;
filter: alpha(opacity=70);
}
#loading-anim {
width: 220px;
height: 19px;
position: absolute;
top: 50%;
left: 50%;
margin: -9px 0 0 -110px;
}
h1 {
font-size: 160%;
color: #101010;
}
#gh_note {
font-size: 80%;
margin-top: 0px;
padding-top: 0px;
}
#notes {
font-size: 70%;
font-style: italic;
margin: 5px;
padding: 3px;
background-color: #f0f0f0;
}
#notes ul {
margin: 0px;
padding: 0px 0px 0px 18px;
}
#categories {
margin: 25px 5px 25px 0px;
}
#categories form {
display: inline;
}
#categories input {
display: none;
}
#categories label {
margin: 0px;
padding: 7px 10px 5px 10px;
border-width: 0px 0px 1px 0px;
border-style: solid;
border-color: #909090;
color: #505050;
cursor: pointer;
white-space: nowrap;
}
#categories label.active {
border-width: 1px 1px 0px 1px;
color: black;
cursor: default;
}
.buglist {
margin-top: 15px;
}
.buglist table {
border-collapse: collapse;
border-spacing: 3px;
}
.buglist caption {
font-size: 110%;
text-align: left;
font-weight: bold;
color: #505050;
}
.buglist th, .buglist td {
background-color: #F5F5F5;
padding: 5px;
border: solid 2px white;
}
.buglist th {
color: #505050;
}
.buglist td {
padding: 2px;
}
.buglist tr:hover > td {
background-color: #E5E5E5;
}
span.tag {
background-color: #e9e9e9;
color: #505050;
margin: 1px;
padding: 3px;
border-radius: 4px;
font-size: 90%;
}