psniquiz/client.css

220 lines
4.2 KiB
CSS
Raw Normal View History

2024-07-19 19:18:16 +03:00
body {
text-align: center;
}
#client-container {
min-width: 300px;
max-width: 326px;
min-height: 80px;
width: fit-content;
height: fit-content;
border: 1px solid #112;
border-radius : 12px;
font-family: ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
display: block;
position: fixed;
z-index: 999;
}
#client-top-header-game-date, #client-top-header-caption, #update-data-button {
padding: 3px;
padding-top: 6px;
padding-bottom: 2px;
display: block;
font-size: 16px;
font-weight: 700;
}
#client-top-header {
width: 100%;
margin-left: -1px;
margin-right: -1px;
margin-bottom: 6px;
border-radius: 12px 12px 0 0;
border-bottom: 1px solid #224;
display: flex;
overflow: hidden;
z-index: 15;
}
#client-top-header-game-date {
padding: 6px 6px 0px 12px;
font-size: 14px;
z-index: 8;
}
#client-top-header-caption {
min-width: 150px;
margin-left: auto;
margin-right: auto;
font-size: 14px;
order: 1;
text-align: center;
}
#update-data-button {
float: right;
margin-left: auto;
margin-right: -4px;
height: 32px;
width: 50px;
min-width: 32px;
order: 2;
border-radius: 0 12px 0 0;
}
#client-top-table {
min-width: 250px;
min-height: 60px;
padding: 6px 6px 1px 6px;
}
.client-top-string {
padding-left: 9px;
padding-right: 9px;
min-height: 45px;
font-weight: 800;
font-size: 21px;
border-radius : 6px;
margin-bottom: -12px;
align-items: center;
display: flex;
}
.client-top-string-place, .client-top-string-names, .client-top-string-score {
padding: 10;
overflow: hidden;
display: inline-block;
vertical-align: top;
justify-content: center;
}
.client-top-string-place {
min-width: 36px;
height: auto;
order: 0;
}
.client-top-string-names {
min-width: 200px;
max-width: 320px;
margin-left: auto;
order: 1;
}
.client-top-string-score {
float: right;
min-width: 36px;
margin-left: auto;
order: 2;
}
#client-extra-panel {
display: none;
position: absolute;
width: 300px;
height: fit-content;
background: gray;
left: -310px;
top: 5px;
z-index: 100;
border-radius: 5px;
}
#client-extra-button {
width: 22px;
height: 24px;
left: -19px;
top: 5px;
position: absolute;
background-color: gray;
font-weight: 700;
font-size: 21px;
border-radius: 5px 0 0 5px;
z-index: 200;
}
#client-select-colorSheme {
margin: 8px;
width: 140px;
height: 40px;
background-color: #224;
}
#client-extra-textarea-messages {
width: 96%;
min-height: 50px;
height: 200px;
margin-top: 5px;
font-size: 13px;
background-color: #224;
}
#client-update-progress-bar {
width: 100%;
height: 5px;
}
#client-bottom-block {
width: 100%;
max-height: 32px;
border-radius: 0 0 12px 12px;
font-weight: 700;
font-size: 12px;
display: flex;
overflow: hidden;
z-index: 15;
}
#client-bottom-block-update-time {
padding: 6px 6px 6px 10px;
z-index: 8;
}
#client-bottom-block-last-message {
min-width: 100px;
margin-left: auto;
padding: 6px;
order: 1;
text-align: center;
}
#client-bottom-block-video-adress {
float: right;
margin-left: auto;
margin-right: -4px;
height: 32px;
max-width: 120px;
padding: 6px 10px 6px 6px;
text-align: right;
order: 2;
}