From 9ec276ec3ddbbaad554657333453317947f98d63 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Sun, 16 Dec 2018 12:42:21 +0100 Subject: generate single page with -i --- site/assets/css/css.css | 16 ++++++++++++++++ site/public/test/citations/index.html | 5 ++--- site/public/test/csv/index.html | 7 +++---- site/public/test/datasets/index.html | 5 ++--- site/public/test/face_search/index.html | 5 ++--- site/public/test/gallery/index.html | 2 +- site/public/test/map/index.html | 4 +--- site/public/test/name_search/index.html | 4 +--- 8 files changed, 28 insertions(+), 20 deletions(-) (limited to 'site') diff --git a/site/assets/css/css.css b/site/assets/css/css.css index 83db7f23..b6742cdc 100644 --- a/site/assets/css/css.css +++ b/site/assets/css/css.css @@ -11,6 +11,14 @@ html { background: #191919; } +.content { + opacity: 0; + transition: opacity 0.2s cubic-bezier(0,1,1,1); +} +html.desktop .content, html.mobile .content { + opacity: 1; +} + /* header */ header { @@ -130,6 +138,14 @@ h2, h3 { font-weight: 500; transition: color 0.2s cubic-bezier(0,0,1,1); } +.content h2 a { + color: #888; + text-decoration: none; +} +.desktop .content h2 a:hover { + color: #fff; + text-decoration: underline; +} th, .gray, h2, h3 { font-family: 'Roboto Mono', monospace; diff --git a/site/public/test/citations/index.html b/site/public/test/citations/index.html index 2013db4e..32b9115c 100644 --- a/site/public/test/citations/index.html +++ b/site/public/test/citations/index.html @@ -27,9 +27,8 @@
-
citations lfw
-
-
+

Citations

+