From 4f181c9031cf11d0d2d78abe4937242e30c5359f Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 12 Jan 2021 00:34:08 -0500 Subject: Replace causal.agency with a simple mdoc page --- www/causal.agency/style.css | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 www/causal.agency/style.css (limited to 'www/causal.agency/style.css') diff --git a/www/causal.agency/style.css b/www/causal.agency/style.css new file mode 100644 index 00000000..78e4a334 --- /dev/null +++ b/www/causal.agency/style.css @@ -0,0 +1,23 @@ +@import url("scheme.css"); + +table.head, table.foot { width: 100%; } +td.head-rtitle, td.foot-os { text-align: right; } +td.head-vol { text-align: center; } +div.Pp { margin: 1ex 0ex; } +div.Nd, div.Bf, div.Op { display: inline; } +span.Pa, span.Ad { font-style: italic; } +span.Ms { font-weight: bold; } +dl.Bl-diag > dt { font-weight: bold; } +code.Nm, code.Fl, code.Cm, code.Ic, code.In, code.Fd, code.Fn, +code.Cd { font-weight: bold; font-family: inherit; } + +html { font-family: monospace; line-height: 1.25em; } +body { max-width: 80ch; margin: 1em auto; padding: 0 1ch; } +table { border-collapse: collapse; } +table.Nm code.Nm { padding-right: 1ch; } +table.foot { margin-top: 1em; } + +html { background-color: var(--ansi0); color: var(--ansi7); } +a { color: var(--ansi4); } +a:visited { color: var(--ansi5); } +h1 a { color: inherit; text-decoration: none; } -- cgit 1.4.1