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 / advanced.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-08-11  |  2.7 KB  |  174 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. H1,H3,H4,H5
  26.     {
  27.     text-align: left;
  28.     }    
  29.     
  30. H2
  31.     {
  32.     text-align: left;
  33.     font-size: 175%;
  34.     }    
  35.     
  36. .minititle
  37.     {
  38.     margin-top: 8px;
  39.     margin-bottom: 0px;
  40.     font-size: 100%;
  41.     font-weight: bold;
  42.     text-align: left;
  43.     }    
  44.     
  45. TT, PRE
  46.     {
  47.     font-size: 110%;
  48.     text-align: left;
  49.     }
  50.     
  51. LI
  52.     {
  53.     margin-left: -10px;
  54.     padding-bottom: 8px;
  55.     }    
  56.  
  57. .topbartable
  58.     {
  59.     margin: 0;
  60.     padding: 0;
  61.     width: 100%;
  62.     height: 77px;
  63.     }
  64.  
  65. table.topbartable td, table.topbarspacer td
  66.     {
  67.     background:  #fe8C8C;
  68.     color: #ffffff;
  69.     }
  70.  
  71. table.topbartable td.runninghead
  72.     {
  73.     font-family: Arial, Helvetica, sans-serif;
  74.     font-size: 80%;
  75.     font-weight: bold;
  76.     text-align: left;
  77.     }
  78.     
  79. table.tabletext td    
  80.     {
  81.     font-size: 75%;
  82.     }
  83.     
  84. .topbarlink
  85.     {
  86.     text-decoration: none;
  87.     }
  88.  
  89. .bodytable
  90.     {
  91.     position: relative;
  92.     margin: 10px 0px 0px 0px;
  93.     width: 100%;
  94.     }
  95.  
  96. table.bodytable td.bodytext
  97.     {
  98.     vertical-align: top;
  99.     padding: 10px 20px 0px, 15px;
  100.     background: #ffffff;
  101.     color: #000000;
  102.     font-family: Verdana, Arial, Helvetica, sans-serif;
  103.     font-size: 75%;
  104.     text-align: justify;
  105.     }
  106.  
  107. table.bodytable td.infobar
  108.     {
  109.     padding: 0px 15px 0px 20px;
  110.     vertical-align: top;
  111.     border-left-width: 1px;
  112.     border-left-color: #000000;
  113.     border-left-style: solid;
  114.     background: #ffffff;
  115.     color: #000000;
  116.     font-family: Arial, Helvetica, sans-serif;
  117.     font-size: 70%;
  118.     text-align: center;
  119.     }
  120.     
  121. .infobartitle
  122.     {
  123.     font-weight: bold;
  124.     margin-bottom: 6px;
  125.     }
  126.  
  127. .infobartext
  128.     {
  129.     margin-bottom: 20px;
  130.     font-style: italic;
  131.     }
  132.  
  133. .seealsotitle
  134.     {
  135.     font-weight: bold;
  136.     }
  137.     
  138. .seealsolinks
  139.     {
  140.     padding-top: 6px;
  141.     }
  142.     
  143. .scriptcommand
  144.     {
  145.     font-family: Arial, Helvetica, sans-serif;
  146.     font-size: 120%;
  147.     }
  148.  
  149. .scriptparam
  150.     {
  151.     font-family: Arial, Helvetica, sans-serif;
  152.     font-size: 110%;
  153.     font-style: italic;
  154.     font-weight: bold;
  155.     margin: 10px 15px 0px 0px;
  156.     }
  157.  
  158. .scriptparamtext
  159.     {
  160.     font-family: Arial, Helvetica, sans-serif;
  161.     font-size: 110%;
  162.     margin: 4px 15px 0px 16px;
  163.     }
  164.     
  165. .scriptexample
  166.     {
  167.     margin-bottom: 8px;
  168.     font-weight: bold;
  169.     }    
  170.     
  171. .scriptexampletext
  172.     {
  173.     margin-top: 0px;
  174.     }