site/assets/TiB.css

211 lines
3.5 KiB
CSS
Raw Normal View History

2022-06-04 13:51:41 +00:00
@font-face {
font-family: 'Ubuntu';
src: url('https://tebibyte.media/assets/fonts/ubuntu.ttf');
url('https://tebibyte.media/assets/fonts/ubuntu.woff2');
url('https://tebibyte.media/assets/fonts/ubuntu.woff');
}
2022-09-16 06:05:42 +00:00
@font-face {
font-family: 'Ubuntu Mono Ligaturized';
src: url('https://tebibyte.media/assets/fonts/UbuntuMonoLigaturized-Regular.ttf');
}
2022-06-04 13:51:41 +00:00
::selection {
color: #000000;
2022-09-19 06:09:54 +00:00
background: #8f2424;
2022-06-04 13:51:41 +00:00
}
* {
box-sizing: border-box;
color: #f0f0f0;
font-family: 'Ubuntu';
2022-09-19 23:53:53 +00:00
scrollbar-color: #8f2424 transparent;
}
2022-09-19 21:35:59 +00:00
*:focus {
2022-09-19 23:53:53 +00:00
outline: 2px solid hsl(0, 80%, 40%);;
2022-09-19 21:35:59 +00:00
}
a {
2022-09-19 23:53:53 +00:00
color: #8f2424;
text-decoration: none;
2022-09-19 21:35:59 +00:00
font-weight: bold;
}
2022-09-19 22:44:10 +00:00
a:active {
color: hsl(0, 80%, 40%);
}
2022-09-19 22:44:10 +00:00
a:hover {
color: hsl(0, 80%, 40%);
2022-09-19 22:44:10 +00:00
text-decoration: underline;
2022-06-04 13:51:41 +00:00
}
2022-09-19 21:53:14 +00:00
blockquote {
background: hsl(0, 20%, 7%);
border: solid;
border-color: hsl(0, 80%, 40%);
border-radius: 1em;
margin: 1em 0;
padding: 0 1em;
}
2022-06-04 13:51:41 +00:00
body {
2022-07-01 10:52:41 +00:00
background-color: black;
2022-09-19 23:00:56 +00:00
margin: 0;
2022-07-02 10:44:55 +00:00
}
2022-09-16 06:05:42 +00:00
header {
text-align: center;
padding: 0%;
margin: auto;
}
2022-09-19 21:53:14 +00:00
i {
color: inherit;
}
li {
margin: 1em 0;
2022-06-04 13:51:41 +00:00
}
li ul, li ol {
margin: 0.25em 0;
2022-06-04 13:51:41 +00:00
}
2022-09-19 22:44:10 +00:00
main {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
2022-09-19 23:00:56 +00:00
margin: auto;
max-width: 80em;
2022-09-19 22:44:10 +00:00
}
nav {
display: flex;
flex-direction: row-reverse;
2022-06-04 13:51:41 +00:00
}
nav ul {
background: hsl(0, 20%, 7%);
width: auto;
border: solid;
border-color: hsl(0, 80%, 40%);
2022-09-19 23:53:53 +00:00
border-radius: 1em;
padding: 0.5em;
2022-09-19 21:02:01 +00:00
margin: 0;
font-weight: bold;
margin-top: 1em;
}
nav ul li {
display: inline;
padding: 0;
margin: 0;
}
nav ul li:not(:last-child)::after {
content: "|";
color: #4a3333;
}
nav ul li a {
2022-09-16 06:05:42 +00:00
text-decoration: underline;
2022-06-04 13:51:41 +00:00
}
p {
text-align: justify;
}
2022-09-19 22:44:10 +00:00
section {
flex-basis: 100%;
2022-09-16 06:05:42 +00:00
}
2022-09-19 22:44:10 +00:00
ul {
list-style-type: disc;
2022-09-19 22:26:53 +00:00
}
2022-09-19 23:16:31 +00:00
footer, header, main, nav {
max-width: 80em;
2022-09-19 21:02:01 +00:00
margin: 0 auto;
2022-09-19 23:16:31 +00:00
padding: 0% 5%;
2022-08-24 07:10:04 +00:00
}
.column {
flex-basis: 48%;
flex-grow: 1;
margin: 0.5em;
2022-06-04 13:51:41 +00:00
}
2022-09-19 21:53:14 +00:00
.icon {
max-width: 1em;
}
.footer {
background: hsl(0, 20%, 7%);
border: solid;
border-color: hsl(0, 80%, 40%);
2022-09-19 23:53:53 +00:00
border-radius: 1em;
2022-09-19 07:09:46 +00:00
display: flex;
margin: 1em 0;
2022-09-19 23:53:53 +00:00
padding: 0 1em;
2022-09-19 07:09:46 +00:00
}
.footer p {
2022-09-19 23:53:53 +00:00
margin: 0.5em 0;
}
.h-right {
text-align: right;
2022-06-04 13:51:41 +00:00
}
2022-09-19 22:44:10 +00:00
.r-list {
text-align: right;
list-style-type: none;
padding: 0;
}
#home nav .home > a {
2022-06-04 13:51:41 +00:00
pointer-events: none;
cursor: default;
2022-08-24 07:10:04 +00:00
text-decoration: none;
}
2022-09-16 06:07:03 +00:00
#network nav .network > a {
2022-08-24 07:10:04 +00:00
pointer-events: none;
cursor: default;
2022-06-04 13:51:41 +00:00
text-decoration: none;
}
#about nav .about > a {
pointer-events: none;
cursor: default;
text-decoration: none;
}
#logo {
vertical-align: top;
max-width: 192px;
min-width: 128px;
}
2022-09-19 21:18:49 +00:00
#slogan {
font-size: 1.17em;
font-weight: bold;
}
2022-06-04 13:51:41 +00:00
/*
2022-08-28 00:36:54 +00:00
* TiB.css is free software: you can redistribute and/or modify it under the
* terms of the GNU Affero General Public License as published by the Free
* Software Foundation, either version 3 of the License, or (at your option) any
* later version.
2022-06-04 13:51:41 +00:00
*
2022-08-28 00:36:54 +00:00
* TiB.css is distributed in the hope that it will be useful, but WITHOUT ANY
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
* A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
2022-06-04 13:51:41 +00:00
*
2022-08-28 00:36:54 +00:00
* You should have received a copy of the GNU General Public License along with
* TiB.css. If not, see <https://www.gnu.org/licenses/agpl-3.0.en.html>.
*/