diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-04-19 12:28:12 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-04-19 12:28:12 +0200 |
| commit | ce2c36e4daadec8f8a19c1440bda0f0d6af3346b (patch) | |
| tree | 18c378ef103aad0c1d9999db4bd06a26e0ef9dcd /site/assets/css | |
| parent | 8ee09f68edd0e1386c1e825b4ce979f285c1204e (diff) | |
home
Diffstat (limited to 'site/assets/css')
| -rw-r--r-- | site/assets/css/css.css | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/site/assets/css/css.css b/site/assets/css/css.css index 7b89905c..304f8b67 100644 --- a/site/assets/css/css.css +++ b/site/assets/css/css.css @@ -277,7 +277,7 @@ th, .gray { .teaser { position: absolute; top: 50%; - left: 25%; + left: 100px; transform: translateY(-50%); } .teaser b { @@ -285,21 +285,32 @@ th, .gray { font-weight: 500; color: #fff; font-size: 40px; - display: block; + background: #181818; + box-shadow: -3px -3px #181818, 3px -3px #181818, -3px 3px #181818, 3px 3px #181818; + box-decoration-break: clone; } .teaser tt { font-family: 'Roboto Mono', monospace; color: #ddd; font-size: 16px; + line-height: 1.7; display: block; max-width: 400px; + margin: 10px 0 30px 0; +} +.teaser tt span { + background: #181818; + box-shadow: -3px -3px #181818, 3px -3px #181818, -3px 3px #181818, 3px 3px #181818; + box-decoration-break: clone; } .teaser .btn { color: #ddd; background: #444; - padding: 5px 10px; - font-size: 20px; + padding: 10px 15px; + font-size: 18px; border-radius: 4px; + text-decoration: none; + box-shadow: 0 1px 2px #181818; } /* content */ @@ -841,8 +852,8 @@ section.fullwidth .image { .desktop .dataset-list a:nth-child(3n+3):hover { background-color: rgba(255, 255, 0, 0.2); } .dataset-list span { - box-shadow: -3px -3px #181818, 3px -3px #181818, -3px 3px #181818, 3px 3px #181818; background-color: #181818; + box-shadow: -3px -3px #181818, 3px -3px #181818, -3px 3px #181818, 3px 3px #181818; box-decoration-break: clone; } .dataset-list .title { |
