home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / public_html / fall.css < prev    next >
Cascading Style Sheet File  |  2005-09-12  |  4KB  |  122 lines

  1.  
  2.   body { color:white; margin:0; padding:0; border:0 }
  3.  
  4.   .white { color:white }
  5.   .white a:link { color:white }
  6.   .white a:visited { color:white }
  7.   .white a:hover { color:fuchsia }
  8.   .white a:active { color:yellow }
  9.  
  10.   .gold { color:gold }
  11.   .gold a:link { color:gold }
  12.   .gold a:visited { color:gold }
  13.   .gold a:hover { color:fuchsia }
  14.   .gold a:active { color:yellow }
  15.  
  16.   .blue { color:blue }
  17.   .blue a:link { color:blue }
  18.   .blue a:visited { color:blue }
  19.   .blue a:hover { color:fuchsia }
  20.   .blue a:active { color:yellow }
  21.  
  22.   .green { background:#006060; color:lightgrey }
  23.   .green a:link { color:gold }
  24.   .green a:visited { color:gold }
  25.   .green a:hover { color:yellow }
  26.   .green a:active { color:white }
  27.  
  28.   .gray { background:gray; color:darkmagenta }
  29.   .gray a:link { color:purple }
  30.   .gray a:visited { color:purple }
  31.   .gray a:hover { color:fuchsia }
  32.   .gray a:active { color:red }
  33.  
  34.   .dm { color:darkmagenta }
  35.   .dm a:link { color:darkmagenta }
  36.   .dm a:visited { color:darkmagenta }
  37.   .dm a:hover { color:fuchsia }
  38.   .dm a:active { color:yellow }
  39.  
  40.   .bg1 { background:darkmagenta; color:#d3d3d3 }
  41.   .bg1 a:link { color:#d3d3d3 }
  42.   .bg1 a:visited { color:#d3d3d3 }
  43.   .bg1 a:hover { color:white }
  44.   .bg1 a:active { color:yellow }
  45.  
  46.   .bg2 { background:#cc66cc; color:maroon }
  47.   .bg2 a:link { color:#ffd700; text-decoration:none; }
  48.   .bg2 a:visited { color:#ffd700; text-decoration:none; }
  49.   .bg2 a:hover { color:yellow; text-decoration:none }
  50.   .bg2 a:active { color:yellow; text-decoration:none }
  51.  
  52.   .bg2a { background:#cc66cc; color:maroon }
  53.   .bg2a a:link { color:yellow; text-decoration:none; }
  54.   .bg2a a:visited { color:yellow; text-decoration:none; }
  55.   .bg2a a:hover { color:white; text-decoration:none }
  56.   .bg2a a:active { color:white; text-decoration:none }
  57.  
  58.   .bg3 { background:#bababa; color:#690069 }
  59.   .bg3 a:link { color:#be00be }
  60.   .bg3 a:visited { color:#be00be }
  61.   .bg3 a:hover { color:fuchsia }
  62.   .bg3 a:active { color:yellow }
  63.  
  64.   .bg3a { background:#cbcbcb; color:#690069 }
  65.   .bg3a a:link { color:#be00be }
  66.   .bg3a a:visited { color:#be00be }
  67.   .bg3a a:hover { color:fuchsia }
  68.   .bg3a a:active { color:yellow }
  69.  
  70.   .bg4 { background:#8b478b; color:white }
  71.   .bg4 a:link { color:white }
  72.   .bg4 a:visited { color:white }
  73.   .bg4 a:hover { color:yellow }
  74.   .bg4 a:active { color:yellow }
  75.  
  76.   .bg4a { background:#8b478b; color:#fff9cc }
  77.   .bg4a a:link { color:#fff9cc }
  78.   .bg4a a:visited { color:#fff9cc }
  79.   .bg4a a:hover { color:yellow }
  80.   .bg4a a:active { color:yellow }
  81.  
  82.   .bg5 { background:darkgray; color:darkmagenta }
  83.   .bg5 a:link { color:#ff2266 }
  84.   .bg5 a:visited { color:#ff2266 }
  85.   .bg5 a:hover { color:fuchsia }
  86.   .bg5 a:active { color:yellow }
  87.  
  88.   .bg6 { background:#8b478b; color:gold }
  89.   .bg6 a:link { color:gold }
  90.   .bg6 a:visited { color:gold }
  91.   .bg6 a:hover { color:yellow }
  92.   .bg6 a:active { color:yellow }
  93.  
  94.   .bg7 { background:darkgray; color:darkmagenta }
  95.   .bg7 a:link { color:#be00be }
  96.   .bg7 a:visited { color:#be00be }
  97.   .bg7 a:hover { color:fuchsia }
  98.   .bg7 a:active { color:yellow }
  99.  
  100.   .bg8 { background:#8b478b; color:#fff9cc }
  101.   .bg8 a:link { color:#fff9cc }
  102.   .bg8 a:visited { color:#fff9cc }
  103.   .bg8 a:hover { color:yellow }
  104.   .bg8 a:active { color:yellow }
  105.  
  106.   .bg9 { background:darkmagenta; color:#fff9cc }
  107.   .bg9 a:link { color:#fff9cc }
  108.   .bg9 a:visited { color:#fff9cc }
  109.   .bg9 a:hover { color:yellow }
  110.   .bg9 a:active { color:yellow }
  111.  
  112.   .bga { background:darkmagenta; color:#fff9cc }
  113.   .bga a:link { color:gold }
  114.   .bga a:visited { color:gold }
  115.   .bga a:hover { color:yellow }
  116.   .bga a:active { color:yellow }
  117.  
  118.   td { vertical-align: top; }
  119.   td.a { vertical-align: top; font-style: normal }
  120.   td.b { vertical-align: top; font-weight: bold }
  121.   td.c { vertical-align: middle }
  122.