2019-12-08 22:43:49 +01:00
|
|
|
div.container div.section:not(:first-child) {
|
|
|
|
padding-top: 20px;
|
|
|
|
clear: both;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.container div.floating.right {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.separator {
|
|
|
|
font-size: large;
|
|
|
|
font-weight: bold;
|
|
|
|
padding-left: 5px;
|
|
|
|
padding-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.labelledsection.horizontal {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.labelledsection.vertical {
|
|
|
|
display: block;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.labelledsection.horizontal:not(:last-child):not(:only-child) {
|
|
|
|
margin-right: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.labelledsection div.label {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.labelledsection div.content {
|
|
|
|
margin: 0px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
font-size: small;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.labelledsection.centered div.content, div.labelledsection.centered div.label {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.labelledsection.padded {
|
|
|
|
text-align: center;
|
|
|
|
width: 150px;
|
|
|
|
padding-top: 20px;
|
|
|
|
padding-bottom: 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.labelledsection.filled {
|
|
|
|
background-color: #f7f7f7;
|
|
|
|
border: 1px dashed #dddddd;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.labelledsection.iidx.themeoption select {
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
2021-08-28 22:32:40 +02:00
|
|
|
div.labelledsection.iidx.qprooption select {
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
|
2022-11-13 17:56:59 +01:00
|
|
|
div.labelledsection.jubeat.emblemoption select {
|
|
|
|
width: 300px;
|
|
|
|
}
|
|
|
|
|
2019-12-08 22:43:49 +01:00
|
|
|
div.labelledsection.ddr.option select {
|
|
|
|
width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.iidx.menuoption label, div.arcade.menuoption label {
|
|
|
|
position: relative;
|
|
|
|
vertical-align: middle;
|
|
|
|
bottom: 3px;
|
|
|
|
font-size: small;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.iidx.menuoption, div.arcade.menuoption {
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.arcade.menuoption label {
|
|
|
|
display: inline-block;
|
|
|
|
min-width: 200px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.score span.label {
|
|
|
|
font-size: smaller;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.score span.status {
|
|
|
|
font-size: smaller;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.score span.score {
|
|
|
|
padding-left: 3px;
|
|
|
|
padding-right: 3px;
|
|
|
|
}
|
|
|
|
|
2022-10-07 04:03:51 +02:00
|
|
|
div.score span.grade, table.topscores span.grade {
|
2019-12-08 22:43:49 +01:00
|
|
|
font-weight: bold;
|
|
|
|
padding-right: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.songname {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: large;
|
|
|
|
}
|
|
|
|
|
2022-10-07 04:03:51 +02:00
|
|
|
div.songartist, div.songgenre, div.songdifficulty, div.songdifficulties, div.songplays {
|
2019-12-08 22:43:49 +01:00
|
|
|
font-size: small;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.file {
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.ownerlist {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.ownerlist li {
|
|
|
|
margin-left: 25px;
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.card {
|
|
|
|
display: inline-block;
|
|
|
|
font-family: monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.placeholder, span.placeholder {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.timestamp {
|
|
|
|
font-style: italic;
|
|
|
|
font-size: small;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.loading {
|
|
|
|
font-size: small;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.raised {
|
2022-10-07 04:03:51 +02:00
|
|
|
font-size: smaller;
|
2019-12-08 22:43:49 +01:00
|
|
|
font-weight: bold;
|
2022-10-07 04:03:51 +02:00
|
|
|
text-transform: uppercase;
|
2019-12-08 22:43:49 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
dl {
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
dt {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
dd {
|
|
|
|
margin: 0px;
|
|
|
|
padding-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.longmessage {
|
|
|
|
margin-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.longmessage pre {
|
|
|
|
border: 1px solid rgba(128, 128, 128, 0.33);
|
|
|
|
background: rgb(232, 232, 232);
|
|
|
|
padding: 5px;
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
span.filter:not(:last-child) {
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
|
2022-10-08 05:42:02 +02:00
|
|
|
.slider.padded {
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: 2px;
|
|
|
|
}
|
|
|
|
|
2022-10-08 23:46:46 +02:00
|
|
|
.slider.spaced {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
2022-10-08 05:42:02 +02:00
|
|
|
span.slider-label {
|
|
|
|
position: relative;
|
2022-10-08 23:26:48 +02:00
|
|
|
top: -3px;
|
2022-10-08 05:42:02 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.slider.fix .label {
|
|
|
|
margin-top: 1px;
|
|
|
|
margin-bottom: -1px;
|
|
|
|
}
|
2022-11-13 17:56:59 +01:00
|
|
|
|
|
|
|
div.emblem {
|
|
|
|
position: relative;
|
|
|
|
width: 256px;
|
|
|
|
height: 256px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.emblem div {
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.emblem div img {
|
|
|
|
width: 256px;
|
|
|
|
height: 256px;
|
|
|
|
}
|