home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / public_html / 20110315 / kermit.css.~2~ < prev    next >
Text File  |  2010-02-19  |  2KB  |  87 lines

  1.  
  2.   body { color:black; 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:fuchsia }
  9.  
  10.   .blue { color:blue }
  11.   .blue a:link { color:blue }
  12.   .blue a:visited { color:blue }
  13.   .blue a:hover { color:fuchsia }
  14.   .blue a:active { color:fuchsia }
  15.  
  16.   .green { background:#006060; color:lightgrey }
  17.   .green a:link { color:gold }
  18.   .green a:visited { color:gold }
  19.   .green a:hover { color:yellow }
  20.   .green a:active { color:white }
  21.  
  22.   .gray { background:gray; color:darkmagenta }
  23.   .gray a:link { color:purple }
  24.   .gray a:visited { color:purple }
  25.   .gray a:hover { color:fuchsia }
  26.   .gray a:active { color:fuchsia }
  27.  
  28.   .dm { color:darkmagenta }
  29.   .dm a:link { color:darkmagenta }
  30.   .dm a:visited { color:darkmagenta }
  31.   .dm a:hover { color:fuchsia }
  32.   .dm a:active { color:fuchsia }
  33.  
  34.   td { vertical-align: top; }
  35.   td.a { vertical-align: top; font-style: normal }
  36.   td.b { vertical-align: top; font-weight: bold }
  37.   td.c { vertical-align: middle }
  38.   td.z { vertical-align: bottom }
  39.  
  40.   .menu table { width:inherit; background:lightblue }
  41.   .menu td {
  42.      width:7.69%;
  43.      border-right: 1px solid darkmagenta;
  44.      text-align:center;
  45.      font-family:ariel,sans-serif;
  46.      font-size:9pt;
  47.      font-weight:bold;
  48.      padding:2pt;
  49.      background: lightblue
  50.   }
  51.   .menu td:hover { color:black; background-color:plum }
  52.   .menu a { text-decoration:none }
  53.   .menu a:link { color:darkmagenta  }
  54.   .menu a:visited { color:darkmagenta }
  55.   .menu a:hover { color:black }
  56.   .menu a:active { color:black  }
  57.   .menu .this { background-color:lightgrey }
  58.  
  59.   .qq { background: thistle; height:16; border: 2px solid;
  60.         border-style: outset; font-family:sans-serif;
  61.         border-color: pink;
  62.         padding:0; margin:0; padding-left:4; padding-right:4 }
  63.   .qq a:link { color:purple; text-decoration:none }
  64.   .qq a:visited { color:purple; text-decoration:none }
  65.   .qq a:hover { color:fuchsia; text-decoration:none }
  66.   .qq a:active { color:fuchsia; text-decoration:none }
  67.   span.qq:hover { background:#fff0f0 }
  68.  
  69.   .simpleForm form label {
  70.    display: block;
  71.    float: left;
  72.    width: 200px;
  73.   }
  74.   .appSection label {
  75.    display: block;
  76.    float: left;
  77.    width: 200px;
  78.   }
  79.   .appSection input {
  80.    font-size: 11px;
  81.   }
  82.   .appSection label,
  83.   .appSection input,
  84.   .appSection select {
  85.    margin-bottom:0;
  86.   }
  87.