Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. .has-pullquote:before {
  2. /* Reset metrics. */
  3. padding: 0;
  4. border: none;
  5.  
  6. /* Content */
  7. content: attr(data-pullquote);
  8.  
  9. /* Pull out to the right, modular scale based margins. */
  10. float: right;
  11. width: 320px;
  12. margin: 12px -140px 24px 36px;
  13.  
  14. /* Baseline correction */
  15. position: relative;
  16. top: 5px;
  17.  
  18. /* Typography (30px line-height equals 25% incremental leading) */
  19. font-size: 23px;
  20. line-height: 30px;
  21. }
  22.  
  23. .pullquote-adelle:before {
  24. font-family: "adelle-1", "adelle-2";
  25. font-weight: 100;
  26. top: 10px !important;
  27. }
  28.  
  29. .pullquote-helvetica:before {
  30. font-family: "Helvetica Neue", Arial, sans-serif;
  31. font-weight: bold;
  32. top: 7px !important;
  33. }
  34.  
  35. .pullquote-facit:before {
  36. font-family: "facitweb-1", "facitweb-2", Helvetica, Arial, sans-serif;
  37. font-weight: bold;
  38. top: 7px !important;
  39. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement