71 lines
1.1 KiB
CSS
71 lines
1.1 KiB
CSS
* {
|
|
}
|
|
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
|
|
background-color: rgb(76, 76, 76);
|
|
color: rgb(204, 204, 204);
|
|
font-family: Arial;
|
|
font-size: 9pt;
|
|
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-khtml-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none;
|
|
}
|
|
|
|
#walk-settings-header {
|
|
padding: 0.5em;
|
|
}
|
|
|
|
.settings-section {
|
|
position: relative;
|
|
display: block;
|
|
margin: 10px 10px 16px;
|
|
padding: 0 10px 0 10px;
|
|
}
|
|
|
|
.settings-section label {
|
|
font-weight: bold;
|
|
}
|
|
|
|
.settings-section span {
|
|
float: right;
|
|
}
|
|
|
|
#animation-character-select {
|
|
width:75px;
|
|
float: right;
|
|
}
|
|
|
|
.button-group {
|
|
position: relative;
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
|
|
input[type=button] {
|
|
cursor: pointer;
|
|
background-color: #608e96;
|
|
border-color: #608e96;
|
|
border-radius: 3.75pt;
|
|
margin: 5px 0 5px;
|
|
padding: 5px 0px 7px;
|
|
border: 0;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
.settings-button {
|
|
float: none;
|
|
width: 100%;
|
|
}
|
|
|
|
#path-to-assets {
|
|
width: 100%;
|
|
}
|