summaryrefslogtreecommitdiff
path: root/www/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'www/index.css')
-rw-r--r--www/index.css20
1 files changed, 20 insertions, 0 deletions
diff --git a/www/index.css b/www/index.css
index bf24d23..2fe966c 100644
--- a/www/index.css
+++ b/www/index.css
@@ -7,6 +7,20 @@ html,body { margin: 0; font-family: sans-serif; }
#body table tr:nth-child(even) { background-color: #eee; }
#body ul.compact { columns: 2; }
+#body blockquote {
+ background-color: #eee;
+ border-radius: 2px;
+ padding: 4px;
+}
+
+#body blockquote p {
+ font-style: italic;
+}
+
+#body figure blockquote {
+ margin: 0;
+}
+
#header {
background-color: #060606;
color: #67ff79;
@@ -36,6 +50,11 @@ article .footer {
font-size: 0.75em;
float:right;
}
+
+.footnote {
+ font-size: 0.75em;
+}
+
code {
font-family: monospace;
background-color: #eee;
@@ -60,4 +79,5 @@ code.inline {
height: auto;
}
+
#tutorial { margin: 2% }