Teeth (talk | contribs)
m fix the evil
Teeth (talk | contribs)
No edit summary
Line 14: Line 14:
   border-radius: 8px;
   border-radius: 8px;
   box-shadow: 2px 2px 8px #000a;
   box-shadow: 2px 2px 8px #000a;
}
}}
<span class="phone-badge">
do not call me <span class="double-line">i will not pick up the [[Telephone|phone]]</span>
</span>{{#css:
.phone-badge {
  background-image: linear-gradient(90deg, #fff4, #fff), url("https://upload.wikimedia.org/wikipedia/commons/f/f7/Public_telephone_sign.svg");
  background-size: contain;
  padding: 6px 12px;
  color: #000;
  text-shadow: 0 0 1px #fff, 0 0 2px #f6f6ff, 1px 1px 2px #000;
  border-radius: 6px;
  border: 2px solid #7fabff;
}
.double-line {
  font-size: 8px;
  width: 50px;
  display: inline-block;
  line-height: 1;
  vertical-align: text-bottom;
}
}}
<span class="computer-badge">
[[File:Computer.png|30px|frameless]] i want to {{Loop|4|{{Bracket}}}} my computer
</span>{{#css:
.computer-badge {
  text-decoration: 1px underline wavy red;
  text-emphasis: "✧";
  border-bottom: 1px solid;
  border-left: 2px dashed;
  padding: 2px 6px;
  box-shadow: inset 8px -2px 0px #ccc;
  border-radius: 3px;
  border-top: 1px dashed #ccc;
  border-right: 1px dashed #ccc;
}
}
}}
}}
Line 21: Line 56:
[[File:House_rabbit_grooming.jpg|frameless|100px|bunny corner]]
[[File:House_rabbit_grooming.jpg|frameless|100px|bunny corner]]
[[File:Rabbit_0068.gif|frameless|150px|bunny corner]]
[[File:Rabbit_0068.gif|frameless|150px|bunny corner]]
[[File:Tangram-bunny.svg|frameless|80px]]


<span class="beep">[[File:Chart With Awesome Trend.webp|30px|frameless|alt=chart with awesome trend]] beep beep beep</span> critical levels of [[Red Dye 40]] detected, now entering the <span class="flavorzone">flavorzone...</span>
<span class="beep">[[File:Chart With Awesome Trend.webp|30px|frameless|alt=chart with awesome trend]] beep beep beep</span> critical levels of [[Red Dye 40]] detected, now entering the <span class="flavorzone">flavorzone...</span>
{{Tombox|🚨 bro you are so cooked 🚨|Strawberry elephant.png}}
{{Tombox|🚨 bro we are so cooked 🚨|Strawberry elephant.png}}
[[File:Pissbar.jpg|400px|thumb|center|alt=An advertisement banner for the pissbar. Bright yellow text says "youre less than one click away!" with a red arrow pointing at a yellow button labeled "piss". There is also a jar filled with yellow liquid, an image of a pair of shorts, and a yellow progress bar at "99%".|[https://teeth.garden/pissbar '''<span class="piss-link">Piss yourself?</span>''']]]
[[File:Pissbar.jpg|400px|thumb|center|alt=An advertisement banner for the pissbar. Bright yellow text says "youre less than one click away!" with a red arrow pointing at a yellow button labeled "piss". There is also a jar filled with yellow liquid, an image of a pair of shorts, and a yellow progress bar at "99%".|[https://teeth.garden/pissbar '''<span class="piss-link">Piss yourself?</span>''']]]
== [[File:Oxygen480-emblems-love.svg|20px|frameless]] i love my computer ==
== [[File:Oxygen480-emblems-love.svg|20px|frameless]] i love my computer ==
all my friends are in their
all my friends are in their
== Online ==
== [[File:Animated_spinning_globe_of_the_world.gif|20px|frameless]] Online ==
<big><span class="website-link">[https://teeth.garden IF YOU LIKE WEBSITES, YOU SHOULD GO TO MY WEBSITE]<ref>if you Hate websites, then never go to any website ever again</ref></span></big>
<big><span class="website-link">[https://teeth.garden IF YOU LIKE WEBSITES, YOU SHOULD GO TO MY WEBSITE]<ref>if you Hate websites, then never go to any website ever again</ref></span></big>
{{#css:
{{#css:
Line 54: Line 90:
   filter: drop-shadow(2px 2px 4px #eeee33);
   filter: drop-shadow(2px 2px 4px #eeee33);
}
}
.website-link {
.website-link a.external {
   padding: 6px 12px;
   padding: 9px 18px 6px 12px;
   box-shadow: inset 4px -4px 8px #0008, inset -4px 4px 8px #fffc;
   box-shadow: inset 4px -4px 8px #0008, inset -4px 4px 8px #fffc;
   border-radius: 6px;
   border-radius: 6px;
   background-color: #abd0ff;
   background-color: #abd0ff;
}
}
#firstHeadingTitle:before, .mw-page-title-namespace:before {
.website-link a.external:hover {
  background-color: #f9da92;
}
.website-link a.external:active {
  box-shadow: inset -4px 4px 8px #0008, inset 4px -4px 8px #fffc;
  background-color: #f9da92;
  color: #e900da;
}
.mw-page-title-namespace:before {
   content: "Evil";
   content: "Evil";
}
}
#firstHeadingTitle, #firstHeadingTitle:before, .mw-page-title-namespace:before, .mw-page-title-namespace, .mw-page-title-separator {
#firstHeadingTitle:before, .mw-page-title-namespace:before, .mw-page-title-namespace, .mw-page-title-separator {
  text-shadow: 1px 1px 4px #fff;
   text-shadow: 1px 1px 4px #9515c3;
   text-shadow: 1px 1px 4px #9515c3;
   color: #201957;
   color: #201957;
}
.mw-page-title-main {
  text-shadow: 1px 4px 4px #0be341;
  color: #202920;
}
.mw-page-title-main::after {
  display: inline-block;
  vertical-align: text-bottom;
  content: "";
  width: 36px;
  height: 36px;
  background: center / contain no-repeat url("https://upload.wikimedia.org/wikipedia/commons/f/fe/Tooth_template.svg");
  margin-left: 3px;
}
}
}}
}}