From f4d5d6395b4ab9a386873916d7d08490f1f28574 Mon Sep 17 00:00:00 2001 From: Zack Scholl Date: Fri, 15 Dec 2017 07:20:40 -0700 Subject: Add style 2 --- static/css/style2.css | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 static/css/style2.css diff --git a/static/css/style2.css b/static/css/style2.css new file mode 100644 index 0000000..aa3618c --- /dev/null +++ b/static/css/style2.css @@ -0,0 +1,62 @@ +*, +:before, +:after { + box-sizing: border-box; +} +html, +body { + height: 100%; +} +body { + display: flex; + flex-direction: column; + font: 14px arial, sans-serif; + line-height: 1.45; + margin: 0; + padding: 0; +} +footer { + color: #666; + font-size: .9em; + padding: 1em 1em 2em; + text-align: center; +} +body { + flex: 1; + padding: 0 1em; + max-width: 50em; +} +.container { + margin: 0 auto; + max-width: 50em; +} +.homeLink:link, +.homeLink:visited { + color: #000; + text-decoration: none; +} +pre { + background: #eee; + padding: 1em; + border-radius: 1em; +} +blockquote { + background: #ddd; + padding: 0.1em 1em; + border-radius: 1em; +} + +img { + max-width: 100%; +} +table{ + border-collapse: collapse; + width: 100%; +} +td { + border: 1px solid #666; + padding: .25em .45em; +} +.menu { + float: right; +} \ No newline at end of file -- cgit v1.2.3