diff options
author | Camil Staps | 2019-12-30 16:57:13 +0100 |
---|---|---|
committer | Camil Staps | 2020-01-03 19:06:02 +0100 |
commit | ad10a6467f76822b9289832eeb0d0ac2038b32d1 (patch) | |
tree | 1d78251ad49be1a744dc4573a1b3cf54e295e3a4 /public/css | |
parent | Clarify incorrect parsing message when input is short (diff) |
Strip down for simple app for Greek verb λύω
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/fonts/EzraSIL.ttf | bin | 155584 -> 0 bytes | |||
-rw-r--r-- | public/css/fonts/SBL_grk.ttf | bin | 0 -> 1123080 bytes | |||
-rw-r--r-- | public/css/luoparsetrainer.css (renamed from public/css/hebrewparsetrainer.css) | 24 |
3 files changed, 12 insertions, 12 deletions
diff --git a/public/css/fonts/EzraSIL.ttf b/public/css/fonts/EzraSIL.ttf Binary files differdeleted file mode 100644 index b135760..0000000 --- a/public/css/fonts/EzraSIL.ttf +++ /dev/null diff --git a/public/css/fonts/SBL_grk.ttf b/public/css/fonts/SBL_grk.ttf Binary files differnew file mode 100644 index 0000000..90a807b --- /dev/null +++ b/public/css/fonts/SBL_grk.ttf diff --git a/public/css/hebrewparsetrainer.css b/public/css/luoparsetrainer.css index 03c661c..e3af912 100644 --- a/public/css/hebrewparsetrainer.css +++ b/public/css/luoparsetrainer.css @@ -1,6 +1,6 @@ /** - * HebrewParseTrainer - practice Hebrew verbs - * Copyright (C) 2015 Camil Staps <info@camilstaps.nl> + * Luo Parse Trainer - practice Ancient Greek verb forms + * Copyright (C) 2015-present Camil Staps <info@camilstaps.nl> * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -16,8 +16,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ @font-face { - font-family: 'Ezra SIL'; - src: url('fonts/EzraSIL.ttf'); + font-family: 'SBL Greek'; + src: url('fonts/SBL_grk.ttf'); } body { @@ -59,19 +59,19 @@ body { margin-bottom: 20px; } -#trainer-input-help { - display: none; +#trainer-input-fancy button { + margin-bottom: 3px; + min-width: 7em; } -.hebrew { - direction: rtl; - font-family: 'Ezra SIL', David; +#trainer-input-help { + display: none; } -.ltr { - direction: ltr; +.greek { + font-family: 'SBL Greek', 'Palatino Linotype'; } -.hebrew-large { +.greek-large { font-size: 40px; } |