diff options
Diffstat (limited to 'site/assets')
| -rw-r--r-- | site/assets/css/css.css | 37 |
1 files changed, 32 insertions, 5 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css index adc1a2fa..2a004e76 100644 --- a/site/assets/css/css.css +++ b/site/assets/css/css.css @@ -645,7 +645,7 @@ section.images { } .image:first-child:nth-last-child(2), .image:first-child:nth-last-child(2) ~ .image { - width: 300px; + width: 455px; } .image:first-child:nth-last-child(3), .image:first-child:nth-last-child(3) ~ .image { @@ -727,15 +727,29 @@ section.fullwidth .image { } .research_index h1 { margin-top: 20px; - text-decoration: underline; +} +.research_index .wide { + min-height: 33vh; + padding: 40px 20px; } .desktop .research_index section:hover h1 { color: #fff; } +.research_index section { + padding: 20px; +} .research_index section:hover h2 { color: #ddd; } - +.research_index section h2, +.research_index section h3, +.research_index section h4 { + max-width: 90%; + margin: 30px; +} +.research_index .readmore span { + border-bottom: 2px solid; +} /* home page */ .hero { @@ -959,6 +973,7 @@ section.intro_section { max-width: 960px; margin: 3rem auto; } +.research_index h2, .intro_section .hero_desc { font-size: 38px; line-height: 60px; @@ -966,14 +981,16 @@ section.intro_section { color: #ddd; font-weight: 400; } +.mobile .research_index h2, .mobile .intro_section .hero_desc{ font-size: 16px; line-height: 32px; margin-bottom: 20px; } -.intro_section .hero_desc .dataset-name{ - color:#fff; +.intro_section .hero_desc .dataset-name { + color: #fff; } +.research_index h3, .intro_section .hero_subdesc { font-size: 17px; line-height: 36px; @@ -981,27 +998,37 @@ section.intro_section { font-weight: 400; color: #ddd; } +.mobile .research_index h3, .mobile .intro_section .hero_subdesc { font-size: 14px; line-height: 28px; } +.research_index h2 .bgpad, .intro_section .hero_desc .bgpad { box-shadow: -10px -10px #181818, 10px -10px #181818, 10px 10px #181818, -10px 10px #181818; background: #181818; } +.research_index h3 .bgpad, .intro_section .hero_subdesc .bgpad { box-shadow: -10px -10px #181818, 10px -10px #181818, 10px 10px #181818, -10px 10px #181818; background: #181818; } +.mobile .research_index h2 .bgpad, .mobile .intro_section .hero_desc .bgpad { box-shadow: -6px -6px #181818, 6px -6px #181818, 6px 6px #181818, -6px 6px #181818; background: #181818; } +.mobile .research_index h3 .bgpad, .mobile .intro_section .hero_subdesc .bgpad { box-shadow: -6px -6px #181818, 6px -6px #181818, 6px 6px #181818, -6px 6px #181818; background: #181818; } +.research_index h4 .bgpad { + box-shadow: -6px -6px #181818, 6px -6px #181818, 6px 6px #181818, -6px 6px #181818; + background: #181818; + color: #eee; +} .firefox .intro_section div > span { box-decoration-break: clone; |
