diff options
Diffstat (limited to 'site/assets/css/css.css')
| -rw-r--r-- | site/assets/css/css.css | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css index 824819a9..13c57db4 100644 --- a/site/assets/css/css.css +++ b/site/assets/css/css.css @@ -138,6 +138,7 @@ footer { justify-content: space-between; color: #888; font-size: 9pt; + line-height: 17px; padding: 20px 0 20px; font-family: "Roboto", sans-serif; } @@ -175,7 +176,7 @@ h1 { h2 { color: #eee; font-weight: 400; - font-size: 32px; + font-size: 34px; line-height: 43px; margin: 20px 0 20px; padding: 0; @@ -183,9 +184,9 @@ h2 { font-family: 'Roboto Mono', monospace; } h3 { - margin: 0 0 20px 0; + margin: 0 0 18px 0; padding: 20px 0 0 0; - font-size: 22pt; + font-size: 28px; font-weight: 400; transition: color 0.1s cubic-bezier(0,0,1,1); font-family: 'Roboto Mono', monospace; @@ -347,7 +348,7 @@ ul li { margin-bottom: 8px; color: #dedede; font-weight: 300; - font-size: 13px; + font-size: 14px; } /* misc formatting */ @@ -445,6 +446,9 @@ section img { display: block; margin: 0 auto; } +.image img { + cursor: pointer; +} section .image { margin-bottom: 20px; } @@ -731,6 +735,7 @@ section.fullwidth .image { padding: 0; cursor: pointer; margin-right: 20px; + font-size: 16px; } .dataset-list .sort-options li:before { content: '_'; @@ -1036,4 +1041,14 @@ li p { .citationHeader { padding-bottom: 10px +} +.download-btn{ + display: inline-block; + font-size: 13px; + color: #ddd; + cursor: pointer; + background: #333; + padding: 8px 10px; + border-radius: 5px; + transition: all 0.1s; }
\ No newline at end of file |
