Advertisement
Guest User

Untitled

a guest
Aug 13th, 2014
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.95 KB | None | 0 0
  1. /* SITE COLOURS */
  2.  
  3. .main_color strong, .alternate_color strong { color: #00A6A4; }
  4.  
  5. /* DIVIDERS + LAYOUT PADDING */
  6.  
  7. .hr-short{
  8. margin: 100px 0px 0px 0px ;
  9. }
  10.  
  11. .hr-full{
  12. margin: 35px;
  13. }
  14.  
  15. body .column-top-margin{
  16. margin-top: 10px;
  17. }
  18.  
  19. .content {
  20. padding-top: 55px;
  21. padding-bottom: 35px;
  22. }
  23.  
  24. .hr {
  25. padding-top: 10px;
  26. padding-bottom: 10px;
  27. line-height: 29px;
  28. }
  29.  
  30. /* ICON LIST */
  31.  
  32. .avia-icon-list-container li{
  33. margin: -200px 0px 0px 0px;
  34. }
  35.  
  36. /* BUTTON */
  37.  
  38. .av_button_wrap{
  39. margin: -100px;
  40. }
  41.  
  42. /* ICON BOXES */
  43.  
  44. .avia-builder-el-5 .iconbox_icon {
  45. background: #83a846 !important;
  46. }
  47. .avia-builder-el-13 .iconbox_content{
  48. background: #fffff !important;
  49. }
  50. .avia-builder-el-19 .iconbox_content{
  51. background: #fffff !important;
  52. }
  53.  
  54. .avia-builder-el-23 .iconbox_content{
  55. background: #fffff !important;
  56. }
  57.  
  58. /* FONT */
  59.  
  60. @font-face {font-family: avenir_45_bookbook; src: url :http://www.confluent.org.uk/wp-content/uploads/2014/06/webfontkit-20140609-123207.zip;}
  61.  
  62. @font-face {font-family: the_serif_bold-regular; src: url :http://www.confluent.org.uk/wp-content/uploads/2014/06/webfontkit-20140609-123207.zip;}
  63.  
  64. @font-face {font-family: the_serif-regular; src: url :http://www.confluent.org.uk/wp-content/uploads/2014/06/webfontkit-20140609-123207.zip;}
  65.  
  66. @font-face {font-family: avenir_95_blackblack; src: url :http://www.confluent.org.uk/wp-content/uploads/2014/06/webfontkit-20140610-050254.zip;}
  67.  
  68. p , li, a {font-family: avenir_45_bookbook;}
  69.  
  70. h1, h2 {font-family: the_serif_bold-regular;}
  71.  
  72. h3, h4 {font-family: the_serif-regular;}
  73.  
  74. h5, h6 {font-family: avenir_95_blackblack;}
  75.  
  76. .entry-content-wrapper h1, .entry-content-wrapper h2, .entry-content-wrapper h3, .entry-content-wrapper h4, .entry-content-wrapper h5, .entry-content-wrapper h6 {
  77. text-transform: none !important;}
  78.  
  79. /* FONT SIZES */
  80.  
  81. .h1 {
  82. font-size: 30px;
  83. }
  84.  
  85. body {
  86. font-size: 15px;
  87. font-color: #58585B;
  88. }
  89.  
  90. .av_font_icon.av-icon-style-border .av-icon-char {
  91. border-color: #ffffff;
  92. background-color: #00a4a6;
  93. padding: 20px;
  94. }
  95.  
  96. .av_font_icon.av-icon-style-border a.av-icon-char:hover:after { background-color: #fec10d; }
  97.  
  98. /* SECTION BOX */
  99.  
  100. #a {
  101. background-color: #58585B;
  102. padding: 5px;
  103. text-decoration: none !important;
  104. }
  105.  
  106. #b {
  107. position: relative;
  108. left:50%;
  109. top:-60px;
  110. width: 0;
  111. height: 0;
  112. border-style: solid;
  113. border-width: 10px 10px 0 10px;
  114. border-color: #f5f5f5 transparent transparent transparent;
  115. line-height: 0px;
  116. text-decoration: none !important;
  117. }
  118.  
  119. #b2 {
  120. position: relative;
  121. top:85px;
  122. left:50%;
  123. top:-60px;
  124. width: 0;
  125. height: 0;
  126. border-style: solid;
  127. border-width: 10px 10px 0 10px;
  128. border-color: #ffffff transparent transparent transparent;
  129. line-height: 0px;
  130. }
  131.  
  132. .avia_textblock.section-box {
  133. background: #58585B;
  134. padding: 10px 5px 0px 5px;
  135. }
  136.  
  137. .avia_textblock.section-box a { color: #939597;
  138. text-decoration: none !important; }
  139.  
  140. .avia_textblock.section-box:hover {
  141. background-color: #fec10d;
  142. cursor: pointer;
  143. text-decoration: none !important;
  144. }
  145.  
  146. /* ROUNDED BUTTON */
  147.  
  148. @media only screen and (min-width: 1340px) {
  149. .section-box .av_font_icon { position: relative; right: 35%; }}
  150. @media only screen and (min-width: 1140px) {
  151. .section-box .av_font_icon { position: relative; right: 20%; }}
  152. @media only screen and (min-width: 990px) {
  153. .section-box .av_font_icon { position: relative; right: 28%; }}
  154. @media only screen and (max-width: 989px) {
  155. .section-box .av_font_icon { position: relative; right: 33%; }}
  156. @media only screen and (max-width: 480px) {
  157. .section-box .av_font_icon { right: 5%; }}
  158.  
  159. span.copyright1 {
  160. float:right;
  161. }
  162.  
  163. /* SUBSCRIBE AREA */
  164.  
  165. #footer .mc4wp-form input [type=submit] {
  166. background-color: #fec10d !important;
  167. color: white!important;
  168. border-radius: 5px !important;
  169. }
  170.  
  171. #footer input#mc4wp_email {
  172. border-radius: 5px !important;
  173. color: black !important;
  174. }
  175.  
  176. #footer .widget {
  177. margin: 0;
  178. }
  179.  
  180. #footer .mc4wp-form input[type=submit] {
  181. background-color: #fec10d;
  182. color: white!important;
  183. border-radius: 5px;
  184. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement