forked from quisquous/cactbot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathradar.css
96 lines (83 loc) · 1.23 KB
/
radar.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
html {
width: 100%;
height: 100%;
overflow: hidden;
background-color: transparent;
/* FFXIV font look */
font-family: Meiryo, sans-serif;
font-size: 12px;
text-shadow: -1px 0 3px #217aa2, 0 1px 3px #217aa2, 1px 0 3px #217aa2, 0 -1px 3px #217aa2;
font-weight: 300;
color: #e2ebf5;
}
body {
margin: 0;
overflow: hidden;
}
div {
overflow: hidden;
padding-left: 2px;
padding-right: 2px;
}
table {
table-layout: fixed;
}
td {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 100px;
}
.radar-div {
position: static;
display: table-cell;
}
.radar-image-div {
margin: auto;
float: left;
top: 0;
bottom: 0;
}
.resize-helper {
display: none;
}
.resize-handle .resize-helper {
margin: auto;
display: inline-block;
}
.radar-image {
margin: auto;
width: 100%;
float: left;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.radar-image-75 {
margin: auto;
width: 75%;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.radar-image-50 {
margin: auto;
width: 50%;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.radar-image-40 {
margin: auto;
width: 40%;
top: 0;
bottom: 0;
left: 0;
right: 0;
transform: rotate(0deg);
}