| | 1 | /* |
| | 2 | Theme Name: Twenty Fifteen |
| | 3 | Description: Used to style Gutenberg Blocks in the editor. |
| | 4 | */ |
| | 5 | |
| | 6 | /*-------------------------------------------------------------- |
| | 7 | >>> TABLE OF CONTENTS: |
| | 8 | ---------------------------------------------------------------- |
| | 9 | 1.0 General Typography |
| | 10 | 2.0 General Block Styles |
| | 11 | 3.0 Blocks - Common Blocks |
| | 12 | 4.0 Blocks - Formatting |
| | 13 | 5.0 Blocks - Layout Elements |
| | 14 | 6.0 Blocks - Widgets |
| | 15 | --------------------------------------------------------------*/ |
| | 16 | |
| | 17 | /*-------------------------------------------------------------- |
| | 18 | 1.0 General Typography |
| | 19 | --------------------------------------------------------------*/ |
| | 20 | |
| | 21 | .edit-post-visual-editor .editor-block-list__block, |
| | 22 | .edit-post-visual-editor .editor-block-list__block p, |
| | 23 | .editor-default-block-appender input[type="text"].editor-default-block-appender__content { |
| | 24 | font-size: 15px; |
| | 25 | line-height: 1.6; |
| | 26 | } |
| | 27 | |
| | 28 | .edit-post-visual-editor .editor-block-list__block { |
| | 29 | color: #333; |
| | 30 | } |
| | 31 | |
| | 32 | .editor-post-title__block .editor-post-title__input { |
| | 33 | color: #333; |
| | 34 | font-size: 26px; |
| | 35 | line-height: 1.1538; |
| | 36 | } |
| | 37 | |
| | 38 | .edit-post-visual-editor h1, |
| | 39 | .edit-post-visual-editor h2, |
| | 40 | .edit-post-visual-editor h3, |
| | 41 | .edit-post-visual-editor h4, |
| | 42 | .edit-post-visual-editor h5, |
| | 43 | .edit-post-visual-editor h6 { |
| | 44 | clear: both; |
| | 45 | font-weight: 700; |
| | 46 | } |
| | 47 | |
| | 48 | .edit-post-visual-editor .editor-block-list__block h1 { |
| | 49 | font-size: 26px; |
| | 50 | line-height: 1.1538; |
| | 51 | padding: 0.9em 0 0.45em; |
| | 52 | } |
| | 53 | |
| | 54 | .edit-post-visual-editor .editor-block-list__block h2 { |
| | 55 | font-size: 22px; |
| | 56 | line-height: 1.3636; |
| | 57 | padding: 1em 0 0.5em; |
| | 58 | } |
| | 59 | |
| | 60 | .edit-post-visual-editor .editor-block-list__block h3 { |
| | 61 | font-size: 18px; |
| | 62 | line-height: 1.3333; |
| | 63 | padding: 1.3em 0 0.65em; |
| | 64 | } |
| | 65 | |
| | 66 | .edit-post-visual-editor .editor-block-list__block h4, |
| | 67 | .edit-post-visual-editor .editor-block-list__block h5, |
| | 68 | .edit-post-visual-editor .editor-block-list__block h6 { |
| | 69 | font-size: 15px; |
| | 70 | line-height: 1.2; |
| | 71 | padding: 0.8em 0 0.4em; |
| | 72 | } |
| | 73 | |
| | 74 | .edit-post-visual-editor .editor-block-list__block h5, |
| | 75 | .edit-post-visual-editor .editor-block-list__block h6 { |
| | 76 | letter-spacing: 0.1em; |
| | 77 | text-transform: uppercase; |
| | 78 | } |
| | 79 | |
| | 80 | .edit-post-visual-editor > h1:first-child, |
| | 81 | .edit-post-visual-editor > h2:first-child, |
| | 82 | .edit-post-visual-editor > h3:first-child, |
| | 83 | .edit-post-visual-editor > h4:first-child, |
| | 84 | .edit-post-visual-editor > h5:first-child, |
| | 85 | .edit-post-visual-editor > h6:first-child { |
| | 86 | padding-top: 0; |
| | 87 | } |
| | 88 | |
| | 89 | @media screen and (min-width: 46.25em) { |
| | 90 | .edit-post-visual-editor .editor-block-list__block, |
| | 91 | .edit-post-visual-editor .editor-block-list__block p, |
| | 92 | .editor-default-block-appender input[type="text"].editor-default-block-appender__content { |
| | 93 | font-size: 17px; |
| | 94 | line-height: 1.6471; |
| | 95 | } |
| | 96 | |
| | 97 | .editor-post-title__block .editor-post-title__input { |
| | 98 | font-size: 35px; |
| | 99 | line-height: 1.2; |
| | 100 | } |
| | 101 | |
| | 102 | .edit-post-visual-editor .editor-block-list__block h1 { |
| | 103 | font-size: 35px; |
| | 104 | line-height: 1.2; |
| | 105 | padding: 0.8em 0 0.4em; |
| | 106 | } |
| | 107 | |
| | 108 | .edit-post-visual-editor .editor-block-list__block h2 { |
| | 109 | font-size: 29px; |
| | 110 | line-height: 1.2069; |
| | 111 | padding: 1.0em 0 0.5em; |
| | 112 | } |
| | 113 | |
| | 114 | .edit-post-visual-editor .editor-block-list__block h3 { |
| | 115 | font-size: 24px; |
| | 116 | line-height: 1.1667; |
| | 117 | padding: 1.15em 0 0.6em; |
| | 118 | } |
| | 119 | |
| | 120 | .edit-post-visual-editor .editor-block-list__block h4 { |
| | 121 | font-size: 20px; |
| | 122 | line-height: 1.4; |
| | 123 | padding: .7em 0 0.35em; |
| | 124 | } |
| | 125 | |
| | 126 | .edit-post-visual-editor .editor-block-list__block h5, |
| | 127 | .edit-post-visual-editor .editor-block-list__block h6 { |
| | 128 | font-size: 17px; |
| | 129 | line-height: 1.2353; |
| | 130 | padding: 0.8em 0 0.4em; |
| | 131 | } |
| | 132 | } |
| | 133 | |
| | 134 | @media screen and (min-width: 55em) { |
| | 135 | .edit-post-visual-editor .editor-block-list__block, |
| | 136 | .edit-post-visual-editor .editor-block-list__block p, |
| | 137 | .editor-default-block-appender input[type="text"].editor-default-block-appender__content { |
| | 138 | font-size: 19px; |
| | 139 | line-height: 1.6842; |
| | 140 | } |
| | 141 | |
| | 142 | .editor-post-title__block .editor-post-title__input { |
| | 143 | font-size: 39px; |
| | 144 | line-height: 1.2308; |
| | 145 | } |
| | 146 | |
| | 147 | .edit-post-visual-editor .editor-block-list__block h1 { |
| | 148 | font-size: 39px; |
| | 149 | line-height: 1.2308; |
| | 150 | padding: 0.8em 0 0.4em; |
| | 151 | } |
| | 152 | |
| | 153 | .edit-post-visual-editor .editor-block-list__block h2 { |
| | 154 | font-size: 32px; |
| | 155 | line-height: 1.25; |
| | 156 | padding: 1em 0 0.5em; |
| | 157 | } |
| | 158 | |
| | 159 | .edit-post-visual-editor .editor-block-list__block h3 { |
| | 160 | font-size: 27px; |
| | 161 | line-height: 1.1852; |
| | 162 | padding: 1.2em 0 0.6em; |
| | 163 | } |
| | 164 | |
| | 165 | .edit-post-visual-editor .editor-block-list__block h4 { |
| | 166 | font-size: 22px; |
| | 167 | line-height: 1.4545; |
| | 168 | padding: 0.75em 0 0.35em; |
| | 169 | } |
| | 170 | |
| | 171 | .edit-post-visual-editor .editor-block-list__block h5, |
| | 172 | .edit-post-visual-editor .editor-block-list__block h6 { |
| | 173 | font-size: 19px; |
| | 174 | line-height: 1.2632; |
| | 175 | padding: 0.8em 0 0.4em; |
| | 176 | } |
| | 177 | } |
| | 178 | |
| | 179 | @media screen and (min-width: 59.6875em) { |
| | 180 | .edit-post-visual-editor .editor-block-list__block, |
| | 181 | .edit-post-visual-editor .editor-block-list__block p, |
| | 182 | .editor-default-block-appender input[type="text"].editor-default-block-appender__content { |
| | 183 | font-size: 15px; |
| | 184 | line-height: 1.6; |
| | 185 | } |
| | 186 | |
| | 187 | .editor-post-title__block .editor-post-title__input { |
| | 188 | font-size: 31px; |
| | 189 | line-height: 1.1613; |
| | 190 | } |
| | 191 | |
| | 192 | .edit-post-visual-editor .editor-block-list__block h1 { |
| | 193 | font-size: 31px; |
| | 194 | line-height: 1.1613; |
| | 195 | padding: 0.8em 0 0.4em; |
| | 196 | } |
| | 197 | |
| | 198 | .edit-post-visual-editor .editor-block-list__block h2 { |
| | 199 | font-size: 26px; |
| | 200 | line-height: 1.3846; |
| | 201 | padding: 0.9em 0 0.45em; |
| | 202 | } |
| | 203 | |
| | 204 | .edit-post-visual-editor .editor-block-list__block h3 { |
| | 205 | font-size: 22px; |
| | 206 | line-height: 1.3636; |
| | 207 | padding: 1.1em 0 0.55em; |
| | 208 | } |
| | 209 | |
| | 210 | .edit-post-visual-editor .editor-block-list__block h4 { |
| | 211 | font-size: 18px; |
| | 212 | line-height: 1.3333; |
| | 213 | padding: 0.65em 0 0.3em; |
| | 214 | } |
| | 215 | |
| | 216 | .edit-post-visual-editor .editor-block-list__block h5, |
| | 217 | .edit-post-visual-editor .editor-block-list__block h6 { |
| | 218 | font-size: 15px; |
| | 219 | line-height: 1.2; |
| | 220 | padding: 0.8em 0 0.4em; |
| | 221 | } |
| | 222 | } |
| | 223 | |
| | 224 | @media screen and (min-width: 68.75em) { |
| | 225 | .edit-post-visual-editor .editor-block-list__block, |
| | 226 | .edit-post-visual-editor .editor-block-list__block p, |
| | 227 | .editor-default-block-appender input[type="text"].editor-default-block-appender__content { |
| | 228 | font-size: 17px; |
| | 229 | line-height: 1.6471; |
| | 230 | } |
| | 231 | |
| | 232 | .editor-post-title__block .editor-post-title__input { |
| | 233 | font-size: 35px; |
| | 234 | line-height: 1.2; |
| | 235 | } |
| | 236 | |
| | 237 | .edit-post-visual-editor .editor-block-list__block h1 { |
| | 238 | font-size: 35px; |
| | 239 | line-height: 1.2; |
| | 240 | padding: 0.8em 0 0.4em; |
| | 241 | } |
| | 242 | |
| | 243 | .edit-post-visual-editor .editor-block-list__block h2 { |
| | 244 | font-size: 29px; |
| | 245 | line-height: 1.2069; |
| | 246 | padding: 1.0em 0 0.5em; |
| | 247 | } |
| | 248 | |
| | 249 | .edit-post-visual-editor .editor-block-list__block h3 { |
| | 250 | font-size: 24px; |
| | 251 | line-height: 1.1667; |
| | 252 | padding: 1.2em 0 0.6em; |
| | 253 | } |
| | 254 | |
| | 255 | .edit-post-visual-editor .editor-block-list__block h4 { |
| | 256 | font-size: 20px; |
| | 257 | line-height: 1.4; |
| | 258 | padding: 0.7em 0 0.35em; |
| | 259 | } |
| | 260 | |
| | 261 | .edit-post-visual-editor .editor-block-list__block h5, |
| | 262 | .edit-post-visual-editor .editor-block-list__block h6 { |
| | 263 | font-size: 17px; |
| | 264 | line-height: 1.2353; |
| | 265 | padding: 0.8em 0 0.4em; |
| | 266 | } |
| | 267 | } |
| | 268 | |
| | 269 | @media screen and (min-width: 77.5em) { |
| | 270 | .edit-post-visual-editor .editor-block-list__block, |
| | 271 | .edit-post-visual-editor .editor-block-list__block p, |
| | 272 | .editor-default-block-appender input[type="text"].editor-default-block-appender__content { |
| | 273 | font-size: 19px; |
| | 274 | line-height: 1.6842; |
| | 275 | } |
| | 276 | |
| | 277 | .editor-post-title__block .editor-post-title__input { |
| | 278 | font-size: 39px; |
| | 279 | line-height: 1.2308; |
| | 280 | } |
| | 281 | |
| | 282 | .edit-post-visual-editor .editor-block-list__block h3 { |
| | 283 | font-size: 27px; |
| | 284 | line-height: 1.1852; |
| | 285 | padding: 1.2em 0 0.6em; |
| | 286 | } |
| | 287 | |
| | 288 | .edit-post-visual-editor .editor-block-list__block h4 { |
| | 289 | font-size: 22px; |
| | 290 | line-height: 1.4545; |
| | 291 | padding: 0.75em 0 0.35em; |
| | 292 | } |
| | 293 | |
| | 294 | .edit-post-visual-editor .editor-block-list__block h5, |
| | 295 | .edit-post-visual-editor .editor-block-list__block h6 { |
| | 296 | font-size: 19px; |
| | 297 | line-height: 1.2632; |
| | 298 | padding: 0.85em 0 0.45em; |
| | 299 | } |
| | 300 | } |
| | 301 | |
| | 302 | /*-------------------------------------------------------------- |
| | 303 | 2.0 General Block Styles |
| | 304 | --------------------------------------------------------------*/ |
| | 305 | |
| | 306 | /* Main column width */ |
| | 307 | |
| | 308 | body.gutenberg-editor-page .edit-post-visual-editor .editor-post-title__block, |
| | 309 | body.gutenberg-editor-page .edit-post-visual-editor .editor-default-block-appender, |
| | 310 | body.gutenberg-editor-page .edit-post-visual-editor .editor-block-list__block { |
| | 311 | max-width: 690px; /* 660px + 30px for the editor padding */ |
| | 312 | } |
| | 313 | |
| | 314 | /* Link styles */ |
| | 315 | |
| | 316 | .edit-post-visual-editor a, |
| | 317 | .editor-block-list__block a, |
| | 318 | .wp-block-freeform.block-library-rich-text__tinymce a { |
| | 319 | border-bottom: 1px solid #333; |
| | 320 | color: #333; |
| | 321 | text-decoration: none; |
| | 322 | } |
| | 323 | |
| | 324 | /* List styles */ |
| | 325 | |
| | 326 | .edit-post-visual-editor ul:not(.wp-block-gallery), |
| | 327 | .editor-block-list__block ul:not(.wp-block-gallery), |
| | 328 | .block-library-list ul, |
| | 329 | .edit-post-visual-editor ol, |
| | 330 | .editor-block-list__block ol, |
| | 331 | .block-library-list ol { |
| | 332 | margin: 0 0 1.6em 1.3333em; |
| | 333 | padding: 0; |
| | 334 | } |
| | 335 | |
| | 336 | .block-library-list .editor-rich-text__tinymce { |
| | 337 | padding: 0; |
| | 338 | } |
| | 339 | |
| | 340 | .edit-post-visual-editor ul:not(.wp-block-gallery), |
| | 341 | .editor-block-list__block ul:not(.wp-block-gallery), |
| | 342 | .block-library-list ul { |
| | 343 | list-style: disc; |
| | 344 | } |
| | 345 | |
| | 346 | .edit-post-visual-editor ol, |
| | 347 | .editor-block-list__block ol, |
| | 348 | .block-library-list ol { |
| | 349 | list-style: decimal; |
| | 350 | } |
| | 351 | |
| | 352 | .edit-post-visual-editor ul:not(.wp-block-gallery) li > ul, |
| | 353 | .editor-block-list__block ul:not(.wp-block-gallery) li > ul, |
| | 354 | .block-library-list li > ul, |
| | 355 | .edit-post-visual-editor li > ol, |
| | 356 | .editor-block-list__block li > ol, |
| | 357 | .block-library-list li > ol { |
| | 358 | margin-bottom: 0; |
| | 359 | } |
| | 360 | |
| | 361 | .wp-block-freeform.block-library-rich-text__tinymce li, |
| | 362 | .editor-block-list__block li { |
| | 363 | margin-bottom: 0; |
| | 364 | } |
| | 365 | |
| | 366 | .rtl .edit-post-visual-editor ul:not(.wp-block-gallery), |
| | 367 | .rtl .editor-block-list__block ul:not(.wp-block-gallery), |
| | 368 | .rtl .block-library-list ul, |
| | 369 | .rtl .edit-post-visual-editor ol, |
| | 370 | .rtl .editor-block-list__block ol, |
| | 371 | .rtl .block-library-list ol { |
| | 372 | margin-left: 0; |
| | 373 | margin-right: 1.3333em; |
| | 374 | } |
| | 375 | |
| | 376 | /* Quote */ |
| | 377 | |
| | 378 | .rtl .editor-block-list__block blockquote { |
| | 379 | border-left: 0; |
| | 380 | padding-left: 0; |
| | 381 | } |
| | 382 | |
| | 383 | /* Captions */ |
| | 384 | |
| | 385 | [class^="wp-block-"] figcaption { |
| | 386 | color: #707070; |
| | 387 | font-family: "Noto Sans", sans-serif; |
| | 388 | font-size: 12px; |
| | 389 | margin-bottom: 0; |
| | 390 | padding: 0.5em 0; |
| | 391 | } |
| | 392 | |
| | 393 | .editor-block-list__block [class^="wp-block-"] figcaption { |
| | 394 | line-height: 1.5; |
| | 395 | } |
| | 396 | |
| | 397 | @media screen and (min-width: 46.25em) { |
| | 398 | [class^="wp-block-"] figcaption { |
| | 399 | font-size: 14px; |
| | 400 | } |
| | 401 | } |
| | 402 | |
| | 403 | @media screen and (min-width: 55em) { |
| | 404 | [class^="wp-block-"] figcaption { |
| | 405 | font-size: 16px; |
| | 406 | } |
| | 407 | } |
| | 408 | |
| | 409 | @media screen and (min-width: 59.6875em) { |
| | 410 | [class^="wp-block-"] figcaption { |
| | 411 | font-size: 12px; |
| | 412 | } |
| | 413 | } |
| | 414 | |
| | 415 | @media screen and (min-width: 68.75em) { |
| | 416 | [class^="wp-block-"] figcaption { |
| | 417 | font-size: 14px; |
| | 418 | } |
| | 419 | } |
| | 420 | |
| | 421 | @media screen and (min-width: 77.5em) { |
| | 422 | [class^="wp-block-"] figcaption { |
| | 423 | font-size: 16px; |
| | 424 | } |
| | 425 | } |
| | 426 | |
| | 427 | /* Pre */ |
| | 428 | |
| | 429 | [class^="wp-block-"] pre { |
| | 430 | font-size: inherit; |
| | 431 | } |
| | 432 | |
| | 433 | /* Alignments */ |
| | 434 | |
| | 435 | .wp-block-quote.alignright, |
| | 436 | .wp-block-freeform.block-library-rich-text__tinymce .alignright { |
| | 437 | margin: 0.4211em 0 1.6842em 1.6842em; |
| | 438 | } |
| | 439 | |
| | 440 | .wp-block-quote.alignleft, |
| | 441 | .wp-block-freeform.block-library-rich-text__tinymce .alignleft { |
| | 442 | margin: 0.4211em 1.6842em 1.6842em 0; |
| | 443 | } |
| | 444 | |
| | 445 | /*-------------------------------------------------------------- |
| | 446 | 3.0 Blocks - Common Blocks |
| | 447 | --------------------------------------------------------------*/ |
| | 448 | |
| | 449 | /* Paragraph */ |
| | 450 | |
| | 451 | p.has-drop-cap:not(:focus)::first-letter { |
| | 452 | font-size: 5em; |
| | 453 | } |
| | 454 | |
| | 455 | /* Quotes */ |
| | 456 | |
| | 457 | .wp-block-quote, |
| | 458 | .wp-block-freeform.block-library-rich-text__tinymce blockquote { |
| | 459 | color: #707070; |
| | 460 | margin-bottom: 1.6667em; |
| | 461 | padding-left: 0.7778em; |
| | 462 | } |
| | 463 | |
| | 464 | .wp-block-quote:not(.is-large):not(.is-style-large), |
| | 465 | .wp-block-freeform.block-library-rich-text__tinymce blockquote { |
| | 466 | border-color: #707070; |
| | 467 | } |
| | 468 | |
| | 469 | .edit-post-visual-editor .wp-block-quote p { |
| | 470 | font-size: 18px; |
| | 471 | font-style: italic; |
| | 472 | line-height: 1.6667; |
| | 473 | margin-bottom: 1.6667em; |
| | 474 | } |
| | 475 | |
| | 476 | .edit-post-visual-editor .wp-block-quote > p:last-child { |
| | 477 | margin-bottom: 0; |
| | 478 | } |
| | 479 | |
| | 480 | .wp-block-quote__citation { |
| | 481 | color: #333; |
| | 482 | font-family: "Noto Sans", sans-serif; |
| | 483 | font-size: 15px; |
| | 484 | font-style: normal; |
| | 485 | line-height: 1.6; |
| | 486 | text-transform: none; |
| | 487 | } |
| | 488 | |
| | 489 | .wp-block-quote em, |
| | 490 | .wp-block-quote i { |
| | 491 | font-style: normal; |
| | 492 | } |
| | 493 | |
| | 494 | .wp-block-quote strong, |
| | 495 | .wp-block-quote b { |
| | 496 | font-weight: 400; |
| | 497 | } |
| | 498 | |
| | 499 | @media screen and (min-width: 46.25em) { |
| | 500 | .edit-post-visual-editor .wp-block-quote p { |
| | 501 | font-size: 20px; |
| | 502 | line-height: 1.75; |
| | 503 | } |
| | 504 | |
| | 505 | .wp-block-quote__citation { |
| | 506 | font-size: 17px; |
| | 507 | line-height: 1.6471; |
| | 508 | } |
| | 509 | } |
| | 510 | |
| | 511 | @media screen and (min-width: 55em) { |
| | 512 | .edit-post-visual-editor .wp-block-quote p { |
| | 513 | font-size: 22px; |
| | 514 | line-height: 1.8182; |
| | 515 | } |
| | 516 | |
| | 517 | .wp-block-quote__citation { |
| | 518 | font-size: 19px; |
| | 519 | line-height: 1.6842; |
| | 520 | } |
| | 521 | } |
| | 522 | |
| | 523 | @media screen and (min-width: 59.6875em) { |
| | 524 | .edit-post-visual-editor .wp-block-quote p { |
| | 525 | font-size: 18px; |
| | 526 | line-height: 1.6667; |
| | 527 | } |
| | 528 | |
| | 529 | .wp-block-quote__citation { |
| | 530 | font-size: 15px; |
| | 531 | line-height: 1.6; |
| | 532 | } |
| | 533 | } |
| | 534 | |
| | 535 | @media screen and (min-width: 68.75em) { |
| | 536 | .edit-post-visual-editor .wp-block-quote p { |
| | 537 | font-size: 20px; |
| | 538 | line-height: 1.75; |
| | 539 | } |
| | 540 | |
| | 541 | .wp-block-quote__citation { |
| | 542 | font-size: 17px; |
| | 543 | line-height: 1.6471; |
| | 544 | } |
| | 545 | } |
| | 546 | |
| | 547 | @media screen and (min-width: 77.5em) { |
| | 548 | .edit-post-visual-editor .wp-block-quote p { |
| | 549 | font-size: 22px; |
| | 550 | line-height: 1.8182; |
| | 551 | } |
| | 552 | |
| | 553 | .wp-block-quote__citation { |
| | 554 | font-size: 19px; |
| | 555 | line-height: 1.6842; |
| | 556 | } |
| | 557 | } |
| | 558 | |
| | 559 | /* Cover Image */ |
| | 560 | |
| | 561 | .edit-post-visual-editor .editor-block-list__block .wp-block-cover-image p, |
| | 562 | .wp-block-cover-image h2 { |
| | 563 | font-size: 29px; |
| | 564 | line-height: 1.2069; |
| | 565 | } |
| | 566 | |
| | 567 | |
| | 568 | /* File */ |
| | 569 | |
| | 570 | .wp-block-file .editor-rich-text__tinymce { |
| | 571 | border-bottom: 1px solid #333; |
| | 572 | } |
| | 573 | |
| | 574 | .wp-block-file .wp-block-file__button { |
| | 575 | background-color: #333; |
| | 576 | border: 0; |
| | 577 | border-radius: 0; |
| | 578 | color: #fff; |
| | 579 | cursor: pointer; |
| | 580 | font-family: "Noto Sans", sans-serif; |
| | 581 | font-size: 12px; |
| | 582 | font-weight: 700; |
| | 583 | line-height: 1.5; |
| | 584 | padding: 0.7917em 1.5em; |
| | 585 | text-transform: uppercase; |
| | 586 | vertical-align: baseline; |
| | 587 | } |
| | 588 | |
| | 589 | @media screen and (min-width: 46.25em) { |
| | 590 | .wp-block-file .wp-block-file__button { |
| | 591 | font-size: 14px; |
| | 592 | padding: 0.8214em 1.6429em; |
| | 593 | } |
| | 594 | } |
| | 595 | |
| | 596 | @media screen and (min-width: 55em) { |
| | 597 | .wp-block-file .wp-block-file__button { |
| | 598 | font-size: 16px; |
| | 599 | padding: 0.8125em 1.625em; |
| | 600 | } |
| | 601 | } |
| | 602 | |
| | 603 | @media screen and (min-width: 59.6875em) { |
| | 604 | .wp-block-file .wp-block-file__button { |
| | 605 | font-size: 12px; |
| | 606 | padding: 0.7917em 1.5833em; |
| | 607 | } |
| | 608 | } |
| | 609 | |
| | 610 | @media screen and (min-width: 68.75em) { |
| | 611 | .wp-block-file .wp-block-file__button { |
| | 612 | font-size: 14px; |
| | 613 | padding: 0.8214em 1.5714em; |
| | 614 | } |
| | 615 | } |
| | 616 | |
| | 617 | @media screen and (min-width: 77.5em) { |
| | 618 | .wp-block-file .wp-block-file__button { |
| | 619 | font-size: 16px; |
| | 620 | padding: 0.8125em 1.625em; |
| | 621 | } |
| | 622 | } |
| | 623 | |
| | 624 | /*-------------------------------------------------------------- |
| | 625 | 4.0 Blocks - Formatting |
| | 626 | --------------------------------------------------------------*/ |
| | 627 | |
| | 628 | /* Code */ |
| | 629 | |
| | 630 | .wp-block-code, |
| | 631 | .wp-block-freeform.block-library-rich-text__tinymce code { |
| | 632 | background: transparent; |
| | 633 | border: 0; |
| | 634 | padding: 0; |
| | 635 | } |
| | 636 | |
| | 637 | /* Pullquote */ |
| | 638 | |
| | 639 | .wp-block-pullquote, |
| | 640 | .editor-block-list__block .wp-block-pullquote blockquote { |
| | 641 | border: 0; |
| | 642 | margin: 0; |
| | 643 | padding-left: 0; |
| | 644 | } |
| | 645 | |
| | 646 | .wp-block-pullquote .wp-block-pullquote__citation { |
| | 647 | color: #333; |
| | 648 | font-family: "Noto Sans", sans-serif; |
| | 649 | font-size: 15px; |
| | 650 | font-style: normal; |
| | 651 | line-height: 1.6; |
| | 652 | text-transform: none; |
| | 653 | } |
| | 654 | |
| | 655 | @media screen and (min-width: 46.25em) { |
| | 656 | .wp-block-pullquote .wp-block-pullquote__citation { |
| | 657 | font-size: 17px; |
| | 658 | line-height: 1.6471; |
| | 659 | } |
| | 660 | } |
| | 661 | |
| | 662 | @media screen and (min-width: 55em) { |
| | 663 | .wp-block-pullquote .wp-block-pullquote__citation { |
| | 664 | font-size: 19px; |
| | 665 | line-height: 1.6842; |
| | 666 | } |
| | 667 | } |
| | 668 | |
| | 669 | @media screen and (min-width: 59.6875em) { |
| | 670 | .wp-block-pullquote .wp-block-pullquote__citation { |
| | 671 | font-size: 15px; |
| | 672 | line-height: 1.6; |
| | 673 | } |
| | 674 | } |
| | 675 | |
| | 676 | @media screen and (min-width: 68.75em) { |
| | 677 | .wp-block-pullquote .wp-block-pullquote__citation { |
| | 678 | font-size: 17px; |
| | 679 | line-height: 1.6471; |
| | 680 | } |
| | 681 | } |
| | 682 | |
| | 683 | @media screen and (min-width: 77.5em) { |
| | 684 | .wp-block-pullquote .wp-block-pullquote__citation { |
| | 685 | font-size: 19px; |
| | 686 | line-height: 1.6842; |
| | 687 | } |
| | 688 | } |
| | 689 | |
| | 690 | /* Tables */ |
| | 691 | |
| | 692 | .editor-block-list__block .wp-block-table th, |
| | 693 | .editor-block-list__block .wp-block-table td { |
| | 694 | padding: 0; |
| | 695 | } |
| | 696 | |
| | 697 | .rtl .editor-block-list__block .wp-block-table th { |
| | 698 | text-align: right; |
| | 699 | } |
| | 700 | |
| | 701 | /*-------------------------------------------------------------- |
| | 702 | 5.0 Blocks - Layout Elements |
| | 703 | --------------------------------------------------------------*/ |
| | 704 | |
| | 705 | /* Button */ |
| | 706 | |
| | 707 | .wp-block-button .wp-block-button__link { |
| | 708 | background-color: #333; |
| | 709 | border: 0; |
| | 710 | border-radius: 0; |
| | 711 | color: #fff; |
| | 712 | cursor: pointer; |
| | 713 | font-family: "Noto Sans", sans-serif; |
| | 714 | font-size: 12px; |
| | 715 | font-weight: 700; |
| | 716 | line-height: 1.5; |
| | 717 | padding: 0.7917em 1.5em; |
| | 718 | text-transform: uppercase; |
| | 719 | vertical-align: baseline; |
| | 720 | } |
| | 721 | |
| | 722 | @media screen and (min-width: 46.25em) { |
| | 723 | .wp-block-button .wp-block-button__link { |
| | 724 | font-size: 14px; |
| | 725 | padding: 0.8214em 1.6429em; |
| | 726 | } |
| | 727 | } |
| | 728 | |
| | 729 | @media screen and (min-width: 55em) { |
| | 730 | .wp-block-button .wp-block-button__link { |
| | 731 | font-size: 16px; |
| | 732 | padding: 0.8125em 1.625em; |
| | 733 | } |
| | 734 | } |
| | 735 | |
| | 736 | @media screen and (min-width: 59.6875em) { |
| | 737 | .wp-block-button .wp-block-button__link { |
| | 738 | font-size: 12px; |
| | 739 | padding: 0.7917em 1.5833em; |
| | 740 | } |
| | 741 | } |
| | 742 | |
| | 743 | @media screen and (min-width: 68.75em) { |
| | 744 | .wp-block-button .wp-block-button__link { |
| | 745 | font-size: 14px; |
| | 746 | padding: 0.8214em 1.5714em; |
| | 747 | } |
| | 748 | } |
| | 749 | |
| | 750 | @media screen and (min-width: 77.5em) { |
| | 751 | .wp-block-button .wp-block-button__link { |
| | 752 | font-size: 16px; |
| | 753 | padding: 0.8125em 1.625em; |
| | 754 | } |
| | 755 | } |
| | 756 | |
| | 757 | /* Seperator */ |
| | 758 | |
| | 759 | .wp-block-separator { |
| | 760 | max-width: 100px; |
| | 761 | } |
| | 762 | |
| | 763 | .wp-block-separator.is-style-wide { |
| | 764 | max-width: 100%; |
| | 765 | } |
| | 766 | |
| | 767 | |
| | 768 | /*-------------------------------------------------------------- |
| | 769 | 6.0 Blocks - Widgets |
| | 770 | --------------------------------------------------------------*/ |
| | 771 | |
| | 772 | /* Latest Posts */ |
| | 773 | |
| | 774 | .edit-post-visual-editor .wp-block-latest-posts.is-grid { |
| | 775 | list-style: none; |
| | 776 | margin-left: 0; |
| | 777 | margin-right: 0; |
| | 778 | } |
| | 779 | |
| | 780 | .edit-post-visual-editor .wp-block-latest-posts.is-grid li { |
| | 781 | margin-bottom: 16px; |
| | 782 | } |
| | 783 | |
| | 784 | /* Comments */ |
| | 785 | |
| | 786 | .wp-block-latest-comments { |
| | 787 | margin: 0; |
| | 788 | } |
| | 789 | |
| | 790 | .wp-block-latest-comments__comment, |
| | 791 | .wp-block-latest-comments__comment-excerpt, |
| | 792 | .wp-block-latest-comments__comment-excerpt p { |
| | 793 | font-size: inherit; |
| | 794 | } |
| | 795 | |
| | 796 | .wp-block-latest-comments__comment-meta a { |
| | 797 | border-bottom-color: transparent; |
| | 798 | font-weight: 700; |
| | 799 | } |
| | 800 | |
| | 801 | .wp-block-latest-comments__comment-excerpt p:last-child { |
| | 802 | margin-bottom: 0; |
| | 803 | } |
| | 804 | |
| | 805 | .wp-block-latest-comments__comment-date { |
| | 806 | color: #707070; |
| | 807 | font-family: "Noto Sans", sans-serif; |
| | 808 | font-size: 12px; |
| | 809 | line-height: 1.5; |
| | 810 | margin-bottom: 1.6em; |
| | 811 | } |
| | 812 | |
| | 813 | @media screen and (min-width: 46.25em) { |
| | 814 | .wp-block-latest-comments__comment-date { |
| | 815 | font-size: 14px; |
| | 816 | } |
| | 817 | } |
| | 818 | |
| | 819 | @media screen and (min-width: 55em) { |
| | 820 | .wp-block-latest-comments__comment-date { |
| | 821 | font-size: 16px; |
| | 822 | } |
| | 823 | } |
| | 824 | |
| | 825 | @media screen and (min-width: 59.6875em) { |
| | 826 | .wp-block-latest-comments__comment-date { |
| | 827 | font-size: 12px; |
| | 828 | } |
| | 829 | } |
| | 830 | |
| | 831 | @media screen and (min-width: 68.75em) { |
| | 832 | .wp-block-latest-comments__comment-date { |
| | 833 | font-size: 14px; |
| | 834 | } |
| | 835 | } |
| | 836 | |
| | 837 | @media screen and (min-width: 77.5em) { |
| | 838 | .wp-block-latest-comments__comment-date { |
| | 839 | font-size: 16px; |
| | 840 | } |
| | 841 | } |
| | 842 | |
| | 843 | .wp-block-latest-comments .wp-block-latest-comments__comment { |
| | 844 | border-top: 1px solid #eaeaea; |
| | 845 | border-top: 1px solid rgba(51, 51, 51, 0.1); |
| | 846 | margin-bottom: 0; |
| | 847 | padding: 1.6em 0; |
| | 848 | } |