mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
ad9909ced9
git-svn-id: https://svn.fhem.de/fhem/trunk@1021 2b470e98-0d58-463d-a4d8-8e2adae1ed80
21 lines
865 B
CSS
21 lines
865 B
CSS
body { background-color: #FFFFE7; font-family:Arial, sans-serif; font-size:16px;}
|
|
input { font-family:Arial, sans-serif; font-size:16px; }
|
|
select { font-family:Arial, sans-serif; font-size:16px; }
|
|
#logo { position:absolute; top:10px; left:20px; width:140px; }
|
|
#menu { position:absolute; top:120px;left:20px; width:140px; }
|
|
#hdr { position:absolute; top:10px; left:180px; }
|
|
#content { position:absolute; top:50px; left:180px; bottom:20px; right:10px; }
|
|
|
|
a { color: #278727; }
|
|
img { border-style: none; }
|
|
|
|
.wide { width:100%; }
|
|
|
|
table.block { border:1px solid gray; background: #F8F8E0; }
|
|
table.block tr.odd { background: #F0F0D8; }
|
|
table.block tr.sel { background: #F0F0D8; }
|
|
table { -moz-border-radius:8px; border-radius:8px; }
|
|
|
|
table#room { border:1px solid gray; width: 100%; background: #D7FFFF; }
|
|
table#room tr.sel { background: #A0FFFF; }
|