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-09-05 22:51:46 +00:00
|
|
|
#game-settings #settings-wrapper #sprite-picker{
|
|
|
|
margin-bottom: 2rem;
|
|
|
|
}
|
|
|
|
|
|
|
|
#game-settings #settings-wrapper #sprite-picker #sprite-picker-sprites{
|
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: flex-start;
|
|
|
|
}
|
|
|
|
|
|
|
|
#game-settings #settings-wrapper #sprite-picker .sprite-img-wrapper{
|
|
|
|
cursor: pointer;
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Center tooltip text for sprite images */
|
|
|
|
#game-settings #settings-wrapper #sprite-picker .sprite-img-wrapper::after{
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
#game-settings #settings-wrapper #sprite-picker .sprite-img-wrapper img{
|
|
|
|
width: 32px;
|
|
|
|
height: 48px;
|
|
|
|
}
|
|
|
|
|
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-09-05 22:51:46 +00:00
|
|
|
#game-settings table.option-set td.option-name .delete-button{
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
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{
|
2020-10-16 23:33:42 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
justify-content: space-between;
|
2020-08-28 01:31:18 +00:00
|
|
|
width: 100%;
|
|
|
|
}
|