home *** CD-ROM | disk | FTP | other *** search
/ Talkline Internet / 991105_1107.BIN / IE5US / icw.cab / icwtutor.exe / HTML / ICW.CSS < prev    next >
Cascading Style Sheet File  |  1999-03-18  |  1KB  |  99 lines

  1. A    {
  2.     color:#000099;
  3.     text-decoration:none;
  4.     }
  5.  
  6. A:hover    {
  7.     text-decoration: underline;
  8.     }
  9.     
  10.     
  11. A    {
  12.     color:000099;
  13. }
  14.  
  15. BODY    {      font-family: Verdana, Arial, Helvetica, sans-serif;
  16.             background-color:white;
  17.             color: #000000;
  18.             font-size: 12px;
  19.             rem font-weight: normal
  20.         }
  21.  
  22. H5    {    font-size: 130%;
  23.         color: #000099;
  24.         margin-bottom: .6em
  25. }
  26.  
  27. P        {
  28.         font-size: 12px;
  29.         margin-top: .6em; 
  30.         margin-bottom: .6em;
  31.         }
  32.  
  33. .wrapper {
  34.     width:137px;
  35.     margin-left: 18px;    
  36.     padding-top:7px;
  37.     padding-bottom:7px;
  38.     font-size: 11px;
  39.     font-weight:bold;
  40.     font-family: Verdana, Arial, Helvetica, MS Sans Serif;    
  41. }
  42.  
  43. .detail {
  44.     position:absolute;
  45.     left:190px;
  46.     top:85px;
  47.     background-color:white;
  48.     font-weight:normal;
  49.     font-size:12px;
  50.     width:376px;
  51.     height:263px;
  52. }
  53.  
  54. .content {
  55.     position:absolute;
  56.     left:190px;
  57.     top:85px;
  58.     display:none;
  59.     color: #000000;
  60.     font-weight: normal
  61. }
  62.  
  63. #hzLine    {
  64.     position:absolute;
  65.     top:43px;
  66.     left = 137px;
  67.     width:13px;
  68.     height:1px;
  69.     position:relative;
  70.     border-top-color:#000099;
  71.     border-top-width:1px;
  72.     border-top-style:solid;
  73. }
  74.  
  75. #vfade {
  76.     position:absolute;
  77.     top:90px;
  78.     left:150px;
  79. }
  80.  
  81. #hzfade {
  82.     position:absolute;
  83.     top:79px;
  84.     left:133px;
  85. }
  86.  
  87. #click {
  88.     position:absolute;
  89.     left:18px;
  90.     top:82px;
  91.     font-size:75%;
  92.     font-weight:bold;
  93.     color:#000099;
  94. }
  95.  
  96. .buttons {
  97.     z-index:5;
  98.     font-size:14px;    
  99. }