home *** CD-ROM | disk | FTP | other *** search
/ 220-130-228-171.hinet-ip.hinet.net / 220-130-228-171.hinet-ip.hinet.net.tar / 220-130-228-171.hinet-ip.hinet.net / picenvir / lightbox.css < prev    next >
Cascading Style Sheet File  |  2006-10-05  |  1KB  |  75 lines

  1. /*
  2. '
  3. '**************************************
  4. ' Visuddhi - http://visuddhi.com
  5. ' Copyright (c) 2006 - Visuddhi
  6. ' All right reserved. 
  7. '**************************************
  8. '
  9. */
  10.  
  11. body { 
  12.     font-family: verdana;
  13.     color:#555;
  14.     background-color:#fff;
  15. }
  16. img { 
  17.     border: 0;
  18. }
  19. td { 
  20.     vertical-align: top;
  21. }
  22. div.header { 
  23.     padding: 4px;
  24.     text-align: center;
  25.     font-size: 26px;
  26.     font-weight: bold;
  27.     font-variant: small-caps;
  28.     background: #eee url('images/sfondo.gif') repeat-x;
  29.     border: 1px solid #ddd;
  30. }
  31. div.center {
  32.     text-align: center;
  33. }
  34. table.container {
  35.     margin: 30px auto;
  36. }
  37. table.dia {
  38.     margin: 5px;
  39.     width: 100px;
  40.     height: 100px;
  41.     border: 1px solid #ddd;
  42.     border-collapse: collapse;
  43. }
  44. div.smalldesc { 
  45.     margin: 0 5px 10px 5px;
  46.     width: 100px;
  47.     font-size: 10px;
  48.     text-align: center;
  49. }
  50. table.dia td { 
  51.     text-align: center;
  52.     vertical-align: middle;
  53.     background: #eee url('images/sfondo.gif') repeat-x;
  54. }
  55. table.dia img { 
  56.     display: block;
  57.     margin: auto; 
  58. }
  59.  
  60. div.footer {
  61.   margin: 20px;
  62.   text-align: center;
  63. }
  64.  
  65. table.dia a img { 
  66.     filter:alpha(opacity=80);
  67.     -moz-opacity:0.8;
  68.     opacity: 0.8;
  69. }
  70. table.dia a:hover img { 
  71.     filter:alpha(opacity=100);
  72.     -moz-opacity:1;
  73.     opacity: 1;
  74. }
  75.