2019-01-13 13:47:17 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Rounded Elegance';
|
2019-01-16 03:06:44 +00:00
|
|
|
src: url('fonts/rounded_elegance.ttf');
|
2019-01-13 13:47:17 +00:00
|
|
|
}
|
2019-01-14 15:29:10 +00:00
|
|
|
@font-face {
|
|
|
|
font-family: 'Transformers';
|
2019-01-16 03:06:44 +00:00
|
|
|
src: url('fonts/transformers.ttf');
|
2019-01-14 15:29:10 +00:00
|
|
|
}
|
2019-01-25 17:20:03 +00:00
|
|
|
@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;
|
|
|
|
}
|
2019-01-14 15:29:10 +00:00
|
|
|
h1.transred {
|
|
|
|
font-family: 'Transformers', sans-serif;
|
|
|
|
color: red;
|
|
|
|
}
|
2019-01-17 14:24:25 +00:00
|
|
|
meta.colon_p {
|
2019-01-18 11:15:53 +00:00
|
|
|
color: rgba(255,255,255,0.5);
|
2019-01-17 14:24:25 +00:00
|
|
|
}
|
2019-01-17 14:15:38 +00:00
|
|
|
body.jack {
|
|
|
|
background-color: red;
|
2019-01-28 15:47:11 +00:00
|
|
|
background-image: url('pics/jack.png');
|
|
|
|
}
|
|
|
|
body.kazoo {
|
|
|
|
background-color: red;
|
|
|
|
background-image: url('pics/kazoo.png');
|
2019-01-17 14:15:38 +00:00
|
|
|
}
|
2019-01-13 15:04:32 +00:00
|
|
|
p, a, h1, h2, li {
|
2019-01-13 13:47:17 +00:00
|
|
|
font-family: 'Rounded Elegance', sans-serif;
|
|
|
|
}
|
2019-01-13 15:00:31 +00:00
|
|
|
p, p.white_fix, i.white, li {
|
2019-01-13 13:47:17 +00:00
|
|
|
color: white;
|
|
|
|
}
|
2019-01-13 13:58:26 +00:00
|
|
|
a, h1, p.green, i, h2 {
|
2019-01-13 13:47:17 +00:00
|
|
|
color: lime;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
background-color: black;
|
|
|
|
text-align: center;
|
|
|
|
}
|
2019-01-14 15:29:10 +00:00
|
|
|
p.red, a.red, i.red, h1.red, h2.red {
|
2019-01-13 13:47:17 +00:00
|
|
|
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%;
|
2019-01-15 09:42:14 +00:00
|
|
|
height: 25vh;
|
2019-01-13 14:29:03 +00:00
|
|
|
box-sizing: border-box;
|
|
|
|
}
|
2019-01-15 09:42:14 +00:00
|
|
|
a.blue, i.blue, p.blue {
|
2019-01-18 11:15:53 +00:00
|
|
|
color: rgb(42, 42, 255);
|
2019-01-13 14:29:03 +00:00
|
|
|
}
|
2019-01-14 15:29:10 +00:00
|
|
|
div.container {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
text-align: center;
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
height: 100vh;
|
2019-01-17 14:15:38 +00:00
|
|
|
/* padding: 20%; */
|
2019-01-14 15:29:10 +00:00
|
|
|
box-sizing: border-box;
|
|
|
|
/* font-size: 1.2em; */
|
2019-01-17 14:15:38 +00:00
|
|
|
width: 100%;
|
2019-01-14 15:29:10 +00:00
|
|
|
}
|
|
|
|
p.black {
|
|
|
|
color: black;
|
|
|
|
}
|
2019-01-25 17:20:03 +00:00
|
|
|
p.blacknds, a.blacknds {
|
|
|
|
color: black;
|
|
|
|
font-family: 'Dr. Smith', sanserif;
|
|
|
|
}
|
2019-01-22 09:46:10 +00:00
|
|
|
div.tocclass, iframe {
|
|
|
|
/* display: flex;
|
|
|
|
box-sizing: border-box; */
|
|
|
|
width: 100%;
|
|
|
|
}
|
2019-01-23 17:17:41 +00:00
|
|
|
p.h {
|
|
|
|
display: none;
|
|
|
|
}
|