forked from querns/ClassicThreatPerSecond
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
63 lines (51 loc) · 754 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
59
60
61
62
div, input {
padding: 5px;
}
input {
margin: 5px;
}
input#api {
width: 250px;
}
input#report {
width: 600px;
}
input[type='submit'] {
font-size: large;
width: 33%;
min-width: 400px;
}
select {
font-size: large;
}
#fight-length-selector {
font-size: medium !important;
}
.infobox {
background-color: gainsboro;
padding: 10px;
margin: auto;
text-align: center;
}
.bold {
font-size: large;
font-weight: bold;
}
#tabs {
display: none;
}
TBODY TR TD {
min-width: 50px;
}
TBODY TR TD:nth-child(1) {
min-width: 150px;
}
TBODY TR TD:nth-child(2),
TBODY TR TD:nth-child(3) {
text-align: center;
}
TBODY TR TD:nth-child(4),
TBODY TR TD:nth-child(5)
{
text-align: right;
}