twentyfifteen-rtl.css
7 years ago
twentyfifteen.css
4 years ago
twentyfifteen.php
4 years ago
twentyfourteen-rtl.css
7 years ago
twentyfourteen.css
4 years ago
twentyfourteen.php
4 years ago
twentynineteen-rtl.css
2 years ago
twentynineteen.css
3 years ago
twentynineteen.php
4 years ago
twentyseventeen.php
4 years ago
twentysixteen-rtl.css
3 years ago
twentysixteen.css
3 years ago
twentysixteen.php
2 years ago
twentytwenty-rtl.css
4 years ago
twentytwenty.css
4 years ago
twentytwenty.php
4 years ago
twentytwentyone-rtl.css
3 years ago
twentytwentyone.css
5 years ago
twentytwentyone.php
5 years ago
twentytwenty.css
301 lines
| 1 | /** |
| 2 | * Infinite scroll |
| 3 | */ |
| 4 | |
| 5 | #infinite-footer { |
| 6 | z-index: 1; |
| 7 | } |
| 8 | |
| 9 | /* Globally hidden elements when Infinite Scroll is supported and in use. */ |
| 10 | .infinite-scroll .pagination-wrapper, |
| 11 | .infinite-scroll.neverending .footer-nav-widgets-wrapper, |
| 12 | .infinite-scroll.neverending #site-footer { |
| 13 | /* Theme Footer (when set to scrolling) */ |
| 14 | display: none; |
| 15 | } |
| 16 | |
| 17 | /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */ |
| 18 | .infinite-end.neverending .footer-nav-widgets-wrapper, |
| 19 | .infinity-end.neverending #site-footer { |
| 20 | display: block; |
| 21 | } |
| 22 | |
| 23 | .infinity-end.neverending #site-footer { |
| 24 | margin: 8rem 0 0; |
| 25 | } |
| 26 | |
| 27 | .infinite-loader { |
| 28 | margin: 5rem auto; |
| 29 | } |
| 30 | |
| 31 | .infinite-loader .spinner { |
| 32 | margin: 0 auto; |
| 33 | left: inherit !important; |
| 34 | } |
| 35 | |
| 36 | #site-content #infinite-handle { |
| 37 | margin: 5rem auto; |
| 38 | max-width: 58rem; |
| 39 | width: calc(100% - 8rem); |
| 40 | } |
| 41 | |
| 42 | #site-content #infinite-handle span { |
| 43 | background: transparent; |
| 44 | display: block; |
| 45 | font-size: 1.7rem; |
| 46 | text-align: center; |
| 47 | } |
| 48 | |
| 49 | #site-content #infinite-handle span button, |
| 50 | #site-content #infinite-handle span button:hover, |
| 51 | #site-content #infinite-handle span button:focus { |
| 52 | -webkit-appearance: none; |
| 53 | -moz-appearance: none; |
| 54 | border: none; |
| 55 | background: #cd2653; |
| 56 | border-radius: 0; |
| 57 | color: #fff; |
| 58 | cursor: pointer; |
| 59 | display: inline-block; |
| 60 | font-size: 1.5rem; |
| 61 | font-weight: 600; |
| 62 | letter-spacing: 0.0333em; |
| 63 | line-height: 1.25; |
| 64 | margin: 0; |
| 65 | opacity: 1; |
| 66 | padding: 1.1em 1.44em; |
| 67 | text-align: center; |
| 68 | text-decoration: none; |
| 69 | text-transform: uppercase; |
| 70 | transition: opacity 0.15s linear; |
| 71 | } |
| 72 | |
| 73 | #site-content #infinite-handle span button:hover { |
| 74 | text-decoration: underline; |
| 75 | } |
| 76 | |
| 77 | #site-content .infinite-wrap .hentry:first-of-type { |
| 78 | padding: 4rem 0 0; |
| 79 | } |
| 80 | |
| 81 | /** |
| 82 | * Sharing & Related Posts |
| 83 | */ |
| 84 | |
| 85 | .entry-content div.sharedaddy h3.sd-title, |
| 86 | .entry-content h3.sd-title, |
| 87 | .entry-content #jp-relatedposts h3.jp-relatedposts-headline { |
| 88 | font-size: 2.8rem; |
| 89 | font-weight: 700; |
| 90 | letter-spacing: -0.016875em; |
| 91 | line-height: 1.5; |
| 92 | } |
| 93 | |
| 94 | @media (min-width: 700px) { |
| 95 | .entry-content div.sharedaddy h3.sd-title, |
| 96 | .entry-content h3.sd-title, |
| 97 | .entry-content #jp-relatedposts h3.jp-relatedposts-headline { |
| 98 | font-size: 4rem; |
| 99 | } |
| 100 | } |
| 101 | |
| 102 | .entry-content div.sharedaddy h3.sd-title:before, |
| 103 | .entry-content h3.sd-title:before { |
| 104 | border: 0 none; |
| 105 | } |
| 106 | |
| 107 | .entry-content #jp-relatedposts h3.jp-relatedposts-headline em:before { |
| 108 | border: 0 none; |
| 109 | } |
| 110 | |
| 111 | /* Authors widget */ |
| 112 | .widget_authors ul { |
| 113 | list-style: none; |
| 114 | margin-left: 0; |
| 115 | } |
| 116 | |
| 117 | .widget_authors li { |
| 118 | margin-top: 1rem; |
| 119 | list-style: none; |
| 120 | } |
| 121 | |
| 122 | .widget_authors li:first-child { |
| 123 | margin-top: 2rem; |
| 124 | } |
| 125 | |
| 126 | /* Flickr */ |
| 127 | .widget_flickr .flickr-size-thumbnail .flickr-images { |
| 128 | justify-content: left; |
| 129 | } |
| 130 | |
| 131 | /* EU cookie law */ |
| 132 | .widget_eu_cookie_law_widget #eu-cookie-law, |
| 133 | .widget_eu_cookie_law_widget #eu-cookie-law .accept { |
| 134 | font-size: 1.6rem; |
| 135 | font-weight: 500; |
| 136 | padding: 2rem; |
| 137 | } |
| 138 | |
| 139 | .widget_eu_cookie_law_widget #eu-cookie-law .accept { |
| 140 | font-size: 1.4rem; |
| 141 | font-weight: 600; |
| 142 | letter-spacing: 0.0333em; |
| 143 | line-height: 1.25; |
| 144 | padding: 1.1em 1.44em; |
| 145 | text-decoration: none; |
| 146 | text-transform: uppercase; |
| 147 | transition: opacity 0.15s linear; |
| 148 | } |
| 149 | |
| 150 | @media (max-width: 600px) { |
| 151 | .widget_eu_cookie_law_widget #eu-cookie-law { |
| 152 | font-size: 1.4rem; |
| 153 | padding: 1.5rem 1.5rem 6.5rem; |
| 154 | } |
| 155 | |
| 156 | .widget_eu_cookie_law_widget #eu-cookie-law .accept { |
| 157 | font-size: 1.2rem; |
| 158 | bottom: 1.5rem; |
| 159 | right: auto; |
| 160 | left: 1.5rem; |
| 161 | padding: 1rem; |
| 162 | margin: 0; |
| 163 | } |
| 164 | } |
| 165 | |
| 166 | /* Subscriptions Widget */ |
| 167 | |
| 168 | .jetpack_subscription_widget .widget-title label { |
| 169 | font-size: 2.8rem; |
| 170 | font-weight: 700; |
| 171 | margin: 0; |
| 172 | } |
| 173 | @media ( min-width: 700px ) { |
| 174 | .jetpack_subscription_widget .widget-title label { |
| 175 | font-size: 4rem; |
| 176 | } |
| 177 | } |
| 178 | |
| 179 | /* |
| 180 | * This overwrites inline styles added to the wpcom widget, |
| 181 | * hence the use of !important |
| 182 | */ |
| 183 | .widget_blog_subscription form p:not(#subscribe-email) input[type="text"] { |
| 184 | padding: 1.5rem 1.8rem !important; |
| 185 | width: 100% !important; |
| 186 | } |
| 187 | |
| 188 | /* Related Posts */ |
| 189 | |
| 190 | .entry-content #jp-relatedposts { |
| 191 | max-width: 120rem; |
| 192 | margin: 1em auto; |
| 193 | width: calc(100% - 4rem); |
| 194 | } |
| 195 | |
| 196 | @media (min-width: 700px) { |
| 197 | .entry-content #jp-relatedposts { |
| 198 | width: calc(100% - 8rem); |
| 199 | } |
| 200 | } |
| 201 | |
| 202 | #jp-relatedposts .jp-relatedposts-grid { |
| 203 | display: flex; |
| 204 | flex-grow: 1; |
| 205 | flex-basis: 0; |
| 206 | justify-content: space-between; |
| 207 | box-sizing: border-box; |
| 208 | } |
| 209 | |
| 210 | #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post, |
| 211 | #jp-relatedposts .jp-relatedposts-post { |
| 212 | width: calc(33% - 2rem); |
| 213 | margin-left: 0; |
| 214 | margin-right: 0; |
| 215 | } |
| 216 | |
| 217 | @media only screen and (max-width: 640px) { |
| 218 | #jp-relatedposts .jp-relatedposts-grid { |
| 219 | flex-direction: column; |
| 220 | } |
| 221 | |
| 222 | #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post, |
| 223 | #jp-relatedposts .jp-relatedposts-post { |
| 224 | width: 100%; |
| 225 | } |
| 226 | } |
| 227 | |
| 228 | #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post { |
| 229 | padding-right: 0; |
| 230 | } |
| 231 | |
| 232 | #jp-relatedposts#jp-relatedposts .jp-relatedposts-items p, |
| 233 | #jp-relatedposts#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title { |
| 234 | font-size: inherit; |
| 235 | line-height: 1.5; |
| 236 | } |
| 237 | |
| 238 | #jp-relatedposts .jp-relatedposts-items-visual { |
| 239 | margin-right: 0; |
| 240 | } |
| 241 | |
| 242 | #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img { |
| 243 | width: 100%; |
| 244 | } |
| 245 | |
| 246 | /* Tiled Galleries in Classic Blocks */ |
| 247 | .entry-content .tiled-gallery { |
| 248 | margin: 0 auto 1.5em; |
| 249 | } |
| 250 | |
| 251 | /** |
| 252 | * Shortcodes |
| 253 | */ |
| 254 | |
| 255 | /* Recipe */ |
| 256 | .entry-content .jetpack-recipe { |
| 257 | margin: 1em auto; |
| 258 | } |
| 259 | |
| 260 | /* Facebook */ |
| 261 | .entry-content .fb-video { |
| 262 | display: block; |
| 263 | } |
| 264 | |
| 265 | /** |
| 266 | * Blocks |
| 267 | */ |
| 268 | |
| 269 | /* Related Posts Block */ |
| 270 | .jp-related-posts-i2__post li { |
| 271 | margin: 0; |
| 272 | } |
| 273 | |
| 274 | /* GIF Block */ |
| 275 | .wp-block-jetpack-gif { |
| 276 | /* Uses !important because the gif block styles are loaded in the footer after this file */ |
| 277 | margin: 1em auto !important; |
| 278 | } |
| 279 | |
| 280 | /** |
| 281 | * Images |
| 282 | */ |
| 283 | |
| 284 | /* Beautiful Math */ |
| 285 | .entry-content img.latex { |
| 286 | display: inline; |
| 287 | } |
| 288 | |
| 289 | /** |
| 290 | * .com Toolbar |
| 291 | */ |
| 292 | |
| 293 | /* fix site position when overflow nav modal */ |
| 294 | .admin-bar { |
| 295 | position: unset !important; |
| 296 | } |
| 297 | |
| 298 | .screen-reader-text { |
| 299 | position: absolute; |
| 300 | } |
| 301 |