home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 April / Chip_2003-04_cd1.bin / zkuste / digifoto / where / download / WhereIsIt / setup.exe / %MAINDIR% / WhereIsIt.chm / userinterface.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-08-11  |  1.9 KB  |  114 lines

  1. A:link      { color: #0000B0 } 
  2. A:visited    { color: #0000B0 } 
  3. A:active    { color: #0000BF } 
  4. A:hover        { color: #0000FF } 
  5.     
  6. A.popuplink:link      { color: #008F00 } 
  7. A.popuplink:visited      { color: #008F00 } 
  8. A.popuplink:active      { color: #008F00 } 
  9. A.popuplink:hover      { color: #00BF00 } 
  10.  
  11. A.topbarlink:link      { color: #FFFFFF } 
  12. A.topbarlink:visited      { color: #FFFFFF } 
  13. A.topbarlink:active      { color: #FFFFFF } 
  14. A.topbarlink:hover      { color: #FFFFFF }
  15.  
  16. body
  17.     {
  18.     background: #ffffff;
  19.     color: #000000;
  20.     font-family: Verdana, Arial, Helvetica, sans-serif;
  21.     font-size: 90%;
  22.     text-align: justify;
  23.     }
  24.     
  25. H3
  26.     {
  27.     text-align: left;
  28.     }
  29.     
  30. TT
  31.     {
  32.     font-size: 110%;
  33.     }
  34.  
  35. .topbartable
  36.     {
  37.     margin: 0;
  38.     padding: 0;
  39.     width: 100%;
  40.     height: 77px;
  41.     }
  42.  
  43. table.topbartable td, table.topbarspacer td
  44.     {
  45.     background:  #497bcf;
  46.     color: #ffffff;
  47.     }
  48.  
  49. table.topbartable td.runninghead
  50.     {
  51.     font-family: Arial, Helvetica, sans-serif;
  52.     font-size: 80%;
  53.     font-weight: bold;
  54.     text-align: left;
  55.     }
  56.     
  57. .topbarlink
  58.     {
  59.     text-decoration: none;
  60.     }
  61.  
  62. .bodytable
  63.     {
  64.     position: relative;
  65.     margin: 10px 0px 0px 0px;
  66.     width: 100%;
  67.     }
  68.  
  69. table.bodytable td.bodytext
  70.     {
  71.     vertical-align: top;
  72.     padding: 10px 20px 0px, 15px;
  73.     background: #ffffff;
  74.     color: #000000;
  75.     font-family: Verdana, Arial, Helvetica, sans-serif;
  76.     font-size: 75%;
  77.     text-align: justify;
  78.     }
  79.  
  80. table.bodytable td.infobar
  81.     {
  82.     padding: 0px 15px 0px 20px;
  83.     vertical-align: top;
  84.     border-left-width: 1px;
  85.     border-left-color: #000000;
  86.     border-left-style: solid;
  87.     background: #ffffff;
  88.     color: #000000;
  89.     font-family: Arial, Helvetica, sans-serif;
  90.     font-size: 70%;
  91.     text-align: center;
  92.     }
  93.     
  94. .infobartitle
  95.     {
  96.     font-weight: bold;
  97.     margin-bottom: 6px;
  98.     }
  99.  
  100. .infobartext
  101.     {
  102.     margin-bottom: 20px;
  103.     font-style: italic;
  104.     }
  105.  
  106. .seealsotitle
  107.     {
  108.     font-weight: bold;
  109.     }
  110.     
  111. .seealsolinks
  112.     {
  113.     padding-top: 6px;
  114.     }