Difference between revisions of "Heisenburgy"

From The Wiki Camp 2
Jump to navigation Jump to search
Line 23: Line 23:
 
</option>
 
</option>
 
</choose>
 
</choose>
 +
 +
== Dodecahedron ==
 +
[[Paper]] dodecahedron for the one and only!
 +
{{#css:
 +
.scene {
 +
position: relative;
 +
top: 30px;
 +
left: 350px;
 +
width: 200px;
 +
height: 200px;
 +
perspective: 600px;
 +
}
 +
.dodecahedron1 {
 +
width: 100%;
 +
height: 100%;
 +
position: relative;
 +
transform-style: preserve-3d;
 +
animation: rotatey1 7s linear infinite;
 +
}
 +
 +
.dodecahedron2 {
 +
width: 100%;
 +
height: 100%;
 +
position: relative;
 +
transform-style: preserve-3d;
 +
animation: rotatey2 5s linear infinite;
 +
}
 +
 +
.dodecahedron3 {
 +
width: 100%;
 +
height: 100%;
 +
position: relative;
 +
transform-style: preserve-3d;
 +
animation: rotatey3 9s linear infinite;
 +
}
 +
 +
.cube-face {
 +
position: absolute;
 +
width: 200px;
 +
height: 200px;
 +
}
 +
.face-front  { transform: rotateY(  0deg) translateZ(100px); -webkit-transform: rotateY(  0deg) translateZ(100px); background-color: white; }
 +
.face-right  { transform: rotateY( 90deg) translateZ(100px); -webkit-transform: rotateY( 90deg) translateZ(100px); background-color: white; }
 +
.face-back  { transform: rotateY( 180deg) translateZ(100px); -webkit-transform: rotateY( 180deg) translateZ(100px); background-color: white; }
 +
.face-left  { transform: rotateY( -90deg) translateZ(100px); -webkit-transform: rotateY( -90deg) translateZ(100px); background-color: white; }
 +
.face-top    { transform: rotateX( 90deg) translateZ(100px); -webkit-transform: rotateX( 90deg) translateZ(100px); background-color: white; }
 +
.face-bottom { transform: rotateX( -90deg) translateZ(100px); -webkit-transform: rotateX( -90deg) translateZ(100px); background-color: white; }
 +
.pentagon {
 +
position: absolute;
 +
width: 200px;
 +
height: 200px;
 +
border-radius: 100px;
 +
}
 +
.pentagon img {
 +
position: absolute;
 +
top: 50%;
 +
left: 50%;
 +
transform: translate(-50%, -50%);
 +
}
 +
.f01 { transform: translateZ(100px); }
 +
.f02 { transform: rotate3d( 0,1,0, 58.282525deg) translateZ(100px);}
 +
.f03 { transform: rotate3d( 2.5,1,0, 58.282525deg) translateZ(100px);}
 +
.f04 { transform: rotate3d(-2.5,1,0, 58.282525deg) translateZ(100px);}
 +
.f05 { transform: rotate3d( 0.75,1,0,-58.282525deg) translateZ(100px);}
 +
.f06 { transform: rotate3d(-0.75,1,0,-58.282525deg) translateZ(100px);}
 +
.f07 { transform: translateZ(-100px);}
 +
.f08 { transform: rotate3d( 0,1,0, 58.282525deg) translateZ(-100px);}
 +
.f09 { transform: rotate3d( 2.5,1,0, 58.282525deg) translateZ(-100px);}
 +
.f10 { transform: rotate3d(-2.5,1,0, 58.282525deg) translateZ(-100px);}
 +
.f11 { transform: rotate3d( 0.75,1,0,-58.282525deg) translateZ(-100px);}
 +
.f12 { transform: rotate3d(-0.75,1,0,-58.282525deg) translateZ(-100px);}
 +
@keyframes rotatey1 {
 +
0% { transform: rotate3d(0, 0, 1, 0deg); }
 +
100% { transform: rotate3d(0, 0, 1, 360deg); }
 +
}
 +
@keyframes rotatey2 {
 +
0% { transform: rotate3d(0, 0, 1, 0deg); }
 +
100% { transform: rotate3d(0, 1, 0, 360deg); }
 +
}
 +
@keyframes rotatey3 {
 +
0% { transform: rotate3d(0, 0, 1, 0deg); }
 +
100% { transform: rotate3d(1, 0, 0, 360deg); }
 +
}
 +
}}
 +
<div class="scene">
 +
<div class="dodecahedron1">
 +
<div class="dodecahedron2">
 +
<div class="dodecahedron3">
 +
<div class="pentagon f01">[[File:Heisenburgy icon.png|frameless|75px]]</div>
 +
<div class="pentagon f02">[[File:Heisenburgy icon.png|frameless|75px]]</div>
 +
<div class="pentagon f03">[[File:Heisenburgy icon.png|frameless|75px]]</div>
 +
<div class="pentagon f04">[[File:Heisenburgy icon.png|frameless|75px]]</div>
 +
<div class="pentagon f05">[[File:Heisenburgy icon.png|frameless|75px]]</div>
 +
<div class="pentagon f06">[[File:Heisenburgy icon.png|frameless|75px]]</div>
 +
<div class="pentagon f07">[[File:Heisenburgy icon.png|frameless|75px]]</div>
 +
<div class="pentagon f08">[[File:Heisenburgy icon.png|frameless|75px]]</div>
 +
<div class="pentagon f09">[[File:Heisenburgy icon.png|frameless|75px]]</div>
 +
<div class="pentagon f10">[[File:Heisenburgy icon.png|frameless|75px]]</div>
 +
<div class="pentagon f11">[[File:Heisenburgy icon.png|frameless|75px]]</div>
 +
<div class="pentagon f12">[[File:Heisenburgy icon.png|frameless|75px]]</div>
 +
</div>
 +
</div>
 +
</div>
 +
</div>
 +
 
[[Category:XD so random!!!111one]]
 
[[Category:XD so random!!!111one]]
 
[[Category:Team 17]]
 
[[Category:Team 17]]

Revision as of 05:18, 3 November 2022

Heisenburgy is a male non-contestant on The Wiki Camp 2. He is the mascot of Team 17.

Heisenburgy
Something's contaminating the meth lab!


Dodecahedron

Paper dodecahedron for the one and only!

Heisenburgy icon.png
Heisenburgy icon.png
Heisenburgy icon.png
Heisenburgy icon.png
Heisenburgy icon.png
Heisenburgy icon.png
Heisenburgy icon.png
Heisenburgy icon.png
Heisenburgy icon.png
Heisenburgy icon.png
Heisenburgy icon.png
Heisenburgy icon.png