Update CSS "Main" from version "11.7.0-beta.1" to "12.0.0-beta.1"
This commit is contained in:
parent
f1f46429d6
commit
f026efea8a
156
main.css
156
main.css
@ -1,5 +1,5 @@
|
|||||||
/* Inferencium - Website - CSS - Main */
|
/* Inferencium - Website - CSS - Main */
|
||||||
/* Version: 11.7.0-beta.1 */
|
/* Version: 12.0.0-beta.1 */
|
||||||
|
|
||||||
/* Copyright 2022 Jake Winters */
|
/* Copyright 2022 Jake Winters */
|
||||||
/* SPDX-License-Identifier: BSD-3-Clause */
|
/* SPDX-License-Identifier: BSD-3-Clause */
|
||||||
@ -14,73 +14,58 @@ body {
|
|||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
line-height: 130%;
|
line-height: 130%;
|
||||||
background-color: #121212;
|
background-color: #121212;
|
||||||
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Headings */
|
/* Headings */
|
||||||
h1 {
|
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 {
|
||||||
font-family: Roboto, sans-serif;
|
text-align: left;
|
||||||
font-size: 24px;
|
line-height: 130%;
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h1 a, h1 a:visited {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 130%;
|
font-size: 24px;
|
||||||
color: #ffffff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2, h2 a, h2 a:visited {
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
line-height: 130%;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3, h3 a, h3 a:visited {
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
line-height: 130%;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4, h4 a, h4 a:visited {
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 19px;
|
font-size: 19px;
|
||||||
line-height: 130%;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h5 {
|
h5, h5 a, h5 a:visited {
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
line-height: 130%;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
h6 {
|
h6, h6 a, h6 a:visited {
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
line-height: 130%;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Paragraph */
|
/* Paragraph */
|
||||||
p {
|
p {
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #ffffff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Blockquote */
|
/* Blockquote */
|
||||||
blockquote {
|
blockquote {
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #ffffff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Code */
|
/* Code */
|
||||||
code {
|
code, pre {
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
color: #ffffff;
|
|
||||||
background-color: #424242;
|
background-color: #424242;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
@ -88,7 +73,6 @@ code {
|
|||||||
|
|
||||||
/* Links */
|
/* Links */
|
||||||
a {
|
a {
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #90caf9;
|
color: #90caf9;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -102,56 +86,10 @@ a:hover {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 a, h1 a:visited {
|
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 24px;
|
|
||||||
text-align: center;
|
|
||||||
line-height: 130%;
|
|
||||||
color: #ffffff;
|
|
||||||
padding-bottom: 40px;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 a, h2 a:visited {
|
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 22px;
|
|
||||||
line-height: 130%;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3 a, h3 a:visited {
|
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 20px;
|
|
||||||
line-height: 130%;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
h4 a, h4 a:visited {
|
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 19px;
|
|
||||||
line-height: 130%;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
h5 a, h5 a:visited {
|
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 18px;
|
|
||||||
line-height: 130%;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
h6 a, h6 a:visited {
|
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 17px;
|
|
||||||
line-height: 130%;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Lists */
|
/* Lists */
|
||||||
li {
|
li {
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #ffffff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
ul li::before {
|
ul li::before {
|
||||||
@ -159,7 +97,6 @@ ul li::before {
|
|||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 1em;
|
width: 1em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: #ffffff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -169,23 +106,17 @@ table, th, td {
|
|||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
border-color: #ffffff;
|
border-color: #ffffff;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #ffffff;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
th {
|
th {
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #ffffff;
|
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
td {
|
td {
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
color: #ffffff;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -264,12 +195,6 @@ div.sitemap-small {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Emphasis */
|
|
||||||
strong {
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
/* Media */
|
/* Media */
|
||||||
@media (max-width: 600px) {
|
@media (max-width: 600px) {
|
||||||
|
|
||||||
@ -308,23 +233,7 @@ strong {
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2, h3, h4, h5, h6 {
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3 {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
h4 {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
h5 {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
h6 {
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -348,4 +257,35 @@ strong {
|
|||||||
.update_date {
|
.update_date {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@media (prefers-color-scheme: light) {
|
||||||
|
|
||||||
|
body {
|
||||||
|
background-color: #fafafa;
|
||||||
|
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 {
|
||||||
|
color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #1565c0;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:visited {
|
||||||
|
color: #6a1b9a;
|
||||||
|
}
|
||||||
|
|
||||||
|
code, pre {
|
||||||
|
background-color: #e0e2ec;
|
||||||
|
}
|
||||||
|
|
||||||
|
table, th, td {
|
||||||
|
border-color: #000000;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user