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 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>
<iframe name="aframe" id="aframe" src="INFO.png" width="100%" height="100%"></iframe>

View File

@ -96,8 +96,8 @@
visibility: visible;
background: rgba(0, 0, 0, 0.9);
color: white;
width: 570px;
height: 480px;
width: 80%;
height: 55%;
position: absolute;
bottom: 0;
left: 0;
@ -107,16 +107,10 @@
}
#toggleConsoleButton {
position: fixed;
top: 10px;
left: 10px;
cursor: pointer;
}
#fullscreenButton {
position: fixed;
top: 10px;
left: 70px;
cursor: pointer;
}
@ -127,9 +121,7 @@ iframe {
</head>
<body>
<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>
<button style="position: fixed; top: 10px; left: 10px;" onclick="toggleConsole()">(-/+)</button>
<div id="demo">
<div id="description">
<div id="showoff">
@ -158,9 +150,8 @@ iframe {
</div>
</div>
<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>
<button onclick="hideConsole()"> X </button><button id="fullscreenButton" onclick="toggleConsoleFullScreen()">^^</button>
<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 id="fullscreenButton" onclick="toggleConsoleFullScreen()"> ^^ </button> <button onclick="hideConsole()"> X </button>
<iframe name="aframe" id="aframe" src="_index.p4n.html" width="100%" height="100%"></iframe>
</div>