-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpodcasters.css
120 lines (97 loc) · 1.37 KB
/
podcasters.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
@media (max-width: 949px) {
#signup {
font-size: 40px;
}
#show_output {
width: 80%;
}
}
@media (min-width: 950px) {
#signup {
font-size: 40px;
}
#show_output {
width: 40%;
}
}
.input-wrap {
position: relative;
}
#shortlinkform {
padding-top: 80px;
}
.width-machine {
padding: 0;
opacity: 0;
}
#shortlinkinput {
position: absolute;
display: inline;
width: 100%;
margin: 0;
top: -10px;
left: 0;
margin-left: 1px;
}
#sl_span {
font-size: 20px;
}
#rss_url {
margin-bottom: 14px;
}
.episode {
margin-bottom: 15px;
}
.subbed {
color: rgb(27, 245, 27);
text-align: center;
}
.subbed>* {
color: rgb(60, 231, 60);
}
.notsubbed {
color: rgb(250, 36, 36);
text-align: center;
}
#signup {
text-align: center;
margin-top: 10%;
width: 100%;
font-family: sans-serif;
}
.center {
margin-left: auto;
margin-right: auto;
text-align: center;
}
.openbutton {
width: 200px;
height: 50px;
border-radius: 4px;
margin-bottom: 10px;
margin-top: 10px;
font-family: 'DejaVu Sans', sans-serif;
vertical-align: middle;
display: inline-block;
cursor: pointer;
transition: 0.6s;
}
.blue {
background: rgb(10, 77, 153);
}
.grey {
background: rgb(88, 88, 88);
}
.openbutton:hover {
box-shadow: rgb(15, 15, 15) 4px 8px 10px;
}
#show_output {
padding-top: 20px;
padding-left: 20px;
}
#signup>img {
height: 80px;
}
h1 {
font-family: sans-serif !important;
}