zoneminder/web/skins/classic/css/dark/skin.css

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

230 lines
4.1 KiB
CSS
Raw Normal View History

2015-07-23 20:12:32 +08:00
/*
* ZoneMinder Dark Stylesheet, $Date$, $Revision$
2015-07-23 20:12:32 +08:00
* 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
* 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: #10a4e8;
2015-07-23 20:12:32 +08:00
}
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
}
#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 {
border-bottom: 1px solid #000000;
2015-07-23 20:12:32 +08:00
}
input, textarea, select, button, .btn-primary {
background-color: rgb(68,68,68);
color: #dddddd;
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,
input[type=submit]:disabled,
.btn-primary:disabled {
color: #888888;
background-color: #666666;
border-color: #666666;
2017-01-31 10:45:48 +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;
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;
}
.table-striped > tbody > tr:nth-of-type(2n+1) {
background-color: #333333;
}
2020-08-27 02:31:58 +08:00
.table-hover > tbody > tr:hover {
color: orange;
background-color: #444444;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
color: #ffa801;
background-color: #333333;
}
.nav>li>a:focus, .nav>li>a:hover {
background-color: #444444;
}
/* Override chosen for dark theme */
.chosen-single,
.chosen-container,
.chosen-container-multi,
.chosen-results,
.chosen-search,
.chosen-drop,
.chosen-choices,
li.search-choice {
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;
background-image: none !important;
}
/* end chosen override */
.modal-content {
background-color: #222222;
}
ul.nav.nav-pills.flex-column {
background-color: #485460;
}
.thead-highlight {
background-color:#485460;
}