-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathred.css
61 lines (61 loc) · 1004 Bytes
/
red.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
card {
width: 150px;
display: inline-block;
text-align: center;
margin: 2px;
border: 1px solid black;
background-color: white;
z-index: 1000;
padding-top: 6px;
padding-bottom: 6px;
}
card button {
margin-top: 1em;
}
h1 {
margin: 0px;
}
img {
margin: 10px;
width: 60%;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
margin-bottom: 0px;
}
.target {
float: left;
display: inline-block;
font-size: 0.35em;
padding-top: 0;
padding-bottom: 0;
}
.number {
float: right;
position: relative;
font-size: 0.35em;
padding-top: 0;
padding-bottom: 0;
}
table {
width: 100%;
font-size: 0.3em;
font-family: Arial, Helvetica, sans-serif;
color: black;
}
table.purple tr:nth-child(even) {background: #C9F6}
table.blue tr:nth-child(even) {background: #0bf6}
table.red tr:nth-child(even) {background: #c006}
td {
padding-left: 6px;
padding-right: 6px;
padding-top: 0px;
padding-bottom: 0px;
}
.attribute {
text-align: left;
}
.value {
font-weight: bold;
text-align: right;
}