home *** CD-ROM | disk | FTP | other *** search
/ Il Mio Computer 2006 May / Mico05CD.bin / CD-ROM / mico.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-02-23  |  852 b   |  66 lines

  1. TABLE{
  2.     border: none #111111;
  3. }
  4.  
  5. BODY{
  6.     text-align: center;
  7. }
  8.  
  9. TD{
  10.     vertical-align: top;
  11. }
  12.  
  13. .bordosx{
  14.     background-color: #111111
  15. }
  16.  
  17. .bordosxheavy{
  18.     background-color: #000000
  19. }
  20.  
  21. .latosx{
  22.     background-color: #AEAEAE;
  23.     vertical-align: bottom;
  24.     font-family: sans-serif;
  25.     color: #ffffff;
  26.     font-size: 10px;
  27. }
  28.  
  29. .grassetto{
  30.     font-weight: bolder;
  31.     font-size: 11px;
  32. }
  33.  
  34. .indirizzo{
  35.     font-style: italic;
  36.     margin: 10px 10px 5px;
  37. }
  38.  
  39. .interna{
  40.     border: 1px solid #F0A70F;
  41. }
  42.  
  43. .ingresso{
  44.     border: none #FDF4E3;
  45.     background-color: #F0A70F;
  46.     font-size: 10px;
  47.     color: #FFFFFF;
  48.     font-weight: bold;
  49. }
  50.  
  51. .pubb{ 
  52.     font-family: Tahoma;
  53.     font-size: 10px;
  54. }
  55.  
  56. .text{
  57.     font-family: Tahoma;
  58.     font-size: 11px;
  59.     text-decoration: none;
  60. }
  61.  
  62. .text:Hover{
  63.     font-family: Tahoma;
  64.     font-size: 11px;
  65.     text-decoration: underline;
  66. }