A critical error has occurred. Please stand by and consult the relevant error logs. An administrator will be here to assist you soon.

Difference between revisions of "Host/Houston Omniversal Science and Technology/Simple"

From The Wiki Camp 2
Jump to navigation Jump to search
(Safari 4.0 support?)
 
(9 intermediate revisions by the same user not shown)
Line 35: Line 35:
 
   left: 50%;
 
   left: 50%;
 
   color:red;
 
   color:red;
   opacity: 0%;
+
   opacity: 0;
   -webkit-animation: HiThere 5s 24s forwards;
+
   -webkit-animation-name: HiThere;
 +
  -webkit-animation-duration: 5s;
 +
  -webkit-animation-delay: 24s;
 +
  -webkit-animation-fill-mode: forwards;
 +
  animation: HiThere 5s 24s forwards;
 
   z-index:9999;
 
   z-index:9999;
 
   width: 0;
 
   width: 0;
Line 52: Line 56:
 
   left: 0%;
 
   left: 0%;
 
   color:red;
 
   color:red;
   opacity: 0%;
+
   opacity: 0;
 
   -webkit-animation-name:
 
   -webkit-animation-name:
 +
    YOUCANNOTSEEME, okaynowyoucan;
 +
  animation-name:
 
     YOUCANNOTSEEME, okaynowyoucan;
 
     YOUCANNOTSEEME, okaynowyoucan;
 
   -webkit-animation-duration:
 
   -webkit-animation-duration:
 +
    0s, 1s;
 +
  animation-duration:
 
     0s, 1s;
 
     0s, 1s;
 
   -webkit-animation-delay: 23s, 23s;
 
   -webkit-animation-delay: 23s, 23s;
 +
  animation-delay: 23s, 23s;
 
   -webkit-animation-timing-function:
 
   -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;*/
 
   -webkit-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 68: 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{
 
@-webkit-keyframes blow-the-fuck-up{
 
     0%  { }
 
     0%  { }
 
     100% {-webkit-transform:translate(-50%, -100%);font-size:100rem;}
 
     100% {-webkit-transform:translate(-50%, -100%);font-size:100rem;}
 +
}
 +
@keyframes blow-the-fuck-up{
 +
    0%  { }
 +
    100% {transform:translate(-50%, -100%);font-size:100rem;}
 
}
 
}
 
@-webkit-keyframes YOUCANNOTSEEME{
 
@-webkit-keyframes YOUCANNOTSEEME{
 +
    0%  { }
 +
    100% {
 +
  width: 100%;
 +
  height: 100%;}
 +
}
 +
@keyframes YOUCANNOTSEEME{
 
     0%  { }
 
     0%  { }
 
     100% {
 
     100% {
Line 81: Line 103:
 
}
 
}
 
@-webkit-keyframes normalize{
 
@-webkit-keyframes normalize{
 +
    0%  { }
 +
    100% {color:#202122;background-image:none;}
 +
}
 +
@keyframes normalize{
 
     0%  { }
 
     0%  { }
 
     100% {color:#202122;background-image:none;}
 
     100% {color:#202122;background-image:none;}
Line 86: Line 112:
 
@-webkit-keyframes okaynowyoucan{
 
@-webkit-keyframes okaynowyoucan{
 
0% {}
 
0% {}
100% {opacity: 100%;}
+
100% {opacity: 1;}
 
}
 
}
 +
@keyframes okaynowyoucan{
 +
0% {}
 +
100% {opacity: 1;}
 +
}
 +
 
@-webkit-keyframes BEGONE-FOUL-WITCH{
 
@-webkit-keyframes BEGONE-FOUL-WITCH{
 
     0%  { }
 
     0%  { }
     50% {opacity:0%;}
+
     50% {opacity:0;}
     100% {opacity:0%;}
+
    100% {opacity:0;}
 +
}
 +
@keyframes BEGONE-FOUL-WITCH{
 +
    0%  { }
 +
    50% {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{
 
@-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{
 
     0%  {transform:translate(-50%,-150%);
 
     0%  {transform:translate(-50%,-150%);
 
   width: auto;
 
   width: auto;
 
   height: auto;}
 
   height: auto;}
     100% {transform:translate(-50%,-50%); opacity:100%;width: auto;
+
     100% {transform:translate(-50%,-50%); opacity:1;width: auto;
 
   height: auto;}
 
   height: auto;}
 
}
 
}
 +
 
#mw-panel, #mw-head{
 
#mw-panel, #mw-head{
 
-webkit-animation: BEGONE-FOUL-WITCH 3s 20s forwards;
 
-webkit-animation: BEGONE-FOUL-WITCH 3s 20s forwards;
 +
animation: BEGONE-FOUL-WITCH 3s 20s forwards;
 
}
 
}
  
Line 120: Line 174:
 
     padding: 0;
 
     padding: 0;
 
     line-height: 1.4rem;
 
     line-height: 1.4rem;
     -webkit-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]])}}
 
{{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 145: 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 161: 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>

Latest revision as of 09:12, 8 November 2022

Houston Omniversal Science and Technology
HOST (SciTech) Logo.png
HOST "black hole gear" insignia
Agency overview
AbbreviationHOST
FormedOctober 1, 2022; 2 years ago (2022-10-01)
TypeSpace agency
Extraterrestial intelligence search
Cosmoradiological surveyor
HeadquartersRectangle Zone
MottoFor the Benefit of [ALL.]all.
Administrator
[THE ZEITGEIST]
Deputy AdministratorN/ANobody in particular.
OwnerProprietary
Employees2[citation needed]
Annual budgetSteady Not reported
The Houston Omniversal Science and Technology (HOST) is a privately-owned agency headquartered within Rectangle Zone. It was founded on October 1, 2022, by [THE ZEITGEIST] in an attempt to research a mysterious phenomenon in the cosmic microwave background radiation. The impetus for its formation was Challenge 2. Something is terribly wrong.

History

Origin

Information on the study of the cosmic microwave background radiation 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 this page, 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!

Founding

Both disheartened and inspired by this lack of available information, [THE ZEITGEIST] 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 above-stated phenomenon. Seeing as this was concurrent with the duration of Challenge 2, it was registered as an official team as well. When asked about how she felt about being on a solo team, [THE ZEITGEIST] stated that "something is terribly wrong," and remains optimistic about her ability to perform well in spite of this apparent disadvantage[1].

Publications

The relative new age of the agency means that there is an unfortunate lack of published research at this point in time, though there remain many potential projects. [THE ZEITGEIST] has stated that her efforts in the field will soon yield fruit, and that she is "eager to share [her] findings with the scientific community at large" as soon as they are available[2].

References

  1. Self-published.That's irritating.
  2. IbidThat's *even more* irritating.