aboutsummaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css31
1 files changed, 31 insertions, 0 deletions
diff --git a/style.css b/style.css
index d918d6e..9e17565 100644
--- a/style.css
+++ b/style.css
@@ -482,6 +482,36 @@ img.ellinika-img {
margin-right: auto;
}
+/*
+ Dictionary
+ */
+td.conj-ref:before {
+ content: "[ ";
+}
+
+td.conj-ref:after {
+ content: " ]";
+}
+
+td.conj-ref {
+ margin-left: 0;
+}
+
+table.dict-result {
+ border-style: none;
+}
+
+td.dict-word {
+ font-weight: bold;
+}
+
+td.dict-word-forms {
+ font-size: smaller;
+}
+
+/*
+ Conjugator
+ */
h2.verb {
text-decoration: underline;
}
@@ -492,3 +522,4 @@ div.unattested {
border: 2px solid red;
width: 100%;
}
+

Return to:

Send suggestions and report system problems to the System administrator.