mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-21 00:32:51 +02:00
Added Locations. Need to add buttons to make everything connect together properly, and also getting/working for josb
This commit is contained in:
+14
-2
@@ -13,7 +13,11 @@ p {
|
||||
color: #66ff33;
|
||||
}
|
||||
|
||||
h1 {
|
||||
|
||||
}
|
||||
|
||||
/* Main menu */
|
||||
.mainmenu {
|
||||
list-style-type: none;
|
||||
margin: 0;
|
||||
@@ -51,6 +55,14 @@ p {
|
||||
color: white;
|
||||
}
|
||||
|
||||
h1 {
|
||||
padding: 8px;
|
||||
/* Make html links ("a" elements) nice looking buttons with this class */
|
||||
.a-link-button {
|
||||
text-decoration: none;
|
||||
background-color: #555;
|
||||
color: #FFFFFF;
|
||||
padding: 4px 4px 4px 4px;
|
||||
border-top: 1px solid #333333;
|
||||
border-right: 1px solid #333333;
|
||||
border-bottom: 1px solid #333333;
|
||||
border-left: 1px solid #333333;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user