-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTeamPlayer.css
More file actions
81 lines (72 loc) · 1.08 KB
/
TeamPlayer.css
File metadata and controls
81 lines (72 loc) · 1.08 KB
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
canvas{
-moz-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
}
.center{
text-align: center;
vertical-align: middle;
font-family: Arial;
font-weight: 200;
}
#PlayerName{
margin: 0 auto;
width: 50%;
text-align: center;
}
.Nimi{
font-size: 30px;
}
.PlayerInfo{
text-align: center;
margin: 0 auto;
width: 100%;
font-family: Arial;
}
.TopDiv{
/*position: relative;*/
width: 80%;
padding: 0px;
margin: auto;
}
.inline_first{
float: left;
height:100%;
width : 20%;
}
.inline_second{
margin-left: 20%;
height:100%;
/*max-width:600px;*/
}
.chart-legend{
text-align: center;
width: 80%;
padding: 0px;
margin: auto;
}
.chart-legend li span{
display: inline-block;
float:center;
width: 3%;
height: 10px;
margin-right: 1%;
margin-left: 2%;
}
.inline_pie_first{
float:left;
width : 30%;
height:100%;
}
.inline_pie_second{
float:left;
width : 30%;
height:100%;
}
.chart-legend li {
display: inline;
}
.pisteet{
padding: 0px;
margin: auto;
}