website/infnet.css

138 lines
2.0 KiB
CSS
Raw Normal View History

/* Inferencium - Website - CSS */
/* Copyright 2022 Inference */
/* License: BSD 3-Clause Clear */
/* 0.0.0.0 */
2022-11-09 03:52:41 +00:00
h1 {
font-family: Roboto, sans-serif;
font-size: 26px;
2022-10-28 22:10:02 +01:00
text-align: center;
2022-11-09 03:52:41 +00:00
color: #ffffff;
2022-10-28 21:11:05 +01:00
}
2022-11-09 03:52:41 +00:00
h2 {
2022-10-28 22:10:02 +01:00
font-family: Roboto, sans-serif;
2022-11-09 03:52:41 +00:00
font-size: 22px;
color: #ffffff;
2022-10-28 21:11:05 +01:00
}
2022-11-09 03:52:41 +00:00
h3 {
2022-10-28 22:10:02 +01:00
font-family: Roboto, sans-serif;
2022-11-09 03:52:41 +00:00
font-size: 20px;
color: #ffffff;
2022-10-28 21:11:05 +01:00
}
2022-11-09 03:52:41 +00:00
h4 {
2022-10-29 01:30:35 +01:00
font-family: Roboto, sans-serif;
font-size: 18px;
color: #ffffff;
}
2022-11-09 03:52:41 +00:00
h5 {
font-family: Roboto, sans-serif;
2022-11-09 03:52:41 +00:00
font-size: 16px;
color: #ffffff;
}
2022-11-09 03:52:41 +00:00
h6 {
font-family: Roboto, sans-serif;
font-size: 16px;
color: #ffffff;
2022-10-29 01:30:35 +01:00
}
2022-06-27 00:35:36 +01:00
body {
2022-10-29 01:30:35 +01:00
padding-top: 40px;
margin-left: 400px;
margin-right: 150px;
2022-10-28 22:10:02 +01:00
font-family: Roboto, sans-serif;
font-size: 20px;
2022-10-28 22:10:02 +01:00
background-color: #262626;
2022-06-27 00:35:36 +01:00
}
2022-11-09 03:52:41 +00:00
.body-link {
2022-10-28 22:10:02 +01:00
font-family: Roboto, sans-serif;
font-size: 18px;
color: #ffffff;
2022-11-09 03:52:41 +00:00
text-decoration: underline;
2022-06-27 00:35:36 +01:00
}
p {
2022-10-28 22:10:02 +01:00
font-family: Roboto, sans-serif;
2022-10-30 00:03:21 +01:00
font-size: 18px;
2022-10-28 22:10:02 +01:00
color: #ffffff;
2022-06-27 00:35:36 +01:00
}
code {
font-size: 18px;
2022-10-28 22:10:02 +01:00
color: #ffffff;
2022-06-27 00:35:36 +01:00
}
a {
2022-10-28 22:10:02 +01:00
font-family: Roboto, sans-serif;
color: #000000;
text-decoration: none;
2022-06-27 00:35:36 +01:00
}
table, th, td {
border: 2px solid;
border-collapse: collapse;
border-color: #ffffff;
padding: 15px;
font-family: Roboto, sans-serif;
2022-10-30 00:03:21 +01:00
font-size: 18px;
color: #ffffff;
}
2022-11-09 01:58:25 +00:00
2022-11-09 02:21:25 +00:00
.table-title {
font-family: Roboto, sans-serif;
font-size: 18px;
color: #ffffff;
font-weight: bold;
text-align: center;
}
2022-11-09 01:58:25 +00:00
.table-main {
font-family: Roboto, sans-serif;
font-size: 18px;
color: #ffffff;
2022-11-09 01:59:15 +00:00
text-align: center;
2022-11-09 01:58:25 +00:00
}
2022-11-09 03:52:41 +00:00
.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);
}