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
3 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
4 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
twentynineteen.css
361 lines
| 1 | /* Infinite scroll */ |
| 2 | |
| 3 | /* Globally hidden elements when Infinite Scroll is supported and in use. */ |
| 4 | .infinite-scroll .pagination, |
| 5 | .infinite-scroll .posts-navigation, |
| 6 | .infinite-scroll.neverending .site-footer { |
| 7 | /* Theme Footer (when set to scrolling) */ |
| 8 | display: none; |
| 9 | } |
| 10 | |
| 11 | /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */ |
| 12 | .infinity-end.neverending .site-footer { |
| 13 | display: block; |
| 14 | } |
| 15 | |
| 16 | .infinite-loader { |
| 17 | margin: calc(3 * 1rem) auto; |
| 18 | } |
| 19 | |
| 20 | .infinite-loader .spinner { |
| 21 | margin: 0 auto; |
| 22 | left: inherit !important; |
| 23 | } |
| 24 | |
| 25 | .site-main #infinite-handle { |
| 26 | margin: calc(2 * 1rem) auto; |
| 27 | } |
| 28 | |
| 29 | .site-main #infinite-handle span { |
| 30 | background: transparent; |
| 31 | display: block; |
| 32 | font-size: 0.8888888889em; |
| 33 | text-align: center; |
| 34 | } |
| 35 | |
| 36 | .site-main #infinite-handle span button, |
| 37 | .site-main #infinite-handle span button:hover, |
| 38 | .site-main #infinite-handle span button:focus { |
| 39 | transition: background 150ms ease-in-out; |
| 40 | background: #2271b1; |
| 41 | border: none; |
| 42 | border-radius: 5px; |
| 43 | box-sizing: border-box; |
| 44 | color: white; |
| 45 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; |
| 46 | font-size: 0.8888888889em; |
| 47 | font-weight: 600; |
| 48 | line-height: 1.2; |
| 49 | outline: none; |
| 50 | padding: 0.66rem 1rem; |
| 51 | } |
| 52 | |
| 53 | .site-main #infinite-handle span button:hover { |
| 54 | cursor: pointer; |
| 55 | } |
| 56 | |
| 57 | .site-main #infinite-handle span button:hover, |
| 58 | .site-main #infinite-handle span button:focus { |
| 59 | background: #111; |
| 60 | } |
| 61 | |
| 62 | .site-main #infinite-handle span button:focus { |
| 63 | outline: thin dotted; |
| 64 | outline-offset: -4px; |
| 65 | } |
| 66 | |
| 67 | .site-main .infinite-wrap .entry:first-of-type { |
| 68 | margin-top: calc(6 * 1rem); |
| 69 | } |
| 70 | |
| 71 | /** |
| 72 | * Responsive Videos |
| 73 | */ |
| 74 | .entry .jetpack-video-wrapper { |
| 75 | margin-bottom: 1.75em; |
| 76 | } |
| 77 | |
| 78 | /** |
| 79 | * Sharing |
| 80 | */ |
| 81 | |
| 82 | .sd-block { |
| 83 | line-height: 1; |
| 84 | } |
| 85 | |
| 86 | .entry div.sharedaddy h3.sd-title, |
| 87 | .entry h3.sd-title { |
| 88 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; |
| 89 | font-size: 1.125em; |
| 90 | font-weight: 700; |
| 91 | letter-spacing: -0.02em; |
| 92 | line-height: 1.2; |
| 93 | margin-bottom: 0.5em; |
| 94 | -webkit-font-smoothing: antialiased; |
| 95 | -moz-osx-font-smoothing: grayscale; |
| 96 | } |
| 97 | |
| 98 | .entry div.sharedaddy h3.sd-title:before, |
| 99 | .entry h3.sd-title:before { |
| 100 | background: #767676; |
| 101 | border-top: none; |
| 102 | content: "\020"; |
| 103 | display: block; |
| 104 | height: 2px; |
| 105 | margin: 1rem 0; |
| 106 | width: 1em; |
| 107 | min-width: inherit; |
| 108 | } |
| 109 | |
| 110 | .sd-social-icon-text .sd-content ul, |
| 111 | .sd-social-text .sd-content ul { |
| 112 | margin-bottom: -0.3125em !important; |
| 113 | } |
| 114 | |
| 115 | .sd-social-icon .sd-content ul, |
| 116 | .sd-social-official .sd-content ul { |
| 117 | margin-bottom: 0 !important; |
| 118 | } |
| 119 | |
| 120 | /** |
| 121 | * Related Posts |
| 122 | */ |
| 123 | |
| 124 | .entry #jp-relatedposts { |
| 125 | padding-top: 0; |
| 126 | margin-top: 32px; |
| 127 | margin-bottom: 32px; |
| 128 | } |
| 129 | |
| 130 | .entry #jp-relatedposts h3.jp-relatedposts-headline { |
| 131 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; |
| 132 | font-size: 1.125em; |
| 133 | font-weight: 700; |
| 134 | letter-spacing: -0.02em; |
| 135 | line-height: 1.2; |
| 136 | margin-bottom: 0.5em; |
| 137 | -webkit-font-smoothing: antialiased; |
| 138 | -moz-osx-font-smoothing: grayscale; |
| 139 | } |
| 140 | |
| 141 | .entry #jp-relatedposts h3.jp-relatedposts-headline:before { |
| 142 | background: #767676; |
| 143 | border-top: none; |
| 144 | content: "\020"; |
| 145 | display: block; |
| 146 | height: 2px; |
| 147 | margin: 1rem 0; |
| 148 | width: 1em; |
| 149 | min-width: inherit; |
| 150 | } |
| 151 | |
| 152 | .entry #jp-relatedposts h3.jp-relatedposts-headline em:before { |
| 153 | display: none; |
| 154 | } |
| 155 | |
| 156 | .entry #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post { |
| 157 | opacity: 1; |
| 158 | } |
| 159 | |
| 160 | .entry #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title, |
| 161 | .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post { |
| 162 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; |
| 163 | font-size: 1em; |
| 164 | letter-spacing: -0.02em; |
| 165 | line-height: 1.2; |
| 166 | margin-bottom: 0.5em; |
| 167 | -webkit-font-smoothing: antialiased; |
| 168 | -moz-osx-font-smoothing: grayscale; |
| 169 | } |
| 170 | |
| 171 | .entry #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title a, |
| 172 | .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span a { |
| 173 | font-weight: 700; |
| 174 | } |
| 175 | |
| 176 | .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title, |
| 177 | .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-excerpt { |
| 178 | margin-top: 0.5em; |
| 179 | margin-bottom: 0.5em; |
| 180 | } |
| 181 | |
| 182 | .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context, |
| 183 | .entry #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date { |
| 184 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; |
| 185 | font-size: 13px; |
| 186 | font-weight: 500; |
| 187 | } |
| 188 | |
| 189 | .entry #jp-relatedposts .jp-relatedposts-items p, |
| 190 | .entry #jp-relatedposts .jp-relatedposts-items-visual |
| 191 | .entry h4.jp-relatedposts-post-title { |
| 192 | letter-spacing: normal; |
| 193 | } |
| 194 | |
| 195 | |
| 196 | /** |
| 197 | * Stats |
| 198 | */ |
| 199 | |
| 200 | #wpstats { |
| 201 | display: none; |
| 202 | } |
| 203 | |
| 204 | |
| 205 | /** |
| 206 | * Comments |
| 207 | */ |
| 208 | |
| 209 | .comments-area .comments-title-wrap + .comment-respond .comment-reply-title { |
| 210 | display: none; |
| 211 | } |
| 212 | |
| 213 | |
| 214 | /** |
| 215 | * Widgets |
| 216 | */ |
| 217 | |
| 218 | /* Widget List Resets */ |
| 219 | .widget_authors ul, |
| 220 | .widget_author_grid ul, |
| 221 | .widget_jp_blogs_i_follow ul, |
| 222 | .widget_links ul, |
| 223 | .widget_rss_links ul { |
| 224 | list-style: none; |
| 225 | padding-left: 0; |
| 226 | padding-right: 0; |
| 227 | } |
| 228 | |
| 229 | .widget_links li, |
| 230 | .widget_jp_blogs_i_follow li, |
| 231 | .widget_rss_links li { |
| 232 | color: #767676; |
| 233 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; |
| 234 | font-size: calc(22px * 1.125); |
| 235 | font-weight: 700; |
| 236 | line-height: 1.2; |
| 237 | margin-top: 0.5rem; |
| 238 | margin-bottom: 0.5rem; |
| 239 | } |
| 240 | |
| 241 | |
| 242 | /* Authors Widget */ |
| 243 | .widget.widget_authors ul li > ul { |
| 244 | list-style-type: disc; |
| 245 | padding-left: 4.25rem; |
| 246 | } |
| 247 | |
| 248 | .rtl .widget.widget_authors ul li > ul { |
| 249 | padding-left: 0; |
| 250 | padding-right: 1rem; |
| 251 | } |
| 252 | |
| 253 | .widget_authors > ul > li > a { |
| 254 | display: block; |
| 255 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; |
| 256 | position: relative; |
| 257 | } |
| 258 | |
| 259 | .widget.widget_authors li a strong { |
| 260 | line-height: 1.2; |
| 261 | position: absolute; |
| 262 | top: 0; |
| 263 | } |
| 264 | |
| 265 | .widget.widget_authors .avatar { |
| 266 | float: left; |
| 267 | margin-right: 1em; |
| 268 | } |
| 269 | |
| 270 | .widget_authors li > ul { |
| 271 | clear: both; |
| 272 | } |
| 273 | |
| 274 | /* Display WordPress Posts */ |
| 275 | .widget_jetpack_display_posts_widget .jetpack-display-remote-posts h4 { |
| 276 | font-size: 100%; |
| 277 | margin: 1rem 0; |
| 278 | } |
| 279 | |
| 280 | /* GoodReads */ |
| 281 | .widget_goodreads div[class^="gr_custom_container"] { |
| 282 | border: none; |
| 283 | } |
| 284 | |
| 285 | .widget_goodreads div[class^="gr_custom_each_container"] { |
| 286 | border-bottom: none; |
| 287 | margin-bottom: 1rem; |
| 288 | padding-bottom: 0; |
| 289 | } |
| 290 | |
| 291 | .widget_goodreads h2[class^="gr_custom_header"], |
| 292 | .widget_goodreads div[class^="gr_custom_author"] { |
| 293 | font-size: inherit; |
| 294 | line-height: 1.15; |
| 295 | } |
| 296 | |
| 297 | /* EU cookie law */ |
| 298 | .widget_eu_cookie_law_widget #eu-cookie-law { |
| 299 | border-color: #ccc; |
| 300 | color: #767676; |
| 301 | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; |
| 302 | font-size: 0.68182em; |
| 303 | padding: 0.5rem 1rem; |
| 304 | } |
| 305 | |
| 306 | .widget_eu_cookie_law_widget #eu-cookie-law .accept { |
| 307 | font-size: 1em; |
| 308 | padding: 10px 12px; |
| 309 | } |
| 310 | |
| 311 | /* RSS Feed Widget */ |
| 312 | .widget_rss li a.rsswidget { |
| 313 | display: block; |
| 314 | margin: 1rem 0 0.5rem; |
| 315 | } |
| 316 | |
| 317 | .widget_rss .rssSummary { |
| 318 | font-family: "NonBreakingSpaceOverride", "Hoefler Text", "Baskerville Old Face", Garamond, "Times New Roman", serif; |
| 319 | font-weight: 400; |
| 320 | font-size: 22px; |
| 321 | } |
| 322 | |
| 323 | .widget_rss cite, |
| 324 | .widget_rss .rss-date { |
| 325 | color: #9c9c9c; |
| 326 | display: block; |
| 327 | font-size: 0.71111em; |
| 328 | font-weight: 500; |
| 329 | margin: 0.5rem 0; |
| 330 | } |
| 331 | |
| 332 | .widget_rss cite { |
| 333 | font-style: normal; |
| 334 | } |
| 335 | |
| 336 | .widget_rss cite:before { |
| 337 | content: "\2014\00a0"; |
| 338 | } |
| 339 | |
| 340 | /* Top Posts & Pages Widget */ |
| 341 | .widget_top-posts .widgets-list-layout-links { |
| 342 | float: inherit; |
| 343 | margin-left: calc(40px + 1rem); |
| 344 | width: inherit; |
| 345 | } |
| 346 | |
| 347 | /* Search widget override */ |
| 348 | @media only screen and (min-width: 600px) { |
| 349 | .widget.widget_search .search-field { |
| 350 | max-width: calc( 50vw - 20% ); |
| 351 | } |
| 352 | } |
| 353 | |
| 354 | /** |
| 355 | * Content Options |
| 356 | */ |
| 357 | .twentynineteen-customizer .entry .entry-meta > span, |
| 358 | .twentynineteen-customizer .entry .entry-footer > span { |
| 359 | display: inline; |
| 360 | } |
| 361 |