diff options
Diffstat (limited to 'site/assets/css')
| -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 | 35 |
3 files changed, 38 insertions, 0 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 new file mode 100644 index 00000000..eef3126f --- /dev/null +++ b/site/assets/css/splash.css @@ -0,0 +1,35 @@ +/* splash */ + +html, body { + overflow: hidden; + width: 100%; height: 100%; +} +header { + position: absolute; + background: transparent; + box-shadow: none; +} +footer { + background: transparent; + position: absolute; + bottom: 0; left: 0; +} +footer div { + z-index: 2; +} +header, footer { + text-shadow: 0 0 5px #191919, 0 0 5px #191919, 0 0 5px #191919; +} +header > div a, +footer > div { + background: rgba(25, 25, 25, 0.8); + padding: 3px; + border-radius: 2px; +} +.splash { +} +#three_container { + position: absolute; + top: 0; left: 0; + width: 100%; height: 100%; +}
\ No newline at end of file |
