From 70030be592232769f8f45c03841fb0e38a2c719e Mon Sep 17 00:00:00 2001 From: Astro Date: Sun, 22 Oct 2017 23:04:17 +0200 Subject: [PATCH] ds17 videos: css --- .../static/datenspuren/2017/style/style.css | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/content/static/datenspuren/2017/style/style.css b/content/static/datenspuren/2017/style/style.css index 2038ffb72..17d3ff639 100644 --- a/content/static/datenspuren/2017/style/style.css +++ b/content/static/datenspuren/2017/style/style.css @@ -222,3 +222,37 @@ footer { line-height: 1em; font-weight: 100; } + + +.resource { + display: inline-block; + margin: 8px; + padding: 0; + box-sizing: border-box; + /* width: 290px; */ +} +.resource h4 { + text-align: center; + margin: 2px 4px; + padding: 0; + font-size: 100%; + font-weight: bold; +} +.resource img { + width: 100%; +} +.resource .links { + margin: 2px 4px; + padding: 0; + list-style-type: none; + text-align: center; +} +.resource .links li { + display: inline-block; + font-size: 80%; + padding: 0 0.5em; +} +.resource .links li .size { + padding: 0 0 0 0.4em; + color: #777; +}