2010-05-15 12:26:16 +00:00
|
|
|
body { background-color: #FFFFE7;}
|
2010-09-25 12:52:08 +00:00
|
|
|
#logo { position:absolute; top:10px; left:10px; }
|
2010-05-15 12:26:16 +00:00
|
|
|
#menu { position:absolute; top:10px; left:85px; }
|
|
|
|
#hdr { position:absolute; top:40px; left:85px; }
|
|
|
|
#content { position:absolute; top:85px; left:10px; }
|
2010-09-25 12:52:08 +00:00
|
|
|
|
2010-05-15 12:26:16 +00:00
|
|
|
a { color: #278727; }
|
|
|
|
|
|
|
|
table.block { border:1px solid gray; width: 100%; background: #F8F8E0; }
|
|
|
|
table.block tr.odd { background: #F0F0D8; }
|
|
|
|
table.block tr.sel { background: #F0F0D8; }
|
2010-07-06 11:29:20 +00:00
|
|
|
table { -moz-border-radius:8px; -webkit-border-radius:8px; }
|
2010-05-15 12:26:16 +00:00
|
|
|
|
|
|
|
table#room { background: #D7FFFF; }
|
|
|
|
table#room tr.sel { background: #A0FFFF; }
|
|
|
|
|
|
|
|
/* Customize specific devices */
|
|
|
|
/*
|
|
|
|
table#FS20 { background: #FF8080; }
|
|
|
|
table#FS20 tr.odd { background: #E08080; }
|
|
|
|
*/
|