/*
So it's 2018, and I've been nagged to make my site not a text file. But I want to keep that text file feel.
Let's see what I can do....
#Doq2018
Sorry I had to.
This will look best on a widescreen display and not mobile. Mobile will make it worse. Soz.
*/
body {
background: #000000;
color: #ffffff;
font-family: 'Consolas', 'Lucida Console', monospace;
}
#container {
display: block; position: fixed;
z-index: 100;
background: rgb(39, 40, 34);
max-width: 700px;
transition: left 500ms;
}
#textInput {
width: 100%;
height: 550px;
overflow-y: scroll;
}
/*
TO THE RIGHT WITH YOU
*/
#container {
left: 62%;
}
.selectorOne {
color: rgb(249, 38, 114);
}
.selectorTwo {
color: rgb(166, 226, 46);
}
.property{
color: rgb(102, 217, 239);
font-style: italic;
}
.value{
color: #ae81ff;
}
.comment {
color: #80ab6e;
font-style: italic;
}
/*
Okay that's out of the way. Site content now.
*/
#thecontent {
margin-left: 0;
margin-top: 0;
}
/*
This part is very busted I had to use a bunch of different fixes it's just total cancer bear with me here.
There also seems to be some performance issues. It's not that optimized I guess.
*/
#thecontent:before {
white-space: pre;
content: "\20\20\20\20\20\20\20__\0A\20\20____/ /___\20\20____ _\20\20(tm)\0A\20/ __\20\20/ __ \\/ __ `/\0A / /_/ / /_/ / /_/ / the hobbyist everything\0A \\__,_/\\____/\\__, / good at a lot of things\0A\20\20\20\20\20\20\20\20\20\20\20\20\20\20 /_/ not great at anything\0A -------------------------------------------------------------\0A Hey guys, it's Doq. It's been a while, hasn't it? It's been\0A about two years or so since I last updated this unused portal\0A to nowhere. Anyway, I'm back with my \"hobbyist everything\"\0A gig again. What experiences should I put this time....\0A\0A I'll include my systems administration major from last site\0A revision. Professional-level livestreams of fighting games is\0A also something I do quite a bit of. I like doing server stuff.\0A I have an obsession over enterprise hardware and styluses on\0A all the things.\0A\0A Name: Lakota Norberg (Doc, Doq depending on the context)\0A Age: 19 :: Dob: 19 December :: Sign: Saggitarius :: Sex: Male\0A Blood: Yes :: Languages: English, Deutsch, C#, Python\0A Servers: Dell PE 2850, random HP desktop that happens to\0A\20\20\20\20\20\20\20\20\20 support AMD-V for some reason or another.\0A Mains: Es, Kagura, Answer, Ramlethal, Eltnum, Linne, F/Len, \0A\20\20\20\20\20\20\20 F/Arcueid, Ganondorf, Akuma, Lucifer/Bernkastel,\0A\20\20\20\20\20\20\20 Mamizou, Kokoro, Byakuren/Yukari, Utusho, Reisen,\0A\20\20\20\20\20\20\20 Nightmare, probably anybody with a giant ass sword tbh.\0A\0A Directives and shit:\0A https://www.doqk.ml/ (this site)\0A https://www.twitter.com/doqk_ :: https://www.mixer.com/doqk \0A https://www.youtube.com/doqfgc :: http://discord.me/lenation";
}
/*
This is totally not semantic CSS but fuck it here's the site.
Made with a lot of broken scripts by Doq using xShteff's source.
... there's something missing... AH! RIGHT!
*/
#thecontent:after {
white-space: pre;
content: " _______▄▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▄______\000A _______█░░▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒░░░█_____\000A _______█░▒▒▒▒▒▒▒▒▒▒▄▀▀▄▒▒▒░░█▄▀▀▄_\000A __▄▄___█░▒▒▒▒▒▒▒▒▒▒█▓▓▓▀▄▄▄▄▀▓▓▓█_\000A █▓▓█▄▄█░▒▒▒▒▒▒▒▒▒▄▀▓▓▓▓▓▓▓▓▓▓▓▓▀▄_\000A _▀▄▄▓▓█░▒▒▒▒▒▒▒▒▒█▓▓▓▄█▓▓▓▄▓▄█▓▓█_\000A _____▀▀█░▒▒▒▒▒▒▒▒▒█▓▒▒▓▄▓▓▄▓▓▄▓▒▒█\000A ______▄█░░▒▒▒▒▒▒▒▒▒▀▄▓▓▀▀▀▀▀▀▀▓▄▀_\000A ____▄▀▓▀█▄▄▄▄▄▄▄▄▄▄▄▄██████▀█▀▀___\000A ____█▄▄▀_█▄▄▀_______█▄▄▀_▀▄▄█_____\000A\000A \00A9 2018 Doq."
}
/*
I almost forgot the ASCII art.
I'm gonna go play some BlazBlue now. Late.
<3
*/