Advertisement
astalpaert

vacature css

Jul 24th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.67 KB | None | 0 0
  1. /*vacature block */
  2.  
  3. #block-views-block-vacature-block-block-1{
  4. border-radius: 10px;
  5. background-color: #FFF;
  6. margin: 5% 0;
  7. margin-top: 0;
  8. padding: 3%;
  9. }
  10.  
  11. #block-views-block-vacature-block-block-1 footer a{
  12. color: #242d5d;
  13. }
  14.  
  15. #block-views-block-vacature-block-block-1 h2{
  16. color: #242d5d;
  17. text-align: left;
  18. padding-bottom: 1%;
  19. border-bottom: 2px solid #E6E6E8;
  20. }
  21.  
  22. .vacatures-ol{
  23. padding-left: 0;
  24. list-style-type: none;
  25. }
  26.  
  27. .vacatures-li {
  28. border-bottom: 2px solid #96d9bb;
  29. margin-bottom: 3.5%;
  30. padding: 2.5%;
  31. height: auto;
  32. }
  33.  
  34.  
  35. .vacatures-li h5{
  36. text-align: left;
  37. }
  38.  
  39. .vacature-title a{
  40. color: black;
  41. }
  42.  
  43.  
  44. .vacature-place{
  45. color: black;
  46. width: 100%;
  47. margin-top: 5%;
  48. }
  49.  
  50. .vacature-who a{
  51. color: #96d9bb;
  52. }
  53. .vacature-when{
  54. font-style: italic;
  55. }
  56.  
  57. .view-more, .views-field-view-node{
  58. background: #96d9bb;
  59. padding: 1% 2%;
  60. border-radius: 10px;
  61. margin-top: 5%;
  62. width: 35%;
  63. text-align: center;
  64. }
  65.  
  66. .view-more a{
  67. color: #242d5d;
  68. }
  69.  
  70.  
  71. /*add vacature*/
  72.  
  73.  
  74. .add-vacature{
  75. height: auto;
  76. background-color: #96d9bb;
  77. float: right;
  78. border-radius: 10px;
  79. padding: 2%;
  80. }
  81.  
  82. .add-vacature a{
  83. color: white;
  84. }
  85.  
  86. /*alle vacatures*/
  87. .vacature-general img {
  88. margin-bottom: 5%;
  89. }
  90.  
  91.  
  92. .vacature-all-ul{
  93. list-style-type: none;
  94. }
  95.  
  96. .vacature-all-li{
  97. margin-bottom: 2.5%;
  98. padding: 1%;
  99. }
  100. .vacature-all-title{
  101. text-align: left;
  102. color: black;
  103. padding-bottom: 1%;
  104. }
  105.  
  106. .vacature-all-title a{
  107. color: #242d5d;
  108. }
  109.  
  110.  
  111.  
  112. .vacature-all-who a{
  113. color: #7fc5ad;
  114. }
  115.  
  116. .vacature-all-when{
  117. font-style: italic;
  118. }
  119.  
  120.  
  121.  
  122. /*ADD VACATURE PAGE*/
  123.  
  124. #node-vacature-form .form-text, #node-vacature-form .form-date, #node-vacature-form .form-time{
  125. width: 100%;
  126. margin-bottom: 2%;
  127. }
  128.  
  129.  
  130. #node-vacature-form .button.button--primary{
  131. color: #242d5d;
  132. background-color: #fcee21;
  133. padding: 1% 2%;
  134. border: none;
  135. margin-top: 20em;
  136. }
  137.  
  138. #node-vacature-form label{
  139. margin-top: 5%;
  140. }
  141.  
  142.  
  143. #node-vacature-form input{
  144. padding: .75%;
  145. border: 1px solid #e0e0e0;
  146. border: none;
  147. border-bottom: 2px solid #242d5d;
  148. background: transparent;
  149. margin-bottom: 5%;
  150. outline: none;
  151.  
  152. }
  153.  
  154.  
  155. /*publish*/
  156.  
  157.  
  158. #node-vacature-form .vertical-tabs .clearfix{
  159. padding: 2%;
  160. }
  161.  
  162. #node-vacature-form #edit-publish-on-wrapper input, #node-vacature-form #edit-unpublish-on-wrapper input{
  163. padding: 2%;
  164. }
  165.  
  166. #node-vacature-form .vertical-tabs__menu{
  167. width: 100%;
  168. margin: 0;
  169. background: none;
  170. border: none;
  171. }
  172.  
  173.  
  174.  
  175. #node-vacature-form .vertical-tabs__menu-item .first .last .is-selected{
  176. background: yellow;
  177. clear: both;
  178. width: 100%;
  179. }
  180.  
  181. .vertical-tabs__menu-item{
  182. border: none;
  183. background: none;
  184. }
  185.  
  186. .vertical-tabs__menu-item:hover{
  187. border: none;
  188. background: none;
  189. }
  190. #node-vacature-form .vertical-tabs{
  191. /*background: yellow;*/
  192. width: 100%;
  193. margin: 0;
  194. padding: 2%;
  195. position: absolute;
  196. left: 0;
  197. border: none;
  198. }
  199.  
  200. #node-vacature-form #edit-publish-on-wrapper{
  201. margin-bottom: 2em;
  202. /*background: red;*/
  203. width: 45%;
  204. float: left;
  205. }
  206.  
  207.  
  208. #node-vacature-form #edit-unpublish-on-wrapper{
  209. margin-bottom: 2%;
  210. /* background: blue; */
  211. width: 45%;
  212. margin-left: 55%;
  213. margin-top: 5em;
  214. }
  215.  
  216.  
  217. #node-vacature-form #edit-publish-on-wrapper h4,#node-vacature-form #edit-unpublish-on-wrapper h4{
  218. text-align: left;
  219. }
  220.  
  221. #node-vacature-form #edit-publish-on-wrapper .placeholder, #node-vacature-form #edit-unpublish-on-wrapper .placeholder{
  222. color: #96d9bb;
  223. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement