diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-01-27 17:27:14 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-01-27 17:27:14 +0100 |
| commit | 3f16cb26e6a5e7858c9c3db10d02bec9c18b9511 (patch) | |
| tree | 2f3b5533d4ff2ddb1138bf7793143635c46115bc /site/assets | |
| parent | c9d476e421a50aa5e3e20389365263d5c36e5696 (diff) | |
remove dependencies from DRACO and MeshLine
Diffstat (limited to 'site/assets')
| -rw-r--r-- | site/assets/css/applets.css | 2 | ||||
| -rw-r--r-- | site/assets/css/css.css | 1 | ||||
| -rw-r--r-- | site/assets/css/splash.css | 6 | ||||
| -rw-r--r-- | site/assets/demo/splash/index.html | 4 |
4 files changed, 10 insertions, 3 deletions
diff --git a/site/assets/css/applets.css b/site/assets/css/applets.css index f437d1e8..aa9ce47f 100644 --- a/site/assets/css/applets.css +++ b/site/assets/css/applets.css @@ -1,3 +1,5 @@ +/* applets */ + .applet_container { min-height: 340px; } diff --git a/site/assets/css/css.css b/site/assets/css/css.css index 50958427..e29f2595 100644 --- a/site/assets/css/css.css +++ b/site/assets/css/css.css @@ -467,6 +467,7 @@ section.fullwidth .image { .content .dataset-intro .first_paragraph { margin-top: 10px; } + /* intro - list of datasets */ .dataset-list { diff --git a/site/assets/css/splash.css b/site/assets/css/splash.css index e60c7261..fbfc9b6f 100644 --- a/site/assets/css/splash.css +++ b/site/assets/css/splash.css @@ -7,13 +7,19 @@ html, body { header { position: absolute; background: transparent; + box-shadow: none; } footer { background: transparent; position: absolute; bottom: 0; left: 0; } +footer div { + z-index: 2; +} .splash { +} +#three_container { position: absolute; top: 0; left: 0; width: 100%; height: 100%; diff --git a/site/assets/demo/splash/index.html b/site/assets/demo/splash/index.html index f2a4f94e..28063651 100644 --- a/site/assets/demo/splash/index.html +++ b/site/assets/demo/splash/index.html @@ -24,9 +24,7 @@ </div> </header> <div class="splash"> - - - + <div id="three_container"></div> </div> <footer> <div> |
