2014-05-03 11:57:12 +00:00
|
|
|
@import url("defaultCommon.css");
|
2013-12-20 14:42:19 +00:00
|
|
|
|
2014-05-03 11:57:12 +00:00
|
|
|
body { font-size:18px; }
|
|
|
|
textarea { font-size:18px; }
|
|
|
|
input { font-size:18px; }
|
|
|
|
select { font-size:18px; }
|
2014-05-06 08:04:03 +00:00
|
|
|
textarea { font-family:Arial, sans-serif; font-size:16px;}
|
|
|
|
|
2011-11-26 11:19:39 +00:00
|
|
|
#logo { position:absolute; top:10px; left:10px;
|
2014-05-03 11:57:12 +00:00
|
|
|
width:120px; height:132px;
|
|
|
|
background-image:url(../images/default/fhemicon.png); }
|
2012-11-15 09:44:08 +00:00
|
|
|
#menu { position:absolute; top:152px;left:10px; width:140px; }
|
|
|
|
#hdr { position:absolute; top:10px; left:160px; }
|
|
|
|
#content { position:absolute; top:50px; left:160px; bottom:20px; right:10px; }
|
2011-06-25 13:47:04 +00:00
|
|
|
|
2011-10-02 12:26:43 +00:00
|
|
|
.col1, .col2, .col3 { padding: 8px; }
|
2013-08-08 16:34:49 +00:00
|
|
|
.dname, .dval { padding: 8px; }
|