Line 8:
Line 8:
}
}
#youknowwhatfuckyou{
#youknowwhatfuckyou{
+
-webkit-animation: normalize 3s 20s forwards;
animation: normalize 3s 20s forwards;
animation: normalize 3s 20s forwards;
}
}
#youknowwhatfuckyou a{
#youknowwhatfuckyou a{
+
-webkit-animation: normalize 3s 20s forwards;
animation: normalize 3s 20s forwards;
animation: normalize 3s 20s forwards;
}
}
Line 33:
Line 35:
left: 50%;
left: 50%;
color:red;
color:red;
−
opacity: 0%;
+
opacity: 0;
+
-webkit-animation-name: HiThere;
+
-webkit-animation-duration: 5s;
+
-webkit-animation-delay: 24s;
+
-webkit-animation-fill-mode: forwards;
animation: HiThere 5s 24s forwards;
animation: HiThere 5s 24s forwards;
z-index:9999;
z-index:9999;
−
width: auto;
+
width: 0;
−
height: auto;
+
height: 0;
background:#333;
background:#333;
font-family: 'Courier New';
font-family: 'Courier New';
Line 50:
Line 56:
left: 0%;
left: 0%;
color:red;
color:red;
−
opacity: 0%;
+
opacity: 0;
−
animation-name:
+
-webkit-animation-name:
+
YOUCANNOTSEEME, okaynowyoucan;
+
animation-name:
YOUCANNOTSEEME, okaynowyoucan;
YOUCANNOTSEEME, okaynowyoucan;
−
animation-duration:
+
-webkit-animation-duration:
+
0s, 1s;
+
animation-duration:
0s, 1s;
0s, 1s;
−
animation-delay: 23s, 23s;
+
-webkit-animation-delay: 23s, 23s;
−
animation-timing-function:
+
animation-delay: 23s, 23s;
+
-webkit-animation-timing-function:
+
ease-in, ease-out;
+
animation-timing-function:
ease-in, ease-out;
ease-in, ease-out;
/*animation-iteration-count:
/*animation-iteration-count:
1, 1;*/
1, 1;*/
−
animation-fill-mode: forwards, forwards;
+
-webkit-animation-fill-mode: forwards, forwards;
+
animation-fill-mode: forwards, forwards;
z-index:9998;
z-index:9998;
background:#000;
background:#000;
Line 66:
Line 80:
display: inline-block;
display: inline-block;
}
}
−
html, body {margin: 0; height: 100%; overflow: hidden;}
+
html, body {margin: 0; height: 100%;}
+
@-webkit-keyframes blow-the-fuck-up{
+
0% { }
+
100% {-webkit-transform:translate(-50%, -100%);font-size:100rem;}
+
}
@keyframes blow-the-fuck-up{
@keyframes blow-the-fuck-up{
0% { }
0% { }
100% {transform:translate(-50%, -100%);font-size:100rem;}
100% {transform:translate(-50%, -100%);font-size:100rem;}
+
}
+
@-webkit-keyframes YOUCANNOTSEEME{
+
0% { }
+
100% {
+
width: 100%;
+
height: 100%;}
}
}
@keyframes YOUCANNOTSEEME{
@keyframes YOUCANNOTSEEME{
Line 77:
Line 101:
width: 100%;
width: 100%;
height: 100%;}
height: 100%;}
+
}
+
@-webkit-keyframes normalize{
+
0% { }
+
100% {color:#202122;background-image:none;}
}
}
@keyframes normalize{
@keyframes normalize{
0% { }
0% { }
100% {color:#202122;background-image:none;}
100% {color:#202122;background-image:none;}
+
}
+
@-webkit-keyframes okaynowyoucan{
+
0% {}
+
100% {opacity: 1;}
}
}
@keyframes okaynowyoucan{
@keyframes okaynowyoucan{
0% {}
0% {}
−
100% {opacity: 100%;}
+
100% {opacity: 1;}
+
}
+
+
@-webkit-keyframes BEGONE-FOUL-WITCH{
+
0% { }
+
50% {opacity:0;}
+
100% {opacity:0;}
}
}
@keyframes BEGONE-FOUL-WITCH{
@keyframes BEGONE-FOUL-WITCH{
0% { }
0% { }
−
50% {opacity:0%;}
+
50% {opacity:0;}
−
100% {opacity:0%;}
+
100% {opacity:0;}
+
}
+
@-webkit-keyframes dieandbekilled{
+
0% { }
+
100% {visibility: hidden;height:0;width:0;}
+
}
+
@keyframes dieandbekilled{
+
0% { }
+
100% {visibility: hidden;height:0;width:0;}
+
}
+
@-webkit-keyframes HiThere{
+
0% {
+
width: auto;
+
height: auto;}
+
1% {-webkit-transform:translate(-50%,-150%);}
+
100% {-webkit-transform:translate(-50%,-50%); opacity:1;width: auto;
+
height: auto;}
}
}
@keyframes HiThere{
@keyframes HiThere{
−
0% {transform:translate(-50%,-150%);}
+
0% {transform:translate(-50%,-150%);
−
100% {transform:translate(-50%,-50%); opacity:100%;}
+
width: auto;
+
height: auto;}
+
100% {transform:translate(-50%,-50%); opacity:1;width: auto;
+
height: auto;}
}
}
+
#mw-panel, #mw-head{
#mw-panel, #mw-head{
−
animation: BEGONE-FOUL-WITCH 3s 20s forwards;
+
-webkit-animation: BEGONE-FOUL-WITCH 3s 20s forwards;
+
animation: BEGONE-FOUL-WITCH 3s 20s forwards;
}
}
#explode > *{
#explode > *{
−
-moz-transition: all 3s linear;
+
-moz-transition: all 3s linear;
-o-transition: all 3s linear;
-o-transition: all 3s linear;
-webkit-transition: all 3s linear;
-webkit-transition: all 3s linear;
Line 115:
Line 174:
padding: 0;
padding: 0;
line-height: 1.4rem;
line-height: 1.4rem;
−
animation: blow-the-fuck-up 3s 20s forwards;
+
-webkit-animation-name: blow-the-fuck-up, dieandbekilled;
+
-webkit-animation-duration: 3s, 0s;
+
-webkit-animation-delay: 20s, 25s;
+
-webkit-animation-fill-mode: forwards, forwards;
+
animation-name: blow-the-fuck-up, dieandbekilled;
+
animation-duration: 3s, 0.5s;
+
animation-delay: 20s, 25s;
+
animation-fill-mode: forwards, forwards;
}
}
}}
}}
−
{{About-distinguish|the research foundation|[[HaZe Online Sports Troupe|the eSports team]]|[[Hardware Overclock Sound Team|the electronic music duo]]|[[Hog rider fan cOnteStanTs|the Hog Rider fanclub]]|[[Hahaha Okin Salad Toss|the recreational salad tossing organization]]}}
+
{{ambox|type = move|image = [[Image:Merge-arrows.png|50px]]|text = It has been suggested that this page or section be merged with ''[[HaZe Online Sports Troupe]]'', ''[[Hardware Overclock Sound Team]]'', and ''[[Hog rider fan cOnteStanTs]]'' to ''[[Host]]''. ([[Talk:Host#Merge discussion|Discuss]])}}
−
[[Category:Teams (official)]]
{{Infobox space agency
{{Infobox space agency
+
| name = Houston Omniversal Science and Technology
| title = Houston Omniversal Science and Technology
| title = Houston Omniversal Science and Technology
| agency_type = [[Space agency]]<br>[[SETI|Extraterrestial intelligence search]]<br>[[Cosmoradiological surveyor]]
| agency_type = [[Space agency]]<br>[[SETI|Extraterrestial intelligence search]]<br>[[Cosmoradiological surveyor]]
Line 141:
Line 207:
|leader_name2 = {{Flippant|N/A|Nobody in particular.}}
|leader_name2 = {{Flippant|N/A|Nobody in particular.}}
}}
}}
−
<span>The '''Houston Omniversal Science and Technology''' ('''HOST''') is a privately-owned agency headquartered within Rectangle Zone. It was founded on October 1, 2022, by <span class=wocky id=youknowwhatfuckyou>'''[THE ZEITGEIST]'''</span> in an attempt to research a <span id=blink>mysterious phenomenon in the cosmic microwave background radiation</span>. The impetus for its formation was <span id=youknowwhatfuckyou>[[Challenge 2]]</span>.</span>
+
<div><span>The '''Houston Omniversal Science and Technology''' ('''HOST''') is a privately-owned agency headquartered within Rectangle Zone. It was founded on October 1, 2022, by <span class=wocky id=youknowwhatfuckyou>'''[THE ZEITGEIST]'''</span> in an attempt to research a <span id=blink>mysterious phenomenon in the cosmic microwave background radiation</span>. The impetus for its formation was <span id=youknowwhatfuckyou>[[Challenge 2]]</span>. Something is terribly wrong.</span></div>
==History==
==History==
===Origin===
===Origin===
−
-<span>Information on the study of the <span id=blink>cosmic microwave background radiation</span> is hard to obtain in and of itself, as any metastudies into the research itself invariably result in a mysterious amnesiac effect, and all publications to date exhibit strange behavior, including but not limited to flickering text and shifting format. The only information that exists on the topic can be found at <span id=youknowwhatfuckyou><span id=blink>[[9150625|this page]]</span></span>, though the information present within is highly suspect at best, as the edit history from two centuries in the future, the page is riddled with unprofessional editing conduct, and a myriad other reasons.</span>
+
<div><span>Information on the study of the <span id=blink>cosmic microwave background radiation</span> is hard to obtain in and of itself, as any metastudies into the research itself invariably result in a mysterious amnesiac effect, and all publications to date exhibit strange behavior, including but not limited to flickering text and shifting format. Something is terribly wrong. The only information that exists on the topic can be found at <span id=youknowwhatfuckyou><span id=blink>[[9150625|this page]]</span></span>, though the information present within is highly suspect at best, as the edit history from two centuries in the future, the page is riddled with unprofessional editing conduct, and a myriad of other reasons. No, I'm serious, the concept of this page is about to disintegrate. Sorry about that. You got fooled!</span></div>
===Founding===
===Founding===
−
<span>Both disheartened and inspired by this lack of available information, <span class=wocky id=youknowwhatfuckyou>'''[THE ZEITGEIST]'''</span> set out to rectify this issue by founding HOST. As such, since its conception, it has been explicitly dedicated toward original research and documentation on the <span id=blink>above-stated phenomenon</span>. Seeing as this was concurrent with the duration of <span id=youknowwhatfuckyou>[[Challenge 2]]</span>, it was registered as an official team as well. When asked about how she felt about being on a solo team, <span class=wocky id=youknowwhatfuckyou>'''[THE ZEITGEIST]'''</span> stated that she was "none too bothered by it," and remains optimistic about her ability to perform well in spite of this apparent disadvantage<ref>{{Flippant|Self-published.|That's irritating.}}</ref>.</span>
+
<span>Both disheartened and inspired by this lack of available information, <span class=wocky id=youknowwhatfuckyou>'''[THE ZEITGEIST]'''</span> set out to rectify this issue by founding HOST. As such, since its conception, it has been explicitly dedicated toward original research and documentation on the <span id=blink>above-stated phenomenon</span>. Seeing as this was concurrent with the duration of <span id=youknowwhatfuckyou>[[Challenge 2]]</span>, it was registered as an official team as well. When asked about how she felt about being on a solo team, <span class=wocky id=youknowwhatfuckyou>'''[THE ZEITGEIST]'''</span> stated that "something is terribly wrong," and remains optimistic about her ability to perform well in spite of this apparent disadvantage<ref>{{Flippant|Self-published.|That's irritating.}}</ref>.</span>
==Publications==
==Publications==
Line 157:
Line 223:
<indicator name="Popup">A critical error has occurred. Please stand by and consult the relevant [[error logs]]. An administrator will be here to assist you soon.</indicator>
<indicator name="Popup">A critical error has occurred. Please stand by and consult the relevant [[error logs]]. An administrator will be here to assist you soon.</indicator>
<indicator name="Backdrop"></indicator>
<indicator name="Backdrop"></indicator>
+
<noinclude>[[Category:Pages that cause an intense load on users' graphical processing units]][[Category:55]]
+
[[Category:Host]]</noinclude>