blankx.gitlab.io/public/index.css

118 lines
2.1 KiB
CSS
Raw Normal View History

@font-face {
font-family: 'Rounded Elegance';
src: url('fonts/rounded_elegance.ttf');
}
@font-face {
font-family: 'Transformers';
src: url('fonts/transformers.ttf');
}
@font-face {
/* Dr. Smith made by Amolith, https://git.nixnet.xyz/Amolith/dotfiles#dr-smith-a-custom-font */
font-family: 'Dr. Smith';
src: url('fonts/drsmith.otf');
}
p.ds, a.ds {
font-family: 'Dr. Smith', sans-serif;
}
h1.transred {
font-family: 'Transformers', sans-serif;
color: red;
}
2019-01-28 19:45:54 +00:00
body.jack, body.kazoo, body.fzt {
2019-01-17 14:15:38 +00:00
background-color: red;
2019-01-28 19:43:02 +00:00
}
body.jack {
background-image: url('pics/jack.png');
}
body.kazoo {
background-image: url('pics/kazoo.png');
2019-01-17 14:15:38 +00:00
}
p, a, h1, h2, li {
font-family: 'Rounded Elegance', sans-serif;
}
2019-02-11 14:09:18 +00:00
p, p.white_fix, i.white, li, a.white {
color: white;
}
2019-03-03 18:53:36 +00:00
a, h1, p.green, i, h2, a.green {
color: lime;
}
body {
background-color: black;
text-align: center;
}
p.red, a.red, i.red, h1.red, h2.red {
color: rgb(255, 42, 42);
}
2019-01-13 14:29:03 +00:00
div.linkz {
text-align: center;
display: flex;
flex-direction: row;
align-items: center;
justify-content: space-evenly;
font-size: 4em;
width: 100%;
height: 25vh;
2019-01-13 14:29:03 +00:00
box-sizing: border-box;
}
a.blue, i.blue, p.blue {
color: rgb(42, 42, 255);
2019-01-13 14:29:03 +00:00
}
div.container {
margin-bottom: 1em;
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
box-sizing: border-box;
2019-01-17 14:15:38 +00:00
width: 100%;
}
p.black {
color: black;
}
p.blacknds, a.blacknds {
color: black;
2019-02-02 08:36:51 +00:00
font-family: 'Dr. Smith', sans-serif;
}
2019-01-22 09:46:10 +00:00
div.tocclass, iframe {
width: 100%;
}
p.h {
display: none;
}
2019-01-31 10:45:49 +00:00
div.hseperator {
color: #404040;
background-color: #404040;
height: 5px;
width: 500px;
}
div.vseperator {
padding-top: 100px;
padding-bottom: 0px;
color: #404040;
background-color: #404040;
height: 5%;
width: 5px;
}
i.fa {
padding-top: 50px;
}
div.tenh {
height: 5px;
padding-top: 5px;
pading-bottom: 5px;
}
div.no {
height: 0px;
width: 0px;
padding-left: 0px;
padding-right: 0px;
font-size: 0px;
2019-02-05 12:03:39 +00:00
display: none;
}
2019-03-03 18:53:36 +00:00
a.quoting {
2019-02-05 19:42:26 +00:00
line-height: 1.6;
2019-03-03 18:36:35 +00:00
color: white;
2019-02-05 19:42:26 +00:00
}