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