diff --git a/css/master.css b/css/master.css
index 2bb2af6..a6778f9 100644
--- a/css/master.css
+++ b/css/master.css
@@ -370,6 +370,48 @@ a.btn {
text-align: center;
}
+/*
+ -=-=-= FLYOUT =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
+*/
+.flyout {
+ margin: 0; padding: 0.5rem 0.5rem 1.5rem;
+
+ max-width: 621px; width: calc(100% - 2.5rem + 3px);
+ max-height: 50vh; height: auto;
+
+ bottom: -50vh; left: 50%;
+
+ transform: translateX(-50%);
+
+ position: fixed; z-index: 99999;
+
+ overflow-y: auto;
+
+ border: 0.2rem solid var(--green);
+ border-bottom: none;
+ border-radius: inherit inherit none none;
+
+ word-wrap: break-word;
+
+ transition: bottom 0.5s cubic-bezier(.19,1,.22,1);
+}
+
+.flyout-dim {
+ margin: 0; padding: 0;
+
+ width: 100vw; height: 100vh;
+
+ left: 0; top: 0;
+
+ position: fixed; z-index: 99998;
+
+ opacity: 0.8;
+
+ display: none;
+
+ background: var(--bg);
+}
+
/*
-=-=-= FONT SIZES =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
*/
diff --git a/image.php b/image.php
index c4092a7..e4438a3 100644
--- a/image.php
+++ b/image.php
@@ -106,11 +106,12 @@
// Image download
echo "Download image";
?>
+