diff options
| author | adamhrv <adam@ahprojects.com> | 2019-04-12 09:09:13 +0200 |
|---|---|---|
| committer | adamhrv <adam@ahprojects.com> | 2019-04-12 09:09:13 +0200 |
| commit | 57fba037d519e45488599288f7753cb7a3cd32aa (patch) | |
| tree | 59e8c859171d68485ed3abc2909f3963d44cd5ac /site/assets/css | |
| parent | 285b86ec8b531de8d9ff864b957b38b9aa3d2b6f (diff) | |
merging
Diffstat (limited to 'site/assets/css')
| -rw-r--r-- | site/assets/css/css.css | 43 |
1 files changed, 36 insertions, 7 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css index e5615c67..a61a1875 100644 --- a/site/assets/css/css.css +++ b/site/assets/css/css.css @@ -197,7 +197,7 @@ h3 { h4 { margin: 0 0 10px 0; padding: 0; - font-size: 11pt; + font-size: 18pt; font-weight: 400; transition: color 0.1s cubic-bezier(0,0,1,1); font-family: 'Roboto Mono', monospace; @@ -366,6 +366,9 @@ pre { margin: 0 0 40px 0; border: 1px solid #666; border-radius: 2px; + padding: 10px; + display: block; + background: #333; } pre code { display: block; @@ -422,8 +425,28 @@ blockquote { border-left: 2px solid #555; } -/* footnotes */ +/* Buttons */ +.citation-opts { +} +.citation-opts li{ + display: inline-block; + margin-right:10px; +} +.desktop .content a.btn{ + display: inline-block; + background: #333; + padding: 6px 10px; + font-size: 10px; + border-radius: 6px; + font-weight: 400; + border:0px; +} +.desktop .content a.btn:hover{ + background: #444; + border:0px; +} +/* footnotes */ .footnotes hr { display: none; } @@ -678,8 +701,8 @@ section.fullwidth .image { border: 0; } .dataset-list .dataset { - width: 220px; - height: 140px; + width: 300px; + height: 180px; padding: 10px; color: white; font-weight: 400; @@ -878,6 +901,12 @@ ul.map-legend li.source:before { } /* about */ +.desktop a.ahrefmoz{ + color:#DE5825; +} +.desktop a.ahrefmoz:hover{ + color:#EF6D3B; +} .content-about { color: #fff; @@ -890,8 +919,8 @@ ul.map-legend li.source:before { font-weight: 300; } .content-about section:first-of-type > p:first-of-type { - font-size: 23px; - line-height: 39px; + font-size: 22px; + line-height: 40px; } .content-about .about-menu ul li { display: inline-block; @@ -985,7 +1014,7 @@ ul.map-legend li.source:before { display: block; } .content-about .team-member h3{ - font-size:18px; + font-size:20px; } |
