This repository has been archived by the owner on Sep 2, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 24
/
style.css
58 lines (53 loc) · 1.85 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
div#com-fortnight-status-bar {
background: linear-gradient(180deg, hsl(0, 0%, 92%) 0, hsl(0, 0%, 86%) 1px, hsl(0, 0%, 85%)) !important;
border: solid 1px hsl(0, 0%, 52%) !important;
border-left-width: 0 !important;
border-radius: 0 3px 0 0 !important;
bottom: -1px !important;
color: hsl(300, 2%, 10%) !important;
font: 8pt Helvetica Neue !important;
height: auto !important;
left: 0 !important;
letter-spacing: 0.36px !important;
margin: 0 !important;
max-width: 95% !important;
min-height: 0 !important;
opacity: 0 !important;
overflow: hidden !important;
padding: 0.20em 12px 0.25em !important;
pointer-events: none !important;
position: fixed !important;
text-overflow: ellipsis !important;
text-rendering: optimizeLegibility !important;
text-shadow: none !important;
top: auto !important;
transition: 50ms 100ms opacity ease-out !important;
white-space: nowrap !important;
width: auto !important;
z-index: 2147483647 !important;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
div#com-fortnight-status-bar {
-webkit-backdrop-filter: blur(10px) !important;
backdrop-filter: blur(10px) !important;
background: linear-gradient(180deg, hsla(0, 0%, 92%, .5) 0, hsla(0, 0%, 86%, .5) 1px, hsla(0, 0%, 85%, .5)) !important;
}
}
div#com-fortnight-status-bar.active {
opacity: 1 !important;
transition: 100ms opacity ease-in !important;
}
div#com-fortnight-status-bar.blur {
background: linear-gradient(180deg, hsl(0, 0%, 98%) 0, hsl(0, 0%, 96%) 1px, hsl(0, 0%, 96%)) !important;
border-color: hsl(0, 0%, 72%) !important;
}
div#com-fortnight-status-bar.right-side {
border-radius: 3px 0 0 0 !important;
border-width: 1px 0 1px 1px !important;
left: auto !important;
right: 0 !important;
}
div#com-fortnight-status-bar a {
color: black !important;
text-decoration: none !important;
}