home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 November / Chip_2001-11_cd1.bin / sharewar / loopreco / LoopRecorder201.exe / LoopRec.chm / looprecstyles.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-06-18  |  601 b   |  32 lines

  1.  
  2. @import url(BasicIE4.css);
  3.  
  4. body
  5.     {
  6.         background: white url(Reclargetrans.jpg) left top no-repeat fixed;
  7.             font-size: 75%;
  8.  
  9.     }
  10.  
  11. object.activebutton
  12.     {
  13.         width: 12px;
  14.         height: 12px;
  15.         margin: 0px 3px 0px 0px; /* oben rechts unten links */
  16. }
  17.  
  18. a:link, a:visited
  19.         { color: #0000FF; }
  20.  
  21. a:active, a:hover
  22.         { color: #FF0000; }
  23.  
  24. .kleingedruckt {
  25.     xmargin: 2px 0px 2px 0px; /* oben rechts unten links */
  26.     color: #333;
  27.     font-size: 90%;
  28.     }
  29. table.solidBorder, table.solidBorder td, table.solidBorder th {
  30.     border: solid 1px #000;
  31.     border-collapse: collapse;
  32. }