diff options
author | Patrick Simianer <p@simianer.de> | 2015-10-28 13:43:08 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-10-28 13:43:08 +0100 |
commit | 04563ca60c3ffb2c02edf5e09582528d837aa925 (patch) | |
tree | f78c3fa38a9bca1bb798b193cd20b629925dc6d8 /static | |
parent | 000cd92db93f8c6655e150b07deed690b6b4db11 (diff) |
mv
Diffstat (limited to 'static')
-rw-r--r-- | static/ajax-loader-large.gif | bin | 0 -> 19110 bytes | |||
-rw-r--r-- | static/institut_cl.png | bin | 0 -> 3301 bytes | |||
-rw-r--r-- | static/lfpe.css | 101 | ||||
-rw-r--r-- | static/logo_neu_204x107.jpg | bin | 0 -> 14111 bytes | |||
-rw-r--r-- | static/placeholder.png | bin | 0 -> 1421 bytes |
5 files changed, 101 insertions, 0 deletions
diff --git a/static/ajax-loader-large.gif b/static/ajax-loader-large.gif Binary files differnew file mode 100644 index 0000000..1fe22da --- /dev/null +++ b/static/ajax-loader-large.gif diff --git a/static/institut_cl.png b/static/institut_cl.png Binary files differnew file mode 100644 index 0000000..6c56df6 --- /dev/null +++ b/static/institut_cl.png diff --git a/static/lfpe.css b/static/lfpe.css new file mode 100644 index 0000000..c6220e3 --- /dev/null +++ b/static/lfpe.css @@ -0,0 +1,101 @@ +html { + font-family: Arial, Helvetica, sans-serif; + font-size: 18px +} + +textarea { + font-size: 2em; + width: 100% +} + +button { + margin: 1em; + padding: .25em; + background: #fff; + font-weight: bold +} + +.bold { font-weight:bold } +.small { font-size:.8em } +.xtrasmall { font-size:.6em } + +div#wrapper { + margin: 2em; + padding: 1em +} + +span#status { + display: none; + float: right +} + +/* Edit */ +#textboxes, #derivation_editor { + display: none +} +#raw_source_textarea, #target_textarea { + font-family: "Times New Roman", Georgia, Serif; +} +#oov_form { display: none } +#oov_fields { + padding: 1em; + margin: .25em + +} +#oov_fields input { + text-align: center; + padding: .4em +} +/* /Edit */ + +/* Derivation editor */ +#derivation_editor input { + background: #ccc; + font-size: 60%; + padding: .4em +} +/* /Derivation edtior */ + +/* Session overview */ +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 } +table#overview .doc_title { background-color: #eee } +/* /Session overview */ + +/* Header */ +div#header { + margin-bottom: 2em; + text-align:right +} +img#uni {} +img#cl { + margin-bottom:20px; + margin-left:10px; + vertical-align:bottom +} +/* /Header */ + +/* Footer */ +p#footer { + text-align: right; + font-size: .5em; + margin: 0; + padding: 0; + color: #303030 +} +/* /Footer */ + +/* Help */ +div#help { + margin-top: .5em; + font-size: .8em; + width: 70%; + text-align: justify +} +div#help a { color:#ccc } +div#help:hover { color: #000 } +div#help:hover a { color: #000 } +/* /Help */ + diff --git a/static/logo_neu_204x107.jpg b/static/logo_neu_204x107.jpg Binary files differnew file mode 100644 index 0000000..870dcb4 --- /dev/null +++ b/static/logo_neu_204x107.jpg diff --git a/static/placeholder.png b/static/placeholder.png Binary files differnew file mode 100644 index 0000000..d8e99e1 --- /dev/null +++ b/static/placeholder.png |