2020-12-01 02:15:47 +00:00
|
|
|
html{
|
2020-12-03 04:05:37 +00:00
|
|
|
background-image: url('../static/backgrounds/grass/grass-0007-large.png');
|
2020-12-01 02:15:47 +00:00
|
|
|
background-repeat: repeat;
|
2020-12-03 04:05:37 +00:00
|
|
|
background-size: 650px 650px;
|
2020-12-01 02:15:47 +00:00
|
|
|
}
|
|
|
|
|
2020-12-03 23:27:32 +00:00
|
|
|
#weighted-settings{
|
2020-12-01 02:15:47 +00:00
|
|
|
width: 60rem;
|
2020-08-15 03:45:23 +00:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
2020-12-01 02:15:47 +00:00
|
|
|
background-color: rgba(0, 0, 0, 0.15);
|
|
|
|
border-radius: 8px;
|
|
|
|
padding: 1rem;
|
2020-12-03 04:05:37 +00:00
|
|
|
color: #eeffeb;
|
2020-08-15 03:45:23 +00:00
|
|
|
}
|
|
|
|
|
2021-02-07 18:58:24 +00:00
|
|
|
#user-warning{
|
|
|
|
display: none;
|
|
|
|
width: calc(100% - 8px);
|
|
|
|
background-color: #ffe86b;
|
|
|
|
border-radius: 4px;
|
|
|
|
color: #000000;
|
|
|
|
padding: 4px;
|
|
|
|
text-align: center;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2020-12-03 23:27:32 +00:00
|
|
|
#weighted-settings code{
|
2020-12-01 02:15:47 +00:00
|
|
|
background-color: #d9cd8e;
|
2020-08-20 01:51:59 +00:00
|
|
|
border-radius: 4px;
|
|
|
|
padding-left: 0.25rem;
|
|
|
|
padding-right: 0.25rem;
|
2020-12-01 02:15:47 +00:00
|
|
|
color: #000000;
|
2020-08-20 01:51:59 +00:00
|
|
|
}
|
2020-08-15 03:45:23 +00:00
|
|
|
|
2020-12-03 23:27:32 +00:00
|
|
|
#weighted-settings h1{
|
2020-12-03 04:05:37 +00:00
|
|
|
font-size: 2.5rem;
|
|
|
|
font-weight: normal;
|
|
|
|
border-bottom: 1px solid #ffffff;
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
color: #ffffff;
|
|
|
|
text-shadow: 1px 1px 4px #000000;
|
|
|
|
}
|
|
|
|
|
2020-12-03 23:27:32 +00:00
|
|
|
#weighted-settings h2{
|
2020-12-03 04:05:37 +00:00
|
|
|
font-size: 2rem;
|
|
|
|
font-weight: normal;
|
|
|
|
border-bottom: 1px solid #ffffff;
|
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 0.5rem;
|
|
|
|
color: #ffe993;
|
|
|
|
text-transform: lowercase;
|
|
|
|
text-shadow: 1px 1px 2px #000000;
|
|
|
|
}
|
|
|
|
|
2020-12-03 23:27:32 +00:00
|
|
|
#weighted-settings h3, #weighted-settings h4, #weighted-settings h5, #weighted-settings h6{
|
2020-12-03 04:05:37 +00:00
|
|
|
color: #ffffff;
|
|
|
|
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
|
|
|
|
}
|
|
|
|
|
2020-12-03 23:27:32 +00:00
|
|
|
#weighted-settings .instructions{
|
2020-08-26 00:51:11 +00:00
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2020-12-03 23:27:32 +00:00
|
|
|
#weighted-settings #settings-wrapper .setting-wrapper{
|
2020-08-26 00:51:11 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
justify-content: flex-start;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2020-12-03 23:27:32 +00:00
|
|
|
#weighted-settings #settings-wrapper .setting-wrapper .title-span{
|
2020-12-03 04:05:37 +00:00
|
|
|
font-weight: 600;
|
|
|
|
font-size: 1.25rem;
|
2020-08-15 03:45:23 +00:00
|
|
|
}
|
|
|
|
|
2020-12-03 23:27:32 +00:00
|
|
|
#weighted-settings #settings-wrapper{
|
2020-08-20 01:51:59 +00:00
|
|
|
margin-top: 1.5rem;
|
|
|
|
}
|
2020-08-15 03:45:23 +00:00
|
|
|
|
2020-12-03 23:27:32 +00:00
|
|
|
#weighted-settings #settings-wrapper #sprite-picker{
|
2020-09-05 22:51:46 +00:00
|
|
|
margin-bottom: 2rem;
|
|
|
|
}
|
|
|
|
|
2020-12-03 23:27:32 +00:00
|
|
|
#weighted-settings #settings-wrapper #sprite-picker #sprite-picker-sprites{
|
2020-09-05 22:51:46 +00:00
|
|
|
display: flex;
|
|
|
|
flex-direction: row;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
justify-content: flex-start;
|
|
|
|
}
|
|
|
|
|
2020-12-03 23:27:32 +00:00
|
|
|
#weighted-settings #settings-wrapper #sprite-picker .sprite-img-wrapper{
|
2020-09-05 22:51:46 +00:00
|
|
|
cursor: pointer;
|
|
|
|
margin: 10px;
|
2020-11-07 12:11:54 +00:00
|
|
|
image-rendering: pixelated;
|
2020-09-05 22:51:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Center tooltip text for sprite images */
|
2020-12-03 23:27:32 +00:00
|
|
|
#weighted-settings #settings-wrapper #sprite-picker .sprite-img-wrapper::after{
|
2020-09-05 22:51:46 +00:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2020-12-03 23:27:32 +00:00
|
|
|
#weighted-settings #settings-wrapper #sprite-picker .sprite-img-wrapper img{
|
2020-09-05 22:51:46 +00:00
|
|
|
width: 32px;
|
|
|
|
height: 48px;
|
|
|
|
}
|
|
|
|
|
2020-12-03 23:27:32 +00:00
|
|
|
#weighted-settings table.option-set{
|
2020-08-20 01:51:59 +00:00
|
|
|
width: 100%;
|
|
|
|
margin-bottom: 1.5rem;
|
2020-08-15 03:45:23 +00:00
|
|
|
}
|
|
|
|
|
2020-12-03 23:27:32 +00:00
|
|
|
#weighted-settings table.option-set td.option-name{
|
2020-08-20 01:51:59 +00:00
|
|
|
width: 150px;
|
2020-12-03 04:05:37 +00:00
|
|
|
font-weight: 400;
|
2020-08-20 01:51:59 +00:00
|
|
|
font-size: 1rem;
|
|
|
|
line-height: 2rem;
|
2020-08-15 03:45:23 +00:00
|
|
|
}
|
|
|
|
|
2020-12-03 23:27:32 +00:00
|
|
|
#weighted-settings table.option-set td.option-name .delete-button{
|
2020-09-05 22:51:46 +00:00
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2020-12-03 23:27:32 +00:00
|
|
|
#weighted-settings table.option-set td.option-value{
|
2020-08-20 01:51:59 +00:00
|
|
|
line-height: 2rem;
|
2020-08-15 03:45:23 +00:00
|
|
|
}
|
|
|
|
|
2020-12-03 23:27:32 +00:00
|
|
|
#weighted-settings table.option-set td.option-value input[type=range]{
|
2020-08-20 01:51:59 +00:00
|
|
|
width: 90%;
|
|
|
|
min-width: 300px;
|
|
|
|
vertical-align: middle;
|
2020-08-15 03:45:23 +00:00
|
|
|
}
|
2020-08-28 01:31:18 +00:00
|
|
|
|
2020-12-03 23:27:32 +00:00
|
|
|
#weighted-settings #weighted-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%;
|
|
|
|
}
|
2020-12-01 08:08:31 +00:00
|
|
|
|
2020-12-03 23:27:32 +00:00
|
|
|
#weighted-settings a{
|
2020-12-03 04:05:37 +00:00
|
|
|
color: #ffef00;
|
|
|
|
}
|
|
|
|
|
2020-12-03 23:27:32 +00:00
|
|
|
#weighted-settings input:not([type]){
|
2020-12-03 04:05:37 +00:00
|
|
|
border: 1px solid #000000;
|
|
|
|
padding: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
min-width: 150px;
|
|
|
|
}
|
|
|
|
|
2020-12-04 10:30:03 +00:00
|
|
|
#weighted-settings input:not([type]):focus{
|
|
|
|
border: 1px solid #ffffff;
|
|
|
|
}
|
|
|
|
|
2020-12-03 23:27:32 +00:00
|
|
|
#weighted-settings select{
|
2020-12-03 04:05:37 +00:00
|
|
|
border: 1px solid #000000;
|
|
|
|
padding: 3px;
|
|
|
|
border-radius: 3px;
|
|
|
|
min-width: 150px;
|
2020-12-05 20:37:31 +00:00
|
|
|
background-color: #ffffff;
|
2020-12-01 08:08:31 +00:00
|
|
|
}
|
2020-12-04 10:30:03 +00:00
|
|
|
|