Advertisement
Guest User

Untitled

a guest
Dec 1st, 2017
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 4.19 KB | None | 0 0
  1. /*
  2.  Theme Name:   Enfold Child Theme
  3.  Theme URI:    http://redlinegolf.nl/enfold/
  4.  Description:  Redline Golf 2014
  5.  Author:       David Verburg
  6.  Author URI:   http://redlinegolf.nl
  7.  Template:     enfold
  8.  Version:      1.0.0
  9.  Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
  10.  Text Domain:  enfold-child
  11. */
  12.  
  13. @import url("../enfold/style.css");
  14.  
  15. /* =Theme customization starts here
  16. -------------------------------------------------------------- */
  17.  
  18. /*
  19. Desktop Styles
  20. ================================================== */
  21. /* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
  22.  
  23. .caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption {text-align: center;padding-right: 0px;padding-left:0px;}
  24.  
  25. .page-id-3027 div#after_full_slider_0 .content {
  26. padding: 0 !important;
  27. min-height: 0;
  28. border: none;
  29. }
  30. /*iconlist interlinie*/
  31. .iconlist_content p {
  32. line-height: 25px;
  33. }
  34. /* changes the size of content section */
  35. .iconlist_content p { font-size: 16px; }
  36.   /* logo in iconlist hele website*/
  37. .iconlist_icon [data-av_icon]:before {
  38. content: url('https://www.redlinegolf.nl/wp-content/uploads/2014/01/logotiny8.png');
  39. }
  40.   /* rondje met logo*/
  41. .avia-icon-list-container.avia-builder-el-6.el_after_av_textblock.avia-builder-el-last .iconlist-char {
  42. display: none !important;
  43. }
  44.   /* rondje met logo wit maken in color section*/
  45. .socket_color .avia-icon-list .iconlist_icon {
  46.    background: white;
  47. }
  48.  
  49. ul.avia_wpml_language_switch li.language_de { display: none !important; }
  50.  
  51.    
  52.     @media only screen and (max-width: 989px) {
  53. .page-id-3027 div#after_full_slider_0 .content {
  54. padding: 0 !important;
  55. min-height: 0;
  56. border: none;
  57. }}
  58. @media only screen and (max-width: 989px) {
  59. .page-id-3027 div#after_full_slider_0 {
  60. border: none;
  61. }}
  62.  
  63.   /* Add your Desktop Styles here */
  64.  
  65.   /* logo in iconlist hele website*/
  66. .iconlist_icon [data-av_icon]:before {
  67. content: url('https://www.redlinegolf.nl/wp-content/uploads/2014/01/logotiny8.png');
  68. }
  69.   /* rondje met logo*/
  70. .avia-icon-list-container.avia-builder-el-6.el_after_av_textblock.avia-builder-el-last .iconlist-char {
  71. display: none !important;
  72. }
  73.   /* rondje met logo wit maken in color section*/
  74. .socket_color .avia-icon-list .iconlist_icon {
  75.    background: white;
  76. }
  77. /*navigatie hoogte aanpassen op basis van logo*/
  78. #header_main .container, .main_menu ul:first-child > li a{ height:70px; line-height:70px; }
  79. #top .main_menu {
  80. right: -10px;
  81. border-right-style: dashed;
  82. border-right-width: 0px;
  83. padding-right: 10px;
  84. }
  85. /*iconlist interlinie*/
  86. .iconlist_content p {
  87. line-height: 25px;
  88. }
  89. /* changes the size of content section */
  90. .iconlist_content p { font-size: 14px; }
  91.  /* changes the font size of title */
  92. .avia-icon-list .iconlist_title { font-size: 20px; }
  93.  
  94.  /* wp logo verwijderen*/
  95. #wp-admin-bar-wp-logo { display:none; }
  96. #wp-admin-bar-site-name { display:none; }
  97.  
  98. div .slideshow_caption h2 {
  99. text-transform: none;
  100. }
  101. /*title tekst lower*/
  102. .avia-button {
  103.  text-decoration: none !important;
  104. }
  105. /*full screen sliders vastzetten*/
  106. .avia-fullscreen-slider .avia-slideshow-inner {
  107. width: 100%;
  108. height: 100%;
  109. -webkit-transform: translate3d(0px, 0px, 0px) !important;
  110. -moz-transform: translate3d(0px, 0px, 0px) !important;
  111. -ms-transform: translate3d(0px, 0px, 0px) !important;
  112. transform: translate3d(0px, 0px, 0px) !important;
  113. }
  114. .caption_left .slideshow_caption {
  115.     width: 47%;
  116.     left: -20px !important;
  117. }
  118. .page-id-3027 div#after_full_slider_0 .content {
  119. padding: 0 !important;
  120. min-height: 0;
  121. border: none;
  122. }
  123. .caption_bottom .slideshow_caption .slideshow_inner_caption .slideshow_align_caption {text-align: center;padding-right: 200px;padding-left:200px;}
  124.  
  125. /*YB pre order formulier aanpassen*/
  126. .youbaze_section p { clear: both; display: block; float: none; margin: 4px 0;}
  127. .widget_youbaze_preorder h4 { font-size: 18px !important; font-weight: normal !important; margin-top: 15px !important; }
  128.  
  129. /*YB contactformulier*/
  130. .widget_youbaze .youbazewidget label { display: block; float: left; line-height: 41px; width: 100px; margin: 6px 0}
  131.  
  132. .my-custom-class .avia-caption-content {    max-width: 600px;    margin: auto; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement