mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-08 13:37:12 +08:00
Expansion (#707)
This additional content explores the aftermath of an event in The Ensign. A large dungeon, The Executioner, reveals the fate of one of the Wanderers’ most powerful weapons though multiple wings, each ending with a unique boss encounter. The fabricator allows the player to craft powerful items out of alien alloy, introducing new combat mechanics.
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
div#fabricateButtons {
|
||||
position: relative;
|
||||
top: 5px;
|
||||
left: 0;
|
||||
}
|
||||
|
||||
div#fabricateButtons::before {
|
||||
content: attr(data-legend);
|
||||
position: relative;
|
||||
top: -5px;
|
||||
}
|
||||
|
||||
div#blueprints::before {
|
||||
content: attr(data-legend);
|
||||
position: absolute;
|
||||
top: -13px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
div#blueprints {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
right: 237px;
|
||||
border: 1px solid black;
|
||||
cursor: default;
|
||||
padding: 5px 10px;
|
||||
width: 200px;
|
||||
}
|
||||
|
||||
div.blueprintRow {
|
||||
position: relative;
|
||||
}
|
||||
|
||||
div.blueprintRow .row_key {
|
||||
float: none;
|
||||
}
|
||||
Reference in New Issue
Block a user