Advertisement
Guest User

Untitled

a guest
Feb 18th, 2015
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.13 KB | None | 0 0
  1. /*
  2. Theme Name: Enfold Child
  3. Description: A Child Theme for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
  4. Version: 1.0
  5. Author: Kriesi
  6. Author URI: http://www.kriesi.at
  7. Template: enfold
  8. */
  9.  
  10. /*Add your own styles here:*/
  11.  
  12. html, html a {
  13. -webkit-font-smoothing: antialiased;
  14. text-rendering: optimizeLegibility;
  15. }
  16.  
  17. body {
  18. font-family: "freight-sans-pro",sans-serif !important;
  19. font-size: 18px;
  20. font-weight: 500;
  21. letter-spacing: normal !important;
  22. }
  23.  
  24. .content, .sidebar {
  25. box-sizing: content-box;
  26. min-height: 1px;
  27. padding-bottom: 50px;
  28. padding-top: 0px;
  29. z-index: 1;
  30. }
  31.  
  32. .page-id-2702 .content {
  33. box-sizing: content-box;
  34. min-height: 1px;
  35. padding-bottom: 50px;
  36. padding-top: 0;
  37. z-index: 1;
  38. }
  39.  
  40. h1, h2, h3, h4, h5, h6 {
  41. font-family: "adelle",serif;
  42. font-weight: 300;
  43. }
  44.  
  45. h2.av-special-heading-tag {
  46. font-family: "freight-sans-pro",sans-serif !important;
  47. }
  48.  
  49. h3 {font-size: 20px !important;}
  50.  
  51. .av-main-nav > li > a {
  52. font-size: 16px;
  53. font-weight: 500;
  54. }
  55.  
  56. .av-special-heading { margin-top: 20px; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement