summaryrefslogtreecommitdiff
path: root/contrib/site/style.css
diff options
context:
space:
mode:
authorPeterTheOne <petertheone@gmail.com>2018-02-28 11:38:49 +0100
committerPeterTheOne <petertheone@gmail.com>2018-02-28 11:38:49 +0100
commitbe000613e75ed85e286c56dad37e6285c5d16ff4 (patch)
tree8bd78e27ff1c2cd5f1877647d09e4bf3f668156a /contrib/site/style.css
parentshort direct-links (diff)
change direct-links on embed, try max-width
Diffstat (limited to 'contrib/site/style.css')
-rw-r--r--contrib/site/style.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/contrib/site/style.css b/contrib/site/style.css
index 51b4e48..161d62b 100644
--- a/contrib/site/style.css
+++ b/contrib/site/style.css
@@ -3,8 +3,19 @@ body {
text-align: center;
background-image: url(images/background.png);
background-repeat: repeat;
+ margin: 0;
}
+/*#header,
+#video-container-outer,
+#video-overlay,
+#player,
+#controls,
+#logos,
+#footer {
+ max-width: 95%;
+}*/
+
h1 {
letter-spacing: -1px;
color: #000000;
@@ -33,6 +44,12 @@ a:hover {
text-decoration: underline;
}
+/*.center {
+ overflow: hidden;
+ max-width: 100%;
+ position: relative;
+}*/
+
.center > * {
margin: 0 auto;
}