aboutsummaryrefslogtreecommitdiff
path: root/card/card.css
diff options
context:
space:
mode:
Diffstat (limited to 'card/card.css')
-rw-r--r--card/card.css25
1 files changed, 25 insertions, 0 deletions
diff --git a/card/card.css b/card/card.css
new file mode 100644
index 0000000..2e41631
--- /dev/null
+++ b/card/card.css
@@ -0,0 +1,25 @@
+.card {
+ text-align: center;
+}
+
+.card span {
+ display: block;
+}
+
+hr {
+ height: 10px;
+ border: none;
+}
+
+.card.front .target-word-reading,
+.card.front .target-word-translation,
+.card.front .sentence-translation,
+.card.front hr,
+.card.front ruby rt {
+ display: none;
+}
+
+.sentence-translation {
+ margin-top: 1em;
+}
+