Make HTML valid
[stouyapi.git] / www / ouya-discover.css
index 82063be49bd62017fda6900417fd7b618a391951..26fd0832be170e89913ed8b388587d0fae118839 100644 (file)
@@ -1,5 +1,8 @@
 body {
     background-color: #333;
+    background-image: url("bg.jpg");
+    background-size: 100vw auto;
+    background-attachment: fixed;
     color: #CCC;
     font-family: sans;
     margin: 0;
@@ -18,6 +21,13 @@ header {
     width: 100%;
     padding-left: 3ex;
 }
+.ouyalogo {
+    height: 3rem;
+    width: auto;
+    position: fixed;
+    top: 2ex;
+    right: 6vw;
+}
 
 h2 {
     text-shadow: 2px 2px #555;
@@ -70,6 +80,21 @@ h3 a {
     padding-left: 2ex;
     font-size: 80%;
 }
+
+
+nav {
+    text-align: center;
+    margin-top: 6ex;
+    margin-bottom: 2ex;
+}
+nav a {
+    color: white;
+    margin-left: 1ex;
+    margin-right: 1ex;
+}
+
+
+/* rating stars */
 .average {
     visibility: hidden;
     font-size: 0;