-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpco.css
More file actions
119 lines (102 loc) · 2.38 KB
/
pco.css
File metadata and controls
119 lines (102 loc) · 2.38 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
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
/* i really want this to be global */
.LiveApp-composition--overview .LiveApp-composition--overview-wrapper {
display: block;
position: relative;
}
.LiveApp-composition--overview.LiveApp-theme--dark {
background: #000;
}
.LiveApp-composition--overview .badge.badge--now, .badge.badge--next {
display: none;
}
.LiveApp-composition--overview .LiveClock-timer-wrapper {
display: block;
background: #000;
z-index: 0;
}
.LiveApp-composition--overview.LiveApp-theme--dark .LiveClock-timer-wrapper .LiveClock-timer {
margin-top: 5em;
background: #000;
border: 0;
}
.LiveApp-composition--overview .LiveClock-time-wrapper {
display: block;
width: 100%;
max-width: 100%;
}
.LiveApp-composition--overview .LivePlanItem-badges {
display: none;
}
.LiveApp-composition--overview.LiveApp-theme--dark .LiveClock-time {
color: lime;
font-size: 35vh;
font-weight: 200;
padding-bottom: 0;
position: absolute;
bottom: .5em;
left: 0;
right: 0;
height: 40%;
}
.LiveApp-composition--overview .LivePlanItem-now {
display: block;
border: 0;
width: 100%;
height: 20%;
overflow: auto;
margin: auto;
position: absolute;
top: .3em; left: 0; bottom: 0; right: 0;
z-index: 5;
font-style: italic;
font-size: 25vh;
}
.LiveApp-composition--overview.LiveApp-theme--dark .LivePlanItem-title {
color: #fff;
}
.LiveApp-composition--overview .LivePlanItem-next {
display: none;
}
.LiveApp-composition--overview .LivePlanItem-title {
padding: 0;
font-weight: 200;
position: relative;
top: auto;
margin: 0;
font-size: 10vh;
}
.LiveApp-composition--overview.LiveApp-theme--dark .LiveClock-timer-wrapper .LiveClock-timer {
margin: 0;
border: 0;
z-index: 0;
font-size: 40vh;
}
.LiveApp-composition--overview.LiveApp-theme--dark .LiveClock-time:after {
content: '- CURRENT TIME -';
color: #fff;
font-style: italic;
font-size: 7vh;
display: block;
margin-top: -5vh;
}
.LiveApp-composition--overview .LivePlanItem-next .LivePlanItem-title {
top: auto;
bottom: 0;
margin: 0;
}
.LiveApp-composition--overview.LiveApp-theme--dark .LiveCompState--warning .LiveClock-timer {
color: #ff5e48;
border: 4px solid #ff5e48!important;
}
.LiveApp-composition--overview.LiveApp-theme--dark .LiveCompState--warning .LiveClock-timer:before {
content: 'OVERTIME!';
color: #ffff00;
font-size: .2em;
font-style: italic;
position: absolute;
margin-left: auto;
margin-right: auto;
left: 0;
right: 0;
top: .2em;
}