]> git.localhorst.tv Git - alttp.git/blobdiff - resources/sass/common.scss
clickable APNGs
[alttp.git] / resources / sass / common.scss
index 3e88649417c1dcc9b8ced28749acd14768bc205e..4d603f06a3b4926d0a8706e4e1ffdd0cf35477fa 100644 (file)
@@ -23,6 +23,18 @@ h1 {
        max-width: none !important;
 }
 
+.pic-end {
+       float: right;
+       margin-left: 1rem;
+       margin-bottom: 1rem;
+}
+
+.pic-start {
+       float: left;
+       margin-right: 1rem;
+       margin-bottom: 1rem;
+}
+
 .png-player {
        display: flex;
        flex-direction: column;
@@ -60,6 +72,12 @@ h1 {
        }
 }
 
+.raw-html {
+       img[type="image/apng"] {
+               cursor: pointer;
+       }
+}
+
 .snes-button-a,
 .snes-button-b,
 .snes-button-x,