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