2024-03-10 15:27:36 +00:00
|
|
|
#footer-url {
|
|
|
|
text-decoration: none;
|
|
|
|
color:rgb(214, 124, 40);
|
2024-03-12 09:12:11 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.image-auto-border {
|
|
|
|
border: 5px dashed #3ffcc0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-resize-contain {
|
|
|
|
object-fit: contain;
|
|
|
|
aspect-ratio: 2/1;
|
|
|
|
width: 125%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.image-resize-fill {
|
|
|
|
width: 55%;
|
|
|
|
height: 50%;
|
|
|
|
aspect-ratio: 1;
|
|
|
|
object-fit: fill;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hide-display {
|
|
|
|
display: none;
|
2024-10-19 16:23:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
th, td {
|
|
|
|
text-align: left;
|
|
|
|
padding: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
tr:nth-child(even) {
|
|
|
|
background-color: #f4b7b7;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dark-mode tr:nth-child(even) {
|
|
|
|
background-color: #340b0b;
|
2024-03-10 15:27:36 +00:00
|
|
|
}
|