You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
732 B

1 year ago
  1. .is-small-text{
  2. font-size:.875em;
  3. }
  4. .is-regular-text{
  5. font-size:1em;
  6. }
  7. .is-large-text{
  8. font-size:2.25em;
  9. }
  10. .is-larger-text{
  11. font-size:3em;
  12. }
  13. .has-drop-cap:not(:focus):first-letter{
  14. float:right;
  15. font-size:8.4em;
  16. font-style:normal;
  17. font-weight:100;
  18. line-height:.68;
  19. margin:.05em 0 0 .1em;
  20. text-transform:uppercase;
  21. }
  22. body.rtl .has-drop-cap:not(:focus):first-letter{
  23. float:none;
  24. margin-right:.1em;
  25. }
  26. p.has-drop-cap.has-background{
  27. overflow:hidden;
  28. }
  29. p.has-background{
  30. padding:1.25em 2.375em;
  31. }
  32. :where(p.has-text-color:not(.has-link-color)) a{
  33. color:inherit;
  34. }
  35. p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{
  36. rotate:180deg;
  37. }