From f7d4ba2023ab18b9d7c5fad85cbb863c61e6272c Mon Sep 17 00:00:00 2001 From: Viktor Kleen Date: Fri, 2 Jan 2015 09:29:04 +0000 Subject: initial commit --- style.css | 64 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..b86b20c --- /dev/null +++ b/style.css @@ -0,0 +1,64 @@ +body { + margin: auto; + padding-right: 1em; + padding-left: 1em; + font: normal 1.1em/1.3em monospace; + width: 60em; + text-align: justify; +} + +.display-math { + display: block; + margin-top: 0.2em; + margin-bottm: 0.2em; + text-align: center; +} + +.inline-math { + display: inline; +} + +a { + color: inherit; +} + +p { + margin-bottom: 0 +} + +p + p { + text-indent: 1.5em; + margin-top: 0 +} + +nav#top-level { + border-bottom: 1px solid grey; + border-top: 1px solid grey; + display: table; + text-align: center; + width: 100%; +} + +nav#top-level ul { + display: table-row; +} + +nav#top-level ul li { + display: table-cell; +} + +nav#top-level ul li a { + display: inline-block; + width: 100%; + text-align: center; + text-decoration: none; + color: inherit; + text-transform: uppercase; +} + +nav#top-level ul li a:hover { + display: inline-block; + width: 100%; + text-align: center; + background: lightgrey; +} -- cgit v1.2.3