console /ipns/_SECTORNS_/TW

This commit is contained in:
fred 2023-12-01 02:02:48 +01:00
parent e1bb6cfadd
commit d28f21bc0a
2 changed files with 18 additions and 4 deletions

View File

@ -118,11 +118,24 @@
top: 1%;
right: 1%;
}
#console {
visibility: hidden;
background: rgba(0, 0, 0, 0.9); /* Adjust the background color and opacity as needed */
color: white;
width: 570px;
height: 480px;
position: absolute;
bottom: 0;
left: 0;
padding: 5px;
box-sizing: border-box;
}
</style>
</head>
<body>
<button style="position: fixed; top: 10px; left: 10px;" onclick="document.getElementById('console').style.visibility = (document.getElementById('console').style.visibility === 'hidden' ? 'visible' : 'hidden');">(-/+)</button>
<div id="demo">
<div id="description">
@ -151,5 +164,9 @@
</div>
<div id="console"> ___ <a href="/ipns/_SECTORNS_/TW" target="aframe">SECTOR TW _SECTOR_ (@@@) </a> ___ <button onclick="document.getElementById('console').style.visibility = 'hidden';"> X </button>
<iframe name="aframe" id="aframe" src="https://pad.p2p.legal/p/AstroportSectorTW" width="100%" height="100%"></iframe>
</div>
</body></html>

View File

@ -69,9 +69,6 @@ header {
box-sizing: border-box;
}
you are looking for this:
a:visited{
color:blue;
}