]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/common.scss
add APNG player
[alttp.git] / resources / sass / common.scss
index 879253c893aba8a92603c913bdfc52b8521ffdad..3e88649417c1dcc9b8ced28749acd14768bc205e 100644 (file)
@@ -12,15 +12,9 @@ h1 {
 }
 
 .button-bar {
+       margin: -0.5ex;
        > * {
-               margin-left: 0.5ex;
-               margin-right: 0.5ex;
-       }
-       > :first-child {
-               margin-left: 0;
-       }
-       > :last-child {
-               margin-right: 0;
+               margin: 0.5ex;
        }
 }
 
@@ -29,6 +23,31 @@ h1 {
        max-width: none !important;
 }
 
+.png-player {
+       display: flex;
+       flex-direction: column;
+       align-items: center;
+
+       .screen {
+               background: black;
+               display: flex;
+               width: 100%;
+               height: auto;
+
+               canvas {
+                       flex-grow: 1;
+                       -ms-interpolation-mode: nearest-neighbor;
+                       image-rendering: crisp-edges;
+                       image-rendering: pixelated;
+               }
+       }
+
+       .controls {
+               margin-top: 0.5rem;
+               margin-bottom: 0.5rem;
+       }
+}
+
 .quote-alert {
        position: relative;
        &::after {
@@ -46,11 +65,11 @@ h1 {
 .snes-button-x,
 .snes-button-y {
        display: inline-block;
-       width: 1.5em;
+       width: 2em;
        height: 0;
-       padding: .75em 0;
+       padding: 1em 0;
        box-shadow: .125ex .125ex .125ex rgba(0, 0, 0, .5);
-       border-radius: .75em;
+       border-radius: 1em;
        font-size: 90%;
        font-weight: bold;
        text-align: center;