-
Notifications
You must be signed in to change notification settings - Fork 3
/
general.css
129 lines (117 loc) · 1.65 KB
/
general.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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
*{
margin: 0;
padding: 0;
}
html {
min-width: 1040px;
}
body {
color: white;
font-family: atrament-web, sans-serif;
position: relative;
width: 1600px;
height: 1800px;
}
#pitch_div{
width: 1600px;
height: 900px;
background-color: #185751;
position: relative;
left: 0;
}
#pitch{
position: relative;
left: 100px;
top: 60px;
}
#timevis{
position: relative;
left: 180px;
top: 50px;
z-index: 2;
}
#pitch-team-selector{
position: relative;
left: 400px;
top: 40px;
}
#pitch, #timevis{
float: left;
}
#playerInfo{
clear: both;
position: relative;
left: 1000px;
top: -400px;
width: 280px;
height: 300px;
}
.playerInfoWrapper h2{
font-size: 2.5em;
overflow: hidden;
text-overflow: ellipsis;
resize: horizontal;
}
#nameCard{
position: relative;
top: -290px;
text-align: center;
width: 280px;
}
#playerInfo ul{
list-style-type: none;
text-align: left;
position: relative;
top: 35px;
left: 30px
}
#playerInfo li{
font-size: 25px;
}
li .importantInfo{
font-weight: 200;
}
#pLegends{
clear: both;
position: relative;
left: 640px;
top: -80px;
width: 200px;
}
#mask rect{
fill: none;
pointer-events: all;
}
#tutorial3{
width: 1600px;
height: 800px;
position: relative;
top: -1250px;
}
.playerInfoWrapper{
width: 280px;
height: 300px;
}
#tutorial3 text{
font-size: 13px;
font-family: Futura;
}
#tLegends{
position: relative;
left: 630px;
top: -830px;
pointer-events: all;
z-index: 0;
font-family: Futura;
font-size: 14px;
}
#back{
position: relative;
top: -350px;
left: 1200px;
color: white;
text-decoration: none;
background-color: #537766;
padding: 3px 6px;
border-radius: 3px;
}