Advertisement
MRYDesign

baruch&jaronstyle

Dec 14th, 2015
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 6.33 KB | None | 0 0
  1. /* algemene stijl */
  2. @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700);
  3. .bold {
  4.     font-weight: bold;
  5. }
  6. .italic {
  7.     font-style: italic;
  8. }
  9. * {
  10.     margin: 0;
  11.     padding: 0;
  12. }
  13. body, html {
  14.     background-color: #ffffff;
  15.     font-family: 'Open Sans', sans-serif;
  16.     height: 100%;
  17. }
  18. .wrapper{
  19.     width: 1000px;
  20.     margin: 0 auto;
  21. }
  22.  
  23. /* dit is de eerste header */
  24. .header {
  25.     background-color: #34495e;
  26.     width: 100%;
  27.     height: 72px;
  28.     color: #ffffff;
  29. }
  30. li {
  31.     color: #d7d7d7;
  32. }
  33. /* logo */
  34. .sitename {
  35.     color: #ffffff;
  36.     text-decoration: none;
  37. }
  38. .sitenameblock {
  39.     display: inline-block;
  40.     background-color: #384e63;
  41.     height: 72px;
  42.     padding-left: 10px;
  43.     padding-right: 10px;
  44.     float: left;
  45.     line-height: 72px;
  46. }
  47. /* site onderdelen */
  48. .forheader {
  49.     float: left;
  50. }
  51. .forheader li {
  52.     display: inline-block;
  53.     margin-left: 10px;
  54.     line-height: 72px;
  55. }
  56. .forheader li a {
  57.     color: #ffffff;
  58.     text-decoration: none;
  59.     padding-left: 15px;
  60.     padding-right: 15px;
  61. }
  62. .forheader li.active {
  63.     background-color: #383f48;
  64. }
  65. .active {
  66.    background-color: #383f48;
  67. }
  68.  
  69. /* mijn account en winkelwagen */
  70. .rightlist {
  71.     float: right;
  72.     line-height: 72px;
  73. }
  74. .rightlist li {
  75.     display: inline-block;
  76.     color: #ffffff;
  77.     text-decoration: none;
  78.     padding-left: 10px;
  79.     padding-right: 10px;
  80. }
  81. .rightlist li a{
  82.     color: #ffffff;
  83.     text-decoration: none;
  84.     padding-left: 10px;
  85.     padding-right: 10px;
  86. }
  87. .shoppingcart a {
  88.     border: 1px solid #34495e;
  89.     background-color: #2b3d4f;
  90.     padding: 6px 12px;
  91. }
  92.  
  93. /* dit is de 2de header */
  94. .secondheader {
  95.     background-color: #383f48;
  96.     width: 100%;
  97.     height: 106px;
  98. }
  99. .customername {
  100.     float:left;
  101.     padding-top: 30px;
  102.     border-right: 1px solid #c3c3c3;
  103.     padding-right: 20px;
  104. }
  105. #customername {
  106.     color: #ffffff;
  107. }
  108. #customer {
  109.     color: #c3c3c3;
  110. }
  111. .customertabs li {
  112.     display: inline-block;
  113.     margin-right: 40px;
  114.     margin-left: 20px;
  115.     line-height: 106px;
  116. }
  117. .customertabs li a {
  118.     color: #c3c3c3;
  119.     text-decoration: none;
  120. }
  121.  
  122.  
  123. /* dit is de 3de header */
  124. .thirdheader {
  125.     background-color: #f6f6f6;
  126.     width: 100%;
  127.     height: 150px;
  128. }
  129. .thirdheadertable {
  130.     width: 100%;
  131.     background-color: #f6f6f6;
  132.     margin: 0;
  133.     padding-top: 40px;
  134.     padding-left: 10px;
  135.     padding-right: 10px;
  136.     float: left;
  137. }
  138. .thirdheaderhead {
  139.     background-color: #38526d;
  140.     border: 1px solid #f6f6f6;
  141.     color: #ffffff;
  142. }
  143. .thirdheaderdata {
  144.     background-color: #ffffff;
  145.     border: 1px solid #f6f6f6;
  146. }
  147. .textintable {
  148.     padding: 5px;
  149.     margin: 5px;
  150.     color: #666666;
  151. }
  152.  
  153. .thirdheaderhead .textintable {
  154.     color: #ffffff;
  155. }
  156.  
  157. .textintable a {
  158.     text-decoration: none;
  159.     color: #c3c3c3;
  160. }
  161.  
  162. /* dit is de verticale header */
  163. .fourthheader {
  164.     background-color: #f6f6f6;
  165.     width: 330px;
  166.     height: 900px;
  167.     float: left;
  168. }
  169.  
  170. /* textheader*/
  171. .textheader {
  172.     margin-left: 335px;
  173.     height: auto;
  174. }
  175. .productleft {
  176.     background-color:
  177. }
  178. .productmid {
  179.  
  180. }
  181. .productright {
  182.  
  183. }
  184.  
  185. /* mijn account en winkelwagen */
  186. .rightlist {
  187.    float: right;
  188.  }
  189. li {
  190.    height: auto;
  191. }
  192.  
  193. /*dit is voor het aanmeld gedeelte*/
  194. div.login{
  195.     width: 520px;
  196.     height: auto;
  197.     margin: 60px auto;
  198.     background-color: #f6f6f6;
  199.     padding: 10px;
  200.     text-align: center;
  201. }
  202.  
  203. input.login{
  204.   height: 35px;
  205.   width: 300px;
  206.   border: solid 1px #d8d8d8;
  207.   font-size: 16px;
  208.   padding: 5px;
  209.   box-sizing: border-box;
  210. }
  211.  
  212. table.login{
  213.   border-spacing: 15px;
  214.   text-align: right;
  215. }
  216.  
  217. h3.login{
  218.     color: #333366;
  219.     font-weight: lighter;
  220. }
  221.  
  222. .loginBtn{
  223.   background-color: #34495e;
  224.   height: 35px;
  225.   width: 300px;
  226.   color: #ffffff;
  227.   border: solid 1px #d8d8d8;
  228.   font-size: 16px;
  229. }
  230.  
  231. td.line{
  232.   border: solid 1px #d8d8d8;
  233. }
  234.  
  235. a.login{
  236.   color: #34495e;
  237.   text-decoration: none;
  238.   font-size: 14px;
  239. }
  240.  
  241. #btw{
  242.   color: #bbbbbb;
  243.   font-style: italic;
  244. }
  245.  
  246. /* dit gedeelte is voor het contact gedeelte */
  247. .contact{
  248.   font-family: 'Open Sans', sans-serif;
  249.   font-size: 14px;
  250. }
  251.  
  252. /*dit is voor het CMS gedeelte*/
  253. .leftheader{
  254.   background-color: #383f48;
  255.   width: 330px;
  256.   height: 100%;
  257.   float: left;
  258. }
  259.  
  260. table.cms{
  261.   text-align: left;
  262.   border-collapse: collapse;
  263. }
  264.  
  265. .cmsuser{
  266.   font-size: 24px;
  267.   font-weight: lighter;
  268.   color: #ffffff;
  269.   padding: 10px;
  270. }
  271.  
  272. .cmsitalic{
  273.   font-style: italic;
  274.   color: #b6b6b6 !important;
  275.   font-size: 18px !important;
  276. }
  277.  
  278. td.cms{
  279.   border-bottom: solid 1px #5c646e;
  280.   width: auto;
  281.   padding: 10px;
  282. }
  283.  
  284. a.cms{
  285.   text-decoration: none;
  286.   color: #ffffff;
  287.   font-size: 18px;
  288.   font-weight: lighter;
  289. }
  290.  
  291. .cmsactive{
  292.   background-color: #34495e;
  293.   color: #ffffff;
  294.   font-size: 18px;
  295.   font-weight: lighter;
  296.   width: 330px;
  297.   box-sizing: border-box;
  298.   padding: 10px;
  299. }
  300.  
  301. .neworders{
  302.   color: #666666;
  303.   margin: 10px 30px 10px 30px;
  304.   background-color: #f6f6f6;
  305.   width: 65%;
  306.   height: auto;
  307.   padding: 15px;
  308.   float: left;
  309. }
  310.  
  311. .media_beheer .btn {
  312.     background-color: #34495e;
  313.     padding: 7px 12px;
  314.     color: #FFF;
  315.     border-radius: 4px;
  316.     text-decoration: none;
  317.     margin: 6px 0;
  318.     display: inline-flex;
  319.     border: none;
  320. }
  321.  
  322. button, .btn{
  323.     background-color: #34495e;
  324.     padding: 7px 12px;
  325.     color: #FFF;
  326.     border-radius: 4px;
  327.     text-decoration: none;
  328.     margin: 6px 0;
  329.     display: inline-flex;
  330.     border: none;
  331.     cursor: pointer;
  332. }
  333.  
  334.  
  335. .media_beheer form {
  336.     margin-top: 15px;
  337. }
  338.  
  339. table.cms {
  340.     margin-top: 20px;
  341.     width: 100%;
  342.     border-collapse: collapse;
  343. }
  344.  
  345. table a {
  346.     color: #666666;
  347. }
  348.  
  349. table thead th {
  350.     text-align: left;
  351. }
  352.  
  353. table.page td, table.cms th {
  354.     height: 35px;
  355.     border-bottom: 1px solid #C1C1C1;
  356.     padding: 5px;
  357. }
  358.  
  359. table tr:last-child td {
  360.     border-bottom: none;
  361. }
  362. table.page tr:nth-child(even){
  363.     background-color: #E6E6E6;
  364. }
  365. table.page tr{
  366.     -webkit-transition: background 0.3s; /* For Safari 3.1 to 6.0 */
  367.     transition: background 0.3s;
  368. }
  369. table.page tr:hover{
  370.     background: #486179;
  371.     color: white;
  372. }
  373. div.page ul{
  374.     list-style-type: none;
  375. }
  376. div.page ul li{
  377.     color: black;
  378.     font-size: 14px;
  379.     margin-bottom: 8px;
  380. }
  381. div.page ul li:first-child{
  382.     margin-top:10px;
  383. }
  384.  
  385. div.page input[type="text"]{
  386.     padding: 5px;
  387.     height: 20px;
  388.     min-width: 300px;
  389. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement