-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
58 lines (52 loc) · 810 Bytes
/
style.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
body {
}
div.record {
display: flex;
flex-direction: row;
align-items: center;
margin-top: 25px;
margin-bottom: 25px;
}
td.percent {
}
td.rank {
font-size: 40px;
width: 40px;
margin-left: 45px;
margin-right: 45px;
}
div.karma {
margin-left: 45px;
margin-right: 45px;
}
div.runs {
margin-left: 45px;
margin-right: 45px;
width: 150px
}
div.badTest {
display: flex;
flex-direction: row;
justify-content: space-between;
}
a.name {
font-size: 20px;
margin-right: 90px;
color: 504F4F;
}
a.test {
margin-left: 20px;
color: 504F4F;
}
img {
margin-right: 20px;
}
progress.progressbar {
width: 400px;
height: 30px;
}
div.progressbarElement {
display: flex;
flex-direction: column;
align-items: center;
}