home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 March / PCWorld_2001-03_cd.bin / KOMUNIK / progweb / progweb.exe / phpnuke / html / themes / Akki / style.css < prev    next >
Cascading Style Sheet File  |  2000-11-13  |  1KB  |  108 lines

  1. A.topbar:link {text-decoration: none; font-weight:bold; color:#ffcc00;}
  2. A.topbar:visited {text-decoration: none; font-weight:bold; color:#ffcc00;}
  3. A.topbar:active {text-decoration: none;color: #FF0000 }
  4. A.topbar:hover    {text-decoration: none; color: #ffffff }
  5.  
  6. .dlbody{
  7.     background: black;
  8. }
  9.  
  10. .default{
  11.     FONT-FAMILY: verdana, Courier, Helvetica;
  12.     FONT-SIZE: 10pt
  13. }
  14.  
  15. .defaultsmall{
  16.     FONT-SIZE: 8pt
  17. }
  18.  
  19. STRONG {
  20.     background-color : red;
  21. }
  22.  
  23. A {
  24.     text-decoration: none;
  25.     
  26. }
  27.  
  28. A:link {
  29.     text-decoration: none;
  30.     color:#000000
  31. }
  32.  
  33. A:visited {
  34.     text-decoration: none;
  35.     color:#000000
  36. }
  37.  
  38. A:active {
  39.     text-decoration: underline
  40. }
  41.  
  42. A:hover {
  43.     text-decoration: underline;
  44.     color: #003399
  45. }
  46.  
  47.  
  48.  
  49. A.blu:link {
  50.     text-decoration: underline;
  51.     color:#003399;
  52. }
  53.  
  54. A.blu:visited {
  55.     text-decoration: underline;
  56.     color:#003399;
  57. }
  58.  
  59. A.blu:active {
  60.     text-decoration: none;
  61.     color:#0033ff
  62. }
  63.  
  64. A.blu:hover    {
  65.     text-decoration: underline;
  66.     color: #0033ff
  67. }
  68.  
  69. A.white:link {
  70.     text-decoration: underline;
  71.     color:#ffffff;
  72. }
  73.  
  74. A.white:visited {
  75.     text-decoration: underline;
  76.     color:#ffffff;
  77. }
  78.  
  79. A.white:active {
  80.     text-decoration: none;
  81.     color:#ffffff;
  82. }
  83.  
  84. A.white:hover    {
  85.     text-decoration: underline;
  86.     color: #ffffff;
  87. }
  88.  
  89. A.red:link {
  90.     text-decoration: underline;
  91.     color: red;
  92. }
  93.  
  94. A.red:visited {
  95.     text-decoration: underline;
  96.     color: red;
  97. }
  98.  
  99. A.blue:link {
  100.     text-decoration: underline;
  101.     color:#3366ff;
  102. }
  103.  
  104. A.blue:visited {
  105.     text-decoration: underline;
  106.     color:#3366ff;
  107. }
  108.