X-Git-Url: https://git.cweiske.de/stouyapi.git/blobdiff_plain/eeb83bc96525bfcb38d614eb4f84f83b8e26a708..160e2a4ac460ae5114018d584f98ee7d8a2c52bc:/www/ouya-discover.css?ds=sidebyside diff --git a/www/ouya-discover.css b/www/ouya-discover.css index 82063be..26fd083 100644 --- a/www/ouya-discover.css +++ b/www/ouya-discover.css @@ -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;