home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2007 September / maximum-cd-2007-09.iso / Assets / data / AssaultCube_v0.93.exe / docs / styles / cubedoc.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2007-05-10  |  455 b   |  41 lines

  1. /* ZLIB licensed, (C) 2007 Adrian 'driAn' Henke, http://www.sprintf.org */
  2.  
  3. /* 
  4.     styles for the readme
  5. */
  6.  
  7. @import url(ac.css);
  8.  
  9.  
  10. /* guns */
  11.  
  12. table#guns td
  13. {
  14.     vertical-align: top;
  15. }
  16.  
  17. /* gunstats */
  18.  
  19. table#gunstats
  20. {
  21.     width: 100%;
  22.     border-collapse: collapse;
  23. }
  24.  
  25. table#gunstats thead td
  26. {
  27.     font-weight: bold;
  28. }
  29.  
  30. table#gunstats td
  31. {
  32.     border: solid 1px #777777;
  33. }
  34.  
  35.  
  36. /* items */
  37.  
  38. table.items td
  39. {
  40.     vertical-align: top;
  41. }