diff --git a/css/menupages.css b/css/menupages.css index ae5ff9b14..756dca2de 100644 --- a/css/menupages.css +++ b/css/menupages.css @@ -1,18 +1,21 @@ /* CSS for different main menu pages, such as character info, script editor, etc (but excluding terminal which has its own page) */ -/* Character Info */ -#character-container { - position: fixed; +.generic-menupage-container { height: 100%; - padding-top: 10px; padding-left: 10px; margin-left: 10%; width: 99%; - overflow: auto; overflow-y: scroll; } +/* Character Info */ +#character-container { + padding-top: 10px; + position: fixed; +} + + /* Script Editor */ /* This temp element is used for auto adjusting filename field */ .tmp-element { @@ -20,16 +23,13 @@ white-space: pre; } + #script-editor-container { position: fixed; padding-top: 10px; - height: 100%; - margin-left: 10%; - width: 99%; - color: var(--my-font-color); - overflow-y: scroll; } + #script-editor-buttons-wrapper { width: 100%; padding-right: 0xp; @@ -131,11 +131,6 @@ background-color: #555; #active-scripts-container { position: fixed; padding-top: 10px; - padding-left: 10px; - height: 100%; - margin-left: 10%; - width: 99%; - overflow-y: scroll; } #active-scripts-text, @@ -277,12 +272,9 @@ background-color: #555; #hacknet-nodes-container { position: fixed; padding: 10px; - height: 100%; - margin-left: 10%; - width: 99%; - overflow-y: scroll; } + #hacknet-nodes-container li{ padding: 6px; margin: 6px; @@ -337,12 +329,9 @@ background-color: #555; #world-container { position: fixed; padding-top: 10px; - padding-left: 10px; - height: 100%; - margin-left: 10%; - width: 99%; } + #world-city-name, #world-city-desc { padding: 4px; @@ -353,10 +342,6 @@ background-color: #555; #create-program-container { position: fixed; padding-top: 10px; - padding-left: 10px; - height: 100%; - margin-left: 10%; - width: 99%; } #create-program-page-text { @@ -393,23 +378,11 @@ background-color: #555; #factions-container { position: fixed; padding-top: 10px; - padding-left: 10px; - height: 100%; - margin-left: 10%; - width: 99%; - color: var(--my-font-color); - overflow-y: auto; } #faction-container { position: fixed; padding-top: 10px; - padding-left: 10px; - height: 100%; - margin-left: 10%; - width: 99%; - overflow: auto; - overflow-y: auto; } #factions-list li { @@ -472,12 +445,6 @@ div.faction-clear { #faction-augmentations-container{ position: fixed; padding-top: 10px; - padding-left: 10px; - height: 100%; - margin-left: 10%; - width: 99%; - color: var(--my-font-color); - overflow-y: auto; } #faction-augmentations-container p, @@ -503,14 +470,9 @@ div.faction-clear { #augmentations-container { position: fixed; padding-top: 10px; - padding-left: 10px; - height: 100%; - margin-left: 10%; - width: 99%; - color: var(--my-font-color); - overflow-y: scroll; } + #augmentations-list li, #queued-augmentations-list li { width: 70%; @@ -536,13 +498,7 @@ div.faction-clear { /* Tutorial */ #tutorial-container { position: fixed; - height: 100%; padding-top: 10px; - padding-left: 10px; - margin-left: 10%; - width: 99%; - overflow: auto; - overflow-y: scroll; } #tutorial-text { @@ -577,4 +533,3 @@ div.faction-clear { #location-job-reputation, #location-company-favor { display: inline; } - diff --git a/index.html b/index.html index d6369e6e2..f9cd95be5 100644 --- a/index.html +++ b/index.html @@ -142,14 +142,14 @@ -
Script name:
@@ -165,7 +165,7 @@This page displays a list of all of your scripts that are currently running across every machine. It also provides information about each script's production. The scripts are categorized by the hostname of the servers on which they are running.
@@ -175,7 +175,7 @@The Hacknet is a global, decentralized network of machines. It is used by hackers all around @@ -205,7 +205,7 @@
This page displays any programs that you are able to create. Writing the code for a program takes time, which can vary based on how complex the program is. If you are working on creating on a program you can cancel @@ -455,14 +455,14 @@
Lists all factions you have joined
---------------
@@ -539,7 +539,7 @@Lists all augmentations that are available to purchase from
@@ -549,7 +549,7 @@Below is a list of all Augmentations you have purchased but not yet installed. Click the button below to install them. @@ -576,7 +576,7 @@