summaryrefslogtreecommitdiff
path: root/site/assets/css
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-04-05 14:07:43 +0200
committerJules Laplace <julescarbon@gmail.com>2019-04-05 14:07:43 +0200
commitf27352d4be0751479344347c195fc2a7ecb70f28 (patch)
tree381c6c9b2e400e33505e726373144569cdb2ad14 /site/assets/css
parent0239c25eee09e00a04f60b5414051ff0eea4080e (diff)
parentb73e233acec5ad6c3aca7475288482f366f7a31f (diff)
Merge branch 'master' of github.com:adamhrv/megapixels_dev
Diffstat (limited to 'site/assets/css')
-rw-r--r--site/assets/css/css.css20
1 files changed, 16 insertions, 4 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css
index ab5d6534..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 */
@@ -734,6 +735,7 @@ section.fullwidth .image {
padding: 0;
cursor: pointer;
margin-right: 20px;
+ font-size: 16px;
}
.dataset-list .sort-options li:before {
content: '_';
@@ -1039,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