-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
147 lines (125 loc) · 3.03 KB
/
style.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
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
Created on : 22.12.2015, 9:37:22
Author : messi_000
*/
body {
font-family: "Roboto", sans-serif;
font-size: 14px;
}
//MD icons sizes
.material-icons.tiny {
font-size: 1rem;
}
.material-icons.small {
font-size: 2rem;
}
.material-icons.medium {
font-size: 3rem;
}
.material-icons.large {
font-size: 4rem;
}
/* Define popup size */
body {
min-width: 300px;
min-height: 500px;
width: 300px;
height: 500px;
}
.button-collapse {
margin-left: 10px;
}
.navButton {
line-height: 36px !important;
font-size: 1.1em !important;
height: 36px !important;
}
.brand-logo {
left: 29% !important;
}
.channel {
margin: 8px 0;
padding: 0 !important;
position: relative;
}
.channel .bottombar {
position: absolute;
color: white;
bottom: 0;
padding: 0 4px;
background: rgba(0,0,0,0.8); /* For browsers that do not support gradients */
background: -webkit-linear-gradient(transparent, rgba(0,0,0,0.8)); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(transparent, rgba(0,0,0,0.8)); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(transparent, rgba(0,0,0,0.8)); /* For Firefox 3.6 to 15 */
background: linear-gradient(transparent, rgba(0,0,0,0.8)); /* Standard syntax */
width: 100%;
padding-top: 2em;
}
.channel .bottombar .gamename {
font-size: 0.8em;
color: rgba(255,255,255,0.8);
transition: all .3s;
}
.channel .bottombar .gamename:hover {
color: white;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}
.channel .bottombar .streamname {
white-space: nowrap;
float: left;
}
.channel .thumbnail {
min-width: 0;
}
.channel .thumbnail img {
max-width: 100%;
height: auto;
}
.channel .topbar {
position: absolute;
color: white;
width: 100%;
top: 0;
padding: 0 4px;
height: 6em;
padding-bottom: 1em;
background: rgba(0,0,0,0.8); /* For browsers that do not support gradients */
background: -webkit-linear-gradient(rgba(0,0,0,0.8), transparent); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(rgba(0,0,0,0.8), transparent); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(rgba(0,0,0,0.8), transparent); /* For Firefox 3.6 to 15 */
background: linear-gradient(rgba(0,0,0,0.8), transparent); /* Standard syntax */
}
.channel .topbar i {
font-size: 1.5rem;
padding-top: 2px;
float: left;
}
.channel .topbar .count {
margin-top: 0.16em;
margin-left: 3px;
float: left;
}
.grayscale {
filter: grayscale(1);
-webkit-filter: grayscale(1);
}
.progress {
bottom: 4px;
}
.card-content {
overflow: hidden;
}
.pointer {
cursor: pointer;
}
.switch label input[type=checkbox]:checked+.lever {
background-color: #81d4fa !important;
}
.switch label input[type=checkbox]:checked+.lever:after {
background-color: #29b6f6 !important;
}