Guest User

Untitled

a guest
Sep 3rd, 2015
155
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.71 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. body {
  11.   font-size: 16px;
  12. }
  13.  
  14. #top h1 a, #top h2 a, #top h3 a, #top h4 a, #top h5 a, #top h6 a {
  15. font-weight: inherit;
  16. text-decoration: none;
  17. color: inherit;
  18. -webkit-text-stroke: 0.5px;
  19. -webkit-font-smoothing: antialiased;
  20. }
  21.  
  22.  
  23.  
  24. .avia-menu-text {
  25.   font-size: 16px;
  26. }
  27.  
  28. .h1:#main-title entry title {
  29. font-size:24px;
  30. }
  31.  
  32. #wp_cta_272_variation_0 {
  33.     height: auto !important;
  34. }
  35.  
  36. /*Add your own styles here:*/
  37. .infolink-hover:hover {
  38. cursor:pointer;
  39. background: #ccc !important;
  40.  
  41.     -webkit-transform:scale(1.05); /* Safari and Chrome */
  42.     -moz-transform:scale(1.05); /* Firefox */
  43.     -ms-transform:scale(1.05); /* IE 9 */
  44.     -o-transform:scale(1.05); /* Opera */
  45.      transform:scale(1.05);
  46. }
  47.  
  48. .entry-content-wrapper.content{
  49. padding-top: 0px;
  50. }
  51.  
  52. main.template-page.content.av-content-full.alpha.units {
  53.   padding-top: 10px;
  54. }
  55.  
  56. #main .content, .sidebar{
  57. padding-bottom: 0px !important ;
  58. }
  59. #footer {
  60. margin-top: 60px;
  61. margin-bottom:0px;
  62.  
  63. }
  64.  
  65. .av-share-box {
  66. margin-bottom: 5px;
  67. }
  68. #footer .widget {
  69. margin-top: 0px;
  70. margin-bottom:0px;
  71. }
  72.  
  73. .entry-content-wrapper.post{
  74. max-width: 1200px;}
  75.  
  76. .template-blog{
  77. max-width: 1200px;}
  78.  
  79. #top.single-post .small-preview {
  80. display: none;
  81. }
  82.  
  83. .template-single-blog main.content.units.twelve.alpha article .big-preview.single-big, .template-single-blog main.content.units.twelve.alpha article , .template-single-blog main.content.units.twelve.alpha, .template-single-blog {
  84.     width: 100% !important;
  85. }
  86.  
  87.  
  88.  
  89. .template-single-blog main.content.units.twelve.alpha article > *, .template-single-blog main.content.units.twelve.alpha > * {
  90.     max-width: 1200px;
  91.     margin: 0 auto;
  92.     float: none;
  93. }
  94.  
  95.  
  96. .small-preview .iconfont { background: transparent; }
  97. .main_color .small-preview { background: transparent; }
  98. .main_color .small-preview:hover { background: transparent; }
  99.  
  100. .main_color strong, .alternate_color strong { color: #000000; }
  101.  
  102. #top .social_bookmarks li a { font-size: 28px; }
  103. #footer .widget {
  104. text-align: center;
  105. }
  106.  
  107. #footer .social_bookmarks li {
  108. clear: none;
  109. }
  110.  
  111. @media only screen and (max-width: 1024px) {
  112. .page-id-334 #av_section_1 .av_two_third, .page-id-334 #av_section_1 .av_one_third { width:100% !important; } }
  113.  
  114. #top.blog-meta {
  115. display: none !important;
  116. }
  117. .blog-meta  {
  118. display: none !important;
  119. }
  120.  
  121. .post_delimiter {
  122. display: none !important;
  123. }
Advertisement
Add Comment
Please, Sign In to add comment