new design

This commit is contained in:
fred 2023-12-31 17:08:19 +01:00
parent 349ca75f67
commit 7710562046
2 changed files with 6 additions and 15 deletions

View File

@ -155,7 +155,7 @@ iframe {
</div> </div>
</div> </div>
<div id="console"> <div id="console">
<a href="INFO.png" target="aframe"> Info </a> / <a href="/ipns/_ZONENS_/TW" target="aframe">TW _ZONE_ </a><a href="http://127.0.0.1:8080/ipfs/QmcpLvLsgV6YVzrRsNy9Y52eMgrX1fundG5bChCey81fPu/#AX4zQf99MXNil0GI121Z" target="aframe"> ( Ğ ) </a> <a href="INFO.png" target="aframe"> ( ☼ ) </a> / <a href="/ipns/_ZONENS_/TW" target="aframe">TW _ZONE_ </a> <a href="http://127.0.0.1:8080/ipfs/QmcpLvLsgV6YVzrRsNy9Y52eMgrX1fundG5bChCey81fPu/#AX4zQf99MXNil0GI121Z" target="aframe"> ( Ğ ) </a>
<button id="fullscreenButton" onclick="toggleConsoleFullScreen()">^^</button><button onclick="hideConsole()"> X </button> <button id="fullscreenButton" onclick="toggleConsoleFullScreen()">^^</button><button onclick="hideConsole()"> X </button>
<iframe name="aframe" id="aframe" src="INFO.png" width="100%" height="100%"></iframe> <iframe name="aframe" id="aframe" src="INFO.png" width="100%" height="100%"></iframe>

View File

@ -96,8 +96,8 @@
visibility: visible; visibility: visible;
background: rgba(0, 0, 0, 0.9); background: rgba(0, 0, 0, 0.9);
color: white; color: white;
width: 570px; width: 80%;
height: 480px; height: 55%;
position: absolute; position: absolute;
bottom: 0; bottom: 0;
left: 0; left: 0;
@ -107,16 +107,10 @@
} }
#toggleConsoleButton { #toggleConsoleButton {
position: fixed;
top: 10px;
left: 10px;
cursor: pointer; cursor: pointer;
} }
#fullscreenButton { #fullscreenButton {
position: fixed;
top: 10px;
left: 70px;
cursor: pointer; cursor: pointer;
} }
@ -127,9 +121,7 @@ iframe {
</head> </head>
<body> <body>
<button style="position: fixed; top: 10px; left: 10px;" onclick="toggleConsole()">(-/+)</button>
<button id="toggleConsoleButton" onclick="toggleConsole()">(-/+)</button>
<button style="position: fixed; top: 10px; left: 10px;" onclick="document.getElementById('console').style.visibility = (document.getElementById('console').style.visibility === 'visible' ? 'hidden' : 'visible');">(-/+)</button>
<div id="demo"> <div id="demo">
<div id="description"> <div id="description">
<div id="showoff"> <div id="showoff">
@ -158,9 +150,8 @@ iframe {
</div> </div>
</div> </div>
<div id="console"> <div id="console">
<a href="_index.p4n.html" target="aframe">O</a> __ <a href="/ipns/_ZONENS_/TW" target="aframe">TW _ZONE_ </a> __ <a href="/ipns/_UPZONENS_/TW" target="aframe">TW _UPZONE_ </a> / <a href="/ipfs/QmcpLvLsgV6YVzrRsNy9Y52eMgrX1fundG5bChCey81fPu/#AX4zQf99MXNil0GI121Z" target="aframe">Ğ</a> <a href="_index.p4n.html" target="aframe"> ( °° ) </a> <a href="/ipns/_ZONENS_/TW" target="aframe">TW _ZONE_ </a> <a href="navigator_Umap.html" target="aframe"> (✜) </a> <a href="/ipns/_UPZONENS_/TW" target="aframe">TW _UPZONE_ </a> <a href="/ipfs/QmcpLvLsgV6YVzrRsNy9Y52eMgrX1fundG5bChCey81fPu/#AX4zQf99MXNil0GI121Z" target="aframe"> ( Ğ ) </a>
<button onclick="hideConsole()"> X </button><button id="fullscreenButton" onclick="toggleConsoleFullScreen()">^^</button> <button id="fullscreenButton" onclick="toggleConsoleFullScreen()"> ^^ </button> <button onclick="hideConsole()"> X </button>
<iframe name="aframe" id="aframe" src="_index.p4n.html" width="100%" height="100%"></iframe> <iframe name="aframe" id="aframe" src="_index.p4n.html" width="100%" height="100%"></iframe>
</div> </div>