Advertisement
Guest User

new upczone tuning v0.1

a guest
Jun 22nd, 2017
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.10 KB | None | 0 0
  1. .base-boxed .base-wrapper {
  2.     width: auto;
  3.     padding: 0 15px;
  4.     max-width: 1230px;
  5. }
  6.  
  7. #cBaseLC,
  8. .elUserNav_sep,
  9. .cWidgetContainer {
  10.     display: none !important;
  11. }
  12.  
  13. .ipsType_sectionTitle {
  14.     position: absolute;
  15.     top: 20px;
  16. }
  17.  
  18. .ipsLayout_container,
  19. .base-boxed .base-wrapper .logo-wrap {
  20.     padding: 0;
  21. }
  22.  
  23. .logo-wrap,
  24. #ipsLayout_header header,
  25. #ipsLayout_header .logo-wrap a {
  26.     height: 120px;
  27.     line-height: 120px;
  28. }
  29.  
  30. #ipsLayout_header .logo-wrap a {
  31.     z-index: 1;
  32. }
  33.  
  34. html[dir="ltr"] .base-boxed #elSearch {
  35.     margin-right: 0;
  36. }
  37.  
  38. html[dir="ltr"] body.cSearchOpen #elSearchField {
  39.     width: 100%;
  40. }
  41.  
  42. #elSearch input[type="search"] {
  43.     position: static;
  44.     margin-top: -3px;
  45. }
  46.  
  47. .base-boxed #ipsLayout_contentArea {
  48.     margin-top: -5px;
  49. }
  50.  
  51. @media (max-width: 979px) {
  52.     .ipsLayout_container {
  53.         padding: 0;
  54.     }
  55.  
  56.     html[dir="ltr"] .base-boxed #elSearch {
  57.         width: 280px;
  58.         right: 15px;
  59.     }
  60.  
  61.     body.cSearchOpen #elSearch {
  62.         margin-top: 10px !important;
  63.         z-index: 99999;
  64.         top: -140px;
  65.     }
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement