site/assets/fish.css

146 lines
2.9 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: #000B25;
background: #fafafa;
}
::-moz-selection {
color: #000B25;
background: #fafafa;
}
* {
box-sizing: border-box;
font-family: "Ubuntu";
scrollbar-color: #008085 transparent;
}
a {
color: #fafafa;
text-decoration: underline;
}
body {
background:
url("https://64.media.tumblr.com/be641808e01bc5215801e8fb8e332cb5/tumblr_phjmayTtvd1qze3hdo1_r2_500.gifv")
no-repeat;
background-clip: border-box;
background-attachment: fixed;
background-size: cover;
color: #fafafa;
display: flex;
flex-wrap: wrap;
height: max-content;
margin: 0;
}
@media (orientation: landscape) {
body {
background:
url("https://64.media.tumblr.com/be641808e01bc5215801e8fb8e332cb5/tumblr_phjmayTtvd1qze3hdo1_r2_500.gifv")
no-repeat center/100%;
}
}
code {
font-family: 'Ubuntu Mono Ligaturized';
word-break: break-all;
}
h1, h2, h3, h4, h5, h6 {
padding-bottom: 0.5em;
margin: 0;
}
main {
display: flex;
flex-direction: column;
gap: 1em;
margin: 1em;
width: 35em;
}
p {
margin: 0;
}
.menu {
background: #143F5D;
padding: 0;
margin: 0;
white-space: nowrap;
}
.menu button {
background: transparent;
border: transparent;
border-radius: 0;
color: #fafafa;
margin: 0;
padding: 0.5em;
text-align: center;
}
.menu button:active {
background: #072840;
}
.menu button:hover {
background: #000B25;
border: #000B25;
}
.menu form {
display: inline;
}
section {
flex-basis: 100%;
flex-grow: 1;
}
footer, section {
padding: 1em;
width: 100%;
}
footer, section, .bar {
box-shadow: 7px 7px #000B25;
background: #008085;
}
.bar {
display: flex;
flex-direction: column;
height: fit-content;
justify-content: flex-end;
margin: 1em 0 0 1em;
width: fit-content;
}
/*
* This 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.
*
* This 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
* This css. If not, see <https://www.gnu.org/licenses/agpl-3.0.en.html>.
*/