-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
65 lines (56 loc) · 1.15 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
/*
Theme Name: BusinessPress Private Podcast
Theme URI: https://github.com/toiee-lab/bp-child-for-private-podcast/blob/master/README.md
Description: BusinessPress テーマをベースとしてPrivate Podcastを実現するためのテーマです
Author: toiee Lab
Author URI: https://toiee.jp/
Template: businesspress
Version: 0.5
*/
.page-title-series {
font-size: xx-large;
}
.page-header-grid {
display: grid;
grid-template-columns: 150px 1fr;
}
.series-icon img{
text-align: left;
vertical-align: middle;
max-width: 150px;
}
.seriees-title {
padding-left: 2rem;
}
.loop-wrapper-podcast h2 {
font-size: larger;
font-weight: bold;
border-left: 5px solid;
padding-left: 0.5em;
}
.plyr-container-audio {
margin: 20px auto;
max-width: 600px;
box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.series-buttons {
text-align: center;
margin-bottom: 3em;
}
.series-buttons .acf-form,
.series-buttons .acf-form-submit {
display: inline;
}
.subscribe {
margin-top: 1.5em;
text-align: center;
}
.subscribe button {
background-color: white;
color: black;
border: solid 1px;
font-size: 11px;
}
.subscribe input {
font-size:11px;
}