diff options
| author | adamhrv <adam@ahprojects.com> | 2019-04-17 22:46:34 +0200 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-04-17 22:46:34 +0200 |
| commit | 2813b772c8a088307f7a1ab9df167875d320162d (patch) | |
| tree | 44ef026ce7b3f4f8d8070580a5c0c37314d109a1 /site/assets | |
| parent | 61fbcb8f2709236f36a103a73e0bd9d1dd3723e8 (diff) | |
update duke
Diffstat (limited to 'site/assets')
| -rw-r--r-- | site/assets/css/css.css | 60 |
1 files changed, 42 insertions, 18 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css index 492ec347..e1acf5ac 100644 --- a/site/assets/css/css.css +++ b/site/assets/css/css.css @@ -111,20 +111,20 @@ header .links a { margin-right: 32px; transition: color 0.1s cubic-bezier(0,0,1,1), border-color 0.05s cubic-bezier(0,0,1,1); border-bottom: 1px solid rgba(255,255,255,0); - padding: 3px; + padding-bottom: 3px; font-weight: 400; } header .links a.active { color: #fff; - border-bottom: 1px solid rgba(255,255,255,255); + border-bottom: 2px solid rgba(255,255,255,255); } .desktop header .links a:hover { color: #fff; - border-bottom: 1px solid rgba(255,255,255,255); + border-bottom: 2px solid rgba(255,255,255,255); } .desktop header .links a.active:hover { color: #fff; - border-bottom: 1px solid rgba(255,255,255,255); + border-bottom: 2px solid rgba(255,255,255,255); } header .links.splash{ font-size:22px; @@ -139,10 +139,10 @@ footer { display: flex; flex-direction: row; justify-content: space-between; - color: #888; - font-size: 9pt; + color: #666; + font-size: 11px; line-height: 17px; - padding: 20px 0 20px; + padding: 15px; font-family: "Roboto", sans-serif; } footer > div { @@ -157,14 +157,36 @@ footer > div:nth-child(2) { } footer a { display: inline-block; - color: #888; + color: #ccc; transition: color 0.1s cubic-bezier(0,0,1,1); - margin-right: 5px; + border-bottom:1px solid #555; + padding-bottom: 1px; + text-decoration: none; } -footer a:hover { - color: #ddd; +footer a:hover{ + color: #ccc; + border-bottom:1px solid #999; +} +footer ul{ + margin:0; +} +footer ul li{ + color: #bbb; + margin: 0 5px 0 0; + font-size: 12px; + display: inline-block; +} +footer ul li:last-child{ + margin-right:0px; +} +footer ul.footer-left{ + float:left; + margin-left:40px; +} +footer ul.footer-right{ + float:right; + margin-right:40px; } - /* headings */ h1 { @@ -286,7 +308,7 @@ p.subp{ font-size: 14px; } .content a { - color: #fff; + color: #dedede; text-decoration: none; border-bottom: 2px solid #666; padding-bottom: 1px; @@ -731,6 +753,7 @@ section.fullwidth .image { display: flex; flex-direction: row; flex-wrap: wrap; + margin:0; } .dataset-list a { text-decoration: none; @@ -1063,18 +1086,19 @@ ul.map-legend li.source:before { /* footnotes */ a.footnote { - font-size: 10px; + font-size: 9px; + line-height: 0px; position: relative; - display: inline-block; - bottom: 10px; + /*display: inline-block;*/ + bottom: 7px; text-decoration: none; color: #ff8; border: 0; - left: 2px; + left: -1px; transition-duration: 0s; } a.footnote_shim { - display: inline-block; + /*display: inline-block;*/ width: 1px; height: 1px; overflow: hidden; position: relative; |
