Advertisement
Guest User

le

a guest
May 22nd, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.51 KB | None | 0 0
  1. @font-face {
  2. font-family: PostNL;
  3. src: url(Font/postnl-regular.ttf);
  4. }
  5. @font-face {
  6. font-family: PostNL;
  7. src: url(Font/postnl-medium.ttf);
  8. font-weight: bold;
  9. }
  10. @font-face {
  11. font-family: PostNL;
  12. src: url(Font/PostNL-Light-webfont.ttf);
  13. font-weight: light;
  14. }
  15.  
  16. * {
  17. display: block;
  18. font-family: PostNL;
  19. }
  20. body {
  21. margin: 0;
  22. padding: 80px 0 0 0;
  23. background: #f6f9fa;
  24. width: auto!important;
  25. overflow-x: hidden!important
  26. }
  27. .p-menu {
  28. display: none;
  29. }
  30. header {
  31. width: 100%;
  32. height: 80px;
  33. background: white;
  34. position: fixed;
  35. top: 0;
  36. left: 0;
  37. right: 0;
  38. z-index: 100;
  39. }
  40. content {
  41. padding-left: 20%;
  42. margin: 20px;
  43. }
  44. .logo-menu {
  45. width: 20%;
  46. }
  47. .zoek-menu {
  48. width: 35%;
  49. }
  50. .mail-menu {
  51. width: 10%;
  52. }
  53. .notificatie-menu {
  54. width: 10%;
  55. }
  56. .inlog-menu {
  57. width: 25%;
  58. }
  59. .hamburger-menu {
  60. display: none;
  61. width: 30%;
  62. }
  63.  
  64. .menu-item {
  65. height: 100%;
  66. border: 1px solid #c5d0dd;
  67. box-sizing: border-box;
  68. -moz-box-sizing: border-box;
  69. -webkit-box-sizing: border-box;
  70. float: left;
  71. }
  72. sidebar {
  73. width: 20%;
  74. height: 100%;
  75. background: white;
  76. padding-top: 80px;
  77. position: fixed;
  78. left: 0;
  79. top: 0;
  80. bottom: 0;
  81. border-right: 1px solid #c5d0dd;
  82. }
  83.  
  84. sidebar ul li {
  85. font-size: 16px;
  86. font-weight: normal;
  87. line-height: 40px;
  88. color: #333cc1;
  89. cursor: pointer;
  90. }
  91. .title-li {
  92. color: #a0b0c7;
  93. font-weight: bold;
  94. }
  95. .hamburger {
  96. width: 30px;
  97. margin: 0 auto;
  98. padding-top: 25px;
  99. z-index: 1500;
  100. }
  101. .logo {
  102. margin: 0 auto;
  103. display: block;
  104. padding-top: 7px;
  105. cursor: pointer;
  106. }
  107. .searchicon {
  108. float: left;
  109. height: auto;
  110. padding: 25px;
  111. max-width: 20%;
  112. }
  113. .zoek-menu input {
  114. float: left;
  115. margin-top: 24px;
  116. border: 0;
  117. font-size: 20px;
  118. width: 70%;
  119. }
  120. .mail {
  121. margin: 0 auto;
  122. margin-top: 27px;
  123. width: 30px;
  124. cursor: pointer;
  125. }
  126. .notificatie {
  127. margin: 0 auto;
  128. margin-top: 26px;
  129. width: 25px;
  130. cursor: pointer;
  131. }
  132. .person {
  133. float: left;
  134. width: 15%;
  135. padding: 13px;
  136. min-width: 50px;
  137. }
  138. .topline {
  139. margin-top: 14px;
  140. color: #f19a22;
  141. }
  142. .underline {
  143. font-weight: bold;
  144. color: #333cc1;
  145. }
  146. .terug {
  147. float: left;
  148. padding: 6px;
  149. margin-right: 10px;
  150. }
  151. .breadcrumb {
  152. color: #a0b0c7;
  153. margin-bottom: 10px;
  154. width: 100%;
  155. }
  156. .filter-option {
  157. min-width: 150px;
  158. border: 1px solid #a0b0c7;;
  159. float: left;
  160. border-radius: 50px;
  161. margin-right: 50px;
  162. line-height: 40px;
  163. color: #f19a22;
  164. cursor: pointer;
  165. margin-bottom: 20px;
  166. }
  167. .filter-pic {
  168. float: left;
  169. padding: 10px;
  170. height: 20px;
  171. width: auto;
  172. }
  173.  
  174. .filter-option:hover {
  175. background: #6d75d2;
  176. color: white;
  177. font-weight: bold;
  178.  
  179. }
  180. .elements {
  181. clear: both;
  182. padding-top: 20px
  183. }
  184.  
  185. .element {
  186. max-width: 300px;
  187. background: white;
  188. border-radius: 15px;
  189. float: left;
  190. margin-right: 30px;
  191. margin-bottom: 30px;
  192. }
  193. .element-pic {
  194. padding: 20px 10px;
  195. height: 170px;
  196. width: 280px;
  197. }
  198. .element p {
  199. padding: 0 10px;
  200. margin: 0;
  201. font-weight: bold;
  202. color: #333cc1;
  203. font-size: 14px;
  204. }
  205. .stars {
  206. width: 150px;
  207. float: left;
  208. padding-left: 10px;
  209. padding-top: 3px;
  210. }
  211. .star {
  212. float: left;
  213. padding: 3px 3px 3px 0;
  214. width: 14px;
  215. }
  216. .time {
  217. height: 30px;
  218. }
  219. .timebox {
  220. width: 60px;
  221. float: right;
  222. background: #ecf8f6;
  223. border-radius: 10px;
  224. margin-right: 10px;
  225. }
  226. .time-img {
  227. float: left;
  228. padding: 3px;
  229. }
  230. .timetext {
  231. font-size: 11px;
  232. line-height: 21px;
  233. font-weight: bold;
  234. color: #333cc1;
  235. margin-left: 23px;
  236. }
  237. .mobilecontainer {
  238. display: none;
  239. }
  240. @media only screen and (max-width: 900px) {
  241. .mail-menu {
  242. display: none;
  243. }
  244. .notificatie-menu {
  245. display: none;
  246. }
  247. .inlog-menu {
  248. display: none;
  249. }
  250. .hamburger-menu {
  251. display: block;
  252. position: absolute;
  253. right: 0;
  254. width: 20%;
  255. }
  256. sidebar {
  257. display: none;
  258. }
  259. content {
  260. padding-left: 0;
  261. }
  262. .breadcrumb {
  263. display: none;
  264. }
  265. .filter {
  266. display: none;
  267. }
  268. .zoek-menu input {
  269. display: none;
  270. }
  271. .zoek-menu {
  272. position: absolute;
  273. float: left;
  274. width: 20%;
  275. }
  276. .logo-menu {
  277. margin-left: 20%;
  278. width: 60%;
  279. }
  280. .searchicon {
  281. max-width: 25px;
  282. margin: 0 auto;
  283. display: block;
  284. float: none;
  285. }
  286. .mobilecontainer {
  287. display: block;
  288. }
  289. .mobile-title {
  290. text-align: center;
  291. width: 100%;
  292. font-weight: bold;
  293. font-size: 24px;
  294. color: #a0b0c7;
  295. }
  296. .mobile-img img {
  297. padding: 20px 10px;
  298. height: auto;
  299. width: 280px;
  300. margin: 0 auto;
  301. }
  302. .mobile-img {
  303. max-width: 100%;
  304. background: white;
  305. border-radius: 15px;
  306. }
  307. .mobile-button {
  308. width: 100px;
  309. margin: 0 auto;
  310. background: #333cc1;
  311. padding: 10px;
  312. text-align: center;
  313. border-radius: 40px;
  314. margin-top: 20px;
  315. font-weight: bold;
  316. color: white;
  317. text-decoration: none;
  318. }
  319. .element {
  320. max-width: 100%;
  321. background: white;
  322. border-radius: 15px;
  323. float: left;
  324. margin-right: 30px;
  325. margin-bottom: 30px;
  326. width: 100%;
  327. }
  328. .element-pic {
  329. width: auto;
  330. margin: 0 auto;
  331. max-width: 350px;
  332. }
  333. .p-menu {
  334. position: fixed;
  335. z-index: 2;
  336. background: #fff;
  337. top: 0;
  338. left: 0;
  339. right: 0;
  340. bottom: 0;
  341. z-index: 1000;
  342. }
  343.  
  344. .display {
  345. display: block !important;
  346. }
  347. .mobile-ul {
  348. padding-top: 80px;
  349. }
  350. .mobile-ul li {
  351. font-size: 24px;
  352. line-height: 42px;
  353. color: #f08e09;
  354. }
  355. .top-li {
  356. font-weight: bold;
  357. color: #242ebd !important;
  358. font-size: 36px !important;
  359. line-height: 60px !important;
  360. }
  361. .hamburger-menu:hover {
  362. background: lightgray;
  363. transition: all .3s;
  364. }
  365. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement