RyanEarnshaw

Untitled

Mar 7th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.89 KB | None | 0 0
  1. .bodycontainer {
  2. position: relative;
  3. display: inline-block;
  4. margin-top: 140px; /* size of header */
  5. margin-left: 20%; /* size of side-nav */
  6. padding-bottom: 200px;
  7. background-color: #ffffff;
  8. float: left;
  9. width: 80%;
  10. }
  11. .headerimage {
  12. position: absolute;
  13. display: inline-block;
  14. width: 100%;
  15. height: 220px;
  16. top: 0;
  17. left: 0;
  18. }
  19. .headerimage img {
  20. width: 100%;
  21. height: 100%;
  22. }
  23. .landing-page-logo {
  24. position: relative;
  25. display: inline-block;
  26. float: left;
  27. width: 100%;
  28. height: 200px;
  29. background-color: #d9d9d9;
  30. }
  31. .landing-page-logo img {
  32. position: absolute;
  33. display: inline-block;
  34. bottom: 10%;
  35. left: 50%;
  36. transform: translateX(-50%);
  37. max-width: 80%;
  38. max-height: 80%;
  39. }
  40. .innercont {
  41. position: relative;
  42. display: inline-block;
  43. float: left;
  44. padding: 5vh 5vw;
  45. box-sizing: border-box;
  46. background-color: #ffffff;
  47. }
  48.  
  49.  
  50.  
  51.  
  52.  
  53. .innercont .title {
  54. position: relative;
  55. display: inline-block;
  56. float: left;
  57. width: 100%;
  58. margin: 20px 0 20px;
  59. }
  60. .innercont .title h1 {
  61. font-size: 24px;
  62. font-family: sans-serif;
  63. font-weight: 600;
  64. color: #8ec640;
  65. }
  66. .innercont .title:after {
  67. content: '';
  68. position: absolute;
  69. bottom: -10px;
  70. width: 100px;
  71. height: 2px;
  72. background-color: #8ec640;
  73. }
  74. .innercont .body {
  75. position: relative;
  76. display: inline-block;
  77. float: left;
  78. width: 100%;
  79. }
  80. .innercont .body .column {
  81. position: relative;
  82. display: inline-block;
  83. height: 100%;
  84. float: left;
  85. }
  86. .innercont .body .column.c1 { width: 30%; margin-right: 5%; }
  87. .innercont .body .column.c2 { width: 65%; padding: 0 150px; box-sizing: border-box; }
  88. .innercont .body .column.c2 { width: 65% }
  89.  
  90. .innercont .body h2 {
  91. position: relative;
  92. font-size: 15px;
  93. font-family: sans-serif;
  94. font-weight: 100;
  95. color: #6b6b6b;
  96. margin: 7px 0;
  97. line-height: 25px;
  98. width: 100%;
  99. float: left;
  100. }
  101. .innercont .body h2 a {
  102. font-weight: 600;
  103. color: #8ec640;
  104. text-decoration: none;
  105. }
  106.  
  107.  
  108. .contact-details {
  109. position: relative;
  110. display: inline-block;
  111. margin: 10px 0px 400px 0px;
  112. width: 100%;
  113. }
  114. .innercont .body .contact-details h2 {
  115. position: relative;
  116. display: inline-block;
  117. width: 100%;
  118. margin: 0;
  119. line-height: 19px;
  120. }
  121. .innercont .body .contact-details .name {
  122. font-weight: bold;
  123. color: #8ec640;
  124. }
  125. .innercont .body .contact-details .role {
  126. color: #8ec640;
  127. }
  128.  
  129.  
  130.  
  131. .body .form {
  132. position: relative;
  133. display: inline-block;
  134. float: left;
  135. width: 100%;
  136. background-color: #e3e3e3;
  137. border: 1px solid #c9c9c9;
  138. box-sizing: border-box;
  139. }
  140. .body .form form {
  141. position: relative;
  142. display: inline-block;
  143. width: 90%;
  144. padding: 0 5%;
  145. }
  146. .body .form h1 {
  147. position: relative;
  148. display: inline-block;
  149. width: 100%;
  150. font-size: 26px;
  151. font-family: sans-serif;
  152. font-weight: bold;
  153. color: #8ec640;
  154. text-align: left;
  155. margin: 20px 0;
  156. padding: 0 5%;
  157. }
  158. .body .form input,
  159. .body .form select {
  160. color: #8ec640;
  161. font-size: 13px;
  162. border: none;
  163. padding: 13px 5px;
  164. margin: 3px 0;
  165. background-color: #ffffff;
  166. border-radius: 2px;
  167. font-family: arial;
  168. box-sizing: border-box;
  169. border: 1px solid #c9c9c9;
  170. }
  171. .body .form input:focus,
  172. .body .form input:valid {
  173. box-shadow: none;
  174. outline: none;
  175. background-position: 0 0;
  176. border: 1px solid #c9c9c9;
  177. }
  178. .body .form .inname { width: 100%; float: left; }
  179. .body .form .injobtitle { width: 49%; float: left; }
  180. .body .form .incompany { width: 49%; float: right; }
  181. .body .form .inemail { width: 49%; float: left; }
  182. .body .form .inphone { width: 49%; float: right; }
  183. .body .form .inaddress { width: 100%; float: left; }
  184. .body .form .indropdown { width: 100%; float: left; -webkit-appearance: none; }
  185.  
  186. .body .form .submit {
  187. position: relative;
  188. display: inline-block;
  189. background-color: #ffffff;
  190. -webkit-appearance: none;
  191. }
  192.  
  193.  
  194. /* MEDIA QUERIES */
  195.  
  196.  
  197.  
  198. /* ----------------------------------------------------*/
  199. /* Code That Doesnt Change Between Mobile Resolution */
  200. /* ----------------------------------------------------*/
  201. @media only screen and (min-width : 0px) and (max-width : 992px) {
  202. .innercont .body .buttoncontainer .ctabutton.but1 { width: 100%; margin-right: 0; }
  203. .innercont .body .buttoncontainer .ctabutton.but2 { width: 100%; margin-right: 0; }
  204. .innercont .body .buttoncontainer .ctabutton.but3 { width: 100%; margin-right: 0; }
  205.  
  206. .innercont .body .column.c1 { width: 100%; margin-right: 0; }
  207. .innercont .body .column.c2 { width: 100%; padding: 0; }
  208. }
  209.  
  210.  
  211. /* ----------------------------------------------------*/
  212. /* Custom, iPhone Retina */
  213. /* ----------------------------------------------------*/
  214. @media only screen and (max-width : 320px) {
  215.  
  216. }
  217.  
  218.  
  219. /* ----------------------------------------------------*/
  220. /* Extra Small Devices, Phones */
  221. /* ----------------------------------------------------*/
  222. @media only screen and (min-width : 320px) and (max-width : 480px) {
  223.  
  224. }
  225.  
  226.  
  227. /* ----------------------------------------------------*/
  228. /* Small Devices, Tablets */
  229. /* ----------------------------------------------------*/
  230. @media only screen and (min-width : 480px) and (max-width : 768px) {
  231.  
  232. }
  233.  
  234.  
  235. /* ----------------------------------------------------*/
  236. /* Medium Devices, Desktops */
  237. /* ----------------------------------------------------*/
  238. @media only screen and (min-width : 768px) and (max-width : 992px) {
  239.  
  240. }
  241.  
  242.  
  243. /* ----------------------------------------------------*/
  244. /* Large Devices, Wide Screens */
  245. /* ----------------------------------------------------*/
  246. @media only screen and (min-width : 992px) and (max-width : 1200px) {
  247. .innercont .body .buttoncontainer .ctabutton.but1 { width: 100%; margin-right: 0; }
  248. .innercont .body .buttoncontainer .ctabutton.but2 { width: 100%; margin-right: 0; }
  249. .innercont .body .buttoncontainer .ctabutton.but3 { width: 100%; margin-right: 0; }
  250. }
Advertisement
Add Comment
Please, Sign In to add comment