summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2016-04-01 16:30:52 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-04-01 16:30:52 +0200
commitba70aac92b1db9420fca1fb29d2fe832c2d03051 (patch)
tree4e75a36d3930e6cab114c8e835be9b1c11d819c5 /index.css
parent4668e546b33a9cb2ff044af55ba9c1c2c067d6da (diff)
downloadvortrag-knn-ba70aac92b1db9420fca1fb29d2fe832c2d03051.tar.gz
vortrag-knn-ba70aac92b1db9420fca1fb29d2fe832c2d03051.zip
integrate into mdl + impress.js
Diffstat (limited to 'index.css')
-rw-r--r--index.css45
1 files changed, 40 insertions, 5 deletions
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;
}