diff --git a/voussoir.net/index.html b/voussoir.net/index.html index 6d6166e..e929113 100644 --- a/voussoir.net/index.html +++ b/voussoir.net/index.html @@ -57,6 +57,11 @@ code { font-family: monospace; } padding-right: 4px; } +.hidden +{ + display: none !important; +} + #headline { height: 250px; @@ -93,6 +98,28 @@ code { font-family: monospace; } height: 2em; } +#fullscreen_button_holder +{ + height: 16px; + text-align: end; + width: 100%; + max-width: 500px; + margin-left: auto; + margin-right: auto; +} +#headline_fullscreen_button +{ + display: none; + width: 16px; + height: 16px; + background-color: transparent; + border: none; +} +#headline:hover #headline_fullscreen_button +{ + display: initial; +} + @keyframes splash_pulsate { 0% { transform: rotate(-15deg) scale(1.00); } @@ -272,7 +299,10 @@ code { font-family: monospace; }

voussoir.net

-
mostly new and partially improved
+
+
+
+
@@ -502,171 +532,212 @@ code { font-family: monospace; }