Add files via upload

This commit is contained in:
Markines16 2021-05-27 14:18:07 +02:00 committed by GitHub
parent c5ee1bd4c7
commit c90c450f1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 48 deletions

View File

@ -67,65 +67,47 @@ table.seat td:first-child {
background-color: #791515;
}
h3.tablelike_title{
text-align: left;
margin-bottom: 1em;
margin-left: 13%;
float:left;
.tablelist{
list-style-type: none;
width: 100%;
padding: 0;
margin: 0;
}
a.tablelike_link {
color: #1f2c3d;
text-decoration: none;
float:left;
padding:10px;
border-bottom:1px solid #000;
border-right:1px solid #000;
min-width:46px;
width: 25%;
height: 40px;
.tablelist a
{
color: #000000;
width: 33%
}
a.tablelike_link:nth-child(8n){
background-color:rgba(144, 144, 144, 0.25);
}
a.tablelike_link:nth-child(8n-1){
background-color:rgba(144, 144, 144, 0.25);
}
a.tablelike_link:nth-child(-n+4){
border-top:1px solid #000;
}
a.tablelike_link:hover{
color:rgb(138, 150, 32);
.tablelist a:hover li{
color: rgb(255, 255, 32);
background: rgba(0, 3, 255, 0.25);
}
ul.tablelike{
list-style:none;
.tablelist li
{
border-bottom: 1px solid #000;
float: left;
width: 33%;
white-space: pre;
padding: 10px;
text-align:center;
}
ul.tablelike li.tablelike{
float:left;
padding:10px;
border-bottom:1px solid #000;
border-right:1px solid #000;
min-width:46px;
width: 25%;
height: 40px;
.tablelist li.title
{
font-weight: bold;
pointer-events: none;
}
ul.tablelike li.tablelike:nth-child(2n+1){
clear:both;
border-left:1px solid #000;
.tablelist li:nth-child(3n+)
{
clear: both;
}
ul.tablelike li.tablelike:nth-child(-n+2){
border-top:1px solid #000;
.tablelist .odd li
{
background-color:rgba(144, 144, 144, 0.25);
}
li.tablelike:nth-child(8n-2){
background-color:rgba(144, 144, 144, 0.25);
}
li.tablelike:nth-child(8n-3){
background-color:rgba(144, 144, 144, 0.25);
}