Archipelago/WebHostLib/static/styles/player-settings.css

58 lines
1.0 KiB
CSS
Raw Normal View History

#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;
}
#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-20 01:51:59 +00:00
#game-settings #settings-wrapper{
margin-top: 1.5rem;
}
2020-08-20 01:51:59 +00:00
#game-settings table.option-set{
width: 100%;
margin-bottom: 1.5rem;
}
2020-08-20 01:51:59 +00:00
#game-settings table.option-set td.option-name{
width: 150px;
font-weight: bold;
2020-08-20 01:51:59 +00:00
font-size: 1rem;
line-height: 2rem;
}
2020-08-20 01:51:59 +00:00
#game-settings table.option-set td.option-value{
line-height: 2rem;
}
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;
}
#game-settings #game-settings-button-row{
width: 100%;
text-align: center;
}