From 1d9b662b25e04539ecf6b65906eeacea1ce035a2 Mon Sep 17 00:00:00 2001 From: Dimitri Sokolyuk Date: Mon, 6 Apr 2015 15:00:29 +0200 Subject: Add style --- static/style.css | 72 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 static/style.css (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css new file mode 100644 index 0000000..2dbadf9 --- /dev/null +++ b/static/style.css @@ -0,0 +1,72 @@ +body { + margin: 5% 10%; + color: #222; + padding: 1ex 1em; + font-family: 'Abel', sans-serif; +} +h1, h2, h3, h4, header, footer { + font-family: 'Raleway', sans-serif; + margin: 1em 0; +} +h1, h2 { + text-shadow: 1px 1px #CCC; +} +pre, code, kbd { + font-family: 'Anonymous Pro', monospace; +} +pre { + font-size: smaller; + background-color: #EEE; + overflow: auto; + padding: 1ex 2ex; +} +img, pre { + border-radius: 1ex; +} +time, address, #tags { + font-size: smaller; + color: #999; +} +#index td:nth-child(odd) { + text-align: right; +} +#index td { + vertical-align: top; + padding: 0.5ex; +} +header a, aside a { + color: #F50; +} +a { + text-decoration: none; + color: #05A; +} +aside { + float: right; + padding-left: 1em; + margin: 0 0 1em 2em; + width: 10em; + border-left: thin solid #999; + color: #555; + +} +aside ul { + padding: 0pt; +} +aside p, aside ul { + margin: 1em 1ex; +} +aside li { + list-style-type: none; + margin-bottom: 0.5ex; +} +article { + margin-bottom: 3em; +} +#figcaption { + font-style: italic; + margin-bottom: 1em; +} +address { + font-style: italic; +} -- cgit v1.2.3