init commit

This commit is contained in:
amikhaylov
2026-04-28 22:22:46 +03:00
parent 3788458f01
commit af933e8397
130 changed files with 4072 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
.gig_mday{
font-size: 16px;
font-weight: bold;
color: orange;
}
.event_list {
background-color: #111111;
width: 100%;
font-size: 12px;
color: white;
}
.event_list TR TD A {
text-decoration: underline;
}
.event_list tr {
height: 40px;
}
.event_list tr td, .event_list tr th {
padding-left: 10px;
}
.event_list tr:nth-child(2n+1) {
background-color: #222222;
}
.mapIcon{
text-align: center;
}