diff --git a/templates/UPlanetSector/index.html b/templates/UPlanetSector/index.html index e62e9d90..d19e6d74 100644 --- a/templates/UPlanetSector/index.html +++ b/templates/UPlanetSector/index.html @@ -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; +} - +
@@ -151,5 +164,9 @@
+
___ SECTOR TW _SECTOR_ (@@@) ___ + +
+ diff --git a/templates/register.html b/templates/register.html index 93df91fc..088effd7 100644 --- a/templates/register.html +++ b/templates/register.html @@ -69,9 +69,6 @@ header { box-sizing: border-box; } - -you are looking for this: - a:visited{ color:blue; }