From 20be828f835c5d332a1c07c37fde3e4078ebdddc Mon Sep 17 00:00:00 2001 From: Sander Roosendaal Date: Thu, 20 Sep 2018 16:52:23 +0200 Subject: [PATCH] user icons dark blue --- static/css/rowsandall2.css | 26 +++++++++++++++++++++++--- static/css/styles2.css | 12 ++++++++---- static/css/text2.css | 7 +------ templates/newbase.html | 23 ++++++++++++++--------- 4 files changed, 46 insertions(+), 22 deletions(-) diff --git a/static/css/rowsandall2.css b/static/css/rowsandall2.css index 49634e36..d648c93f 100644 --- a/static/css/rowsandall2.css +++ b/static/css/rowsandall2.css @@ -292,6 +292,26 @@ th.rotate > div > span { text-align: center; } +.blueicon { + text-decoration: none; + display: block; + /* width: 100%; */ + color: #1c75bc; + padding: 0.2em 0.0em 0.2em 0.0em; + zoom: 1; + + + +.blueicon:hover { + background: #1c75bc; + text-decoration: none; +} + +.blueicon:active { + position: relative; + top: 1px; +} + a.button { color: white; } @@ -871,10 +891,10 @@ a.wh:hover { .icon-link a { text-decoration: none; - color: #27aae1; +/* color: #27aae1; */ } .icon-link a:hover, a:active, a:visited, a:link { - color: #1c75bc; - text-decoration: none; + /* color: #1c75bc; */ + text-decoration: none; } diff --git a/static/css/styles2.css b/static/css/styles2.css index ccdd6c09..53d71581 100644 --- a/static/css/styles2.css +++ b/static/css/styles2.css @@ -6,10 +6,11 @@ font: 1.2em Helvetica, arial, sans-serif; } + .wrapper > * { - border: 2px solid #f08c00; + /* border: 2px solid #f08c00; */ padding: 5px; - } + } nav ul { list-style: none; @@ -38,12 +39,13 @@ display: flex; justify-content: flex-end; } - + .main-head { - grid-area: header; + grid-area: header; } .main-user { grid-area: user; + background: #ededed; } .content { @@ -51,6 +53,7 @@ } .main-nav { grid-area: nav; + background: #27aae1; } .side { grid-area: sidebar; @@ -61,6 +64,7 @@ .main-footer { grid-area: footer; } + .wrapper { display: grid; grid-gap: 2px; diff --git a/static/css/text2.css b/static/css/text2.css index 3e6772d8..75656093 100644 --- a/static/css/text2.css +++ b/static/css/text2.css @@ -67,12 +67,7 @@ h3 { font-size: 1em; } -h3 { - /* padding-top: 20px; */ - font-weight: normal; - text-align: left; - font-size: 1em; -} + h4 { diff --git a/templates/newbase.html b/templates/newbase.html index 0b097d54..a7487d43 100644 --- a/templates/newbase.html +++ b/templates/newbase.html @@ -114,33 +114,38 @@