-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlivescore.css
156 lines (155 loc) · 4.85 KB
/
livescore.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
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
.ls-container {
background-color: #f1f1f1; }
.ls-container, .ls-container:before, .ls-container:after, .ls-container *, .ls-container *:before, .ls-container *:after {
box-sizing: border-box; }
.ls-container .ls-header h3,
.ls-container .ls-content .ls-row .ls-row-date,
.ls-container .ls-content .ls-row .ls-row-time,
.ls-container .ls-content .ls-row .ls-row-queue,
.ls-container .ls-content .ls-row .ls-row-match .ls-row-player,
.ls-container .ls-content .ls-row .ls-row-match .ls-row-score {
font-family: "Bebas"; }
.ls-container .clear {
clear: both; }
.ls-container .ls-header {
background-color: #45db9b;
height: 45px;
padding-top: 8px;
text-align: center; }
.ls-container .ls-header h3 {
margin: 0px;
padding: 0px;
color: white; }
.ls-container .ls-content {
padding-top: 25px; }
.ls-container .ls-content .ls-row {
position: relative;
height: 90px; }
.ls-container .ls-content .ls-row .ls-row-date {
color: #95a6b0;
font-size: 9px;
position: absolute;
left: 12px;
top: 4px;
width: 44px;
text-align: center; }
.ls-container .ls-content .ls-row .ls-row-time {
text-align: center;
position: absolute;
color: #4aa3da;
left: 12px;
width: 44px;
top: 15px; }
.ls-container .ls-content .ls-row .ls-row-queue {
height: 26px;
width: 26px;
position: absolute;
left: 62px;
background-color: #4aa3da;
border-radius: 50%;
color: white;
padding: 3px 2px 1px 2px;
border: 5px solid #b0dcf8;
box-sizing: content-box;
text-align: center; }
.ls-container .ls-content .ls-row .ls-row-queue:after {
content: " ";
width: 8px;
position: absolute;
top: 31px;
left: 11px;
background-color: #b0dcf8;
height: 55px; }
.ls-container .ls-content .ls-row .ls-row-match {
height: 69px;
position: absolute;
left: 120px;
right: 44px;
background-color: #3698db;
border-radius: 5px;
font-size: 17px;
color: #fff;
padding: 6px 16px; }
.ls-container .ls-content .ls-row .ls-row-match:before {
right: 100%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-right-color: #3698db;
border-width: 10px;
top: 10px; }
.ls-container .ls-content .ls-row .ls-row-match:after {
content: " ";
position: absolute;
background-color: inherit;
right: 0px;
top: 0px;
bottom: 0px;
width: 4px; }
.ls-container .ls-content .ls-row .ls-row-match .ls-row-player {
float: left;
margin: 0px;
padding: 0px;
display: block; }
.ls-container .ls-content .ls-row .ls-row-match .ls-row-player:after {
content: " ";
background-color: #fbbe20;
width: 26px;
height: 26px;
position: absolute;
border-radius: 50%;
right: 23px;
margin-top: -1px;
z-index: 1; }
.ls-container .ls-content .ls-row .ls-row-match .ls-row-score {
float: right;
margin: 0px;
margin-right: 3px;
text-align: center;
width: 35px;
padding: 0px;
display: block;
font-weight: lighter;
position: relative;
z-index: 2; }
.ls-container .ls-content .ls-row .ls-row-match .ls-row-separator {
padding: 4px 0px;
position: relative; }
.ls-container .ls-content .ls-row .ls-row-match .ls-row-separator:before {
left: 0;
right: 0;
background-color: #b0dcf8;
height: 1px;
content: " ";
position: absolute; }
.ls-container .ls-content .ls-row .ls-row-twitter {
height: 69px;
position: absolute;
width: 29px;
right: 15px;
background-color: #6fbeee;
border: none;
border-radius: 5px;
font-size: 17px;
color: #fff; }
.ls-container .ls-content .ls-row .ls-row-twitter:before {
content: " ";
position: absolute;
background-color: inherit;
left: 0px;
top: 0px;
bottom: 0px;
width: 4px; }
.ls-container .ls-content .ls-row .ls-row-twitter:hover {
background-color: #69B8E7; }
.ls-container .ls-content .ls-row-last {
height: 69px;
overflow: hidden; }
.ls-container .ls-content .ls-row-empty {
top: 155px;
font-size: 29px;
opacity: 0.1; }
/*# sourceMappingURL=livescore.css.map */