home *** CD-ROM | disk | FTP | other *** search
/ linuxmafia.com 2016 / linuxmafia.com.tar / linuxmafia.com / substancez.com / core-style.css < prev    next >
Cascading Style Sheet File  |  2012-03-11  |  1KB  |  59 lines

  1.  
  2.  
  3. BODY {
  4.     background-color: white;
  5.     font-family: Arial,Geneva,sans-serif;
  6. }
  7.  
  8. A:link { text-decoration: none }
  9. A:visited { text-decoration: none }
  10.  
  11. .arrownav { width: 100%; border: none; margin: 0; padding: 0; }
  12. .arrow { font-weight: bold; text-decoration: none; }
  13.  
  14. .image { border: solid 7px black; }
  15.  
  16. .desctable { width: 100%; border: none; margin: 0; padding: 0; }
  17.  
  18. .titlecell { vertical-align: top; }
  19. .title { font-size: 32px; }
  20.  
  21. .location { font-weight: bold; }
  22.  
  23. .description { font-family: Arial,Geneva,sans-serif; }
  24.  
  25. HR.sephr { background-color: black; height: 1px; width: 90%; }
  26.  
  27. .navtable { width: 100%; border: none }
  28.  
  29. .settingscell {
  30.     width: 1%;
  31.     vertical-align: top;
  32.     text-align: right;
  33.     white-space: nowrap;
  34. }
  35. .settingstitle {
  36.     font-size: xx-small;
  37.     font-weight: bold;
  38. }
  39. .settings {
  40.     font-size: xx-small;
  41. }
  42.  
  43. .tracksind { font-weight: bold; }
  44.  
  45. .toptable { width: 100%; background-color: #EEEEFF; }
  46.  
  47. .dirtop { background-color: #EEEEFF; }
  48. .globaltop { background-color: #FFEEEE; }
  49. .tracktop { background-color: #EEFFEE; }
  50. .sortedtop { background-color: #EEFFFF; }
  51.  
  52. .toptitle { font-size: x-large; }
  53. .topsubtitle { font-weight: bold; }
  54.  
  55. .mininav { text-align: right; font-size: smaller; }
  56.  
  57.  
  58.  
  59.