Add files via upload
This commit is contained in:
parent
c5ee1bd4c7
commit
c90c450f1c
@ -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;
|
||||
.tablelist a
|
||||
{
|
||||
color: #000000;
|
||||
width: 33%
|
||||
}
|
||||
|
||||
.tablelist a:hover li{
|
||||
color: rgb(255, 255, 32);
|
||||
background: rgba(0, 3, 255, 0.25);
|
||||
}
|
||||
|
||||
.tablelist li
|
||||
{
|
||||
border-bottom: 1px solid #000;
|
||||
border-right:1px solid #000;
|
||||
min-width:46px;
|
||||
width: 25%;
|
||||
height: 40px;
|
||||
}
|
||||
|
||||
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);
|
||||
}
|
||||
|
||||
ul.tablelike{
|
||||
list-style:none;
|
||||
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){
|
||||
.tablelist li:nth-child(3n+)
|
||||
{
|
||||
clear: both;
|
||||
border-left:1px solid #000;
|
||||
}
|
||||
|
||||
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);
|
||||
}
|
Loading…
Reference in New Issue
Block a user