zoneminder/web/zm_html_styles.css

218 lines
4.7 KiB
CSS
Raw Normal View History

/*
* ZoneMinder Stylesheet, $Date$, $Revision$
* Copyright (C) 2003, 2004, 2005 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.
*/
.text {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
font-weight: normal;
}
.bigtext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
font-weight: bold;
line-height: 15px;
}
.tinytext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #333333;
font-weight: normal;
}
.redtext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #DC143C;
font-weight: bold;
}
.ambtext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FF8C00;
font-weight: bold;
}
.gretext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #688E23;
font-weight: bold;
}
.redtextem {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #DC143C;
font-weight: bold;
font-style: italic;
}
.ambtextem {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FF8C00;
font-weight: bold;
font-style: italic;
}
.gretextem {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #688E23;
font-weight: bold;
font-style: italic;
}
.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
}
.form-noborder {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333
}
input[disabled] {
color: #888888
}
.textsmall {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #333333;
font-weight: normal
}
.closetext {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
font-weight: normal;
line-height: 12px
}
img.normal {
border: white solid 1px
}
img.alarm {
border: red solid 1px
}
td.activetab {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
font-weight: bold;
border-left: #7F7FB2 solid 2px;
border-top: #7F7FB2 solid 2px;
border-right: #7F7FB2 solid 2px;
border-bottom: #7F7FB2 dotted 1px;
text-align: center;
}
td.passivetab {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
font-weight: normal;
border: #7F7FB2 solid 1px;
background: #DDDDDD;
text-align: center;
}
td.nontab {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
font-weight: normal;
border-bottom: #7F7FB2 solid 1px;
}
td.ruled {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
font-weight: normal;
border-top: #7F7FB2 solid 1px;
}
tr.over {
background: #EEEEEE;
}
tr.out {
background: #FFFFFF;
}
.button {
border: 1px #000000 solid;
padding: 2px 5px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
background-color: #016A9D;
}
.smallbutton {
padding: 1px 2px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
text-align: center;
background-color: #016A9D;
}
.numbutton {
padding: 1px 2px;
width: 24px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
text-align: center;
background-color: #016A9D;
}
.flatbutton {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #333333;
font-weight: normal;
padding: 1px 2px;
text-align: center;
background-color: #FFFFFF;
border: 0px;
}