diff options
author | Patrick Simianer <p@simianer.de> | 2015-06-26 15:20:55 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-06-26 15:20:55 +0200 |
commit | a29b90cba17c4ef5b03b505195410c6287cab774 (patch) | |
tree | 64df7d2ef761b642898da1186ab7ea934e1cd683 /lfpe.css | |
parent | 135d703cf532035048808c2b865344e6a7c20264 (diff) |
interface
Diffstat (limited to 'lfpe.css')
-rw-r--r-- | lfpe.css | 21 |
1 files changed, 15 insertions, 6 deletions
@@ -4,8 +4,8 @@ html { } textarea { - font-size: 20px; - width: 100% + font-size: 2em; + width: 100% } button { @@ -16,6 +16,8 @@ button { } .bold { font-weight:bold } +.small { font-size:.8em } +.xtrasmall { font-size:.6em } div#wrapper { margin: 2em; @@ -29,7 +31,8 @@ span#status { } /* Document overview */ -table#overview { font-size:80% } +div#overview_wrapper { margin-top:1em } +table#overview { font-size:.8em } table#overview td.seg_text { width: 45% } table#overview td { border-bottom: 1px solid #000 } /* /Document overview */ @@ -44,7 +47,10 @@ p#footer { } /* Header */ -div#header { margin-bottom: 2em } +div#header { + margin-bottom: 2em; + text-align:right +} img#uni {} img#cl { margin-bottom:20px; @@ -54,12 +60,15 @@ img#cl { /* /Header */ /* Help */ -p#help { +div#help { + margin-top: 2em; font-size: .8em; width: 40%; color: #ccc; text-align: justify } -p#help:hover { color: #000 } +div#help a { color:#ccc } +div#help:hover { color: #000 } +div#help:hover a { color: #000 } /* /Help */ |