commit 2f93aeeaa1994d7358698aab5ee30785efa63739 Author: Bram Prieshof Date: Tue Mar 16 18:55:42 2021 +0100 initial commit diff --git a/custom.css b/custom.css new file mode 100644 index 0000000..a7669a1 --- /dev/null +++ b/custom.css @@ -0,0 +1,1055 @@ +@import url("../css/legacy.css"); /* Don't remove this line! */ + +/* + --== Customization off Dark th3me by G3rard ==-- +*/ + +/*background of switches transparent end*/ +#copyright { + display: none !important; +} + +body { + background: url(images/domoticz.jpg) center fixed !important; +} + +canvas#canvas2 { + display: none; +} + +/* + --== Dark th3me by G3rard ==-- + Based on Sverto's Dark Theme for Domoticz + v 28-08-2017 +*/ +@font-face { + font-family: "Ubuntu"; + font-style: normal; + src: url('fonts/Ubuntu.ttf'); + src: local('Ubuntu'), url('fonts/Ubuntu.ttf') format('truetype'); +} +/* Font Ubuntu everywhere */ +html * { + font-family: Ubuntu !important; + font-weight: normal !important; + border-radius: 0 !important; +} +.navbar-inverse .navbar-inner { + background-color: rgba(51, 51, 51, 0.8); + height: 50px !important; + border-color: transparent; +} +.brand h1 { + margin-left: 40px; + margin-top: -45px; + font-size: 18px; + font-weight: 500 !important; + color: #FFF; + text-transform: uppercase; + +} +.brand h2 { + float: left; + margin-left: 40px; + margin-top: -20px; + text-decoration: none; + text-transform: none; + font-size: 0.6em; + font-style: normal; + color: #FFF; +} +#appversion:after { + content: ""; +} +li { + line-height: normal; +} +.navbar .nav .current_page_item > a:hover { + background-color: #48b; + background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48b), color-stop(100%, #25a)); + background-image: -webkit-linear-gradient(top, #48b, #25a); + background-image: -moz-linear-gradient(top, #48b, #25a); + background-image: -ms-linear-gradient(top, #48b, #25a); + background-image: -o-linear-gradient(top, #48b, #25a); + background-image: linear-gradient(top, #48b, #25a); + filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#48b, endColorstr=#25a); +} +.navbar .nav .current_page_item > a { + background-color: #49d; +} +.navbar .nav li a { + background-color: #454545; + background-image: none; + border: none; +} + +#holder > .container-fluid { + padding-top: 51px; +} + +/* Dashboard tekst */ +body table#itemtablesmall tr td:first-child, +body table#itemtablesmalldoubleicon tr td:first-child, +body table#itemtablesmalltrippleicon tr td:first-child { + font-size: 100%; + border: none; + background-color: #444; + color: #fff; + border-radius: 0; +} +/* Dashboard status */ +body table#itemtablesmall tr td:first-child + td, +body table#itemtablesmalldoubleicon tr td:first-child + td, +body table#itemtablesmalltrippleicon tr td:first-child + td { + color: #eee; + margin: -24px 4px 0px 0px; + font-weight: normal; + font-size: 110% !important; + border-radius: 0; + text-transform: uppercase !important; +} +h1 { + text-transform: uppercase; +} +h2 { + color: #d0d0d0; + margin-top: 10px; + margin-bottom: 5px; + font-size: 14px; + text-transform: uppercase; +} +body table#itemtablenostatus tbody tr { + color: #eee; + background-color: #353535; + overflow: hidden; +} +/* switches page text */ +body table#itemtablenostatus tr td:first-child, +td#name { + font-size: 120% !important; + color: #fff; + background-color: #444; + border: none; + margin-top: -4px !important; + margin-bottom: 8px !important; +} +/* switches page status*/ +body table#itemtablenostatus tr td:first-child + td, +td#bigtext { + color: #FFBB3F !important; + /*margin: -25px 4px 0px 0px; + font-weight: 600 !important; + font-size: 130% !important;*/ + margin: -23px 6px 0px 0px !important; + font-size: 16px !important; + text-transform: uppercase !important; +} +body table#itemtablenotype tbody tr, +body table#itemtable tbody tr, +body table#itemtablesmalldoubleicon tbody tr, +body table#itemtablesmalltrippleicon tbody tr { + color: #eee; + background-color: #353535; + overflow: hidden; +} +body table#itemtablenostatus tbody tr:hover, +body table#itemtablenotype tbody tr:hover, +body table#itemtable tbody tr:hover, +body table#itemtablesmall tbody tr:hover, +body table#itemtablesmalldoubleicon tbody tr:hover, +body table#itemtablesmalltrippleicon tbody tr:hover, +body table#itemtabledoubleicon tbody tr:hover, +body table#itemtabletrippleicon tbody tr:hover { + border-color: inherit; + background-color: #3a3a3a; +} +/*background of switches transparent*/ +body table#itemtablenostatus tbody tr, +body table#itemtablenotype tbody tr, +body table#itemtable tbody tr, +body table#itemtablesmall tbody tr, +body table#itemtablesmalldoubleicon tbody tr, +body table#itemtablesmalltrippleicon tbody tr, +body table#itemtabledoubleicon tbody tr, +body table#itemtabletrippleicon tbody tr { + background: rgba(51, 51, 51, 0.7) !important; + overflow: hidden !important; +} +body table#itemtablenostatus tbody tr:hover, +body table#itemtablenotype tbody tr:hover, +body table#itemtable tbody tr:hover, +body table#itemtablesmall tbody tr:hover, +body table#itemtablesmalldoubleicon tbody tr:hover, +body table#itemtablesmalltrippleicon tbody tr:hover, +body table#itemtabledoubleicon tbody tr:hover, +body table#itemtabletrippleicon tbody tr:hover { + border-color: inherit; + background-color: #3a3a3a; + background: rgba(53, 53, 53, 0.5) !important; +} + +div#utilitycontent { + margin-bottom: 15px; +} +.navbar .nav .dropdown-menu { + padding: 1px; + background-color: #777; + background-image: initial; +} +.navbar .nav li a:hover { + background-color: #454545; + background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#646464), color-stop(100%, #222)); + background-image: -webkit-linear-gradient(top, #646464, #222); + background-image: -moz-linear-gradient(top, #646464, #222); + background-image: -ms-linear-gradient(top, #646464, #222); + background-image: -o-linear-gradient(top, #646464, #222); + background-image: linear-gradient(top, #646464, #222); +} +.dropdown-menu > li > a { + line-height: 20px; +} +.sub-tabs > li > a { + color: #fff; + background-color: #555; + border: none; +} +.sub-tabs > .active > a { + color: #fff; + background-color: #457595; + border: none; +} +.ui-corner-all { + -webkit-border-radius: .3125em; + border-radius: .3125em; +} +.ui-button-text { /* button for selector switch */ + height: 10px; + margin: -1px -1px 2px -3px; + font-size: 0.9em; + text-transform: uppercase; +} +.ui-buttonset { /* row for selector switch */ + height: 11px; + margin: 4px; +} +.ui-selectmenu-button, +.ui-corner-top { + height: 16px; + margin-top: 4px; + color: green !important; +} +.ui-state-active, +#comboroom.combobox { + color: #FFBB3F !important; + background: #333333 !important; +} +.ui-state-active:hover { + color: yellow !important; + /*background: #555555 !important;*/ + /*button for dimslider*/ + background: url('/images/handle.png') no-repeat 50% 50% !important; +} +.ui-button-text-only:hover { + color: yellow !important; + background: #555555 !important; + border-color: #555555 !important; +} +/*selector switch pulldown*/ +.ui-menu-item { + color: #FFBB3F !important; + background: #353535 !important; + border-color: #353535 !important; + text-transform: uppercase; +} +.ui-menu-item:hover { + color: yellow !important; + background: #555555 !important; + border-color: #555555 !important; + text-transform: uppercase; +} +.ui-selectmenu-button { + color: #FFBB3F !important; + background: #353535 !important; + text-transform: uppercase; + border-color: #353535 !important; + padding: 0 0 4px 0; + margin: 0 0 2px 0; + text-shadow: none !important; +} + +/*dashboard status row*/ +body table#itemtablesmall td, +body table#itemtablesmalldoubleicon td, +body table#itemtablesmalltrippleicon td { + margin: 0px 0px 0px -6px; +} +td#type{ /* type of switch row*/ + color: grey; + font-size: 9px !important; + margin: 0px 0px 0px 0px !important; +} +.nav-tabs > li > a { + -webkit-border-radius: 4px 4px 4px 4px; + -moz-border-radius: 4px 4px 4px 4px; + border-radius: 4px 4px 4px 4px; +} +.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus { + border: 0; +} +.navbar .nav li a:hover { + border: 0; +} +.page-header-small { + border-bottom: 1px solid #888; +} +.nav > li > a:hover, .nav > li > a:focus { + color: #111; +} +body table#itemtablesmall tr td:first-child + td + td + td, +body table#itemtablesmalldoubleicon tr td:first-child + td + td + td + td, +body table#itemtablesmalltrippleicon tr td:first-child + td + td + td + td + td{ + line-height: 1.1em; + } +td#status { + color: #AACBFF; +} + +/* GZ added to hide lastseen and status */ +body table#itemtablesmall tbody tr td:first-child + td + td + td + td + td:before, +body table#itemtabledoubleicon tbody tr td:first-child + td + td + td + td + td:before, +body table#itemtabletrippleicon tbody tr td:first-child + td + td + td + td + td + td:before, +body table#itemtable tbody tr td:first-child + td + td + td + td + td:before , +body table#itemtablenotype tbody tr td:first-child + td + td + td + td + td:before, +body table#itemtablenostatus tbody tr td:first-child + td + td + td + td + td:before, +body table#itemtablesmalldoubleicon tbody tr td:first-child + td + td + td + td + td:before, +body table#itemtablesmalltrippleicon tbody tr td:first-child + td + td + td + td + td + td:before, +body table#mobileitem tbody tr td:first-child + td + td + td + td + td:before{ + content: "" !important; +} + +body table#itemtablesmall tbody tr td:first-child + td + td + td + td:before, +body table#itemtabledoubleicon tbody tr td:first-child + td + td + td + td:before, +body table#itemtable tbody tr td:first-child + td + td + td + td:before , +body table#itemtablenotype tbody tr td:first-child + td + td + td + td:before, +body table#itemtablenostatus tbody tr td:first-child + td + td + td + td:before, +body table#itemtabletrippleicon tbody tr td:first-child + td + td + td + td + td:before, +body table#itemtablesmalldoubleicon tbody tr td:first-child + td + td + td + td:before, +body table#itemtablesmalltrippleicon tbody tr td:first-child + td + td + td + td:before, +body table#mobileitem tbody tr td:first-child + td + td + td + td:before{ + content: ""; +} + +body table#itemtablesmall tbody tr td:first-child + td + td + td + td + td:before, +body table#itemtabledoubleicon tbody tr td:first-child + td + td + td + td + td:before, +body table#itemtable tbody tr td:first-child + td + td + td + td + td:before , +body table#itemtablenotype tbody tr td:first-child + td + td + td + td + td:before, +body table#itemtablenostatus tbody tr td:first-child + td + td + td + td + td:before, +body table#itemtabletrippleicon tbody tr td:first-child + td + td + td + td + td + td:before, +body table#itemtablesmalldoubleicon tbody tr td:first-child + td + td + td + td + td:before, +body table#itemtablesmalltrippleicon tbody tr td:first-child + td + td + td + td + td:before, +body table#mobileitem tbody tr td:first-child + td + td + td + td + td:before{ + content: ""; +} +/* GZ added to hide lastseen and status */ +/* remove Type for group */ +body table#itemtabledoubleicon tr td:first-child + td + td + td + td + td + td:before{ + content: ""; +} +body table#itemtablesmall tbody tr, +body table#itemtabledoubleicon tbody tr, +body table#itemtabletrippleicon tbody tr { + color: #eee; + background-color: #353535; + overflow: hidden; +} +body table#itemtablesmall tr:hover td:first-child, +body table#itemtablesmalldoubleicon tr:hover td:first-child, +body table#itemtablesmalltrippleicon tr:hover td:first-child, +body table#itemtablenostatus tr:hover td:first-child, +body table#itemtablenotype tr:hover td:first-child, +body table#itemtabledoubleicon tr:hover td:first-child, +body table#itemtabletrippleicon tr:hover td:first-child { + color: inherit; +} + +body table#itemtablenotype tr td:first-child, +body table#itemtable tr td:first-child, +body table#itemtabledoubleicon tr td:first-child, +body table#itemtabletrippleicon tr td:first-child { + color: #ffffff; + border: 0; +} +body table#itemtable tr:hover td:first-child { + color: #ffffff; + border: 0; +} +body table#itemtablenotype tr td:first-child + td , +body table#itemtable tr td:first-child + td, +body table#itemtabledoubleicon tr td:first-child + td, +body table#itemtabletrippleicon tr td:first-child + td { + margin: -22px 6px 0px 0px; + font-size: 130%; + font-weight: normal; + color: #fff; +} +#timesun { + text-align: left; + color: #ccc; +} + +#utilitycontent > center #timesun { + height: 35px; +} +body table#itemtablenostatus tr td:first-child + td + td + td + td + td { + margin-top: 2px; +} +body table#itemtable tr td:first-child + td + td + td + td, +body table#itemtablenotype tr td:first-child + td + td + td + td, +body table#itemtablenostatus tr td:first-child + td + td + td + td , +body table#itemtablesmall tr td:first-child + td + td + td + td { + line-height: 1.6em; +} +body table#itemtabledoubleicon tr td:first-child + td + td + td + td + td, +body table#itemtablesmalldoubleicon tr td:first-child + td + td + td + td + td , +body table#itemtablesmalltrippleicon tr td:first-child + td + td + td + td + td + td, +body table#itemtabletrippleicon tr td:first-child + td + td + td + td + td + td { + line-height: 1.6em; +} +table#itemtablesmall td#name, +table#itemtablesmalldoubleicon td#name, +body table#itemtablesmalltrippleicon td#name, +table#itemtablenotype td#name, +table#itemtable td#name, +table#itemtabledoubleicon td#name, +table#itemtabletrippleicon td#name { + margin-left: -26px !important; +} +select { + background-color: #f5f5f5; +} +.ui-widget-content { + /* background: #000 url(images/ui-bg_inset-soft_25_000000_1x100.png) 50% bottom repeat-x; */ + background: #f5f5f5; + color: #000; +} +div.log { + /* GZ */ + /* background-color: #000000; */ + color: black; +} +.lognorm { + /* GZ */ + /* color: #efefef; */ +} +.logerror { + color: #FA1515; +} +.dropdown-menu .divider { + height: 0px; + margin: 0px 0px; + overflow: hidden; + background-color: #353535; + border-bottom: 0px solid #676D79; +} +td#name { + /* Workaround-CSS-Hack for ugly coloured name tags without losing the state color */ + /* GZ */ + font-size: 120% !important; + width: 9px !important; + height: 18px !important; + overflow: visible; + margin-left: -26px !important; + text-indent: 21px; + /* margin-bottom: 1.2em !important; */ + margin-top: -5px !important; + /* border-radius: 0 !important; */ +} +ul#noty_topRight_layout_container { + top: 45px !important; +} +.warning-text { + color: #FB0; +} + +.btnstyle, .btnstylerev { /* buttons on switches tab */ + padding: 0px 6px 0px 6px !important; +} +.btnstyle:hover, .btnstylerev:hover { /* buttons on switches tab */ + background: #353535; + color: yellow !important; + padding: 0px 6px 0px 6px !important; +} +#comboroom.combobox { /* dropdown menu */ + margin: 0px 6px 0px 0px; + text-transform: uppercase; +} +.btnstylerev { + margin-top: 0; +} +/* Flat style for 'Apply settings' button at Settings page */ +.sub-tabs-apply { + border: 1px solid transparent !important; +} +#bannav, +#scenecontent > table{ + margin-top: 10px; + margin-bottom: 10px; +} +#bannav > tbody > tr > td:nth-child(2) > a:nth-child(1) { + margin-left: 10px; +} +@media (max-width: 979px) { + .navbar-fixed-top { + margin-bottom: 10px; + } +} +/* GZ changed to show history.txt in normal way */ +/* +div.log { + color: #FFF; +} +.logerror { + color: #FA1515; +} +*/ +.progress-label { + color: #CD3D3D; +} +tr.even { + background-color: rgb(92, 92, 92) !important; + color: #FFF; +} +tr.odd, +.sorting_1 { + background-color: #545454 !important; + color: #FFF; +} +nav, section { + overflow: hidden; +} +#hardwaretable_wrapper table.display td { + padding: 10px 5px; +} +#fileupload, +#uservariablestable_filter { + border-radius: 0; + background: initial; + border: 0; + color: #fff; +} +input { + background-color: #eee; +} +input[type="search"] { + border-radius: 3px; + border: 0; + margin-left: 3px; +} +.dimslider { + position: relative; + right: -58px; + width: calc(98% - 120px) !important; + background-color: #555555 !important; + border-radius: 0px !important; + height: 10px; + margin-top: 7px !important; + margin-left: 56px !important; + box-shadow: initial; +} +.btnsmall, +.btnsmall-dis { + margin-top: 2px; + margin-bottom: 1px; + margin-left: -16px; + margin-right: 12px; + background: transparent; + color: #d0d0d0; + text-transform: uppercase; +} +.btnsmall-sel { + margin-top: 1px; + margin-left: -16px; + margin-right: 12px; + background: #333333; + color: #FFBB3F; + text-transform: uppercase; +} +.btnsmall:hover, +.btnsmall-sel:hover, +.btnsmall-dis:hover { + margin-top: 1px; + margin-bottom: 1px; + margin-left: -16px; + margin-right: 12px; + color: yellow !important; + background: #353535 !important; +} +.btnstyle3, +.btnstyle3-dis, +.btn.btn-info, +.btnstyle, +.btnstylerev, +.label.label-info.lcursor { + margin-bottom: 3px; + background: #3c3e40; + color: #d0d0d0; + text-transform: uppercase; +} +/*buttons database backup*/ + +/* Bootstrap Buttons */ + +/*border on button and text before button*/ +.btnstyle3:before, +.btnstyle3-dis:before, +.btnstyle3-sel:before, +.btn.btn-info:before, +.btnstyle:before, +.btnstylerev:before, +.label.label-info.lcursor:before, +.btn-danger:before, +.nav-tabs > li > a:before, +.btn-small:before, +.btn-success:before { +} +.btnstyle3, +.btnstyle3:disabled, +.btnstyle3-dis, +.btnstyle3-sel, +.btnstyle, +.btnstylerev, +.label.label-info.lcursor { + border: 1px !important; + border-color: rgba(51, 51, 51, 0.51) !important; + border-style: solid !important; + color: #d0d0d0 !important; +} + +.btnstyle3-sel { + margin-bottom: 3px; + color: #FFBB3F; + background: #353535; + text-transform: uppercase; +} +.btnstyle3:hover, +.btnstyle3-sel:hover { + margin-bottom: 3px; + color: yellow !important; + background: #353535; +} +.btnstyle3:disabled { + opacity: 0.35; + background: #3c3e40; + text-transform: uppercase; +} + +.btn { + border: 1px solid rgba(51, 51, 51, 0.51); + padding: 4px 16px; + text-transform: uppercase; + text-shadow: none; + color: #d0d0d0; +} + +.btn.active { + color: yellow; +} + +.btn:hover, +.btn:focus { + color: yellow; + cursor: pointer; +} + +.btn:disabled { + cursor: default; + color: #d0d0d0; + opacity: 0.35; +} + +.btn-default { + background: #3c3e40; +} + +.btn-default:hover, +.btn-default:focus, +.btn-default.active { + background: #353535; +} + +.btn-primary { + background: #375a7f; +} + +.btn-primary:hover, +.btn-primary:focus { + background: #2b4764; +} + +.btn-primary:disabled { + background: #375a7f; + opacity: 0.65; +} + +.btn-danger { + background: #B94A48; + color: #d0d0d0; +} + +.btn-danger:hover, +.btn-danger:focus { + background: #B94A48; +} + +.btn-warning, +.btn-warning:focus { + background: #f89406; +} + +.btn-link { + border-color: transparent; +} + +.label.label-info.lcursor:hover { + color: yellow !important; + background: #353535 !important; +} +/*buttons in settings page - start*/ +.nav-tabs > li > a { + margin: -1px; + margin-bottom: 3px; + background: #444141; + color: #d0d0d0; + border: 2px; + border-style: solid; + border-color: #444141; + position: relative; + bottom: 0; + padding: 7px 10px !important; + text-transform: uppercase !important; +} +.nav-tabs > li > a:hover, +.sub-tabs > .active > a:hover { + background-image: none; + background-color: #353535 !important; + color: yellow !important; + border: 2px; + border-style: solid; + border-color: #444141; + position: relative; + bottom: 0; + padding: 7px 11px 7px 11px !important; + text-transform: uppercase !important; + cursor: pointer; +} +.sub-tabs > .active > a { + background-image: none !important; + background-color: #353535 !important; + color: #FFBB3F !important; + border: 2px; + border-style: solid; + border-color: #444141; + position: relative; + bottom: 0; + padding: 7px 11px 7px 11px !important; + text-transform: uppercase !important; +} +/*buttons in settings page - end*/ + +#type br { + display: none; +} +#slider > div { + background-color: grey; + /*background: -webkit-linear-gradient(top, #444141 0%,#444141 100%);*/ + background: -webkit-linear-gradient(top, grey 0%,grey 100%); + background: grey; +} +/* top buttons closer for iPhone */ +#cDashboard, #cLightSwitches, #cScenes, #cTemperature, #cWeather, #cUtility,.dropdown-toggle.lcursor { + margin: 0px -4px 0px 0px; + text-transform: uppercase !important; + color: #d0d0d0; +} +/*top buttons 2 on the right, with important, if important in code above, then hover in yellow is not working anymore*/ +.dropdown-toggle.lcursor { + color: #d0d0d0 !important; +} +#version { + margin: 4px 0px 0px -10px; +} +/*location favorite star*/ +body table#itemtable tr td:first-child+td+td+td+td+td+td img, +body table#itemtabledoubleicon tr td:first-child+td+td+td+td+td+td+td img, +body table#itemtabletrippleicon tr td:first-child+td+td+td+td+td+td+td+td img, +body table#itemtablenostatus tr td:first-child+td+td+td+td+td+td img, +body table#itemtablenotype tr td:first-child+td+td+td+td+td img { + float: left; + right: 0px; + margin: 5px 8px 0px 0px; + /*right: 12px; + bottom: 20px; + position: absolute;*/ +} +/*next pages in table overview*/ +#notificationtable_paginate, +#devices_paginate { + margin: 0px 0px 0px 0px; +} + +/*bar color behind buttons*/ +body table#itemtable tr td:first-child + td + td + td + td + td + td, +body table#itemtablenotype tr td:first-child + td + td + td + td + td, +body table#itemtabledoubleicon tr td:first-child + td + td + td + td + td + td + td, +body table#itemtabletrippleicon tr td:first-child + td + td + td + td + td + td + td + td, +body table#itemtablenostatus tr td:first-child + td + td + td + td + td + td { + background: #3e3e3e; + overflow: auto; + padding: 0 5px; + margin-top: 0px; + margin-right: 2px; +} +/*buttons on top*/ +.navbar .nav li a, +.navbar .nav .current_page_item > a { + background-image: none; + border-radius: 0; + border: none; + position: relative; + bottom: 0; + padding: 10px 4px 10px 4px !important; + text-align: left; + text-transform: uppercase !important; +} +.navbar .nav li a:hover, +.navbar .nav .current_page_item > a:hover { + background-image: none; + background-color: #353535 !important; + color: yellow !important; + border: 1px; + border-style: solid; + border-color: #444141; + position: relative; + bottom: 0; + padding: 9px 3px 9px 3px !important; + text-transform: uppercase !important; +} +.navbar .nav .current_page_item > a { + background-image: none !important; + background-color: #353535 !important; + color: #FFBB3F !important; + border: 1px; + border-style: solid; + border-color: #444141; + position: relative; + bottom: 0; + padding: 9px 3px 9px 3px !important; + text-transform: uppercase !important; +} + +.navbar .nav { + margin-top: 7px; +} +.dropdown-menu.pull-right { + /*border: 1px !important;*/ +} +/*notification after pressing button*/ +#notification{ + background: #353535 !important; + border: 2px; + border-style: solid; + border-color: #444141; +} +#notification p{ + font-size: 18px; + color: #FFBB3F; + margin: 11px; + text-align: center; + text-decoration: none; + text-transform: none; + font-weight: bold; + text-transform: uppercase !important; +} +/*Devices table*/ +.DataTables_sort_wrapper { + text-transform: uppercase; + padding: 0; + font-size: 0.9em; +} +.sorting, +.sorting_asc, +.sorting_disabled { + background: #444; + border-color: #444; +} +/*Devices toolbar*/ +.fg-toolbar, +.ui-dialog-titlebar { + background: rgba(51, 51, 51, 0.7); + text-transform: uppercase; + font-size: 0.9em; + margin-bottom: 15px; +} +.dataTables_paginate { + margin: 0px 0px 10px 0px; +} +.btn.dropdown-toggle, +.btn.btn-success { + text-transform: uppercase; +} +.btn.btn-success:hover { + color: yellow; +} + +/*Layout of color-picker*/ +#rgbw_popup { + padding-right: 40px; +} +.colpick { + margin-top: 30px; + margin-bottom: 20px; + margin-left: 50px; + margin-right: 20px; +} +.jQWCP-wWheel.jQWCP-wHueWheel, +.jQWCP-wWheel.jQWCP-wHueWheel > .jQWCP-wWheelOverlay { + border-radius: 50% !important; +} +/*apply settings button in settings page*/ +.btn-danger.sub-tabs-apply { + background: #B94A48 !important; + color: #d0d0d0 !important; +} +/*button for Zwave initialization*/ +.label-important { + background-color: #b94a48; + text-transform: uppercase; +} +.label-important:hover { + background-color: #b94a48; + text-transform: uppercase; + color: yellow !important; +} +.ace_editor * { + font-family: monospace !important; +} +/* buttons for selector switch */ +.btn-small { + height: 23px; + margin: -2px -2px 2px -2px; + font-size: 10px !important; + text-transform: uppercase !important; + background: #353535 !important; + color: #FFBB3F !important; + text-shadow: none !important; +} +.btn-small:hover { + background: #555555 !important; + color: yellow !important; +} +.dropdown-menu .divider { + border-bottom: 1px solid #676D79; +} +.dropdown-submenu > a:after { + margin-right: 0px; +} + +.page-header { + margin: 12px 0; +} + +.events-editor { + top: 64px; + bottom: 32px; +} + +.events-editor__search { + margin-left: 0 !important; +} + +.events-editor__menu { + border: 1px solid #616261; + background-color: #777; + background-image: initial; +} + +.events-editor__menu-item { + color: white !important; + padding: 8px !important; + text-align: left; + text-transform: uppercase; +} + +.events-editor__menu-item:hover { + color: yellow !important; + background: #353535 !important; +} + +.events-editor__splitter { + background-color: rgba(0, 0, 0, 0.1); +} + +.events-editor__splitter:hover { + background-color: rgba(0, 0, 0, 0.25); +} + +.events-editor-file__content-table { + background-color: #606060; +} + +.battery { + background-color: #FFF; +} + +.battery:before, .battery:after { + border-color: #FFF; +} + +.modal { + background-color: #303030; + border: 1px solid #444; + border-radius: 2px !important; + box-shadow: none; +} + +.modal-dialog { + border-radius: 2px !important; +} + +.modal-header { + border-bottom-color: #444; +} + +.modal-footer { + background-color: inherit; + border-top-color: #444; + box-shadow: none; +} + +.modal-title, +.bootbox-body { + color: inherit; +} + +.modal .form-control { + line-height: 1.5; + color: #444; + background-color: #fff; + padding: 0.125rem 0.25rem; + border: 1px solid transparent; +} + +.list-group-item { + background-color: #303030; + border-color: #444; +} + +.list-group-item.active { + color: #fff; + background-color: #375a7f; + border-color: #375a7f; +} + +.list-group-item-action { + color: #444; +} diff --git a/custom.js b/custom.js new file mode 100644 index 0000000..596a93f --- /dev/null +++ b/custom.js @@ -0,0 +1,32 @@ +/* + +Dear themer + +You can use this file to add your own javascript functions to your theme. + +Some useful things to get you started: + +1. +To find out which classes are available to you, have a look at the page on the WIKI about theming. +http://domoticz.com/wiki/How_to_theme_Domoticz + + +2. +Here are some snippets you may find useful: + +// This would target all the air quality items onthe dashboard in the utilities section: +$('body.columns3 section#dashUtility .AirQuality').each(function(){ + console.log("hello air quality sensor"); +} + +// check if the user is on a mobile device: +if (($scope.config.DashboardType == 2) || (window.myglobals.ismobile == true)) { + console.log("User has chosen the mobile display as the dashboard, or is on a mobile phone."); +} + +// Avoiding grouped items (if this feature has made it into Domoticz). This code does a double check: +- only select the first three items of each section +- don't select items called 'bandleader' (grouped items are called 'bands' in the code). +if ($("section#"+ section + " #"+theid).is($("#dashcontent h2 + div.divider .span4:nth-child(-n+3)")) && !$("section#"+ section + " #" + theid + " div").hasClass('bandleader')) { + +*/ diff --git a/fonts/Ubuntu.ttf b/fonts/Ubuntu.ttf new file mode 100644 index 0000000..d748728 Binary files /dev/null and b/fonts/Ubuntu.ttf differ diff --git a/images/Alarm.png b/images/Alarm.png new file mode 100644 index 0000000..53d539e Binary files /dev/null and b/images/Alarm.png differ diff --git a/images/Alarm48_Off.png b/images/Alarm48_Off.png new file mode 100644 index 0000000..bc4caa6 Binary files /dev/null and b/images/Alarm48_Off.png differ diff --git a/images/Alarm48_On.png b/images/Alarm48_On.png new file mode 100644 index 0000000..f427621 Binary files /dev/null and b/images/Alarm48_On.png differ diff --git a/images/Alert48_0.png b/images/Alert48_0.png new file mode 100644 index 0000000..e8254e0 Binary files /dev/null and b/images/Alert48_0.png differ diff --git a/images/Alert48_1.png b/images/Alert48_1.png new file mode 100644 index 0000000..d6dd8e7 Binary files /dev/null and b/images/Alert48_1.png differ diff --git a/images/Alert48_2.png b/images/Alert48_2.png new file mode 100644 index 0000000..82e19e5 Binary files /dev/null and b/images/Alert48_2.png differ diff --git a/images/Alert48_3.png b/images/Alert48_3.png new file mode 100644 index 0000000..8149ae3 Binary files /dev/null and b/images/Alert48_3.png differ diff --git a/images/Alert48_4.png b/images/Alert48_4.png new file mode 100644 index 0000000..b8b1e7f Binary files /dev/null and b/images/Alert48_4.png differ diff --git a/images/Amplifier.png b/images/Amplifier.png new file mode 100644 index 0000000..153ef50 Binary files /dev/null and b/images/Amplifier.png differ diff --git a/images/Amplifier48_Off.png b/images/Amplifier48_Off.png new file mode 100644 index 0000000..21c2eb5 Binary files /dev/null and b/images/Amplifier48_Off.png differ diff --git a/images/Amplifier48_On.png b/images/Amplifier48_On.png new file mode 100644 index 0000000..af85244 Binary files /dev/null and b/images/Amplifier48_On.png differ diff --git a/images/ChristmasTree.png b/images/ChristmasTree.png new file mode 100644 index 0000000..ede21b5 Binary files /dev/null and b/images/ChristmasTree.png differ diff --git a/images/ChristmasTree48_Off.png b/images/ChristmasTree48_Off.png new file mode 100644 index 0000000..769bd2c Binary files /dev/null and b/images/ChristmasTree48_Off.png differ diff --git a/images/ChristmasTree48_On.png b/images/ChristmasTree48_On.png new file mode 100644 index 0000000..0722cd5 Binary files /dev/null and b/images/ChristmasTree48_On.png differ diff --git a/images/Computer.png b/images/Computer.png new file mode 100644 index 0000000..8aac4ac Binary files /dev/null and b/images/Computer.png differ diff --git a/images/Computer48_Off.png b/images/Computer48_Off.png new file mode 100644 index 0000000..8fe7219 Binary files /dev/null and b/images/Computer48_Off.png differ diff --git a/images/Computer48_On.png b/images/Computer48_On.png new file mode 100644 index 0000000..c02d3fd Binary files /dev/null and b/images/Computer48_On.png differ diff --git a/images/ComputerPC.png b/images/ComputerPC.png new file mode 100644 index 0000000..331dfbc Binary files /dev/null and b/images/ComputerPC.png differ diff --git a/images/ComputerPC48_Off.png b/images/ComputerPC48_Off.png new file mode 100644 index 0000000..8fe7219 Binary files /dev/null and b/images/ComputerPC48_Off.png differ diff --git a/images/ComputerPC48_On.png b/images/ComputerPC48_On.png new file mode 100644 index 0000000..c02d3fd Binary files /dev/null and b/images/ComputerPC48_On.png differ diff --git a/images/Cooling.png b/images/Cooling.png new file mode 100644 index 0000000..537df91 Binary files /dev/null and b/images/Cooling.png differ diff --git a/images/Cooling48_Off.png b/images/Cooling48_Off.png new file mode 100644 index 0000000..d0425ca Binary files /dev/null and b/images/Cooling48_Off.png differ diff --git a/images/Cooling48_On.png b/images/Cooling48_On.png new file mode 100644 index 0000000..3793964 Binary files /dev/null and b/images/Cooling48_On.png differ diff --git a/images/Dimmer48_Off.png b/images/Dimmer48_Off.png new file mode 100644 index 0000000..3df9ea9 Binary files /dev/null and b/images/Dimmer48_Off.png differ diff --git a/images/Dimmer48_On.png b/images/Dimmer48_On.png new file mode 100644 index 0000000..433c0b2 Binary files /dev/null and b/images/Dimmer48_On.png differ diff --git a/images/Down48.png b/images/Down48.png new file mode 100644 index 0000000..ac21432 Binary files /dev/null and b/images/Down48.png differ diff --git a/images/Down48_2.png b/images/Down48_2.png new file mode 100644 index 0000000..1d6f58c Binary files /dev/null and b/images/Down48_2.png differ diff --git a/images/Fan.png b/images/Fan.png new file mode 100644 index 0000000..b5d6b6b Binary files /dev/null and b/images/Fan.png differ diff --git a/images/Fan48_Off.png b/images/Fan48_Off.png new file mode 100644 index 0000000..74f93b4 Binary files /dev/null and b/images/Fan48_Off.png differ diff --git a/images/Fan48_On.png b/images/Fan48_On.png new file mode 100644 index 0000000..4951ab4 Binary files /dev/null and b/images/Fan48_On.png differ diff --git a/images/Fireplace.png b/images/Fireplace.png new file mode 100644 index 0000000..f1e5447 Binary files /dev/null and b/images/Fireplace.png differ diff --git a/images/Fireplace48_Off.png b/images/Fireplace48_Off.png new file mode 100644 index 0000000..437ee2a Binary files /dev/null and b/images/Fireplace48_Off.png differ diff --git a/images/Fireplace48_On.png b/images/Fireplace48_On.png new file mode 100644 index 0000000..b5c85eb Binary files /dev/null and b/images/Fireplace48_On.png differ diff --git a/images/Generic.png b/images/Generic.png new file mode 100644 index 0000000..9f92a6b Binary files /dev/null and b/images/Generic.png differ diff --git a/images/Generic48_Off.png b/images/Generic48_Off.png new file mode 100644 index 0000000..48ce3d0 Binary files /dev/null and b/images/Generic48_Off.png differ diff --git a/images/Generic48_On.png b/images/Generic48_On.png new file mode 100644 index 0000000..97b2a22 Binary files /dev/null and b/images/Generic48_On.png differ diff --git a/images/Harddisk.png b/images/Harddisk.png new file mode 100644 index 0000000..56e3600 Binary files /dev/null and b/images/Harddisk.png differ diff --git a/images/Harddisk48_Off.png b/images/Harddisk48_Off.png new file mode 100644 index 0000000..28c8e94 Binary files /dev/null and b/images/Harddisk48_Off.png differ diff --git a/images/Harddisk48_On.png b/images/Harddisk48_On.png new file mode 100644 index 0000000..9428309 Binary files /dev/null and b/images/Harddisk48_On.png differ diff --git a/images/Heating.png b/images/Heating.png new file mode 100644 index 0000000..6047112 Binary files /dev/null and b/images/Heating.png differ diff --git a/images/Heating48_Off.png b/images/Heating48_Off.png new file mode 100644 index 0000000..d0425ca Binary files /dev/null and b/images/Heating48_Off.png differ diff --git a/images/Heating48_On.png b/images/Heating48_On.png new file mode 100644 index 0000000..fad2f5f Binary files /dev/null and b/images/Heating48_On.png differ diff --git a/images/Light48_Off.png b/images/Light48_Off.png new file mode 100644 index 0000000..9b8d306 Binary files /dev/null and b/images/Light48_Off.png differ diff --git a/images/Light48_On.png b/images/Light48_On.png new file mode 100644 index 0000000..2629961 Binary files /dev/null and b/images/Light48_On.png differ diff --git a/images/Media.png b/images/Media.png new file mode 100644 index 0000000..4a0f474 Binary files /dev/null and b/images/Media.png differ diff --git a/images/Media48_Off.png b/images/Media48_Off.png new file mode 100644 index 0000000..a631742 Binary files /dev/null and b/images/Media48_Off.png differ diff --git a/images/Media48_On.png b/images/Media48_On.png new file mode 100644 index 0000000..5a3e8bc Binary files /dev/null and b/images/Media48_On.png differ diff --git a/images/Percentage48.png b/images/Percentage48.png new file mode 100644 index 0000000..3e7c06d Binary files /dev/null and b/images/Percentage48.png differ diff --git a/images/Phone.png b/images/Phone.png new file mode 100644 index 0000000..c23617b Binary files /dev/null and b/images/Phone.png differ diff --git a/images/Phone48_Off.png b/images/Phone48_Off.png new file mode 100644 index 0000000..d9d70cc Binary files /dev/null and b/images/Phone48_Off.png differ diff --git a/images/Phone48_On.png b/images/Phone48_On.png new file mode 100644 index 0000000..2a2d5a9 Binary files /dev/null and b/images/Phone48_On.png differ diff --git a/images/Printer.png b/images/Printer.png new file mode 100644 index 0000000..26cb249 Binary files /dev/null and b/images/Printer.png differ diff --git a/images/Printer48_Off.png b/images/Printer48_Off.png new file mode 100644 index 0000000..e531705 Binary files /dev/null and b/images/Printer48_Off.png differ diff --git a/images/Printer48_On.png b/images/Printer48_On.png new file mode 100644 index 0000000..be7dd8f Binary files /dev/null and b/images/Printer48_On.png differ diff --git a/images/RGB.png b/images/RGB.png new file mode 100644 index 0000000..57717a8 Binary files /dev/null and b/images/RGB.png differ diff --git a/images/RGB48_Off.png b/images/RGB48_Off.png new file mode 100644 index 0000000..a6e82b7 Binary files /dev/null and b/images/RGB48_Off.png differ diff --git a/images/RGB48_On.png b/images/RGB48_On.png new file mode 100644 index 0000000..415251c Binary files /dev/null and b/images/RGB48_On.png differ diff --git a/images/Speaker.png b/images/Speaker.png new file mode 100644 index 0000000..21d7da1 Binary files /dev/null and b/images/Speaker.png differ diff --git a/images/Speaker48_Off.png b/images/Speaker48_Off.png new file mode 100644 index 0000000..ece1739 Binary files /dev/null and b/images/Speaker48_Off.png differ diff --git a/images/Speaker48_On.png b/images/Speaker48_On.png new file mode 100644 index 0000000..4d0938d Binary files /dev/null and b/images/Speaker48_On.png differ diff --git a/images/TV.png b/images/TV.png new file mode 100644 index 0000000..0f5db0c Binary files /dev/null and b/images/TV.png differ diff --git a/images/TV48_Off.png b/images/TV48_Off.png new file mode 100644 index 0000000..2874387 Binary files /dev/null and b/images/TV48_Off.png differ diff --git a/images/TV48_On.png b/images/TV48_On.png new file mode 100644 index 0000000..6411ba7 Binary files /dev/null and b/images/TV48_On.png differ diff --git a/images/Up48.png b/images/Up48.png new file mode 100644 index 0000000..a316fe2 Binary files /dev/null and b/images/Up48.png differ diff --git a/images/Up48_2.png b/images/Up48_2.png new file mode 100644 index 0000000..7e2fe82 Binary files /dev/null and b/images/Up48_2.png differ diff --git a/images/WallSocket.png b/images/WallSocket.png new file mode 100644 index 0000000..e38f233 Binary files /dev/null and b/images/WallSocket.png differ diff --git a/images/WallSocket48_Off.png b/images/WallSocket48_Off.png new file mode 100644 index 0000000..11e87c6 Binary files /dev/null and b/images/WallSocket48_Off.png differ diff --git a/images/WallSocket48_On.png b/images/WallSocket48_On.png new file mode 100644 index 0000000..7a219e0 Binary files /dev/null and b/images/WallSocket48_On.png differ diff --git a/images/Water.png b/images/Water.png new file mode 100644 index 0000000..bbfbe13 Binary files /dev/null and b/images/Water.png differ diff --git a/images/Water48_Off.png b/images/Water48_Off.png new file mode 100644 index 0000000..2cff5ca Binary files /dev/null and b/images/Water48_Off.png differ diff --git a/images/Water48_On.png b/images/Water48_On.png new file mode 100644 index 0000000..2ca76dd Binary files /dev/null and b/images/Water48_On.png differ diff --git a/images/WindE.png b/images/WindE.png new file mode 100644 index 0000000..b54b19d Binary files /dev/null and b/images/WindE.png differ diff --git a/images/WindEN.png b/images/WindEN.png new file mode 100644 index 0000000..28c751f Binary files /dev/null and b/images/WindEN.png differ diff --git a/images/WindENE.png b/images/WindENE.png new file mode 100644 index 0000000..e58f04e Binary files /dev/null and b/images/WindENE.png differ diff --git a/images/WindESE.png b/images/WindESE.png new file mode 100644 index 0000000..98256f5 Binary files /dev/null and b/images/WindESE.png differ diff --git a/images/WindN.png b/images/WindN.png new file mode 100644 index 0000000..ff38f39 Binary files /dev/null and b/images/WindN.png differ diff --git a/images/WindNE.png b/images/WindNE.png new file mode 100644 index 0000000..320c9ea Binary files /dev/null and b/images/WindNE.png differ diff --git a/images/WindNNE.png b/images/WindNNE.png new file mode 100644 index 0000000..4126c72 Binary files /dev/null and b/images/WindNNE.png differ diff --git a/images/WindNNW.png b/images/WindNNW.png new file mode 100644 index 0000000..3b8a405 Binary files /dev/null and b/images/WindNNW.png differ diff --git a/images/WindNW.png b/images/WindNW.png new file mode 100644 index 0000000..252b4fa Binary files /dev/null and b/images/WindNW.png differ diff --git a/images/WindS.png b/images/WindS.png new file mode 100644 index 0000000..18b6c72 Binary files /dev/null and b/images/WindS.png differ diff --git a/images/WindSE.png b/images/WindSE.png new file mode 100644 index 0000000..52909e2 Binary files /dev/null and b/images/WindSE.png differ diff --git a/images/WindSSE.png b/images/WindSSE.png new file mode 100644 index 0000000..9df7ea8 Binary files /dev/null and b/images/WindSSE.png differ diff --git a/images/WindSSW.png b/images/WindSSW.png new file mode 100644 index 0000000..46aaf34 Binary files /dev/null and b/images/WindSSW.png differ diff --git a/images/WindSW.png b/images/WindSW.png new file mode 100644 index 0000000..115a339 Binary files /dev/null and b/images/WindSW.png differ diff --git a/images/WindW.png b/images/WindW.png new file mode 100644 index 0000000..b014f5d Binary files /dev/null and b/images/WindW.png differ diff --git a/images/WindWNW.png b/images/WindWNW.png new file mode 100644 index 0000000..d1ed8e8 Binary files /dev/null and b/images/WindWNW.png differ diff --git a/images/WindWSW.png b/images/WindWSW.png new file mode 100644 index 0000000..dbced94 Binary files /dev/null and b/images/WindWSW.png differ diff --git a/images/about.png b/images/about.png new file mode 100644 index 0000000..c134be9 Binary files /dev/null and b/images/about.png differ diff --git a/images/add.png b/images/add.png new file mode 100644 index 0000000..d885070 Binary files /dev/null and b/images/add.png differ diff --git a/images/air.png b/images/air.png new file mode 100644 index 0000000..72dc5f9 Binary files /dev/null and b/images/air.png differ diff --git a/images/air48.png b/images/air48.png new file mode 100644 index 0000000..d14d168 Binary files /dev/null and b/images/air48.png differ diff --git a/images/alert.png b/images/alert.png new file mode 100644 index 0000000..7d82483 Binary files /dev/null and b/images/alert.png differ diff --git a/images/baro48.png b/images/baro48.png new file mode 100644 index 0000000..5fa2d6e Binary files /dev/null and b/images/baro48.png differ diff --git a/images/battery-low.png b/images/battery-low.png new file mode 100644 index 0000000..9356122 Binary files /dev/null and b/images/battery-low.png differ diff --git a/images/battery-ok.png b/images/battery-ok.png new file mode 100644 index 0000000..f8db100 Binary files /dev/null and b/images/battery-ok.png differ diff --git a/images/battery.png b/images/battery.png new file mode 100644 index 0000000..237ff1d Binary files /dev/null and b/images/battery.png differ diff --git a/images/bbq.png b/images/bbq.png new file mode 100644 index 0000000..70a25f6 Binary files /dev/null and b/images/bbq.png differ diff --git a/images/blinds.png b/images/blinds.png new file mode 100644 index 0000000..2326a8c Binary files /dev/null and b/images/blinds.png differ diff --git a/images/blinds48.png b/images/blinds48.png new file mode 100644 index 0000000..ac827ec Binary files /dev/null and b/images/blinds48.png differ diff --git a/images/blinds48sel.png b/images/blinds48sel.png new file mode 100644 index 0000000..be27e22 Binary files /dev/null and b/images/blinds48sel.png differ diff --git a/images/blindsopen48.png b/images/blindsopen48.png new file mode 100644 index 0000000..d0aee55 Binary files /dev/null and b/images/blindsopen48.png differ diff --git a/images/blindsopen48sel.png b/images/blindsopen48sel.png new file mode 100644 index 0000000..39dd649 Binary files /dev/null and b/images/blindsopen48sel.png differ diff --git a/images/blindsstop.png b/images/blindsstop.png new file mode 100644 index 0000000..abccfaa Binary files /dev/null and b/images/blindsstop.png differ diff --git a/images/camera-web.png b/images/camera-web.png new file mode 100644 index 0000000..d83c4cc Binary files /dev/null and b/images/camera-web.png differ diff --git a/images/camera_default.png b/images/camera_default.png new file mode 100644 index 0000000..86de2d9 Binary files /dev/null and b/images/camera_default.png differ diff --git a/images/capture.png b/images/capture.png new file mode 100644 index 0000000..3d070a1 Binary files /dev/null and b/images/capture.png differ diff --git a/images/clock.png b/images/clock.png new file mode 100644 index 0000000..450d683 Binary files /dev/null and b/images/clock.png differ diff --git a/images/clock48.png b/images/clock48.png new file mode 100644 index 0000000..1b57728 Binary files /dev/null and b/images/clock48.png differ diff --git a/images/collection.png b/images/collection.png new file mode 100644 index 0000000..5dd4dfd Binary files /dev/null and b/images/collection.png differ diff --git a/images/collection_hover.png b/images/collection_hover.png new file mode 100644 index 0000000..7b37b1e Binary files /dev/null and b/images/collection_hover.png differ diff --git a/images/contact.png b/images/contact.png new file mode 100644 index 0000000..38adb81 Binary files /dev/null and b/images/contact.png differ diff --git a/images/contact48.png b/images/contact48.png new file mode 100644 index 0000000..3f810bd Binary files /dev/null and b/images/contact48.png differ diff --git a/images/contact48_open.png b/images/contact48_open.png new file mode 100644 index 0000000..3d3ac4a Binary files /dev/null and b/images/contact48_open.png differ diff --git a/images/contact_open.png b/images/contact_open.png new file mode 100644 index 0000000..4ba94b4 Binary files /dev/null and b/images/contact_open.png differ diff --git a/images/copy.png b/images/copy.png new file mode 100644 index 0000000..5b01ab1 Binary files /dev/null and b/images/copy.png differ diff --git a/images/copy_hover.png b/images/copy_hover.png new file mode 100644 index 0000000..039a7fc Binary files /dev/null and b/images/copy_hover.png differ diff --git a/images/counter.png b/images/counter.png new file mode 100644 index 0000000..a114d33 Binary files /dev/null and b/images/counter.png differ diff --git a/images/csv.png b/images/csv.png new file mode 100644 index 0000000..728ab7a Binary files /dev/null and b/images/csv.png differ diff --git a/images/csv_hover.png b/images/csv_hover.png new file mode 100644 index 0000000..c4ab0d2 Binary files /dev/null and b/images/csv_hover.png differ diff --git a/images/current.png b/images/current.png new file mode 100644 index 0000000..2fd4412 Binary files /dev/null and b/images/current.png differ diff --git a/images/current48.png b/images/current48.png new file mode 100644 index 0000000..75b5b4d Binary files /dev/null and b/images/current48.png differ diff --git a/images/customicons.png b/images/customicons.png new file mode 100644 index 0000000..953ab63 Binary files /dev/null and b/images/customicons.png differ diff --git a/images/delete.png b/images/delete.png new file mode 100644 index 0000000..f7b40ea Binary files /dev/null and b/images/delete.png differ diff --git a/images/demand.png b/images/demand.png new file mode 100644 index 0000000..b5c85eb Binary files /dev/null and b/images/demand.png differ diff --git a/images/demand_mini.png b/images/demand_mini.png new file mode 100644 index 0000000..f1e5447 Binary files /dev/null and b/images/demand_mini.png differ diff --git a/images/desktop.png b/images/desktop.png new file mode 100644 index 0000000..54e9e64 Binary files /dev/null and b/images/desktop.png differ diff --git a/images/details.png b/images/details.png new file mode 100644 index 0000000..1659cd7 Binary files /dev/null and b/images/details.png differ diff --git a/images/devices.png b/images/devices.png new file mode 100644 index 0000000..804222f Binary files /dev/null and b/images/devices.png differ diff --git a/images/domoticz.jpg b/images/domoticz.jpg new file mode 100644 index 0000000..bcfdd3a Binary files /dev/null and b/images/domoticz.jpg differ diff --git a/images/door.png b/images/door.png new file mode 100644 index 0000000..697425d Binary files /dev/null and b/images/door.png differ diff --git a/images/door48.png b/images/door48.png new file mode 100644 index 0000000..676bfc8 Binary files /dev/null and b/images/door48.png differ diff --git a/images/door48open.png b/images/door48open.png new file mode 100644 index 0000000..421d728 Binary files /dev/null and b/images/door48open.png differ diff --git a/images/doorbell.png b/images/doorbell.png new file mode 100644 index 0000000..ea7ecff Binary files /dev/null and b/images/doorbell.png differ diff --git a/images/doorbell48.png b/images/doorbell48.png new file mode 100644 index 0000000..458eb43 Binary files /dev/null and b/images/doorbell48.png differ diff --git a/images/down.png b/images/down.png new file mode 100644 index 0000000..81aeb0c Binary files /dev/null and b/images/down.png differ diff --git a/images/down48_Off.png b/images/down48_Off.png new file mode 100644 index 0000000..1d6f58c Binary files /dev/null and b/images/down48_Off.png differ diff --git a/images/down48_On.png b/images/down48_On.png new file mode 100644 index 0000000..ac21432 Binary files /dev/null and b/images/down48_On.png differ diff --git a/images/edit.png b/images/edit.png new file mode 100644 index 0000000..4c0c5ac Binary files /dev/null and b/images/edit.png differ diff --git a/images/empty16.png b/images/empty16.png new file mode 100644 index 0000000..8e5ae3b Binary files /dev/null and b/images/empty16.png differ diff --git a/images/equal.png b/images/equal.png new file mode 100644 index 0000000..53e5e83 Binary files /dev/null and b/images/equal.png differ diff --git a/images/events.png b/images/events.png new file mode 100644 index 0000000..c4c0da4 Binary files /dev/null and b/images/events.png differ diff --git a/images/expand16.png b/images/expand16.png new file mode 100644 index 0000000..ed61d31 Binary files /dev/null and b/images/expand16.png differ diff --git a/images/failed.png b/images/failed.png new file mode 100644 index 0000000..7d82483 Binary files /dev/null and b/images/failed.png differ diff --git a/images/favorite.png b/images/favorite.png new file mode 100644 index 0000000..0704b91 Binary files /dev/null and b/images/favorite.png differ diff --git a/images/forward_disabled.png b/images/forward_disabled.png new file mode 100644 index 0000000..6a6ded7 Binary files /dev/null and b/images/forward_disabled.png differ diff --git a/images/forward_enabled.png b/images/forward_enabled.png new file mode 100644 index 0000000..a4e6b53 Binary files /dev/null and b/images/forward_enabled.png differ diff --git a/images/forward_enabled_hover.png b/images/forward_enabled_hover.png new file mode 100644 index 0000000..fc46c5e Binary files /dev/null and b/images/forward_enabled_hover.png differ diff --git a/images/gauge.png b/images/gauge.png new file mode 100644 index 0000000..64ad0e2 Binary files /dev/null and b/images/gauge.png differ diff --git a/images/gauge48.png b/images/gauge48.png new file mode 100644 index 0000000..eddf9aa Binary files /dev/null and b/images/gauge48.png differ diff --git a/images/glyphicons-halflings-white.png b/images/glyphicons-halflings-white.png new file mode 100644 index 0000000..3bf6484 Binary files /dev/null and b/images/glyphicons-halflings-white.png differ diff --git a/images/glyphicons-halflings.png b/images/glyphicons-halflings.png new file mode 100644 index 0000000..a996999 Binary files /dev/null and b/images/glyphicons-halflings.png differ diff --git a/images/handle.png b/images/handle.png new file mode 100644 index 0000000..298287a Binary files /dev/null and b/images/handle.png differ diff --git a/images/hardware.png b/images/hardware.png new file mode 100644 index 0000000..21ee084 Binary files /dev/null and b/images/hardware.png differ diff --git a/images/heal.png b/images/heal.png new file mode 100644 index 0000000..a49d970 Binary files /dev/null and b/images/heal.png differ diff --git a/images/hold.png b/images/hold.png new file mode 100644 index 0000000..26be24d Binary files /dev/null and b/images/hold.png differ diff --git a/images/hold_mini.png b/images/hold_mini.png new file mode 100644 index 0000000..0fe47cf Binary files /dev/null and b/images/hold_mini.png differ diff --git a/images/house.png b/images/house.png new file mode 100644 index 0000000..18cdd50 Binary files /dev/null and b/images/house.png differ diff --git a/images/ice.png b/images/ice.png new file mode 100644 index 0000000..96871cb Binary files /dev/null and b/images/ice.png differ diff --git a/images/insert.png b/images/insert.png new file mode 100644 index 0000000..81aeb0c Binary files /dev/null and b/images/insert.png differ diff --git a/images/iphone-icon.png b/images/iphone-icon.png new file mode 100644 index 0000000..1e0674e Binary files /dev/null and b/images/iphone-icon.png differ diff --git a/images/leaf.png b/images/leaf.png new file mode 100644 index 0000000..54aa2bf Binary files /dev/null and b/images/leaf.png differ diff --git a/images/leaf48.png b/images/leaf48.png new file mode 100644 index 0000000..9a1d450 Binary files /dev/null and b/images/leaf48.png differ diff --git a/images/lightbulb.png b/images/lightbulb.png new file mode 100644 index 0000000..779e85a Binary files /dev/null and b/images/lightbulb.png differ diff --git a/images/lightbulboff.png b/images/lightbulboff.png new file mode 100644 index 0000000..af4c4f5 Binary files /dev/null and b/images/lightbulboff.png differ diff --git a/images/lock_closed.png b/images/lock_closed.png new file mode 100644 index 0000000..51dea29 Binary files /dev/null and b/images/lock_closed.png differ diff --git a/images/lock_open.png b/images/lock_open.png new file mode 100644 index 0000000..5d30003 Binary files /dev/null and b/images/lock_open.png differ diff --git a/images/log.png b/images/log.png new file mode 100644 index 0000000..76c08bd Binary files /dev/null and b/images/log.png differ diff --git a/images/login-sprite.png b/images/login-sprite.png new file mode 100644 index 0000000..5dd3937 Binary files /dev/null and b/images/login-sprite.png differ diff --git a/images/logo.png b/images/logo.png new file mode 100644 index 0000000..9ad3e93 Binary files /dev/null and b/images/logo.png differ diff --git a/images/logo192.png b/images/logo192.png new file mode 100644 index 0000000..87e01de Binary files /dev/null and b/images/logo192.png differ diff --git a/images/logout.png b/images/logout.png new file mode 100644 index 0000000..0a2d317 Binary files /dev/null and b/images/logout.png differ diff --git a/images/lux.png b/images/lux.png new file mode 100644 index 0000000..309f63e Binary files /dev/null and b/images/lux.png differ diff --git a/images/lux48.png b/images/lux48.png new file mode 100644 index 0000000..cee0807 Binary files /dev/null and b/images/lux48.png differ diff --git a/images/mode.png b/images/mode.png new file mode 100644 index 0000000..071749f Binary files /dev/null and b/images/mode.png differ diff --git a/images/mode48.png b/images/mode48.png new file mode 100644 index 0000000..0f13135 Binary files /dev/null and b/images/mode48.png differ diff --git a/images/moisture.png b/images/moisture.png new file mode 100644 index 0000000..6d00183 Binary files /dev/null and b/images/moisture.png differ diff --git a/images/moisture48.png b/images/moisture48.png new file mode 100644 index 0000000..f434e3f Binary files /dev/null and b/images/moisture48.png differ diff --git a/images/motion48-off.png b/images/motion48-off.png new file mode 100644 index 0000000..26b3a32 Binary files /dev/null and b/images/motion48-off.png differ diff --git a/images/motion48-on.png b/images/motion48-on.png new file mode 100644 index 0000000..357a781 Binary files /dev/null and b/images/motion48-on.png differ diff --git a/images/motionoff.png b/images/motionoff.png new file mode 100644 index 0000000..739e5eb Binary files /dev/null and b/images/motionoff.png differ diff --git a/images/next.png b/images/next.png new file mode 100644 index 0000000..d885070 Binary files /dev/null and b/images/next.png differ diff --git a/images/nodemand.png b/images/nodemand.png new file mode 100644 index 0000000..2ca76dd Binary files /dev/null and b/images/nodemand.png differ diff --git a/images/nodemand_mini.png b/images/nodemand_mini.png new file mode 100644 index 0000000..f8b5609 Binary files /dev/null and b/images/nodemand_mini.png differ diff --git a/images/nofavorite.png b/images/nofavorite.png new file mode 100644 index 0000000..52cde19 Binary files /dev/null and b/images/nofavorite.png differ diff --git a/images/notification.png b/images/notification.png new file mode 100644 index 0000000..d4aefef Binary files /dev/null and b/images/notification.png differ diff --git a/images/off.png b/images/off.png new file mode 100644 index 0000000..d60599d Binary files /dev/null and b/images/off.png differ diff --git a/images/ok.png b/images/ok.png new file mode 100644 index 0000000..a64e775 Binary files /dev/null and b/images/ok.png differ diff --git a/images/on.png b/images/on.png new file mode 100644 index 0000000..c42423e Binary files /dev/null and b/images/on.png differ diff --git a/images/onoff48.png b/images/onoff48.png new file mode 100644 index 0000000..131430b Binary files /dev/null and b/images/onoff48.png differ diff --git a/images/override.png b/images/override.png new file mode 100644 index 0000000..376210d Binary files /dev/null and b/images/override.png differ diff --git a/images/override_mini.png b/images/override_mini.png new file mode 100644 index 0000000..d05047a Binary files /dev/null and b/images/override_mini.png differ diff --git a/images/overrule.png b/images/overrule.png new file mode 100644 index 0000000..ea27018 Binary files /dev/null and b/images/overrule.png differ diff --git a/images/overrule_mini.png b/images/overrule_mini.png new file mode 100644 index 0000000..a9b30f4 Binary files /dev/null and b/images/overrule_mini.png differ diff --git a/images/pdf.png b/images/pdf.png new file mode 100644 index 0000000..728ab7a Binary files /dev/null and b/images/pdf.png differ diff --git a/images/pdf_hover.png b/images/pdf_hover.png new file mode 100644 index 0000000..c4ab0d2 Binary files /dev/null and b/images/pdf_hover.png differ diff --git a/images/print.png b/images/print.png new file mode 100644 index 0000000..1faedbf Binary files /dev/null and b/images/print.png differ diff --git a/images/print_hover.png b/images/print_hover.png new file mode 100644 index 0000000..ed0b539 Binary files /dev/null and b/images/print_hover.png differ diff --git a/images/program.png b/images/program.png new file mode 100644 index 0000000..436b6dc Binary files /dev/null and b/images/program.png differ diff --git a/images/program_mini.png b/images/program_mini.png new file mode 100644 index 0000000..c46ac09 Binary files /dev/null and b/images/program_mini.png differ diff --git a/images/push.png b/images/push.png new file mode 100644 index 0000000..b4a0030 Binary files /dev/null and b/images/push.png differ diff --git a/images/push48.png b/images/push48.png new file mode 100644 index 0000000..f705792 Binary files /dev/null and b/images/push48.png differ diff --git a/images/pushoff.png b/images/pushoff.png new file mode 100644 index 0000000..751b49e Binary files /dev/null and b/images/pushoff.png differ diff --git a/images/pushoff48.png b/images/pushoff48.png new file mode 100644 index 0000000..3462749 Binary files /dev/null and b/images/pushoff48.png differ diff --git a/images/pushon.png b/images/pushon.png new file mode 100644 index 0000000..9cdb5d3 Binary files /dev/null and b/images/pushon.png differ diff --git a/images/pushon48.png b/images/pushon48.png new file mode 100644 index 0000000..3439868 Binary files /dev/null and b/images/pushon48.png differ diff --git a/images/radiation.png b/images/radiation.png new file mode 100644 index 0000000..645113e Binary files /dev/null and b/images/radiation.png differ diff --git a/images/radiation48.png b/images/radiation48.png new file mode 100644 index 0000000..957d338 Binary files /dev/null and b/images/radiation48.png differ diff --git a/images/rain.png b/images/rain.png new file mode 100644 index 0000000..1c615c5 Binary files /dev/null and b/images/rain.png differ diff --git a/images/rain48.png b/images/rain48.png new file mode 100644 index 0000000..69eeeea Binary files /dev/null and b/images/rain48.png differ diff --git a/images/rainraining.png b/images/rainraining.png new file mode 100644 index 0000000..cc0d461 Binary files /dev/null and b/images/rainraining.png differ diff --git a/images/remote.png b/images/remote.png new file mode 100644 index 0000000..a2faa12 Binary files /dev/null and b/images/remote.png differ diff --git a/images/remote48.png b/images/remote48.png new file mode 100644 index 0000000..556a203 Binary files /dev/null and b/images/remote48.png differ diff --git a/images/remove.png b/images/remove.png new file mode 100644 index 0000000..aaed11f Binary files /dev/null and b/images/remove.png differ diff --git a/images/rename.png b/images/rename.png new file mode 100644 index 0000000..4faf590 Binary files /dev/null and b/images/rename.png differ diff --git a/images/restart.png b/images/restart.png new file mode 100644 index 0000000..071749f Binary files /dev/null and b/images/restart.png differ diff --git a/images/scale.png b/images/scale.png new file mode 100644 index 0000000..cff63ec Binary files /dev/null and b/images/scale.png differ diff --git a/images/scale48.png b/images/scale48.png new file mode 100644 index 0000000..804d075 Binary files /dev/null and b/images/scale48.png differ diff --git a/images/scenes.png b/images/scenes.png new file mode 100644 index 0000000..96f825f Binary files /dev/null and b/images/scenes.png differ diff --git a/images/security.png b/images/security.png new file mode 100644 index 0000000..36ec7e1 Binary files /dev/null and b/images/security.png differ diff --git a/images/security48.png b/images/security48.png new file mode 100644 index 0000000..587a6b7 Binary files /dev/null and b/images/security48.png differ diff --git a/images/setup.png b/images/setup.png new file mode 100644 index 0000000..6f4eccf Binary files /dev/null and b/images/setup.png differ diff --git a/images/shutdown.png b/images/shutdown.png new file mode 100644 index 0000000..0a2d317 Binary files /dev/null and b/images/shutdown.png differ diff --git a/images/siren-off.png b/images/siren-off.png new file mode 100644 index 0000000..e80504e Binary files /dev/null and b/images/siren-off.png differ diff --git a/images/siren-on.png b/images/siren-on.png new file mode 100644 index 0000000..9a80928 Binary files /dev/null and b/images/siren-on.png differ diff --git a/images/siren.png b/images/siren.png new file mode 100644 index 0000000..5eaac9f Binary files /dev/null and b/images/siren.png differ diff --git a/images/sleep.png b/images/sleep.png new file mode 100644 index 0000000..94a8bd7 Binary files /dev/null and b/images/sleep.png differ diff --git a/images/smoke.png b/images/smoke.png new file mode 100644 index 0000000..bd98cc6 Binary files /dev/null and b/images/smoke.png differ diff --git a/images/smoke48off.png b/images/smoke48off.png new file mode 100644 index 0000000..91d9626 Binary files /dev/null and b/images/smoke48off.png differ diff --git a/images/smoke48on.png b/images/smoke48on.png new file mode 100644 index 0000000..5b478ad Binary files /dev/null and b/images/smoke48on.png differ diff --git a/images/smokeoff.png b/images/smokeoff.png new file mode 100644 index 0000000..a1c0a2b Binary files /dev/null and b/images/smokeoff.png differ diff --git a/images/sort_asc.png b/images/sort_asc.png new file mode 100644 index 0000000..a88d797 Binary files /dev/null and b/images/sort_asc.png differ diff --git a/images/sort_asc_disabled.png b/images/sort_asc_disabled.png new file mode 100644 index 0000000..4e144cf Binary files /dev/null and b/images/sort_asc_disabled.png differ diff --git a/images/sort_both.png b/images/sort_both.png new file mode 100644 index 0000000..1867040 Binary files /dev/null and b/images/sort_both.png differ diff --git a/images/sort_desc.png b/images/sort_desc.png new file mode 100644 index 0000000..def071e Binary files /dev/null and b/images/sort_desc.png differ diff --git a/images/sort_desc_disabled.png b/images/sort_desc_disabled.png new file mode 100644 index 0000000..7824973 Binary files /dev/null and b/images/sort_desc_disabled.png differ diff --git a/images/stop48.png b/images/stop48.png new file mode 100644 index 0000000..f6bf4a4 Binary files /dev/null and b/images/stop48.png differ diff --git a/images/switch.png b/images/switch.png new file mode 100644 index 0000000..0dbf1d8 Binary files /dev/null and b/images/switch.png differ diff --git a/images/temp-0-5.png b/images/temp-0-5.png new file mode 100644 index 0000000..dc5bac8 Binary files /dev/null and b/images/temp-0-5.png differ diff --git a/images/temp-10-15.png b/images/temp-10-15.png new file mode 100644 index 0000000..c4a1a74 Binary files /dev/null and b/images/temp-10-15.png differ diff --git a/images/temp-15-20.png b/images/temp-15-20.png new file mode 100644 index 0000000..2df8b20 Binary files /dev/null and b/images/temp-15-20.png differ diff --git a/images/temp-20-25.png b/images/temp-20-25.png new file mode 100644 index 0000000..215ecbe Binary files /dev/null and b/images/temp-20-25.png differ diff --git a/images/temp-25-30.png b/images/temp-25-30.png new file mode 100644 index 0000000..eec2bb4 Binary files /dev/null and b/images/temp-25-30.png differ diff --git a/images/temp-5-10.png b/images/temp-5-10.png new file mode 100644 index 0000000..ecb5a20 Binary files /dev/null and b/images/temp-5-10.png differ diff --git a/images/temp-gt-30.png b/images/temp-gt-30.png new file mode 100644 index 0000000..d743351 Binary files /dev/null and b/images/temp-gt-30.png differ diff --git a/images/temp48.png b/images/temp48.png new file mode 100644 index 0000000..eec2bb4 Binary files /dev/null and b/images/temp48.png differ diff --git a/images/temperature.png b/images/temperature.png new file mode 100644 index 0000000..2514c5a Binary files /dev/null and b/images/temperature.png differ diff --git a/images/text.png b/images/text.png new file mode 100644 index 0000000..b985651 Binary files /dev/null and b/images/text.png differ diff --git a/images/text48.png b/images/text48.png new file mode 100644 index 0000000..7a34d0e Binary files /dev/null and b/images/text48.png differ diff --git a/images/unknown.png b/images/unknown.png new file mode 100644 index 0000000..0d21326 Binary files /dev/null and b/images/unknown.png differ diff --git a/images/up.png b/images/up.png new file mode 100644 index 0000000..dc7b397 Binary files /dev/null and b/images/up.png differ diff --git a/images/up48_Off.png b/images/up48_Off.png new file mode 100644 index 0000000..7e2fe82 Binary files /dev/null and b/images/up48_Off.png differ diff --git a/images/up48_On.png b/images/up48_On.png new file mode 100644 index 0000000..a316fe2 Binary files /dev/null and b/images/up48_On.png differ diff --git a/images/users.png b/images/users.png new file mode 100644 index 0000000..657333d Binary files /dev/null and b/images/users.png differ diff --git a/images/utility.png b/images/utility.png new file mode 100644 index 0000000..a3dc5ad Binary files /dev/null and b/images/utility.png differ diff --git a/images/uv.png b/images/uv.png new file mode 100644 index 0000000..31d6012 Binary files /dev/null and b/images/uv.png differ diff --git a/images/uv48.png b/images/uv48.png new file mode 100644 index 0000000..8137eda Binary files /dev/null and b/images/uv48.png differ diff --git a/images/uvdark.png b/images/uvdark.png new file mode 100644 index 0000000..6f126e8 Binary files /dev/null and b/images/uvdark.png differ diff --git a/images/uvsunny.png b/images/uvsunny.png new file mode 100644 index 0000000..6b3922f Binary files /dev/null and b/images/uvsunny.png differ diff --git a/images/variables.png b/images/variables.png new file mode 100644 index 0000000..efae43f Binary files /dev/null and b/images/variables.png differ diff --git a/images/visibility.png b/images/visibility.png new file mode 100644 index 0000000..0ebafa0 Binary files /dev/null and b/images/visibility.png differ diff --git a/images/visibility48.png b/images/visibility48.png new file mode 100644 index 0000000..96cc0a6 Binary files /dev/null and b/images/visibility48.png differ diff --git a/images/webcam.png b/images/webcam.png new file mode 100644 index 0000000..308f0e8 Binary files /dev/null and b/images/webcam.png differ diff --git a/images/wind.png b/images/wind.png new file mode 100644 index 0000000..a83ae56 Binary files /dev/null and b/images/wind.png differ diff --git a/images/wind0.png b/images/wind0.png new file mode 100644 index 0000000..64c5870 Binary files /dev/null and b/images/wind0.png differ diff --git a/images/wind48.png b/images/wind48.png new file mode 100644 index 0000000..5d6558a Binary files /dev/null and b/images/wind48.png differ diff --git a/images/xls.png b/images/xls.png new file mode 100644 index 0000000..728ab7a Binary files /dev/null and b/images/xls.png differ diff --git a/images/xls_hover.png b/images/xls_hover.png new file mode 100644 index 0000000..c4ab0d2 Binary files /dev/null and b/images/xls_hover.png differ diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..fa18984 --- /dev/null +++ b/readme.md @@ -0,0 +1,8 @@ +# Custom Domoticz dark-th3me + +## Following modifications ware made + +* General: New custom backgound +* General: CSS to remove Copyright text on all pages (since i was unable to modify the text) +* General: Icon pack (https://domoticz.com/forum/viewtopic.php?t=7749) +* About page: CSS to disable the wierd background on the