-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtorn-spy-parse.css
66 lines (57 loc) · 1.2 KB
/
torn-spy-parse.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
div#spy-parse-container {
font-family: Verdana, Geneva, sans-serif;
background-color: #CCC;
text-align: center;
}
#spy-parse-btn {
right: 20px;
}
#spy-copy-btn {
right: 180px;
}
.float {
width: 90px;
height: 50px;
margin: 0 auto;
padding: 0;
display: inline-block;
line-height: 50px;
text-align: center;
top: 40px;
text-decoration: none;
position: fixed;
padding-left: 20px;
padding-right: 20px;
background-color: #00144e;
color: #FFF;
border-radius: 50px;
box-shadow: 2px 2px 3px #999;
font-size: 18px;
}
.my-float {
margin-top: 22px;
}
#spy-parse-tbl {
position: fixed;
top: 103px;
right: 40px;
font-family: arial, sans-serif;
font-size: small;
border-collapse: collapse;
width: auto;
}
#spy-parse-tbl tr {
transition: background-color 400ms cubic-bezier(0.4, 0, 0.2, 1);;
}
#spy-parse-tbl td, th {
border: 1px solid #dddddd;
text-align: left;
padding: 8px;
transition: background-color 400ms cubic-bezier(0.4, 0, 0.2, 1);;
}
#spy-parse-tbl tbody tr:nth-child(even) {
background-color: #d1d1d1;
}
#spy-parse-tbl tbody tr:nth-child(odd) {
background-color: white;
}