mirror of
https://github.com/FAUSheppy/tmnf-replay-server.git
synced 2025-12-06 07:01:37 +01:00
93 lines
1.3 KiB
CSS
93 lines
1.3 KiB
CSS
body{
|
|
background: #2b3035;
|
|
}
|
|
|
|
td{
|
|
border-bottom: 1px;
|
|
padding-top: 20px;
|
|
padding-bottom: 20px;
|
|
font-size: 17px !important;
|
|
background: #343a40;
|
|
}
|
|
tr{
|
|
margin-top: 2px;
|
|
margin-bottom: 2px;
|
|
color: white;
|
|
}
|
|
th{
|
|
margin-top: 2px;
|
|
margin-bottom: 2px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
table{
|
|
border-collapse:separate;
|
|
border-spacing: 0 0.25em;
|
|
border-bottom: 3px solid;
|
|
border-color: transparent;
|
|
}
|
|
|
|
.user-settings{
|
|
display: inline-flex;
|
|
color: white;
|
|
}
|
|
|
|
.form-check{
|
|
margin-right: 15px;
|
|
}
|
|
|
|
.m-auto{
|
|
margin: auto;
|
|
}
|
|
|
|
.margin-r{
|
|
margin-right: 20px;
|
|
}
|
|
|
|
.margin-l{
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.margin-table-mid{
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.self-record{
|
|
background: #354034;
|
|
}
|
|
|
|
select{
|
|
background: darkgray !important;
|
|
}
|
|
|
|
input{
|
|
background: darkgray !important;
|
|
}
|
|
|
|
@media screen and (max-width: 1000px){
|
|
table{
|
|
width:100%;
|
|
table-layout: fixed;
|
|
overflow-wrap: break-word;
|
|
}
|
|
td{
|
|
font-size: 3vw !important;
|
|
text-align: left;
|
|
}
|
|
.margin-l{
|
|
margin-left: 0px;
|
|
}
|
|
.margin-r{
|
|
margin-right: 0px;
|
|
}
|
|
.margin-table-mid{
|
|
margin-right: 2px;
|
|
margin-left: 2px;
|
|
}
|
|
.runner-up{
|
|
display: none;
|
|
width: 0;
|
|
}
|
|
}
|
|
|