-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyles.css
60 lines (58 loc) · 1.09 KB
/
styles.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
body {
font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
font-style: normal;
font-variant: normal;
font-weight: 400;
line-height: 18.5714px;
}
.team_select {
border: 3px solid #AAAAAA;
border-collapse: collapse;
}
.lost_items {
border: 3px solid #000000;
border-collapse: collapse;
}
#board {
border: 3px solid #AAAAAA;
border-collapse: collapse;
}
#board td {
width: 32px;
height: 32px;
text-align:center;
}
.attack_table, .attack_table td{
text-align:center;
border:2px solid #AAAAAA;
border-collapse: collapse;
font-size: 12px;
}
#pets, #pets td{
text-align:center;
border:2px solid #AAAAAA;
border-collapse: collapse;
font-size: 12px;
}
#bottomright, #bottomright td{
text-align:center;
border:2px solid #AAAAAA;
border-collapse: collapse;
font-size: 13px;
}
img {
border-color: lightgrey;
}
img .active {
border-color: green;
}
img .inactive {
border-color: black;
}
.plain_link {
text-decoration: none;
}
.clickable{
cursor: pointer;
cursor: hand;
}