aboutsummaryrefslogtreecommitdiff
path: root/public/css
diff options
context:
space:
mode:
authorCamil Staps2019-12-30 16:57:13 +0100
committerCamil Staps2020-01-03 19:06:02 +0100
commitad10a6467f76822b9289832eeb0d0ac2038b32d1 (patch)
tree1d78251ad49be1a744dc4573a1b3cf54e295e3a4 /public/css
parentClarify 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.ttfbin155584 -> 0 bytes
-rw-r--r--public/css/fonts/SBL_grk.ttfbin0 -> 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
deleted file mode 100644
index b135760..0000000
--- a/public/css/fonts/EzraSIL.ttf
+++ /dev/null
Binary files differ
diff --git a/public/css/fonts/SBL_grk.ttf b/public/css/fonts/SBL_grk.ttf
new file mode 100644
index 0000000..90a807b
--- /dev/null
+++ b/public/css/fonts/SBL_grk.ttf
Binary files differ
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;
}