From 0e9bbbf754bf8c2ee0f2a37b9a05fecd884bb42e Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 26 Feb 2018 23:35:36 +0100 Subject: new www stuff --- contrib/site/style.css | 111 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 111 insertions(+) create mode 100644 contrib/site/style.css (limited to 'contrib/site/style.css') diff --git a/contrib/site/style.css b/contrib/site/style.css new file mode 100644 index 0000000..88f8668 --- /dev/null +++ b/contrib/site/style.css @@ -0,0 +1,111 @@ +body { + background-color: #FFFFFF; + font-family: "Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial; + text-align: center; +} + +h1 { + letter-spacing: -1px; + color: #FFFFFF; + font-weight: bold; + font-size: 1.7em; +} + +h2 { + letter-spacing: -1px; + font-weight: bold; + font-size: 1.2em; + text-align: left; +} + +a { + color: #000000; + text-decoration: none; +} + +a:active { + color: #333333; + text-decoration: underline; +} + +a:hover { + text-decoration: underline; +} + +.center > * { + margin: 0 auto; +} + +table#header { + background-color: #333333; +} + +td { + padding: 0.5em 0.7em; +} + +td span { + color: #FFFFFF; +} + +td span a { + color: #AAAAAA; + font-size: 0.8em; + text-decoration: none; +} + +td span a:hover { + text-decoration: underline; +} + +td span.selected { + font-weight: bold; +} + +#video-overlay-inner { + background-image: url('images/play-big.png'); + background-repeat: no-repeat; + background-position: center; + width: 100%; + height: 100%; +} + +video { + background-image: url('images/elevate-turm.png'); + background-repeat: no-repeat; + background-position: center; + width: 100%; + height: 100%; +} + +div#controls { + background-color: #333333; +} + +div#controls table { + margin: 0; + padding: 0; + border: 0; +} + +div#controls td { + margin: 0; + padding: 0.3em 0.5em 0.15em 0.5em; + border: 0; +} + +/* +table#footer { + background-color: rgba(51,51,51,0.4); +} + + +table#footer td { + padding: 0.3em 0.5em; +} + +table#logos { + padding: 0.3em 2em; + background-color: rgba(51,51,51,0.4); +} +*/ -- cgit v1.2.3