Advertisement
Guest User

Untitled

a guest
Jan 27th, 2015
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. er#main-content:nth-child(1) {
  2. display: none!important;;
  3. }
  4.  
  5. #left {
  6. width: 100%!important;
  7. margin: 0!important;
  8. height: 50px;
  9. text-align: center;
  10. }
  11. /* modulos arriba y debajo*/
  12.  
  13. #left .module {
  14. float: left;
  15. height: 100px;
  16. margin-right: 5px;
  17. width: 200px;
  18. }
  19.  
  20. #left {
  21. float: none !important;
  22. height: 100px;
  23. margin-bottom: 0;
  24. margin-left: 150px;
  25. margin-right: auto;
  26. margin-top: 5px !important;
  27. overflow-x: hidden;
  28. overflow-y: hidden;
  29. padding-bottom: 0;
  30. padding-left: 0;
  31. padding-right: 0;
  32. padding-top: 0;
  33. width: 905px !important;
  34. }
  35.  
  36. #content-container div#left {
  37. float: left;
  38. margin-right: 15px;
  39. overflow-x: hidden;
  40. overflow-y: hidden;
  41. width: 180px;
  42. }
  43.  
  44. #wrap {
  45. width: 1000px;
  46. }
  47.  
  48.  
  49.  
  50. #right .module {
  51. float: left;
  52. height: 250px;
  53. margin-right: 5px;
  54. width: 200px;
  55. }
  56.  
  57. #right {
  58. float: none !important;
  59. height: 250px;
  60. margin-bottom: 10px;
  61. margin-left: 50px;
  62. margin-right: 150px;
  63. margin-top: 5px !important;
  64. overflow-x: hidden;
  65. overflow-y: hidden;
  66. padding-bottom: 0;
  67. padding-left: 0;
  68. padding-right: 0;
  69. padding-top: 10px;
  70. width: 905px !important;
  71. }
  72.  
  73.  
  74. #content-container div#right {
  75. float: bottom;
  76. overflow-x: hidden;
  77. overflow-y: hidden;
  78. width: 180px;
  79. }
  80.  
  81. /* fin modulos arriba y debajo*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement