Guest User

indexstyle.css

a guest
Nov 19th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 2.06 KB | None | 0 0
  1. @charset "utf-8";
  2. /* CSS Document */
  3.  
  4. a {
  5.     text-decoration: none;
  6.     color: #787878;
  7. }
  8.  
  9. a.hover {
  10.     text-decoration: underline;
  11. }
  12.  
  13. html {
  14.     background-color: #93a6a8;
  15. }
  16.  
  17. #container {
  18.     width: 1024px;
  19.     background: #a3acae;
  20.     margin: 2em auto;
  21. }
  22.    
  23.    
  24. /* Parte superiore -- Begin */
  25.  
  26. /* Toolbar -- Inizio */
  27.  
  28. #navigation {
  29.     background-color: #e7e8e9;
  30.     width: 984px;
  31.     heigh: 18px;
  32.     margin: auto;
  33.     filter: alpha(opacity=15);
  34.     -moz-opacity:.15;
  35.     opacity:.15;
  36.     float: right;
  37. }
  38.  
  39. #navigation li {
  40.     list-style-type: none;
  41.     display: inline;
  42.     float: right;
  43. }
  44.  
  45. #navigation a {
  46.     color: #787878;
  47.     font-family: "Engravers MT";
  48.     font-size: 17px;
  49.     margin-right: 25px;
  50. }
  51.  
  52. #navigation li a:hover {
  53.     text-decoration: none;
  54. }
  55.  
  56. /* Toolbar -- Fine */
  57.  
  58. /* Navigazione News, Negozi ed eventi -- Inizio */
  59.  
  60. #navigation_2 li {
  61.     list-style-type: none;
  62.     display: inline;
  63.     float: left;
  64.     margin-top: 20px;
  65. }
  66.  
  67. #navigation_2 a{
  68.     color: 787878;
  69.     font-family: Arial;
  70.     font-size: 16px;
  71.     margin-left: 40px;
  72.     margin-top: 20px;
  73. }
  74. /* Navigazione News, Negozi ed eventi -- Fine */
  75.  
  76. #rectangle {
  77.     overflow: hidden;
  78.     margin-top: 80px;
  79. }
  80.  
  81. #rectangle img.rettangolo{
  82.     float: left;
  83.     margin-left: 76px;
  84. }
  85.    
  86. #rectangle img.topseparator {
  87.     float: left;
  88.     margin-left: 68px;
  89. }
  90.  
  91. /* Parte superiore -- Fine */
  92.  
  93. /* Parte inferiore -- Inizio */
  94.  
  95. #bottombody {
  96.     position: relative;
  97.     height: 390px;
  98.     width: 1024px;
  99.     margin-top: 10px;
  100. }
  101.  
  102. #bottombody p {
  103.     font-family: Arial;
  104.     font-size: 16px;
  105.     color: #787878;
  106.     font-style: italic;
  107.     text-align: center;
  108. }
  109.    
  110. #bottombody h2 {
  111.     font-family: Arial;
  112.     font-size: 16px;
  113.     font-style: normal;
  114.     color: #4e8692;
  115.     text-align: center;
  116. }
  117.  
  118. #quad1, #quad2, #quad3 {
  119.     float: left;
  120.     width: 280px;
  121.     margin-top: 140px;
  122.    
  123. }
  124.  
  125. #quad1 {
  126.     margin-left: 40px;
  127. }
  128.  
  129. #quad2 {
  130.     margin-left: 20px;
  131. }
  132.  
  133. #quad3 {
  134.     margin-left: 20px;
  135. }
  136.  
  137. #bottomseparator1 {
  138.     float: left;
  139.     margin-top: 170px;
  140.     margin-left: 20px;
  141. }
  142.  
  143. #bottomseparator2 {
  144.     float: left;
  145.     margin-top: 170px;
  146.     margin-left: 30px;
  147. }
Advertisement
Add Comment
Please, Sign In to add comment