X-Git-Url: https://git.cweiske.de/stouyapi.git/blobdiff_plain/5060373c18331dbd58af36c81b930c1cdaf66961..d702d4150f5bdc56354011a1c01720b77ddef20d:/www/ouya-game.css diff --git a/www/ouya-game.css b/www/ouya-game.css index b9886e7..5f3f2f9 100644 --- a/www/ouya-game.css +++ b/www/ouya-game.css @@ -97,10 +97,20 @@ nav { .buttons h2 { display: none; } +.buttons { + display: flex; + justify-content: space-between; +} .buttons a { font-size: 1.5rem; color: #CCC; } +button.push-to-my-ouya { + cursor: pointer; + border: none; + padding: 0; + background-color: transparent; +} nav { text-align: center; @@ -156,3 +166,31 @@ nav a { .average-5:before { content: "★★★★★"; } + + +.popup { + position: fixed; + top: 1.5rem; + right: 1.5rem; + width: 20rem; + padding: 1rem; + background-color: black; + border: 1px solid #AAA; + border-radius: 0.5rem; +} +.popup a.close { + color: white; + font-size: 2rem; + text-decoration: none; + position: absolute; + top: 0; + right: 0.5rem; +} +.popup a.close:hover { + color: #fc4422; +} +.popup strong { + display: block; + color: #fc4422; + margin-bottom: 0.5rem; +}