diff --git a/index.html b/index.html index 23f254c..214f5b5 100644 --- a/index.html +++ b/index.html @@ -43,11 +43,20 @@
-
+ + + + + + + - - + + @@ -115,7 +119,7 @@ pad.vvvvvvaria.org/fhm#1.notes
--> -

Note: this interface is in experimental phase ☆゚.*・。゚ and some things may not work always smoothly * you can move and resize the elements above by dragging their corners / sides and click on the page to set the position *

+

Note: this interface is in experimental phase ☆゚.*・。゚ and some things may not work always smoothly *

diff --git a/narrowstyle.css b/narrowstyle.css index 0f79193..8cb3606 100644 --- a/narrowstyle.css +++ b/narrowstyle.css @@ -65,11 +65,11 @@ button { .note { font-size: 0.8rem; position: fixed; - bottom: 0; - right: 0; + bottom: 7px; + right: 25px; margin: 0.2rem; - background-color: #393c56; margin-left: 310px; + background-color: #393c56; } .about { @@ -342,6 +342,34 @@ button.minimize:hover { } +/* SILVIO */ + +.essay { + width: 55%; +} + +.essay iframe { + width: 100%; + height: 80vh; +} + +.chat { + margin-left: 1%; + width: 44%; +} + +.chat iframe { + width: 100%; + height: 80vh; +} + +.audio { + width: 50%; + right: 12%; + position: absolute; + bottom: 60px; +} + /* :::::::::::::::::::::::::::::::::::::::::::::: Responsiveness :::::::::::::::::::::::::::::::::::::::::::::: */