diff --git a/css/menupages.css b/css/menupages.css index 400d7a875..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,21 +470,19 @@ 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 { + +#augmentations-list li, +#queued-augmentations-list li { width: 70%; background-color: #333; } #augmentations-list h2, -#augmentations-list p { +#augmentations-list p, +#queued-augmentations-list h2, +#queued-augmentations-list p { margin: 4px; color: var(--my-font-color); padding: 8px; @@ -533,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 { @@ -574,4 +533,3 @@ div.faction-clear { #location-job-reputation, #location-company-favor { display: inline; } - diff --git a/css/styles.css b/css/styles.css index f773a83e9..f3b8d08d2 100644 --- a/css/styles.css +++ b/css/styles.css @@ -240,6 +240,7 @@ tr:focus { margin-right: 14px; background-color: transparent; z-index: 2; + width: auto; } /* Character Overview */ diff --git a/css/terminal.css b/css/terminal.css index 8a392f432..dd44c2cca 100644 --- a/css/terminal.css +++ b/css/terminal.css @@ -18,6 +18,11 @@ background-color: var(--my-background-color); } +/* +.posted { + width: 70%; +}*/ + #terminal-input { background-color: var(--my-background-color); color: var(--my-font-color); diff --git a/index.html b/index.html index 2dc38708a..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
@@ -548,16 +548,35 @@Lists all augmentations you have installed
+ +
+ Below is a list of all Augmentations you have purchased but not yet installed. Click the button below to install them.
+
WARNING: Purchasing an Augmentation resets most of your progress, including:
+ Stats/Skill levels and Experience
+ Money
+ Scripts on every computer but your home computer
+ Purchased servers
+ Hacknet Nodes
+ Faction/Company reputation
+ Purchasing an Augmentation lets you start over with the perks and benefits granted by all
+ of the Augmentations you have ever purchased. Also, you will keep any scripts and RAM upgrades
+ on your home computer (but you will lose all programs besides NUKE.exe).
+
List of all augmentations that have been installed. You have gained the effects of these augmentations
-
WARNING: Purchasing an Augmentation resets most of your progress, including:
- Stats/Skill levels and Experience
- Money
- Scripts on every computer but your home computer
- Purchased servers
- Hacknet Nodes
- Faction/Company reputation
- Purchasing an Augmentation lets you start over with the perks and benefits granted by all
- of the Augmentations you have ever purchased. Also, you will keep any scripts and RAM upgrades
- on your home computer (but you will lose all programs besides NUKE.exe).
-