2014-05-03 11:57:12 +00:00
|
|
|
@import url("dashboard_darkstyle.css");
|
|
|
|
|
2016-01-04 11:00:00 +00:00
|
|
|
table.readings td:nth-child(2) { word-break: break-all; }
|
|
|
|
|
2014-05-03 11:57:12 +00:00
|
|
|
/* jQuery-UI mods */
|
|
|
|
div.ui-dialog { border:3px solid white; padding: 0.2em; }
|
|
|
|
div.ui-dialog div.ui-dialog-titlebar { display:none; }
|
|
|
|
div.ui-widget-content { background:#444444; color:#CCCCCC; }
|
2015-04-07 09:08:26 +00:00
|
|
|
div.ui-widget-content a {color: #CCCCCC!important; text-decoration: none!important;}
|
2015-04-03 16:10:28 +00:00
|
|
|
.ui-widget { font-family:Arial,sans-serif!important; }
|
|
|
|
.ui-button-text { font-weight:normal!important; color:#555!important; }
|
2015-02-18 17:32:56 +00:00
|
|
|
|
|
|
|
div.detLink { display:inline-block; margin-right:0.5em; }
|
2016-01-17 11:03:44 +00:00
|
|
|
|
|
|
|
.fhemlog { color:#FFFFFF; }
|
2016-07-09 10:50:06 +00:00
|
|
|
|
2016-07-12 12:43:37 +00:00
|
|
|
svg.zw_nr .zwBox { stroke:#fff; stroke-width:2px; fill:#000; }
|
|
|
|
svg.zw_nr .zwDongle { stroke:red; stroke-width:2px; fill:#000; }
|
|
|
|
svg.zw_nr .zwMargin { stroke:#fff; stroke-width:1px; fill:none; }
|
|
|
|
svg.zw_nr .zwLine { stroke:#fff; stroke-width:1px; }
|
|
|
|
svg.zw_nr .zwArrowHead { fill:#fff; stroke-width:1px; }
|
2016-07-10 15:12:50 +00:00
|
|
|
svg.zw_nr { height:auto; width:auto; margin:0; }
|
2017-02-17 08:34:00 +00:00
|
|
|
|
|
|
|
#errmsg { background-color: #000000; color: #FFFFFF;
|
|
|
|
position:fixed; top:0px; left:40px; z-index: 10; }
|
|
|
|
|
2020-01-26 21:06:19 +00:00
|
|
|
.SVGplot { position:relative;}
|