summaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorcyfraeviolae <cyfraeviolae>2023-12-01 12:37:30 -0500
committercyfraeviolae <cyfraeviolae>2023-12-01 12:37:30 -0500
commit550e5d277d36c0bb279c6a49a8e99b135dd9bdab (patch)
tree8ac108a30b210d561cdf62f08f7134465ce39e5f /static/styles.css
parent27f01fe7ab0e4264b76539f95c5d9c178ebd77c4 (diff)
flag btn
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css25
1 files changed, 22 insertions, 3 deletions
diff --git a/static/styles.css b/static/styles.css
index 99356ab..f2f83ad 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -56,8 +56,8 @@
word-break: break-all;
text-overflow: ellipsis;
padding: .25em;
- padding-top: 2em;
- padding-bottom: 2em;
+ padding-top: 1em;
+ padding-bottom: 1em;
text-align: center;
font-family: Cantarell;
}
@@ -68,8 +68,27 @@
}
}
-
.answerline {
font-weight: bold;
font-size: large;
}
+
+.definition {
+ font-size: small;
+}
+
+.source {
+ float: right;
+ font-size: small !important;
+ font-style: normal;
+}
+
+.flag {
+ font-size: small;
+ font-weight: normal;
+}
+.flagged {
+ font-size: small;
+ font-weight: normal;
+ font-style: italic;
+}