/*************************************************************************** * ONLINE LIBRARY APPLICATION (OLA) http://ola.sourceforge.net/ * (c) 2004 S. Rawlinson and N. Flear Licenced under GPL (see licence.txt) **************************************************************************** * library.css - version 2.1 * - the global style sheet for the application ***************************************************************************/ /* base tags */ BODY { margin:0; font-family: Verdana, "Myriad Web", Syntax, sans-serif; color: black; background-color: white; font-size: 80%; } TD { font-family: Verdana, "Myriad Web", Syntax, sans-serif; color: black; font-size: 80%; vertical-align: top; } H1 { font-size: 200% } H2 { font-size: 175% } H3 { font-size: 158% } H4 { font-size: 133% } H5 { font-size: 117% } H6 { font-size: 100% } H1, H2, H3, H4, H5, H6 { color: #C00; font-weight: bold; } SELECT { width: 125px; } /* hyperlink tags */ A { color: #06C; text-decoration: none; } A:hover { color: #F03; } /* situational tags */ .mb { width: 125px } .type1 { background-color: white; } .type2 { background-color: #EEE; } .type3 { background-color: #CCC; font-weight: bold; } .center { text-align: center; } .right { text-align: right; } .yellow { background-color: #FF9; } .error { color: red; }