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

  1. .name_installed
  2. {
  3.     padding: 0px 0px 0px 15px;
  4.     font: bold 13pt Tahoma, Sans-Serif;
  5.     text-decoration: none;
  6.     letter-spacing: -0.05em;
  7.     color: white;   
  8.     position: relative;
  9. }
  10.  
  11. .name_notinstalled
  12. {
  13.     padding: 0px 0px 0px 15px;
  14.     font: bold 13pt Tahoma, Sans-Serif;
  15.     text-decoration: none;
  16.     letter-spacing: -0.05em;
  17.     color: #aaaaaa;   
  18.     position: relative;
  19. }
  20.  
  21. .help
  22. {
  23.     padding-left: 35px;
  24.     
  25.     font: 10pt Tahoma, Sans-Serif;
  26.     color: #cccccc;
  27. }
  28.  
  29. .description
  30. {
  31.     padding-right: 30px;
  32.     padding-left: 25px;
  33.     
  34.     font: 8pt/150% Tahoma, Sans-Serif;
  35.     color: #cccccc;
  36.     
  37.     position: relative;
  38.     top: -30px
  39. }
  40.  
  41. .description_highlight
  42. {
  43.     padding: 0px 0px 0px 0px;
  44.     background-image: url('img/results_highlight.gif');
  45.     
  46.     position: relative;
  47.     left: 15px;
  48.     top: 2px;
  49.     z-index: -2;
  50.     
  51.     width: 100%;
  52.     height: 37px;
  53. }
  54.  
  55. .language
  56. {
  57.     position: relative;
  58.     top: 3px
  59. }
  60.  
  61. .difficulty
  62. {
  63.     position: relative;
  64.     left: -10px;
  65.     top: 6px;
  66. }
  67.  
  68. .screenshot
  69. {
  70.     background-position: 0px 6px;
  71.     background-image: url('img/results_frame.gif');
  72.     background-repeat: no-repeat;
  73.     
  74.     width: 100px;
  75.     height: 100px
  76. }
  77. .noScreenshot
  78. {
  79.     padding-top: 19px;
  80.     background-position: 0px 6px;
  81.     background-image: url('img/results_noframe.gif');
  82.     background-repeat: no-repeat;
  83.     
  84.     width: 100px;
  85.     height: 100px
  86. }
  87.  
  88. .links
  89. {
  90.         padding: 0px 8px 5px 0px;
  91.     font: bold 8pt Tahoma, Sans-Serif;
  92.     line-height: 150%;
  93.     color: #EEEECC;
  94.     text-decoration: underline;
  95.     
  96.     position: relative;
  97.     top: -35px;
  98.     left: 3px;
  99. }