Advertisement
trademarc

Enfold Theme CSS

Mar 31st, 2014
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.25 KB | None | 0 0
  1. /*
  2. Theme Name: Enfold Child
  3. Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> 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.  
  11.  
  12. /*Add your own styles here:*/
  13.  
  14.  
  15.  
  16. .template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2{
  17. text-transform: none;
  18. letter-spacing: 0px;
  19. font-weight: 200;
  20. }
  21.  
  22. .home .title_container { display: none; }
  23.  
  24. body {
  25. font-size: 15px;
  26. }
  27.  
  28. .main_color blockquote, .main_color .avia-bullet {
  29. border-color: #00aaff;
  30. border-left-width: 2px;
  31. font-size: 15px;
  32. font-style: italic;
  33. padding-bottom: 5px;
  34. padding-top: 5px;
  35. }
  36.  
  37. h1 {
  38. font-weight: 300;
  39. font-size: 48px;
  40. }
  41.  
  42. h2 {
  43. font-weight: 300;
  44. font-size: 36px;
  45. }
  46.  
  47. h3 {
  48. font-weight: 400;
  49. font-size: 30px;
  50. }
  51.  
  52. h4 {
  53. font-weight: 300;
  54. font-size: 30px;
  55. }
  56.  
  57. h5 {
  58. font-weight: 400;
  59. font-size: 26px;
  60.  
  61. h6 {
  62. font-weight: 400;
  63. font-size: 22px;
  64. }
  65.  
  66.  
  67. #top.postid-332 .alternate_color {
  68. background-color: #9dd09f !important;
  69. }
  70. .postid-332 .alternate_color.title_container * { color: #5b3b01!important; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement