From ffce51748a6a4f643bfcf8d1b5eed453ebfef8e2 Mon Sep 17 00:00:00 2001 From: Markines16 <80280295+Markines16@users.noreply.github.com> Date: Tue, 25 May 2021 00:50:31 +0200 Subject: [PATCH] Add files via upload --- assets/css/manager.css | 63 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) diff --git a/assets/css/manager.css b/assets/css/manager.css index 0e6cfb0..fe82228 100644 --- a/assets/css/manager.css +++ b/assets/css/manager.css @@ -65,4 +65,67 @@ table.seat td:first-child { .black.button:hover { border:#000000; background-color: #791515; +} + +h3.tablelike_title{ + text-align: left; + margin-bottom: 1em; + margin-left: 13%; + float:left; +} + +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; +} + +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; +} + +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; +} + +ul.tablelike li.tablelike:nth-child(2n+1){ + clear:both; + border-left:1px solid #000; +} + +ul.tablelike li.tablelike:nth-child(-n+2){ + border-top:1px solid #000; +} + +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); } \ No newline at end of file