From d197b659ea9c9d284086686555c1227116c9c4b1 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 3 Jan 2017 19:18:51 -0500 Subject: change index style --- src/main.scss | 58 ++++++++++++++++++++++------------------------------------ 1 file changed, 22 insertions(+), 36 deletions(-) (limited to 'src/main.scss') diff --git a/src/main.scss b/src/main.scss index c40cb52..552fde2 100644 --- a/src/main.scss +++ b/src/main.scss @@ -84,46 +84,15 @@ article { max-width: 6.5in; margin: 0 auto; - #constructionBanner { - height: 50px; - background-color: #f89406; - } - - #constructionMessage { + .tag { + font-size: 60%; + font-family: sans-serif; + color: white; + text-decoration: none; text-align: center; - padding: 12px; - } - - #search { - padding: 10px; - } - - #sidebar { - border: 1px solid black; - padding: 5px; - margin: 5px; - float: right; - } - - li { - font-size: 14px; - } - - .spacer { - width: 50px; - display: inline; - padding: 0px 50px 0px 50px; - } - .tag { - font-size: 11px; - height: 13px; padding: 4px 7px 5px 7px; border-radius: 2px; - text-align: center; - text-decoration: none; - color: white; - font-family: sans-serif; } .tag.FF { background: FireBrick; } .tag.SS { background: SeaGreen; } @@ -140,6 +109,23 @@ footer { font-size: smaller; } +body.index { + article { + ul { + list-style: none; + display: table; + li { + display: table-row; + line-height: 1.3em; + & > * { + display: table-cell; + padding-right: 0.1em; + } + } + } + } +} + body.dnd { background: url(dnd/Background.png) repeat-y; background-size: 100%; -- cgit v1.2.3