From 12efe3ee0a694f937b13d9123e9287dbeee95e2e Mon Sep 17 00:00:00 2001 From: Georg Lukas Date: Wed, 21 Feb 2018 14:53:06 +0100 Subject: Improved style of text and hints --- stylesheets/i.css | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) (limited to 'stylesheets/i.css') diff --git a/stylesheets/i.css b/stylesheets/i.css index 574cf79..8431b3c 100644 --- a/stylesheets/i.css +++ b/stylesheets/i.css @@ -1,10 +1,25 @@ body { background: #f8f8f8; color: #000000; + font-size: 1em; + font-family: sans-serif; } +h3 { + font-size: 1.5em; + font-weight: 400; + line-height: 1.1; + color: #444; +} + a { color: #1863a1; } + +.btn:hover, .btn:focus, .btn.focus { + color: #666; + text-decoration: none; +} + .btn-primary { background: #252e3f; color: #f2f2f2; @@ -12,9 +27,16 @@ a { .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary { background: #353e5f; color: #b7c1d5; - box-shadow: none; + box-shadow: none; } .btn-primary:active, .btn-primary.active { - background: #353e5f; - box-shadow: none; + background: #353e5f; + box-shadow: none; +} +.text-center { + text-align: center; +} +.hint { + font-size: 0.9em; + color: #444; } -- cgit 1.4.1 From 11a55b09c1db5fc217a72664122ec0789f05671e Mon Sep 17 00:00:00 2001 From: Georg Lukas Date: Wed, 21 Feb 2018 18:05:35 +0100 Subject: Style: add padding between list items for better tapability --- stylesheets/i.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'stylesheets/i.css') diff --git a/stylesheets/i.css b/stylesheets/i.css index 8431b3c..29ec1bf 100644 --- a/stylesheets/i.css +++ b/stylesheets/i.css @@ -15,6 +15,10 @@ a { color: #1863a1; } +li { + padding-bottom: 0.75em; +} + .btn:hover, .btn:focus, .btn.focus { color: #666; text-decoration: none; -- cgit 1.4.1