More nerfs to combat augmentations. Randomized server parameters. Added Log and Kill button to Active SCripts panel

This commit is contained in:
Daniel Xie
2017-06-19 09:54:11 -05:00
parent 8ce228c71f
commit e2fbca1ef0
14 changed files with 136 additions and 100 deletions
+21
View File
@@ -239,6 +239,7 @@ background-color: #555;
background-color: #555;
width: auto;
display: none;
margin-bottom: 6px;
}
.active-scripts-script-panel p,
@@ -251,6 +252,26 @@ background-color: #555;
margin-left: 5%;
}
.active-scripts-button {
color: #aaa;
font-size: 16px;
font-weight: bold;
-webkit-border-radius: 12px;
-moz-border-radius: 12px;
border-radius: 12px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
margin: 4px;
padding: 4px;
}
.active-scripts-button:hover,
.active-scripts-button:focus {
color: white;
text-decoration: none;
cursor: pointer;
}
/* Hacknet Nodes */
#hacknet-nodes-container {