2020-08-15 03:45:23 +00:00
|
|
|
#game-settings{
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
2020-08-20 01:51:59 +00:00
|
|
|
#game-settings code{
|
|
|
|
background-color: #dbe1bc;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding-left: 0.25rem;
|
|
|
|
padding-right: 0.25rem;
|
|
|
|
}
|
2020-08-15 03:45:23 +00:00
|
|
|
|
2020-08-26 00:51:11 +00:00
|
|
|
#game-settings .instructions{
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
#game-settings #settings-wrapper .setting-wrapper{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: flex-start;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#game-settings #settings-wrapper .setting-wrapper .title-span{
|
|
|
|
font-weight: bold;
|
2020-08-15 03:45:23 +00:00
|
|
|
}
|
|
|
|
|
2020-08-20 01:51:59 +00:00
|
|
|
#game-settings #settings-wrapper{
|
|
|
|
margin-top: 1.5rem;
|
|
|
|
}
|
2020-08-15 03:45:23 +00:00
|
|
|
|
2020-08-20 01:51:59 +00:00
|
|
|
#game-settings table.option-set{
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 1.5rem;
|
2020-08-15 03:45:23 +00:00
|
|
|
}
|
|
|
|
|
2020-08-20 01:51:59 +00:00
|
|
|
#game-settings table.option-set td.option-name{
|
|
|
|
width: 150px;
|
2020-08-15 03:45:23 +00:00
|
|
|
font-weight: bold;
|
2020-08-20 01:51:59 +00:00
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 2rem;
|
2020-08-15 03:45:23 +00:00
|
|
|
}
|
|
|
|
|
2020-08-20 01:51:59 +00:00
|
|
|
#game-settings table.option-set td.option-value{
|
|
|
|
line-height: 2rem;
|
2020-08-15 03:45:23 +00:00
|
|
|
}
|
|
|
|
|
2020-08-20 01:51:59 +00:00
|
|
|
#game-settings table.option-set td.option-value input[type=range]{
|
|
|
|
width: 90%;
|
|
|
|
min-width: 300px;
|
|
|
|
vertical-align: middle;
|
2020-08-15 03:45:23 +00:00
|
|
|
}
|
2020-08-28 01:31:18 +00:00
|
|
|
|
|
|
|
#game-settings #game-settings-button-row{
|
|
|
|
width: 100%;
|
|
|
|
text-align: center;
|
|
|
|
}
|