Advertisement
Guest User

Untitled

a guest
Apr 10th, 2014
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 KB | None | 0 0
  1. /*
  2. Theme Name: Ezra Church
  3. Description: A custom Wordpress Theme for Ezra Church. Based on a <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme.
  4. Version: 1.0
  5. Author: Jeff Lovell
  6. Author URI: http://webcaffeine.org
  7. Template: enfold
  8. */
  9.  
  10.  
  11.  
  12. /*Add your own styles here:*/
  13. .header_bg {
  14. background-image: url(http://staging.ezrachurch.com/wp-content/uploads/2014/04/gridbg.jpg);
  15. }
  16. h1, h2, h3, h4, h5, h6 {
  17. font-weight: 300;
  18. }
  19. .blog-author .minor-meta {display:none!important;}
  20. .avia-menu-fx .avia-arrow-wrap {
  21. height: 12px;
  22. width: 12px;
  23. position: absolute;
  24. top: -12px;
  25. left: 50%;
  26. margin-left: -6px;
  27. overflow: hidden;
  28. display: none;
  29. }
  30. .main_color .primary-background, .main_color .primary-background a, div .main_color .button, .main_color #submit, .main_color input[type='submit'], .main_color .small-preview:hover, .main_color .avia-menu-fx, .main_color .avia-menu-fx .avia-arrow, .main_color.iconbox_top .iconbox_icon, .main_color .avia-data-table th.avia-highlight-col, .main_color .avia-color-theme-color, .main_color .avia-color-theme-color:hover, .main_color .image-overlay .image-overlay-inside:before, .main_color .comment-count, .main_color .av_dropcap2 {
  31. background-color: #719430;}
  32. .header_bg {
  33. opacity: 0.85;}
  34.  
  35. .main_color a, .main_color .widget_first, .main_color strong, .main_color b, .main_color b a, .main_color strong a, .main_color #js_sort_items a:hover, .main_color #js_sort_items a.active_sort, .main_color .av-sort-by-term a.active_sort, .main_color .special_amp, .main_color .taglist a.activeFilter, .main_color #commentform .required, #top .main_color .av-no-color.av-icon-style-border a.av-icon-char {
  36. color: #719430;
  37. }
  38. .entry-content-wrapper .post-title {
  39. font-size: 32px;
  40. line-height: 1.3em;
  41. }
  42. span.post-meta-infos {display:none;}
  43. /*fix top menu padding:*/
  44. .av_secondary_right .sub_menu>ul>li:last-child {padding: 0 0 0 10px;}
  45. /*fix icon list title spacing:*/
  46. .avia-icon-list .iconlist_title {
  47. margin-top: 6px;
  48. top:0px;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement