Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2018
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.29 KB | None | 0 0
  1. @import url(http://fonts.googleapis.com/css?family=Open+Sans);
  2. body { background-color: #eceff1; }
  3. div.innerbox {background: #fff; padding:10px; box-shadow: 1px 1px 1px #c3c3c3;}
  4. header.row {background: #fff;}
  5. div.menu {background:#fff;}
  6. span.productname {font-size: 1.2em !important}
  7. footer.footer {background:#3a4e58}
  8. footer .innerfooter ul li.head {background:none !important}
  9. footer .innerfooter ul.overall > li {border:0px!important;}
  10. header.row img {  margin-top: -30px!important; }
  11. div#box_custom36 {  margin-top: -15px!important; }
  12. div#box_productoftheday {  margin-top: +25px!important; }
  13. div#box_slider_32 {  margin-top: +25px!important; }
  14.  
  15. .tab-container nav {margin-bottom: 0em;}
  16. .tab-container nav ul li .boxhead.active  {background:#fff;}
  17. .tab-container nav ul li .boxhead h3 {color:#ff5a00;}
  18. #shoper-foot {display:none!important;}
  19. .box .boxhead {
  20.     margin-bottom: 0em;
  21.     background: #fff;
  22.     border-bottom: 0px;
  23.   padding: 13px;
  24. box-shadow: 1px 0px 1px #c3c3c3;}
  25. .menu .innermenu .menu-list {border-bottom:0px;}
  26. .menu .innermenu .menu-list li h3 {border-right: 1px solid #ddd;}
  27. .menu .innermenu .menu-list li:last-child h3 {border-right: 0px}
  28. article#box_article {background: #fff;padding: 10px;box-shadow: 1px 1px 1px #c3c3c3;}
  29. img.article-image {width: 35%;height: auto;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement