home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the 3D Game Programming Gurus / gurus.iso / DirectX / dx9sdkcp.exe / SDK (C++) / Samples / SampleBrowser / core.css next >
Encoding:
Cascading Style Sheet File  |  2002-11-12  |  570 b   |  34 lines

  1. BODY
  2. {
  3.     margin: 0px 0px 0px 0px;
  4.     background-image: url('img/core_bg.jpg');
  5.     background-repeat: no-repeat;
  6.     background-color: #E5E4E5;
  7. }
  8.  
  9. .top_right_bar
  10. {
  11.     background-image: url('img/core_top_right_bg.gif');
  12.     background-position: top right;
  13.     background-repeat: no-repeat;
  14. }
  15.  
  16. .links
  17. {
  18.     padding-right: 10px;   
  19.     font: bold 8pt Tahoma, Sans-Serif;
  20.     color: white;
  21.     text-decoration: underline;
  22.     position: relative;
  23.     top: -1px;
  24.     cursor: hand;
  25. }
  26.  
  27. .options
  28. {
  29.    padding: 10px 10px 0px 20px;
  30.    font: 10pt Tahoma, Sans-Serif;
  31.    color: white;
  32. }
  33.  
  34.