2019-12-08 22:43:49 +01:00
|
|
|
table.list, table.add {
|
|
|
|
border-collapse: collapse;
|
|
|
|
}
|
|
|
|
|
|
|
|
thead tr th {
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.add th {
|
|
|
|
text-align: left;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.list th {
|
|
|
|
background-color: #e7e7e7;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 10px;
|
|
|
|
text-align: left;
|
|
|
|
border: 1px solid #e0e0e0;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.list th.action {
|
|
|
|
background-color: #ffffff;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.list tbody td, table.add tbody td {
|
|
|
|
padding: 5px;
|
|
|
|
vertical-align: top;
|
|
|
|
}
|
|
|
|
|
2022-10-07 04:03:51 +02:00
|
|
|
table.list tr.header td {
|
|
|
|
vertical-align: middle ! important;
|
|
|
|
}
|
|
|
|
|
2019-12-08 22:43:49 +01:00
|
|
|
table.list tbody td {
|
|
|
|
border: 1px solid #e0e0e0;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table td.center {
|
|
|
|
word-break: break-word;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.list input[type="text"], table.add input[type="text"] {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.list select, table.add select {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.list tbody tr:nth-child(odd) td {
|
|
|
|
background-color: #f7f7f7;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.list tbody tr:nth-child(even) td {
|
|
|
|
background-color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
table td.subheader {
|
|
|
|
background-color: #e7e7e7 ! important;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
table tfoot td {
|
|
|
|
padding-top: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.records, table.attempts, table.topscores, table.players, table.events {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2022-10-07 02:32:37 +02:00
|
|
|
table.jubility {
|
|
|
|
width: 100%;
|
|
|
|
width: calc(100% - 15px);
|
|
|
|
float: left;
|
|
|
|
margin: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.row {
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.column {
|
|
|
|
flex: 50%;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 600px) {
|
|
|
|
.row {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
table.records a, table.attempts a, table.topscores a, table.players a, table.jubility a {
|
2019-12-08 22:43:49 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.edit {
|
|
|
|
background-color: #ffffff ! important;
|
|
|
|
border: none ! important;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.nochart {
|
|
|
|
background-color: #e7e7e7 ! important;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.list input[type="checkbox"], table.add input[type="checkbox"] {
|
2020-04-26 02:52:19 +02:00
|
|
|
width: 26px;
|
|
|
|
height: 26px;
|
2019-12-08 22:43:49 +01:00
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.events div.circle {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
-webkit-border-radius: 8px;
|
|
|
|
-moz-border-radius: 8px;
|
|
|
|
border-radius: 8px;
|
|
|
|
display: inline-block;
|
|
|
|
margin-left: 0px;
|
|
|
|
margin-right: 5px;
|
|
|
|
margin-top: 2px;
|
|
|
|
margin-bottom: -2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.events td.details div.inline {
|
|
|
|
display: inline-block;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.events td.details pre.inline {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.events td.exception div.circle {
|
|
|
|
background-color: rgb(214, 72, 72);
|
|
|
|
}
|
|
|
|
|
|
|
|
table.events td.unhandled div.circle {
|
|
|
|
background-color: rgb(255, 165, 0);
|
|
|
|
}
|
|
|
|
|
|
|
|
table.events td.unauthorized div.circle {
|
|
|
|
background-color: rgb(119, 0, 119);
|
|
|
|
}
|
|
|
|
|
|
|
|
table.events td.scheduled div.circle {
|
|
|
|
background-color: #2d6ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.events td.pcbevent div.circle {
|
|
|
|
background-color: #26a226;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.events td.transaction div.circle {
|
|
|
|
background-color: #f9ed00;
|
|
|
|
}
|
2021-09-11 03:06:13 +02:00
|
|
|
|
|
|
|
table.events td.profilepurge div.circle {
|
|
|
|
background-color: rgb(214, 72, 72);
|
|
|
|
}
|