site/assets/TiB.css

108 lines
2.1 KiB
CSS

@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');
}
@font-face {
font-family: 'Ubuntu Mono Ligaturized';
src: url('https://tebibyte.media/assets/fonts/UbuntuMonoLigaturized-Regular.ttf');
}
::selection {
color: white;
background: red;
}
::-moz-selection {
color: white;
background: red;
}
body {
background-color: black;
font-family: 'Ubuntu';
color: white;
max-width: 50em;
margin: 0% auto;
padding: 0% 5%;
}
header {
text-align: center;
padding: 0%;
margin: auto;
}
p {
text-align: justify;
}
a {
color: white;
}
a:hover {
color: red;
text-decoration: underline;
}
a:active {
color: red;
text-decoration: underline;
}
ul {
list-style-type: disc;
}
footer {
position:fixed;
bottom: 0;
width: 100%;
}
li.home, li.network, li.blog, 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;
}
/*
* 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 <https://www.gnu.org/licenses/agpl-3.0.en.html>.
*/