home *** CD-ROM | disk | FTP | other *** search
/ Software Selections: IBM PC 300GL / TWCUSN017WW.iso / content / common.css < prev    next >
Encoding:
Cascading Style Sheet File  |  1999-06-21  |  491 b   |  43 lines

  1. a:link     { color: blue }
  2. a:visited  { color: blue }
  3.  
  4. .left
  5. {
  6.     margin-right:0;
  7.     border:none;
  8.     background:white url(images\Leftpane.jpg) fixed
  9. }
  10.  
  11. .right
  12. {
  13.     border:none;
  14.     background: white url(images\Watermar.gif) no-repeat bottom right
  15. }
  16.  
  17. IFRAME
  18. {
  19.     border:none;
  20.     visibility:hidden;
  21.     width:100%;
  22.     height:100%;
  23.     position:absolute;
  24.     left:0;
  25.     top:0
  26. }
  27.  
  28. A
  29. {
  30.     cursor:hand
  31. }
  32.  
  33. P
  34. {
  35.     cursor:default
  36. }
  37.  
  38. .button
  39. {
  40.     width:120px;
  41.     height:1.6em;
  42.     margin-left:10px
  43. }