summaryrefslogtreecommitdiffstats
path: root/css/stats.css
blob: 122e300423f8e7c973fd47e0393e12640f6aab29 (plain)
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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
.col1 {
	float: left;
	margin-right: 8px;
	margin-left: 8px;
	min-height: 300px;
}
.col2 {
	min-height: 300px;
	margin-right: 0px;
	margin-left: 12px;
	float: left;
	max-width: 340px;
	height: auto;
}
.col {
	float: left;
	margin-right: 20px;
	min-height: 300px;
}
.hidden-stats {
	height: 0;
	display:none;
}
.shown-stats {
	/* -webkit-transition: all .5s ease-in; 
	-o-transition: all .5s ease-in; 
	-moz-transition: all .5s ease-in; 
	transition: all .5s ease-in; 
	*/
	height: 0;
}


table {
	border-collapse: collapse;
}
td, th {
	padding: 3px;
}

.leaderboardHeaders .leaderboardHeadersRank,
.leaderboardHeaders .leaderboardHeadersName,
.leaderboardHeaders .leaderboardHeadersMoves,
.leaderboardHeaders .leaderboardHeadersTime
{
	border:1px solid #ccc;
}

.leaderboardHeaders .leaderboardHeadersRank { width: 40px; }
.leaderboardHeaders .leaderboardHeadersName,
.leaderboardName
{
	max-width: 140px;
	text-overflow: ellipsis;
	overflow: hidden;
}
.leaderboardHeaders .leaderboardHeadersMoves { width: 45px; }
.leaderboardHeaders .leaderboardHeadersTime { width: 85px; }

.lbrow {
	/* Temporary adjust for font changes */
	font-size:105%;
	background: #000;
	transition:background .5s;
	-webkit-transition:background .5s;
	-o-transition:color .5s;
	-moz-transition:color .5s;
	cursor: default;
}
.lbrow:hover {
	background: #356;
	transition:background 0s;
	-webkit-transition:background 0s;
	-o-transition:color 0s;
	-moz-transition:color 0s;
}

.leftBtn {
	left:0px;
}
.rightBtn {
	right:0px;
}
.leftBtn, .rightBtn, rightBtn a {
	text-align:center;
	text-decoration: none;
	position:absolute;
	top:65px;
	width:50px;
	background-color: #262631;
	font-size:200%;
	height:290px;
	line-height:270px;
	border-radius: 5px;
	border: 1px solid #333;
}
.scoreActive:hover {
	background-color: #343c57;
}
.scoreDisabled {
	background-color: #222223;
}
.scoreContainer2 {
	width:410px;
	height:500px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}

.membersList {
	width:850px;
}

.scoreRight{
	float:right;
	margin: 5px;
}
.scoreLeft{
	float:left;
	margin: 5px;
}


.scoreMedal {
	text-align:left;
}
.scoreMedal img {
	width:32px;
	height:32px;
	vertical-align:middle;
}
.scoreGold {
	background-image: url(../images/MedalGoldCAb.png);
}
.scoreSilver {
	background-image: url(../images/MedalSilverCAb.png);
}
.scoreName {
	float:left;
	padding: 5px 0px 3px 3px;
	width:120px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}

.myPoints
{
	text-align: center;
	color: #00DDFF;
}

.myPoints .myPointsValue
{
	font-weight: bold;
}