mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-01 07:19:24 +00:00
0a052fca60
git-svn-id: https://svn.fhem.de/fhem/trunk@14570 2b470e98-0d58-463d-a4d8-8e2adae1ed80
24 lines
951 B
CSS
24 lines
951 B
CSS
body { background-color: #FFFFE7;
|
|
font-family:Arial, sans-serif; font-size:16px;}
|
|
a { color: #278727; }
|
|
|
|
#logo { position:fixed; top:20px; left:20px;
|
|
width:120px; height:132px; background-image:url(../images/fhem.png); }
|
|
#menu { position:fixed; top:160px;left:20px; width:130px; }
|
|
#right { position:absolute; top:50px; left:160px; bottom:10px; right:10px; }
|
|
h2,h3,h4 { color:#52865D; line-height:1.3;
|
|
margin-top:1.5em; font-family:Arial,Sans-serif; }
|
|
div#block { border:1px solid gray; background: #F8F8E0; padding:0.7em; }
|
|
div#dist { padding-top:0.3em; }
|
|
|
|
table#room { border:1px solid gray; width: 100%; background: #D7FFFF; }
|
|
table#room tr.sel { background: #A0FFFF; }
|
|
|
|
table.block { background: #F8F8E0; }
|
|
table.block tr.odd { background: #F0F0D8; }
|
|
table.block tr.even { background: #F8F8E0;; }
|
|
table.block tr.sel { background: #F0F0D8; }
|
|
|
|
/*
|
|
table { border-radius:8px; }
|
|
*/ |