/* # $Id: css,v 1.1.1.1 2002/02/02 15:25:12 pech Exp $ # # Copyright (C) 1999 by z113 # See COPYING for details # # This file is part of Sportime system */ /* --------------- Common definitions ------------------- */ BODY { background: #8fbc86; /* dark sea green */ #background: grey; font-family: Verdana, Arial; font-size: 9pt; margin-left: 0px; margin-top: 0px; color: #000000; } TD {font-family: Verdana, Arial; font-size: 9pt} TH {font-family: Verdana, Arial; font-size: 9pt} H1, H2 { font-family: Verdana, Arial; font-weight: bold; font-size: 12pt; color: #215121; } H3 { font-family: Verdana, Arial; font-weight: bold; font-size: 10pt; color: #215121; } H4, H5, H6 { font-family: Verdana, Arial; font-weight: bold; font-size: 9pt; color: #215121; } A { color: #191970; /*#000077*/ text-decoration: none; } A:visited { color: #000077; text-decoration: none; } A:hover { color: #cd3700; /*#800000/* /*font-weight: bold;*/ text-decoration: underline; } A:visited img{ border-width: 0; } A:link img { border-width: 0; } input, select { background: #7ccd7c; /* PaleGreen3 */ color: #000000; font-family: Verdana, Arial; font-size: 9pt; } /* --------------- Special definitions ------------------- */ .empty_game { color: #de8f13; } .partly_empty_game { color: #8b4c39; } .stream_td { background:#9bcd9b; /* DarkSeaGreen3 */ } .stream_th { background:#698b69; /* DarkSeaGreen4 */ } .stream_td_select { color: #8b4c39; /* salmon4 */ background:#9bcd9b; /* DarkSeaGreen3 */ } .panel_bk { background:#003366; } .panel_passive { background:#b4eeb4; /* DarkSeaGreen2 */ } .input { background: #7ccd7c; /* PaleGreen3 */ } .header_small { font-family: Verdana, Arial; font-weight: bold; font-size: 9pt; color: #215121; } /* --------------- Old definitions ------------------- * .bold { font-weight: bold; } /* --------------- Trash definitions ------------------- */