summaryrefslogtreecommitdiff
path: root/site/assets
diff options
context:
space:
mode:
Diffstat (limited to 'site/assets')
-rw-r--r--site/assets/css/css.css34
1 files changed, 34 insertions, 0 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css
index fed381a7..8b4241ea 100644
--- a/site/assets/css/css.css
+++ b/site/assets/css/css.css
@@ -548,4 +548,38 @@ section.intro_section {
.intro_section span {
box-shadow: -10px -10px #000, 10px -10px #000, 10px 10px #000, -10px 10px #000;
background: #000;
+}
+
+/* footnotes */
+
+a.footnote {
+ font-size: 10px;
+ position: relative;
+ display: inline-block;
+ bottom: 10px;
+ text-decoration: none;
+ color: #ff0;
+ left: 2px;
+}
+.right-sidebar a.footnote {
+ bottom: 8px;
+}
+.desktop a.footnote:hover {
+ background-color: #ff0;
+ color: #000;
+}
+a.footnote_anchor {
+ font-weight: bold;
+ color: #ff0;
+ margin-right: 10px;
+ text-decoration: underline;
+ cursor: pointer;
+}
+ul.footnotes {
+ list-style-type: decimal;
+ margin-left: 30px;
+}
+li p {
+ margin: 0; padding: 0;
+ display: inline;
} \ No newline at end of file