aboutsummaryrefslogtreecommitdiff
path: root/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/style.css')
-rw-r--r--static/style.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css
index a9d60f6..c09e15b 100644
--- a/static/style.css
+++ b/static/style.css
@@ -137,3 +137,37 @@ details .chars {
visibility: visible;
}
+
+#gen_section {
+ text-align: center;
+}
+
+#gen_ex_display {
+ font-family: 'MS PGothic', Osaka, Arial, sans-serif;
+ text-align: center;
+ font-size: 2rem;
+ padding-top: 2em;
+ padding-bottom: 1em;
+}
+
+#gen_ex_words table td {
+ text-align: left;
+}
+
+#gen_ex_en {
+ text-align: center;
+ font-size: 1.2rem;
+ padding-bottom: 3em;
+}
+
+#gen_section.gen_hidden #gen_ex_en {
+ visibility: hidden;
+}
+
+#gen_section.gen_hidden #gen_ex_words {
+ visibility: hidden;
+}
+
+#gen_section.gen_hidden #gen_ex_display rt {
+ visibility: hidden;
+}