style.css 649 B

1234567891011121314
  1. @import url("defaultCommon.css");
  2. body { font-size:16px;}
  3. #logo { margin-top:10px; margin-left:20px; width:120px; height:132px;
  4. background-image:url(../images/default/fhemicon.png); }
  5. #menu { margin-top:10px; margin-left:20px; width:140px; }
  6. #hdr { position:absolute; top:10px; left:180px; }
  7. #content { position:absolute; top:50px; left:180px; bottom:20px; right:10px; }
  8. #menuScrollArea { width: 175px; left:0px; top:0px; height:100%;
  9. position:fixed; overflow-x:hidden; overflow-y:auto; }
  10. div.dist { padding-top:0.3em; }
  11. button.dist { margin:10px; background:transparent; border:0px; cursor:pointer; }