2002-09-24 06:08:50 +08:00
|
|
|
<!--
|
2002-12-10 21:34:15 +08:00
|
|
|
// ZoneMinder Stylesheet, $Date$, $Revision$
|
2002-09-24 06:08:50 +08:00
|
|
|
// Copyright (C) 2002 Philip Coombes
|
|
|
|
//
|
|
|
|
// This program is free software; you can redistribute it and/or
|
|
|
|
// modify it under the terms of the GNU General Public License
|
|
|
|
// as published by the Free Software Foundation; either version 2
|
|
|
|
// of the License, or (at your option) any later version.
|
|
|
|
//
|
|
|
|
// This program is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
// GNU General Public License for more details.
|
|
|
|
//
|
|
|
|
// You should have received a copy of the GNU General Public License
|
|
|
|
// along with this program; if not, write to the Free Software
|
|
|
|
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
|
|
-->
|
|
|
|
|
2002-12-24 19:56:58 +08:00
|
|
|
.text { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #333333; font-weight: normal }
|
|
|
|
.redtext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: red; font-weight: bold }
|
|
|
|
.oratext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: orange; font-weight: bold }
|
|
|
|
.blutext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: mediumturquoise; font-weight: bold }
|
|
|
|
.gretext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: green; font-weight: bold }
|
|
|
|
.smallhead { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #016A9D; font-weight: bold; line-height: 20px }
|
|
|
|
.head { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:11px; color: #000066; font-weight: bold }
|
|
|
|
.bighead { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:12px; color: #000066; font-weight: bold }
|
|
|
|
a:link { color: #7F7FB2; text-decoration: none }
|
|
|
|
a:visited { color: #7F7FB2; text-decoration: none }
|
|
|
|
a:hover { color: #666699; text-decoration: underline}
|
|
|
|
.form { border: 1px #7F7FB2 solid; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #333333 }
|
|
|
|
.textsmall { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:9px; color: #333333; font-weight: normal }
|
2002-09-17 01:13:00 +08:00
|
|
|
.closetext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size:10px; color: #333333; font-weight: normal; line-height: 12px }
|