153 lines
3.5 KiB
CSS
153 lines
3.5 KiB
CSS
#Content > Button {
|
|
border-top-color: rgb(208, 152, 194);
|
|
border-right-color: rgba(208, 152, 194, 0);
|
|
border-bottom-color: rgba(208, 152, 194, 0);
|
|
border-left-color: rgba(208, 152, 194, 0);
|
|
border-bottom-width: 1px;
|
|
}
|
|
|
|
#Content Button {
|
|
background-color: rgba(0, 0, 0, 0);
|
|
padding: 12px 0;
|
|
margin: 0;
|
|
font-size: 18px;
|
|
color: rgb(208, 152, 194);
|
|
-unity-text-align: upper-left;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
#Content Label {
|
|
font-size: 18px;
|
|
color: rgb(208, 152, 194);
|
|
text-overflow: ellipsis;
|
|
-unity-text-align: upper-left;
|
|
padding: 12px 0;
|
|
margin: 0;
|
|
}
|
|
|
|
#MainView Label {
|
|
font-size: 22px;
|
|
color: rgb(15, 13, 27);
|
|
white-space: normal;
|
|
}
|
|
|
|
.lch-slider Label {
|
|
display: flex;
|
|
width: auto;
|
|
min-width: 15%;
|
|
}
|
|
|
|
.lch-slider #unity-drag-container {
|
|
}
|
|
|
|
.lch-slider #unity-tracker {
|
|
background-color: rgb(122, 90, 126);
|
|
border-left-color: rgba(0, 0, 0, 0);
|
|
border-right-color: rgba(0, 0, 0, 0);
|
|
border-top-color: rgba(0, 0, 0, 0);
|
|
border-bottom-color: rgba(0, 0, 0, 0);
|
|
border-top-width: 0;
|
|
border-right-width: 0;
|
|
border-bottom-width: 0;
|
|
border-left-width: 0;
|
|
margin-left: 4px;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.lch-slider #unity-dragger {
|
|
background-color: rgb(15, 13, 27);
|
|
border-left-color: rgb(15, 13, 27);
|
|
border-right-color: rgb(15, 13, 27);
|
|
border-top-color: rgb(15, 13, 27);
|
|
border-bottom-color: rgb(15, 13, 27);
|
|
border-top-width: 12px;
|
|
border-right-width: 12px;
|
|
border-bottom-width: 12px;
|
|
border-left-width: 12px;
|
|
border-radius: 5px;
|
|
height: 24px;
|
|
width: 24px;
|
|
}
|
|
|
|
#AccountFields TextField {
|
|
flex-shrink: 0;
|
|
flex-grow: 1;
|
|
margin: 0.75% 0;
|
|
font-size: 22px;
|
|
padding: 0;
|
|
color: rgb(15, 13, 27);
|
|
}
|
|
|
|
#AccountFields TextField Label {
|
|
-unity-text-align: middle-left;
|
|
flex-shrink: 0;
|
|
width: 10%;
|
|
color: rgb(15, 13, 27);
|
|
}
|
|
|
|
#AccountFields TextField #unity-text-input {
|
|
border-radius: 5px;
|
|
border-left-color: rgba(0, 0, 0, 0);
|
|
border-right-color: rgba(0, 0, 0, 0);
|
|
border-top-color: rgba(0, 0, 0, 0);
|
|
border-bottom-color: rgba(0, 0, 0, 0);
|
|
background-color: rgb(255, 232, 249);
|
|
color: rgb(15, 13, 27);
|
|
}
|
|
|
|
#AccountFields Button {
|
|
flex-grow: 0;
|
|
flex-shrink: 1;
|
|
width: auto;
|
|
padding: 0;
|
|
margin: 0.75% 0 0.75% 1.5%;
|
|
font-size: 22px;
|
|
-unity-text-align: middle-center;
|
|
background-color: rgb(15, 13, 27);
|
|
border-left-color: rgba(0, 0, 0, 0);
|
|
border-right-color: rgba(0, 0, 0, 0);
|
|
border-top-color: rgba(0, 0, 0, 0);
|
|
border-bottom-color: rgba(0, 0, 0, 0);
|
|
border-radius: 5px;
|
|
color: rgb(208, 152, 194);
|
|
min-width: 8.5%;
|
|
}
|
|
|
|
#AccountButtons > Button {
|
|
font-size: 22px;
|
|
flex-shrink: 0;
|
|
background-color: rgba(0, 0, 0, 0);
|
|
border-left-color: rgba(0, 0, 0, 0);
|
|
border-right-color: rgba(0, 0, 0, 0);
|
|
border-top-color: rgba(0, 0, 0, 0);
|
|
border-bottom-color: rgba(0, 0, 0, 0);
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
#LeaderboardEntry Label,
|
|
#LeaderboardEntryReference Label,
|
|
#LeaderboardEntryHeader Label {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-size: 26px;
|
|
}
|
|
|
|
#LeaderboardEntry,
|
|
#LeaderboardEntryReference,
|
|
#LeaderboardEntryHeader {
|
|
padding-top: 1.15%;
|
|
padding-bottom: 1.15%;
|
|
border-left-color: rgb(15, 13, 27);
|
|
border-right-color: rgb(15, 13, 27);
|
|
border-top-color: rgb(15, 13, 27);
|
|
border-bottom-color: rgb(15, 13, 27);
|
|
border-bottom-width: 1px;
|
|
flex-direction: row;
|
|
flex-shrink: 0;
|
|
flex-grow: 0;
|
|
}
|
|
|
|
#LeaderboardEntryHeader {
|
|
border-top-width: 1px;
|
|
}
|