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 / simpleviewer.css < prev    next >
Cascading Style Sheet File  |  2009-11-29  |  958b  |  58 lines

  1. /*
  2. '
  3. '**************************************
  4. ' Visuddhi - http://visuddhi.com
  5. ' Copyright (c) 2006 - Visuddhi
  6. ' All right reserved. 
  7. '**************************************
  8. '
  9. ' V 2.0 2009-11-29 Christian Wolkersdorfer http://wolkersdorfer.info
  10. '
  11. */
  12.  
  13. html, body    { height:95%; }
  14.  
  15. body {            
  16.     margin:0;
  17.     padding:0;
  18.     overflow:auto;
  19.     background-color: #222;
  20.     color:#666;
  21.     font-family:verdana;
  22.     font-size:20px;        
  23. }
  24.  
  25. a {    
  26.     color:#ff0000;    
  27. }
  28.  
  29. img { 
  30.     border: 0;
  31. }
  32.  
  33. div.header {
  34.     text-align: left;
  35.     font-size: 26px;
  36.     font-weight: normal;
  37.     font-variant: small-caps;
  38.     color: #FFFFFF;
  39.     background: #eee url('images/sandstone.jpg') repeat-x;
  40.     padding-top: 4px;
  41.     padding-right: 4px;
  42.     padding-bottom: 4px;
  43.     padding-left: 40px;
  44. }
  45.  
  46. div.footer {
  47.     margin: 20px;
  48.     text-align: center;
  49.     font-family: Verdana, Arial, Helvetica, sans-serif;
  50.     font-size: 10px;
  51.     color: #FFFFFF;
  52. }
  53.  
  54. div#flashcontent {
  55.     width:100%;
  56.     height:80%;
  57. }
  58.