X-Git-Url: https://git.cweiske.de/stouyapi.git/blobdiff_plain/eeb83bc96525bfcb38d614eb4f84f83b8e26a708..48148e7ea1a22aa01629214e19e4656c9af40353:/www/ouya-discover.css diff --git a/www/ouya-discover.css b/www/ouya-discover.css index 82063be..64a741f 100644 --- a/www/ouya-discover.css +++ b/www/ouya-discover.css @@ -1,5 +1,12 @@ +html { + height: 100%; +} body { + min-height: 100%; background-color: #333; + background-image: url("bg.jpg"); + background-size: cover; + background-attachment: fixed; color: #CCC; font-family: sans; margin: 0; @@ -18,6 +25,13 @@ header { width: 100%; padding-left: 3ex; } +.ouyalogo { + height: 3rem; + width: auto; + position: fixed; + top: 2ex; + right: 6vw; +} h2 { text-shadow: 2px 2px #555; @@ -53,6 +67,7 @@ a { } .tile img { width: 20vw; + height: auto; } h3 { margin: 0; @@ -70,6 +85,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;