2015-07-23 20:12:32 +08:00
|
|
|
/*
|
|
|
|
* ZoneMinder Base Stylesheet, $Date$, $Revision$
|
|
|
|
* Copyright (C) 2001-2008 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
|
2015-09-19 15:30:07 +08:00
|
|
|
* of the License, or (at your option) any later version.
|
2015-07-23 20:12:32 +08:00
|
|
|
*
|
|
|
|
* 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
|
2016-12-26 23:23:16 +08:00
|
|
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
2015-07-23 20:12:32 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Primary look and feel styles
|
|
|
|
*/
|
|
|
|
|
|
|
|
body {
|
|
|
|
color: #dddddd;
|
|
|
|
background-color: #222222;
|
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
|
|
|
color: #10a4e8;
|
|
|
|
}
|
|
|
|
|
|
|
|
h2 {
|
|
|
|
color: #10a4e8;
|
|
|
|
}
|
|
|
|
|
|
|
|
h3 {
|
|
|
|
color: #117AAd;
|
|
|
|
}
|
|
|
|
|
|
|
|
h4 {
|
|
|
|
color: #117AAd;
|
|
|
|
}
|
|
|
|
|
|
|
|
p {
|
|
|
|
color: #dddddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
th {
|
|
|
|
color: #117AAd;
|
|
|
|
}
|
|
|
|
|
|
|
|
img.normal {
|
|
|
|
border: #cccccc solid 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
hr {
|
|
|
|
color: #8f8fc2;
|
|
|
|
background-color: #8f8fc2;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.tabList li {
|
2015-07-27 16:07:01 +08:00
|
|
|
color: #8f8fc2;
|
2015-07-23 20:12:32 +08:00
|
|
|
border: #8f8fc2 solid 1px;
|
2015-07-27 16:07:01 +08:00
|
|
|
background: #444444;
|
2015-07-23 20:12:32 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.tabList li:hover {
|
2015-07-27 16:07:01 +08:00
|
|
|
background-color: #dddddd;
|
2015-07-23 20:12:32 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.tabList li.active {
|
2015-07-27 16:07:01 +08:00
|
|
|
background-color: #222222;
|
2015-07-23 20:12:32 +08:00
|
|
|
border-bottom: #8f8fc2 dotted 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Major league table for multiple inputs or presentation
|
|
|
|
*/
|
|
|
|
|
|
|
|
#content table.major tr.highlight {
|
|
|
|
color: #eeeeee;
|
|
|
|
background-color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content table.major th, #content table.major td {
|
2017-01-31 10:45:48 +08:00
|
|
|
border-bottom: 2px solid #8f8fc2;
|
2015-07-23 20:12:32 +08:00
|
|
|
}
|
|
|
|
|
2015-08-05 20:34:39 +08:00
|
|
|
#content table > tbody > tr:hover
|
|
|
|
{
|
|
|
|
background-color: #333333;
|
|
|
|
}
|
|
|
|
|
2015-07-23 20:12:32 +08:00
|
|
|
.overlay {
|
|
|
|
background-color: #222222;
|
|
|
|
}
|
|
|
|
|
|
|
|
.overlay .overlayHeader {
|
|
|
|
color: #eeeeee;
|
|
|
|
background-color: #070707;
|
|
|
|
}
|
|
|
|
|
|
|
|
.overlay fieldset {
|
|
|
|
background-color: #222222;
|
|
|
|
}
|
|
|
|
|
|
|
|
.validation-advice {
|
|
|
|
padding: 4px;
|
|
|
|
color: #dc143c;
|
|
|
|
}
|
|
|
|
|
|
|
|
fieldset {
|
|
|
|
border: 1px solid #dddddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Behavior classes
|
|
|
|
*/
|
|
|
|
.alarm, .errorText {
|
|
|
|
color: #dc143c;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alert, .warnText {
|
|
|
|
color: #ff8c00;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ok, .infoText {
|
|
|
|
color: #77a328;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fakelink {
|
|
|
|
color: #8f8fc2;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
.fakelink:hover {
|
|
|
|
color: #336699;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.table-tr-odd {
|
|
|
|
background-color: #070707;
|
|
|
|
}
|
|
|
|
|
|
|
|
#header {
|
2017-11-30 22:38:38 +08:00
|
|
|
border-bottom: 1px solid #000000;
|
2015-07-23 20:12:32 +08:00
|
|
|
}
|
|
|
|
|
2021-01-23 04:51:04 +08:00
|
|
|
input {
|
|
|
|
background-color: rgb(68,68,68);
|
|
|
|
color: #999;
|
2015-07-23 20:12:32 +08:00
|
|
|
}
|
2017-01-31 10:45:48 +08:00
|
|
|
/* PP - make it easy to identify disabled buttons */
|
|
|
|
|
2017-11-24 22:36:45 +08:00
|
|
|
button:disabled,
|
2017-11-25 04:37:50 +08:00
|
|
|
input[disabled],
|
2017-01-31 10:45:48 +08:00
|
|
|
input[type=button]:disabled,
|
2017-12-06 09:17:53 +08:00
|
|
|
input[type=submit]:disabled,
|
|
|
|
.btn-primary:disabled {
|
2017-11-29 10:39:31 +08:00
|
|
|
color: #888888;
|
|
|
|
background-color: #666666;
|
|
|
|
border-color: #666666;
|
2017-01-31 10:45:48 +08:00
|
|
|
}
|
|
|
|
|
2021-01-23 04:51:04 +08:00
|
|
|
.navbar {
|
2017-01-31 10:45:48 +08:00
|
|
|
margin-bottom: 0 !important;
|
|
|
|
border-radius: 0;
|
|
|
|
color: #03A9F4 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar {
|
2017-02-03 00:31:16 +08:00
|
|
|
border-right: 1px solid #eeeeee;
|
2021-01-23 04:51:04 +08:00
|
|
|
background-color: #222222;
|
2017-01-31 10:45:48 +08:00
|
|
|
}
|
|
|
|
|
2020-08-27 02:31:58 +08:00
|
|
|
.table {
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 1rem;
|
|
|
|
color: #eeeeee;
|
|
|
|
}
|
|
|
|
|
2017-10-01 02:19:32 +08:00
|
|
|
.table-striped > tbody > tr:nth-of-type(2n+1) {
|
2017-11-29 10:27:46 +08:00
|
|
|
background-color: #333333;
|
2017-10-01 02:19:32 +08:00
|
|
|
}
|
|
|
|
|
2020-08-27 02:31:58 +08:00
|
|
|
.table-hover > tbody > tr:hover {
|
|
|
|
background-color: orange;
|
2017-11-29 10:27:46 +08:00
|
|
|
}
|
2017-12-06 09:18:29 +08:00
|
|
|
|
|
|
|
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
|
2021-01-23 04:51:04 +08:00
|
|
|
color: #ffa801;
|
2017-12-06 09:18:29 +08:00
|
|
|
background-color: #333333;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav>li>a:focus, .nav>li>a:hover {
|
|
|
|
background-color: #444444;
|
|
|
|
}
|
2017-12-18 11:03:39 +08:00
|
|
|
|
|
|
|
/* Override chosen for dark theme */
|
2017-12-18 22:18:36 +08:00
|
|
|
.chosen-single,
|
|
|
|
.chosen-container,
|
|
|
|
.chosen-container-multi,
|
|
|
|
.chosen-results,
|
|
|
|
.chosen-search,
|
|
|
|
.chosen-drop,
|
|
|
|
.chosen-choices,
|
|
|
|
li.search-choice {
|
2017-12-18 11:03:39 +08:00
|
|
|
font-size: inherit !important;
|
|
|
|
background: -webkit-gradient(linear,left top,left bottom,color-stop(20%,#555),color-stop(50%,#464646),color-stop(52%,#444),to(#545454)) !important;
|
|
|
|
background: linear-gradient(#555 20%,#464646 50%,#444 52%,#545454 100%) !important;
|
|
|
|
background-color: #444444 !important;
|
|
|
|
color: #eee !important;
|
|
|
|
-webkit-box-shadow: none !important;
|
2017-12-18 22:18:36 +08:00
|
|
|
background-image: none !important;
|
2017-12-18 11:03:39 +08:00
|
|
|
}
|
|
|
|
/* end chosen override */
|
|
|
|
|
2020-12-01 00:06:35 +08:00
|
|
|
modal-content {
|
2020-12-01 00:19:12 +08:00
|
|
|
background-color: #222222;
|
2020-12-01 00:06:35 +08:00
|
|
|
}
|