-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnohuluads.css
More file actions
45 lines (45 loc) · 880 Bytes
/
nohuluads.css
File metadata and controls
45 lines (45 loc) · 880 Bytes
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
#NoHuluAdsMask {
position: absolute;
background-color: black;
color: white;
z-index: 10000;
}
#NoHuluAdsMask div {
font-family: Flama;
}
#NoHuluAdsMask #NoHuluAdsShowName {
font-family: Flama;
text-align: left;
margin-left: 40px;
margin-top: 30px;
margin-bottom: 150px;
font-size: 32px;
font-weight: 300;
}
#NoHuluAdsMask #NoHuluAdsShowName span {
font-family: Flama;
font-weight: 500;
}
#NoHuluAdsPauseOnReturn {
font-size: 26px;
position: absolute;
margin: 0px auto;
width: 100%;
bottom: 100px;
cursor: pointer;
}
#NoHuluAdsPauseOnReturn span {
text-shadow: white 0px 0px 2px;
position: relative;
top: 2px;
}
#NoHuluAdsPauseOnReturn.unchecked span { color: black; }
#NoHuluAdsPauseOnReturn.checked span { color: white; }
#NoHuluAdsClickToDismiss {
font-size: 20px;
position: absolute;
margin: 0px auto;
width: 100%;
bottom: 30px;
cursor: pointer;
}