Advertisement
icolgiate

cambiamenti style.css

Sep 23rd, 2011
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.08 KB | None | 0 0
  1. body {
  2.  
  3. min-width: 610px; /* 580 2 x (LC fullwidth + CC padding) + RC fullwidth */
  4.  
  5. /* max-width: 1100px; per evitare troppa dilatazione */
  6.  
  7. margin: 0 auto;
  8.  
  9. width: 99.5%;
  10.  
  11. max-width: 1280px;
  12.  
  13. /* IE7 likes putting horizontal scrollbars when it doesn't need to, aaaaa! */
  14.  
  15. overflow-x: hidden;
  16.  
  17. /*background: #FFFFFF;*/
  18.  
  19. background: transparent url(images/middleSfuma.jpg) top left repeat-x;
  20.  
  21. /*background: url(images/gradiente.jpg);*/
  22.  
  23. /*background-position: left top;*/
  24.  
  25. /*background-repeat: repeat-x;*/
  26.  
  27. margin: 0 auto;
  28.  
  29. padding: 0;
  30.  
  31. font-size: 90%;
  32.  
  33. font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
  34.  
  35. }
  36.  
  37.  
  38.  
  39. #wrapper {
  40.  
  41. /*background-color:#C3D9FF;*/
  42.  
  43. margin:0;
  44.  
  45. padding:0;
  46.  
  47. }
  48.  
  49.  
  50.  
  51. #container {
  52.  
  53. padding-left: 189px; /* LC fullwidth */
  54.  
  55. /* cambio right da 180 a 185 per evitare scrollbar orizzontale By Faber */
  56.  
  57. padding-right: 215px; /* RC fullwidth + CC padding */
  58.  
  59. }
  60.  
  61.  
  62.  
  63. #container .column {
  64.  
  65. float: left;
  66.  
  67. position: relative;
  68.  
  69. /**top: -2px; aggiunte dopo
  70.  
  71. *+border-top:1px solid #FFFFFF;*/
  72.  
  73. }
  74.  
  75. #centrecontent {
  76.  
  77. background: transparent url(images/middleSfuma.jpg) top left repeat-x;
  78.  
  79. height: auto !important;
  80.  
  81. min-height: 120px;
  82.  
  83. padding: 0 15px 0 15px;
  84.  
  85. width: 100%; /** ho tolto height:120px; height: 100%; non so a che cosa servano di fatto**/
  86.  
  87. }
  88.  
  89.  
  90.  
  91.  
  92. #leftsidebar {
  93.  
  94. margin-left: -101.5%; /*originale -100%*/
  95.  
  96. padding-top: 0px;
  97.  
  98. padding-left:7px;
  99.  
  100. padding-bottom: 0px;
  101.  
  102. padding-right:7px;
  103.  
  104. right: 213px; /*originale 217*/
  105.  
  106. width: 183px; /*originale 175px*/
  107.  
  108. }
  109.  
  110.  
  111.  
  112. #rightsidebar
  113.  
  114. {
  115.  
  116. width: 185px; /* RC padding */
  117.  
  118. margin-right: -100%;
  119.  
  120. margin-left: -11px;
  121.  
  122. padding-top: 0;
  123.  
  124. padding-right: 5px;
  125.  
  126. padding-bottom: 0;
  127.  
  128. padding-left: 5px;
  129.  
  130. }
  131.  
  132.  
  133.  
  134. #footer {
  135.  
  136. clear: both;
  137.  
  138. }
  139.  
  140.  
  141.  
  142. /* cambiati su modello UST Lombardia*/
  143.  
  144.  
  145. * html #leftsidebar {
  146.  
  147. left: 150px;
  148.  
  149. padding: 0 0 0 32px;
  150.  
  151. }
  152.  
  153. * + html #leftsidebar {
  154.  
  155. left: 198px;
  156.  
  157. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement