home *** CD-ROM | disk | FTP | other *** search
/ lib.nur.ac.rw / lib.nur.ac.rw.tar / lib.nur.ac.rw / css / septop.css < prev    next >
Cascading Style Sheet File  |  2002-01-30  |  1KB  |  57 lines

  1. /* GENERAL STYLE ELEMENTS USED BY DEFAULT */
  2. @import "sep.css";
  3.  
  4. /* A-Z MENU ITEMS FOR ALPHABETIZED LISTS */
  5.  
  6. table.az {font-size: 10pt; font-family: Lucida, Arial, sans-serif; border-collapse: collapse;}
  7. td.az { text-align: center; }
  8.  
  9. A.az:link {text-decoration: none; color: #663322;}
  10. A.az:visited {text-decoration: none; color: #663322;}
  11. A.az:active {text-decoration: none; color: #444444;}
  12. A.az:hover {text-decoration: underline; color: #880000; background: #ddbbaa;}
  13.  
  14. /* TABLE FORMATTING */
  15. td, th { vertical-align: top }
  16. th { text-align: center }
  17.  
  18. /* FORCE FONT FOR TOP LEVEL INFO */
  19.  
  20. div.infostyle {
  21.   font-size: 10pt;
  22.   font-family: Lucida, Arial, sans-serif;
  23. }
  24.  
  25. div.notice {
  26.   border: 1px solid #000000;
  27.   color: #000000;
  28.   background: #eeddcc;
  29.   padding: 5px;
  30. }
  31.  
  32. div.subhead {
  33.    border: 0px dashed blue;
  34.    font-family: Lucida, Arial, sans-serif;
  35.    font-size: 12pt;
  36.    color: #000000;
  37.    text-align: left;
  38. /*   margin-left: -10px; hanging indent */
  39. }
  40.  
  41. img.mirror {
  42.   height: 59px;
  43.   width: 180px;
  44. }
  45.  
  46. td.mirror {
  47. /*  padding: 2px 5px 2px 5px;  T R B L */
  48.   padding: 0px 0px 0px 0px;  /* T R B L */
  49.   width: 180px;
  50. }
  51.  
  52. td.mirrorright {
  53.   padding: 0px 0px 0px 5px;  /* T R B L */
  54.   vertical-align: middle;
  55. /*  border-top: 1px solid black; */
  56. }
  57.