Update CSS "Main" from version "12.0.1" to "12.0.2"
This commit is contained in:
parent
a5e0d5cd55
commit
9192c58e81
14
main.css
14
main.css
@ -1,10 +1,12 @@
|
|||||||
/* Inferencium - Website - CSS - Main */
|
/* Inferencium - Website - CSS - Main */
|
||||||
/* Version: 12.0.1 */
|
/* Version: 12.0.2 */
|
||||||
|
|
||||||
/* Copyright 2022 Jake Winters */
|
/* Copyright 2022 Jake Winters */
|
||||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||||
|
|
||||||
|
|
||||||
|
/* Display Size - Large
|
||||||
|
Colour Scheme - Dark */
|
||||||
/* Body */
|
/* Body */
|
||||||
body {
|
body {
|
||||||
padding-top: 40px;
|
padding-top: 40px;
|
||||||
@ -19,7 +21,8 @@ body {
|
|||||||
|
|
||||||
|
|
||||||
/* Headings */
|
/* Headings */
|
||||||
h1, h1 a, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited, h5, h5 a, h5 a:visited, h6, h6 a, h6 a:visited {
|
h1, h1 a, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited, h5, h5 a, h5 a:visited,
|
||||||
|
h6, h6 a, h6 a:visited {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
line-height: 130%;
|
line-height: 130%;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
@ -205,13 +208,12 @@ nav.navbar div.sitemap a, nav.navbar div.sitemap a:visited {
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
div.sitemap-small {
|
div.sitemap-small {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Media */
|
/* Display Size - Small */
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -285,6 +287,7 @@ div.sitemap-small {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Colour Scheme - Light */
|
||||||
@media (prefers-color-scheme: light) {
|
@media (prefers-color-scheme: light) {
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@ -292,7 +295,8 @@ div.sitemap-small {
|
|||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h1 a, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited, h5, h5 a, h5 a:visited, h6, h6 a, h6 a:visited, code {
|
h1, h1 a, h1 a:visited, h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, h4, h4 a, h4 a:visited, h5, h5 a,
|
||||||
|
h5 a:visited, h6, h6 a, h6 a:visited, code {
|
||||||
color: #000000;
|
color: #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user