@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'); } ::selection { color: white; background: red; } ::-moz-selection { color: white; background: red; } header { text-align: center; padding: 0%; margin: auto; } body { background-color: black; font-family: 'Ubuntu'; color: white; max-width: 50em; margin: 0% auto; padding: 0% 5%; } p { text-align: justify; } footer { position:fixed; bottom: 0; width: 100%; } li.home { display: inline; } li.blog { display: inline; } li.network { display: inline; } li.about { display: inline; } #home nav .home > a { pointer-events: none; cursor: default; text-decoration: none; } #blog nav .blog > a { pointer-events: none; cursor: default; text-decoration: none; } #network nav .network >a { pointer-events: none; cursor: default; text-decoration: none; } #about nav .about > a { pointer-events: none; cursor: default; text-decoration: none; } a:link { color: white; } a:visited { color: white; } a:hover { color: red; text-decoration: underline; } a:active { color: red; text-decoration: underline; } ul { list-style-type: disc; } /* * 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. * * 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. * * You should have received a copy of the GNU General Public License along with * TiB.css. If not, see . */