From ba70aac92b1db9420fca1fb29d2fe832c2d03051 Mon Sep 17 00:00:00 2001 From: schneefux Date: Fri, 1 Apr 2016 16:30:52 +0200 Subject: integrate into mdl + impress.js --- index.css | 45 ++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 40 insertions(+), 5 deletions(-) (limited to 'index.css') diff --git a/index.css b/index.css index 4801000..d863e90 100644 --- a/index.css +++ b/index.css @@ -1,9 +1,44 @@ -html, body { +/* reset */ +html, body, div, span, applet, object, iframe, +h1, h2, h3, h4, h5, h6, p, blockquote, pre, +a, abbr, acronym, address, big, cite, code, +del, dfn, em, img, ins, kbd, q, s, samp, +small, strike, strong, sub, sup, tt, var, +b, u, i, center, +dl, dt, dd, ol, ul, li, +fieldset, form, label, legend, +table, caption, tbody, tfoot, thead, tr, th, td, +article, aside, canvas, details, embed, +figure, figcaption, footer, header, hgroup, +menu, nav, output, ruby, section, summary, +time, mark, audio, video { margin: 0; padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; } -#visContainer { - position: fixed; - height: 100%; - width: 100%; + +.svgContainer { + height: 70%; +} + +.contentLoader { + position: absolute; + left: 50%; + top: 50%; +} + +h1, h2, h3, h4, h5, h6 { + text-align: center; +} + +.center { + margin-left: auto; + margin-right: auto; +} +.vcenter { + margin-top: auto; + margin-bottom: auto; } -- cgit v1.3.1