-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
219 lines (219 loc) · 6.21 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
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
/*
Theme Name: Easy Does It
Theme URI: https://github.com/PAMulligan/Easy-Does-It/
Author: Paul Mulliganiel
Author URI: https://github.com/PAMulligan
Description: Custom theme for the comics & music blog Pull List.
Template: twentytwentyfour
Requires at least: 6.4
Tested up to: 6.4
Requires PHP: 8.0
Text Domain: twentytwentyfour
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
version: 1.0.1
*/
/*
** GENERAL
*/
h1 {
text-align: center;
justify-content: center;
}
a {
text-decoration: none;
}
.custom-logo-link:focus {
outline-width: 0;
outline-style: none;
}
/*
** HOME PAGE
*/
.wp-block-post-featured-image a {
text-align: center;
}
.wp-block-post-excerpt__more-link {
font-size: 18px;
padding: 12px 18px;
color: var(--wp--preset--color--white);
background-color: var(--wp--preset--color--tertiary-yellow);
border-radius: 38px;
transition: all .2s ease-in-out;
}
.wp-block-post-excerpt__more-link:hover {
transform: scale(1.1);
}
/*
** FOOTER
*/
footer > div > .wp-block-columns > div:nth-child(2) > div > nav {
display: none;
}
footer .wp-block-site-logo,
footer .wp-block-site-tagline {
margin: 0 auto;
}
/*
** FORM
*/
.page-id-432 .entry-content {
max-width: 768px;
margin: 0 auto;
}
/*
** PORTFOLIO
*/
.page-id-367 main > .wp-block-group:first-child {
display: none;
}
.page-id-367 h2 {
align-self: baseline;
}
.page-id-367 .wp-block-group-is-layout-flex {
justify-content: space-between;
align-items: center;
}
.page-id-367 .entry-content > div > div:nth-child(even) > div:nth-child(2) > div {
direction: rtl;
}
.page-id-454 .entry-content {
text-align: center;
}
.page-id-454 .wp-block-easyblocks-easy-gallery a:first-child .easy-gallery-overlay,
.page-id-454 .wp-block-easyblocks-easy-gallery a:first-child .easy-gallery-tagline {
background-color: var(--wp--preset--color--informational-blue);
color: var(--wp--preset--color--off-white);
}
.page-id-454 .wp-block-easyblocks-easy-gallery a:nth-child(2) .easy-gallery-overlay,
.page-id-454 .wp-block-easyblocks-easy-gallery a:nth-child(2) .easy-gallery-tagline {
background-color: var(--wp--preset--color--lime-green);
}
.page-id-454 .wp-block-easyblocks-easy-gallery a:nth-child(3) .easy-gallery-overlay,
.page-id-454 .wp-block-easyblocks-easy-gallery a:nth-child(3) .easy-gallery-tagline {
background-color: var(--wp--preset--color--tertiary-yellow);
}
.page-id-454 .wp-block-easyblocks-easy-gallery a:nth-child(4) .easy-gallery-overlay,
.page-id-454 .wp-block-easyblocks-easy-gallery a:nth-child(4) .easy-gallery-tagline {
background-color: var(--wp--preset--color--vivid-purple);
color: var(--wp--preset--color--off-white);
}
.page-id-609 * {
font-family: 'Proxima Nova';
}
.page-id-609 header,
.page-id-609 main > .wp-block-group:first-child {
display: none;
}
.page-id-609 main {
margin: 0;
}
.page-id-609 .entry-content {
padding: 0;
margin: 0 auto;
text-align: center;
}
.page-id-609 .info-header-cta {
background: url('/wp-content/uploads/2024/04/pexels-rahul-pandit-3326178-scaled.jpg') no-repeat top, rgba(25,25,25,0.3);
background-size: cover;
min-height: 70vh;
max-width: unset;
width: 100%;
margin: 0 !important;
}
.page-id-609 .info-header {
width: 100%;
justify-content: space-between;
padding: 18px 54px 0 36px;
}
.page-id-609 .info-header p:first-child {
font-size: 22px;
text-decoration: none;
}
.page-id-609 .info-header .wp-block-group p:last-child a {
text-decoration: none;
border: 2px solid #fff;
border-radius: 24px;
padding: 8px 12px;
}
.page-id-609 .cta-container {
width: 50%;
color: #fff;
margin-top: 60px;
gap: 8px;
}
.page-id-609 .cta-container p:last-child a {
text-decoration: none;
border: 2px solid #fff;
padding: 8px 12px;
}
.page-id-609 .info-doctor-container {
margin-top: 90px;
max-width: 900px;
}
/*
** MEDIA QUERIES
*/
@media screen and (max-width: 799px) {
header .wp-block-navigation__responsive-container {
background-color: var(--wp--preset--color--primary-yellow) !important;
}
#modal-1-content > ul > li.wp-block-navigation-item.has-child.open-on-hover-click.wp-block-navigation-submenu > ul {
background-color: var(--wp--preset--color--secondary-yellow) !important;
}
.wp-block-post-content-is-layout-constrained {
padding-left: 0;
padding-right: 0;
}
.page-id-367 .entry-content > div > div > div:nth-child(2) > div {
text-align: center;
}
.page-id-367 .entry-content .wp-block-media-text img {
max-width: 75%;
}
.page-id-454 .wp-block-easyblocks-easycurve {
padding: 28px 100px !important;
}
footer .wp-container-core-group-is-layout-8.wp-container-core-group-is-layout-8 {
justify-content: space-around;
}
footer .wp-block-navigation__container {
flex-direction: row;
}
footer > div > div:nth-child(2) {
text-align: center;
}
}
@media screen and (min-width: 800px) {
body.home > div > section > div {
justify-content: space-around;
}
body.home > div > section > div > div {
flex-basis: 40% !important;
}
.home .wp-block-post-featured-image img {
max-width: 70%;
}
}
@media screen and (min-width: 1280px) {
#modal-1-content > ul > .wp-block-navigation-item.has-child.open-on-hover-click > ul > li > button {
display: none;
}
footer > div > .wp-block-columns > div:nth-child(2) > div > nav {
display: flex;
}
footer .wp-block-navigation .wp-block-page-list {
flex-direction: row;
}
.page-id-367 .wp-block-easyblocks-easycurve:nth-child(2) {
padding-top: 80px !important;
padding-bottom: 40px !important;
}
.page-id-367 .wp-block-easyblocks-easycurve:nth-child(3) {
padding-top: 40px !important;
padding-bottom: 20px !important;
}
.page-id-367 .wp-block-easyblocks-easycurve:nth-child(4) {
padding-top: 30px !important;
padding-bottom: 100px !important;
}
}