Finished implementing Hacknet Nodes. Seems to be working fine

This commit is contained in:
Daniel Xie
2017-04-27 15:02:58 -05:00
parent e2947cc8c3
commit b61754ddd0
7 changed files with 293 additions and 47 deletions
+34 -1
View File
@@ -116,10 +116,43 @@
height: 100%;
margin-left: 10%;
width: 99%;
overflow-y: scroll;
}
.hacknet-node li {
#hacknet-nodes-container li{
padding: 6px;
margin: 6px;
}
#hacknet-nodes-text,
#hacknet-nodes-money {
width: 80%;
margin: 10px;
padding: 10px;
}
.hacknet-node {
margin: 6px;
padding: 6px;
border: 2px solid white;
-webkit-box-shadow:
inset 0 0 8px rgba(0,0,0,0.1),
0 0 16px rgba(0,0,0,0.1);
-moz-box-shadow:
inset 0 0 8px rgba(0,0,0,0.1),
0 0 16px rgba(0,0,0,0.1);
box-shadow:
inset 0 0 8px rgba(0,0,0,0.1),
0 0 16px rgba(0,0,0,0.1);
}
.hacknet-node-button-div a {
display: block;
}
.hacknet-node-button-div:not(:last-child) {
border-bottom: none;
}
/* World */