2022-12-09 09:54:37 +00:00
|
|
|
/* Inferencium - Website - CSS */
|
|
|
|
|
2023-05-19 06:00:11 +01:00
|
|
|
/* Copyright 2022 Jake Winters */
|
|
|
|
/* SPDX-License-Identifier: BSD-3-Clause */
|
2022-12-09 09:54:37 +00:00
|
|
|
|
2023-11-14 13:46:04 +00:00
|
|
|
/* Version: 11.1.0-alpha.2 */
|
2023-04-05 07:48:53 +01:00
|
|
|
|
|
|
|
|
|
|
|
/* Body */
|
|
|
|
body {
|
|
|
|
padding-top: 40px;
|
|
|
|
margin-left: min(400px, 45vw);
|
|
|
|
margin-right: min(150px, 12vw);
|
|
|
|
font-family: Roboto, sans-serif;
|
|
|
|
font-size: 20px;
|
2023-05-06 20:13:32 +01:00
|
|
|
line-height: 130%;
|
2023-09-02 14:11:02 +01:00
|
|
|
background-color: #121212;
|
2023-04-05 07:48:53 +01:00
|
|
|
}
|
|
|
|
|
2022-12-09 09:54:37 +00:00
|
|
|
|
2023-09-02 13:44:01 +01:00
|
|
|
/* Headings */
|
|
|
|
h1 {
|
2022-12-09 09:54:37 +00:00
|
|
|
font-family: Roboto, sans-serif;
|
2023-06-18 18:30:15 +01:00
|
|
|
font-size: 24px;
|
2022-12-09 09:54:37 +00:00
|
|
|
text-align: center;
|
2023-05-06 20:15:57 +01:00
|
|
|
line-height: 130%;
|
2022-12-09 09:54:37 +00:00
|
|
|
color: #ffffff;
|
2023-06-18 18:24:24 +01:00
|
|
|
padding-bottom: 40px;
|
2022-12-09 09:54:37 +00:00
|
|
|
}
|
|
|
|
|
2023-09-02 13:44:01 +01:00
|
|
|
h2 {
|
2022-12-09 09:54:37 +00:00
|
|
|
font-family: Roboto, sans-serif;
|
|
|
|
font-size: 22px;
|
2023-05-06 20:15:57 +01:00
|
|
|
line-height: 130%;
|
2022-12-09 09:54:37 +00:00
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2023-09-02 13:44:01 +01:00
|
|
|
h3 {
|
2022-12-09 09:54:37 +00:00
|
|
|
font-family: Roboto, sans-serif;
|
|
|
|
font-size: 20px;
|
2023-05-06 20:15:57 +01:00
|
|
|
line-height: 130%;
|
2022-12-09 09:54:37 +00:00
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2023-09-02 13:44:01 +01:00
|
|
|
h4 {
|
2022-12-09 09:54:37 +00:00
|
|
|
font-family: Roboto, sans-serif;
|
|
|
|
font-size: 18px;
|
2023-05-06 20:15:57 +01:00
|
|
|
line-height: 130%;
|
2022-12-09 09:54:37 +00:00
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2023-09-02 13:44:01 +01:00
|
|
|
h5 {
|
2022-12-09 09:54:37 +00:00
|
|
|
font-family: Roboto, sans-serif;
|
|
|
|
font-size: 16px;
|
2023-05-06 20:15:57 +01:00
|
|
|
line-height: 130%;
|
2022-12-09 09:54:37 +00:00
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2023-09-02 13:44:01 +01:00
|
|
|
h6 {
|
2022-12-09 09:54:37 +00:00
|
|
|
font-family: Roboto, sans-serif;
|
|
|
|
font-size: 16px;
|
2023-05-06 20:15:57 +01:00
|
|
|
line-height: 130%;
|
2022-12-09 09:54:37 +00:00
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2023-03-22 14:20:50 +00:00
|
|
|
|
|
|
|
/* Paragraph */
|
2022-12-09 09:54:37 +00:00
|
|
|
p {
|
|
|
|
font-family: Roboto, sans-serif;
|
2023-06-18 18:30:15 +01:00
|
|
|
font-size: 17px;
|
2022-12-09 09:54:37 +00:00
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2023-09-02 13:44:01 +01:00
|
|
|
|
2023-06-05 00:14:31 +01:00
|
|
|
/* Blockquote */
|
|
|
|
blockquote {
|
2023-11-14 13:46:04 +00:00
|
|
|
font-size: 17px;
|
2023-06-05 00:14:31 +01:00
|
|
|
color: #ffffff;
|
|
|
|
}
|
2023-03-22 14:20:50 +00:00
|
|
|
|
2023-09-02 13:44:01 +01:00
|
|
|
|
2023-03-22 14:20:50 +00:00
|
|
|
/* Code */
|
2022-12-09 09:54:37 +00:00
|
|
|
code {
|
2023-06-18 18:30:15 +01:00
|
|
|
font-size: 15px;
|
2022-12-09 09:54:37 +00:00
|
|
|
color: #ffffff;
|
2023-09-09 23:55:06 +01:00
|
|
|
background-color: #424242;
|
2023-03-22 01:19:23 +00:00
|
|
|
padding-top: 4px;
|
|
|
|
padding-right: 4px;
|
|
|
|
padding-bottom: 4px;
|
|
|
|
padding-left: 4px;
|
2022-12-09 09:54:37 +00:00
|
|
|
}
|
|
|
|
|
2023-03-22 14:20:50 +00:00
|
|
|
|
2023-09-02 13:44:01 +01:00
|
|
|
/* Links */
|
2022-12-09 09:54:37 +00:00
|
|
|
a {
|
|
|
|
font-family: Roboto, sans-serif;
|
2023-09-02 13:44:01 +01:00
|
|
|
font-size: 17px;
|
2023-09-09 23:38:48 +01:00
|
|
|
color: #90caf9;
|
2022-12-09 09:54:37 +00:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2023-09-02 13:44:01 +01:00
|
|
|
a:visited {
|
2023-09-09 23:39:46 +01:00
|
|
|
color: #ce93d8;
|
2023-09-02 13:44:01 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
|
|
|
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: 18px;
|
|
|
|
line-height: 130%;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
h5 a, h5 a:visited {
|
|
|
|
font-family: Roboto, sans-serif;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 130%;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
h6 a, h6 a:visited {
|
|
|
|
font-family: Roboto, sans-serif;
|
|
|
|
font-size: 16px;
|
|
|
|
line-height: 130%;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2023-03-22 14:20:50 +00:00
|
|
|
|
|
|
|
/* Lists */
|
2023-03-10 09:23:11 +00:00
|
|
|
li {
|
|
|
|
font-family: Roboto, sans-serif;
|
2023-06-20 20:06:05 +01:00
|
|
|
font-size: 17px;
|
2023-03-10 09:23:11 +00:00
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2023-03-10 03:52:27 +00:00
|
|
|
ul li::before {
|
|
|
|
margin-left: -1em;
|
|
|
|
display: inline-block;
|
|
|
|
width: 1em;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2023-03-22 14:20:50 +00:00
|
|
|
|
|
|
|
/* Tables */
|
2022-12-09 09:54:37 +00:00
|
|
|
table, th, td {
|
|
|
|
border: 2px solid;
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-color: #ffffff;
|
|
|
|
padding: 15px;
|
|
|
|
font-family: Roboto, sans-serif;
|
2023-06-18 18:30:15 +01:00
|
|
|
font-size: 17px;
|
2022-12-09 09:54:37 +00:00
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2023-09-02 13:44:01 +01:00
|
|
|
th {
|
2022-12-09 09:54:37 +00:00
|
|
|
font-family: Roboto, sans-serif;
|
2023-06-18 18:30:15 +01:00
|
|
|
font-size: 17px;
|
2022-12-09 09:54:37 +00:00
|
|
|
color: #ffffff;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2023-09-02 13:44:01 +01:00
|
|
|
td {
|
2022-12-09 09:54:37 +00:00
|
|
|
font-family: Roboto, sans-serif;
|
2023-06-18 18:30:15 +01:00
|
|
|
font-size: 17px;
|
2022-12-09 09:54:37 +00:00
|
|
|
color: #ffffff;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2023-09-02 14:04:29 +01:00
|
|
|
.td-desc {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2023-03-22 14:20:50 +00:00
|
|
|
|
|
|
|
/* Sidebar */
|
2022-12-09 09:54:37 +00:00
|
|
|
.sidebar {
|
|
|
|
height: 100%;
|
|
|
|
width: 250px;
|
|
|
|
position: fixed;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
padding-top: 55px;
|
|
|
|
background-color: #909090;
|
|
|
|
text-align: center;
|
2023-04-05 08:58:14 +01:00
|
|
|
z-index: 99;
|
2023-05-06 20:12:31 +01:00
|
|
|
overflow: auto;
|
2022-12-09 09:54:37 +00:00
|
|
|
}
|
|
|
|
|
2023-09-02 13:44:01 +01:00
|
|
|
.logo-small {
|
|
|
|
transform: translate(0px, 13px);
|
2022-12-09 09:54:37 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.title {
|
|
|
|
padding: 8px;
|
|
|
|
font-family: Roboto, sans-serif;
|
2023-06-18 18:30:15 +01:00
|
|
|
font-size: 28px;
|
2023-09-02 13:44:01 +01:00
|
|
|
color: #000000;
|
2022-12-09 09:54:37 +00:00
|
|
|
}
|
|
|
|
|
2023-09-02 21:24:38 +01:00
|
|
|
.title a:visited {
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
sidebar div, .sidebar div a, .sidebar div a:visited {
|
2023-09-02 13:44:01 +01:00
|
|
|
padding: 6px;
|
|
|
|
font-family: Roboto, sans-serif;
|
|
|
|
font-size: 22px;
|
|
|
|
color: #000000;
|
|
|
|
display: block;
|
|
|
|
z-index: 100;
|
2022-12-09 09:54:37 +00:00
|
|
|
}
|
2022-12-20 04:53:45 +00:00
|
|
|
|
2023-03-22 14:20:50 +00:00
|
|
|
|
|
|
|
/* Emphasis */
|
2023-03-10 06:09:43 +00:00
|
|
|
strong {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2023-03-22 14:20:50 +00:00
|
|
|
|
|
|
|
/* Media */
|
2022-12-20 04:53:45 +00:00
|
|
|
@media (max-width: 600px) {
|
2022-12-26 02:14:56 +00:00
|
|
|
|
2023-04-05 07:15:24 +01:00
|
|
|
html {
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
2023-04-05 07:48:53 +01:00
|
|
|
|
|
|
|
body {
|
|
|
|
padding-top: 80px;
|
|
|
|
margin: 15px;
|
|
|
|
position: relative;
|
|
|
|
overflow-x: hidden;
|
|
|
|
}
|
2023-04-05 07:15:24 +01:00
|
|
|
|
2022-12-25 10:19:05 +00:00
|
|
|
.sidebar {
|
|
|
|
width: 100vw;
|
2023-03-22 18:25:09 +00:00
|
|
|
height: 40px;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 0%;
|
|
|
|
padding-top: 20px;
|
|
|
|
overflow: auto;
|
|
|
|
white-space: nowrap;
|
2022-12-25 10:19:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar div {
|
|
|
|
font-size: min(max(7vw, 20px), 30px);
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.sidebar img, .sidebar .title {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2022-12-26 02:14:56 +00:00
|
|
|
h2 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2022-12-26 00:52:37 +00:00
|
|
|
h3 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2022-12-26 04:04:55 +00:00
|
|
|
h4 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2022-12-26 05:19:53 +00:00
|
|
|
h5 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2022-12-26 05:24:21 +00:00
|
|
|
h6 {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2022-12-26 07:45:17 +00:00
|
|
|
.update_date {
|
2022-12-25 10:19:05 +00:00
|
|
|
text-align: center;
|
2022-12-26 00:52:37 +00:00
|
|
|
}
|
2022-12-20 04:53:45 +00:00
|
|
|
}
|