Integrated VE_FORBRYDERNE's Adventure Mode + Cleanup

Adventure Mode allows you to play this like AID, perfect for Choose your own Adventure models
This commit is contained in:
henk717
2021-08-19 13:18:01 +02:00
parent efbe40f1f6
commit 00414d26e2
9 changed files with 171 additions and 1977 deletions

View File

@@ -6,6 +6,11 @@ chunk {
color: #ffffff;
}
action {
color: #9ff7fa;
font-weight: bold;
}
#topmenu {
background-color: #337ab7;
padding: 10px;
@@ -97,12 +102,21 @@ chunk {
margin-left: 20px;
}
#inputrow.show_mode {
grid-template-columns: 7% 83% 10%;
}
#inputrow {
margin-top: 10px;
padding: 0px;
width: 100%;
display: grid;
grid-template-columns: 90% 10%;
grid-template-columns: 0% 90% 10%;
}
#inputrowmode {
position: relative;
padding-right: 0px;
}
#inputrowleft {
@@ -121,6 +135,13 @@ chunk {
color: #ffffff;
}
#btnmode {
width: 100%;
height: 100%;
overflow: auto;
overflow-x: hidden;
}
#btnsend {
width: 100%;
height: 100%;
@@ -302,10 +323,15 @@ chunk {
cursor: pointer;
}
.chunkhov:hover > action {
color: #00fa00;
}
.colorfade {
-moz-transition:color 1s ease-in;
-o-transition:color 1s ease-in;
-webkit-transition:color 1s ease-in;
transition:color 1s ease-in;
}
.color_orange {
@@ -448,6 +474,7 @@ chunk {
-moz-transition: background-color 0.25s ease-in;
-o-transition: background-color 0.25s ease-in;
-webkit-transition: background-color 0.25s ease-in;
transition: background-color 0.25s ease-in;
}
.loadlistitem:hover {
@@ -525,6 +552,7 @@ chunk {
-moz-transition: background-color 0.25s ease-in;
-o-transition: background-color 0.25s ease-in;
-webkit-transition: background-color 0.25s ease-in;
transition: background-color 0.25s ease-in;
}
.popuplistitem:hover {
@@ -575,6 +603,7 @@ chunk {
-moz-transition: all 0.15s ease-in;
-o-transition: all 0.15s ease-in;
-webkit-transition: all 0.15s ease-in;
transition: all 0.15s ease-in;
}
.seqselitem:hover {