Rename CSS filename from infnet to inf as part of the transition from Inferencium Network to Inferencium.
This commit is contained in:
parent
810270965b
commit
3aaeb4a4fb
@ -5,14 +5,14 @@
|
|||||||
<!-- Copyright 2022 Inference -->
|
<!-- Copyright 2022 Inference -->
|
||||||
<!-- License: BSD 3-Clause Clear (with personal content exception) -->
|
<!-- License: BSD 3-Clause Clear (with personal content exception) -->
|
||||||
|
|
||||||
<!-- 0.1.0.1 -->
|
<!-- 0.2.0.2 -->
|
||||||
|
|
||||||
|
|
||||||
<html>
|
<html>
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<title>Inferencium - Blog - FOSS is Working Against Itself</title>
|
<title>Inferencium - Blog - FOSS is Working Against Itself</title>
|
||||||
<link rel="stylesheet" href="../infnet.css">
|
<link rel="stylesheet" href="../inf.css">
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<!-- Navigation bar. -->
|
<!-- Navigation bar. -->
|
||||||
|
137
infnet.css
137
infnet.css
@ -1,137 +0,0 @@
|
|||||||
/* Inferencium - Website - CSS */
|
|
||||||
|
|
||||||
/* Copyright 2022 Inference */
|
|
||||||
/* License: BSD 3-Clause Clear */
|
|
||||||
|
|
||||||
/* 0.0.0.0 */
|
|
||||||
|
|
||||||
|
|
||||||
h1 {
|
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 26px;
|
|
||||||
text-align: center;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
h2 {
|
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 22px;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
h3 {
|
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 20px;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
h4 {
|
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 18px;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
h5 {
|
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 16px;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
h6 {
|
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 16px;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
padding-top: 40px;
|
|
||||||
margin-left: 400px;
|
|
||||||
margin-right: 150px;
|
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 20px;
|
|
||||||
background-color: #262626;
|
|
||||||
}
|
|
||||||
|
|
||||||
.body-link {
|
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 18px;
|
|
||||||
color: #ffffff;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
p {
|
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 18px;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
code {
|
|
||||||
font-size: 18px;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
color: #000000;
|
|
||||||
text-decoration: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
table, th, td {
|
|
||||||
border: 2px solid;
|
|
||||||
border-collapse: collapse;
|
|
||||||
border-color: #ffffff;
|
|
||||||
padding: 15px;
|
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 18px;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.table-title {
|
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 18px;
|
|
||||||
color: #ffffff;
|
|
||||||
font-weight: bold;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.table-main {
|
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 18px;
|
|
||||||
color: #ffffff;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.table-link {
|
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 18px;
|
|
||||||
color: #ffffff;
|
|
||||||
text-decoration: underline;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar {
|
|
||||||
height: 100%;
|
|
||||||
width: 250px;
|
|
||||||
position: fixed;
|
|
||||||
left: 0;
|
|
||||||
top: 0;
|
|
||||||
padding-top: 55px;
|
|
||||||
background-color: #909090;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.sidebar div {
|
|
||||||
padding: 8px;
|
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 24px;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
.title {
|
|
||||||
padding: 8px;
|
|
||||||
font-family: Roboto, sans-serif;
|
|
||||||
font-size: 32px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.logo-small {
|
|
||||||
transform: translate(0px, 13px);
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user