summaryrefslogtreecommitdiff
path: root/local.css
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-09-08 16:38:52 +0300
committerLars Wirzenius <liw@liw.fi>2019-09-08 16:38:52 +0300
commit08f39b37767d6479df63f10ced78ffb787bb7007 (patch)
treec505155936e3c717dca5bb2d7b1f0a9184be1f63 /local.css
parent8602d80fb9e86d13c120517bb3f4566bd3232712 (diff)
downloadsubplot.liw.fi-08f39b37767d6479df63f10ced78ffb787bb7007.tar.gz
Add: stylesheets
Copied from ick.liw.fi with permission.
Diffstat (limited to 'local.css')
-rw-r--r--local.css49
1 files changed, 49 insertions, 0 deletions
diff --git a/local.css b/local.css
new file mode 100644
index 0000000..9780c48
--- /dev/null
+++ b/local.css
@@ -0,0 +1,49 @@
+.float_right {
+ float: right;
+}
+
+table {
+ border-collapse: collapse;
+}
+
+table, th, td {
+ border: 1px solid #ddd;
+ text-align: left;
+}
+
+th, td {
+ padding: 10px;
+}
+
+h1 { font: bold 250% sans-serif; margin-top: 2em; }
+h2 { font: bold 150% sans-serif; margin-top: 2em; }
+h3, h4, h5, h6 { font: bold 100% sans-serif }
+body {
+ font-family: serif;
+}
+pre, code {
+ font-family: "Inconsolata", "Courier", monospace;
+}
+
+
+/* code formatting */
+pre.hl {
+ background: #ddd;
+}
+
+/* outlines; this overrides style.css */
+li.L1 { list-style: decimal; }
+li.L2 { list-style: decimal; }
+li.L3 { list-style: decimal; }
+li.L4 { list-style: decimal; }
+li.L5 { list-style: decimal; }
+li.L6 { list-style: decimal; }
+li.L7 { list-style: decimal; }
+li.L8 { list-style: decimal; }
+
+
+/* make list of news items look like a list */
+.newslist p {
+ display: list-item;
+ margin-left: 2em;
+}