Forking what is left of ZeroNet and hopefully adding an AT Proto Frontend/Proxy
1.console-container { width: 100%; z-index: 998; position: absolute; top: -100vh; padding-bottom: 100%; }
2.console-container .console { background-color: #212121; height: 100vh; transform: translateY(0px); padding-top: 80px; box-sizing: border-box; }
3
4.console-top { color: white; font-family: Consolas, monospace; font-size: 11px; line-height: 20px; height: 100%; box-sizing: border-box; letter-spacing: 0.5px;}
5.console-text { overflow-y: scroll; height: calc(100% - 10px); color: #DDD; padding: 5px; margin-top: -36px; overflow-wrap: break-word; }
6.console-tabs {
7 background-color: #41193fad; position: relative; margin-right: 17px; /*backdrop-filter: blur(2px);*/
8 box-shadow: -30px 0px 45px #7d2463; background: linear-gradient(-75deg, #591a48ed, #70305e66); border-bottom: 1px solid #792e6473;
9}
10.console-tabs a {
11 margin-right: 5px; padding: 5px 15px; text-decoration: none; color: #AAA;
12 font-size: 11px; font-family: "Consolas"; text-transform: uppercase; border: 1px solid #666;
13 border-bottom: 0px; display: inline-block; margin: 5px; margin-bottom: 0px; background-color: rgba(0,0,0,0.5);
14}
15.console-tabs a:hover { color: #FFF }
16.console-tabs a.active { background-color: #46223c; color: #FFF }
17.console-middle {height: 0px; top: 50%; position: absolute; width: 100%; left: 50%; display: none; }
18
19.console .mynode {
20 border: 0.5px solid #aaa; width: 50px; height: 50px; transform: rotateZ(45deg); margin-top: -25px; margin-left: -25px;
21 opacity: 1; display: inline-block; background-color: #EEE; z-index: 9; position: absolute; outline: 5px solid #EEE;
22}
23.console .peers { width: 0px; height: 0px; position: absolute; left: -20px; top: -20px; text-align: center; }
24.console .peer { left: 0px; top: 0px; position: absolute; }
25.console .peer .icon { width: 20px; height: 20px; padding: 10px; display: inline-block; text-decoration: none; left: 200px; position: absolute; color: #666; }
26.console .peer .icon:before { content: "\25BC"; position: absolute; margin-top: 3px; margin-left: -1px; opacity: 0; transition: all 0.3s }
27.console .peer .icon:hover:before { opacity: 1; transition: none }
28.console .peer .line {
29 width: 187px; border-top: 1px solid #CCC; position: absolute; top: 20px; left: 20px;
30 transform: rotateZ(334deg); transform-origin: bottom left;
31}