Update CSS "Main" from version "12.0.0" to "12.0.1"

This commit is contained in:
inference 2024-03-05 01:08:07 +00:00
parent 01c518852f
commit f98ecc0cc9
Signed by: inference
SSH Key Fingerprint: SHA256:FtEVfx1CmTKMy40VwZvF4k+3TC+QhCWy+EmPRg50Nnc

View File

@ -1,5 +1,5 @@
/* Inferencium - Website - CSS - Main */ /* Inferencium - Website - CSS - Main */
/* Version: 12.0.0 */ /* Version: 12.0.1 */
/* Copyright 2022 Jake Winters */ /* Copyright 2022 Jake Winters */
/* SPDX-License-Identifier: BSD-3-Clause */ /* SPDX-License-Identifier: BSD-3-Clause */
@ -124,6 +124,10 @@ td.desc {
text-align: left; text-align: left;
} }
td.desc-small {
text-align: left;
}
td.green { td.green {
background-color: #00a70a background-color: #00a70a
} }
@ -132,6 +136,18 @@ td.red {
background-color: #e50000; background-color: #e50000;
} }
colgroup col.small {
width: 10%;
}
colgroup col.med {
width: 15%;
}
colgroup col.lrg {
width: 65%;
}
/* Image */ /* Image */
img.avatar { img.avatar {
@ -258,6 +274,14 @@ div.sitemap-small {
text-align: center; text-align: center;
} }
table {
width: 200vw;
}
table.lrg {
width: 300vw;
}
} }