Difference between revisions of "Sandbox"

From Armagetron
(tourney blurbs / competition hub - rough mockup)
 
(88 intermediate revisions by 25 users not shown)
Line 1: Line 1:
== Some heading ==
+
<!-- Ladle -->
<pre>      sandbox--test out the formatting here
+
<!-- Overall Ladle blurb card-->
      o  ____          :::::::::::::::::: :::::::::::::::::: __|-----|__
+
<div style="
      Y_,_|[]| --++++++ |[][][][][][][][]| |[][][][][][][][]| |  [] []  |
+
display:inline-block;
    {|_|_|__|;|______|;|________________|;|________________|;|_________|;
+
width:45%;  
      /oo--OO  oo  oo  oo oo      oo oo  oo oo      oo oo  oo    oo
+
float:left;  
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+</pre>
+
border:4px solid #fff;  
 +
border-radius:16px;  
 +
margin:1.25%;  
 +
background:#fff;
 +
box-shadow: 0px 4px 10px #333;">
  
=== A sub-heading ===
+
<!-- Green Gradient Box behind ladle number -->
* Bullet point
+
<div style="
* Another
+
display:-webkit-box;
** How about this?
+
-webkit-box-pack:justify;
* No.
+
-webkit-box-align:justify;
 +
width:33%;
 +
border-radius:8px;
 +
background-color:#fff;
 +
padding:1rem;
 +
margin:0;
 +
position: relative;
 +
float:left;
 +
height: 150px;
 +
background-color: #ff6688;
 +
background-image: -webkit-gradient( linear, from( #7fff7f ), to( #3bbb3b ) );
 +
background-image: -webkit-linear-gradient(#7fff7f, #3bbb3b );
 +
background-image: -moz-linear-gradient(#7fff7f, #3bbb3b );
 +
background-image: linear-gradient(#7fff7f, #3bbb3b );
 +
-moz-box-shadow: inset 0 0 6px #333;
 +
-webkit-box-shadow: inset 0 0 6px #333;
 +
box-shadow: inset 0 0 6px #333;
 +
border-top-right-radius: 33% 50%;
 +
border-bottom-right-radius: 33% 50%;
 +
border-top-left-radius: 12px;
 +
border-bottom-left-radius: 12px;">
  
Some <code>code text</code>. Yes, it worked.
+
<!--        Ladle Number        -->
 +
<span style="
 +
font-size:5em;
 +
vertical-align:middle;
 +
color:#fff;
 +
text-shadow: 2px 2px 4px #333;">
 +
{{Ladle Meta|number}}
 +
</span>
 +
</div>
 +
<!--Right side text (ladle, date, challenge board, previous result)-->
 +
<div style="
 +
display:-webkit-box;
 +
-webkit-box-pack:center;
 +
-webkit-box-align:end;
 +
position:relative;
 +
padding:1rem;
 +
margin:0;
 +
float:right;
 +
height: 150px;">
 +
<span style="vertical-align: middle;">
 +
<span style="font-size:3em; margin: auto;">Ladle</span><br />
 +
<span style="font-size:1em;">{{ucfirst:{{Ladle Meta|date}}}}</span><br />
 +
[[Ladle/Challenge Board | Challenge Board]] | [[Ladle {{Ladle Meta|previous}} | Previous Result]]
 +
</span>
 +
</div>
 +
</div>
  
Math doesn't work right now, apparently I have to upgrade the server.  Go ahead and use regular math formatting according to MediaWiki, and don't worry if you can't read it right now.  I'll take care of it.
+
<!-- SBT -->
 +
<!-- Overall SBT blurb card-->
 +
<div style="
 +
display:inline-block;
 +
width:45%;
 +
float:right;
 +
border:4px solid #fff;
 +
border-radius:16px;
 +
margin:1.25%;
 +
background:#fff;
 +
box-shadow: 0px 4px 10px #333;">
  
<math>\sqrt{x^2 + y^2}</math>
+
<!-- Blue Gradient Box behind SBT number -->
[[Image:Pointoftron2.gif]]
+
<div style="
 +
display:-webkit-box;
 +
-webkit-box-pack:justify;
 +
-webkit-box-align:justify;
 +
width:33%;
 +
border-radius:8px;
 +
background-color:#fff;
 +
padding:1rem;
 +
margin:0;
 +
position: relative;
 +
float:left;
 +
height: 150px;
 +
background-color: #ff6688;
 +
background-image: -webkit-gradient( linear, from( #4488ff ), to( #002299 ) );
 +
background-image: -webkit-linear-gradient(#4488ff, #002299 );
 +
background-image: -moz-linear-gradient(#4488ff, #002299 );
 +
background-image: linear-gradient(#4488ff, #002299 );
 +
-moz-box-shadow: inset 0 0 6px #333;
 +
-webkit-box-shadow: inset 0 0 6px #333;
 +
box-shadow: inset 0 0 6px #333;
 +
border-top-right-radius: 33% 50%;
 +
border-bottom-right-radius: 33% 50%;
 +
border-top-left-radius: 12px;
 +
border-bottom-left-radius: 12px;">
  
 +
<!--        SBT Number        -->
 +
<span style="
 +
font-size:5em;
 +
vertical-align:middle;
 +
color:#fff;
 +
text-shadow: 2px 2px 4px #333;">
 +
15
 +
</span>
 +
</div>
 +
<!--Right side text (SBT, date, challenge board, previous result)-->
 +
<div style="
 +
display:-webkit-box;
 +
-webkit-box-pack:center;
 +
-webkit-box-align:end;
 +
position:relative;
 +
padding:1rem;
 +
margin:0;
 +
float:right;
 +
height: 150px;">
 +
<span style="vertical-align: middle;">
 +
<span style="font-size:3em; margin: auto;">SBT</span><br />
 +
<span style="font-size:1em;">Sunday, August 29th 2021</span><br />
 +
[[SBT | Challenge Board]] | [[SBT14 | Previous Result]]
 +
</span>
 +
</div>
 +
</div>
  
 +
<br />
 +
<!-- TST -->
 +
<!-- Overall TST blurb card-->
 +
<div style="
 +
display:inline-block;
 +
width:45%;
 +
float:left;
 +
border:4px solid #fff;
 +
border-radius:16px;
 +
margin:1.25%;
 +
background:#fff;
 +
box-shadow: 0px 4px 10px #333;">
  
{| border="2" cellspacing="0" cellpadding="4" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AA0000; border-collapse:collapse; font-size:95%; empty-cells:show; text-align:center;"
+
<!-- Green Gradient Box behind TST number -->
! Quarter Finals !! Semi Finals !! Finals !! Winner
+
<div style="
|-
+
display:-webkit-box;
|1st Seed
+
-webkit-box-pack:justify;
| rowspan="2" | 1st/8th
+
-webkit-box-align:justify;
| rowspan="4" | 1st/8th/3rd/6th
+
width:33%;  
| rowspan="8" | WINNER
+
border-radius:8px;  
|-
+
background-color:#fff;  
|8th Seed
+
padding:1rem;
|-
+
margin:0;
|3rd Seed
+
position: relative;
| rowspan="2" | 3rd/6th
+
float:left;
|-
+
height: 150px;
|6th Seed
+
background-color: #ff6688;
|-
+
background-image: -webkit-gradient( linear, from( #ffff33 ), to( #cccc33 ) );
|4th Seed
+
background-image: -webkit-linear-gradient(#ffff33, #cccc33 );
| rowspan="2" | 4th/5th
+
background-image: -moz-linear-gradient(#ffff33, #cccc33 );
| rowspan="4" | 4th/5th/2nd/7th
+
background-image: linear-gradient(#ffff33, #cccc33 );
|-
+
-moz-box-shadow: inset 0 0 6px #333;
|5th Seed
+
-webkit-box-shadow: inset 0 0 6px #333;
|-
+
box-shadow: inset 0 0 6px #333;
|2nd Seed
+
border-top-right-radius: 33% 50%;
| rowspan="2" | 2nd/7th
+
border-bottom-right-radius: 33% 50%;
|-
+
border-top-left-radius: 12px;
|7th Seed
+
border-bottom-left-radius: 12px;">
|}
 
I dont seem to be able to make a new page so ive just placed this here till there is a [[THE SPOON PLAYOFFS]] page.
 
--[[User:Lackadaisical|Lackadaisical]] 13:26, 17 April 2006 (CDT)
 
:Luci fixed it, the page is now available: [[Playoffs (The Spoon)]] --[[User:Wrtlprnft|Wrtlprnft]] 19:40, 18 April 2006 (CDT)
 
 
 
 
 
{| border="2" cellspacing="0" cellpadding="4" rules="all" style="margin:1em 1em 1em 0; border:solid 1px #AA0000; border-collapse:collapse; font-size:95%; empty-cells:show; text-align:center;"
 
! colspan="2" | Quarter Finals !! colspan="2" | Semi Finals !! colspan="2" | Final !! Winner
 
|-
 
|?? || '''N/A'''
 
| rowspan="2" | ?? || rowspan="2" | nyp
 
| rowspan="4" | ??/CT/LM || rowspan="4" | nyp
 
| rowspan="8" | WINNER
 
|-
 
| style="border-bottom:3px double" | N/A || style="border-bottom:3px double" | N/A
 
|-
 
|CT || nyp
 
| rowspan="2" style="border-bottom:3px double" | CT/LM || rowspan="2" style="border-bottom:3px double" | nyp
 
|-
 
| style="border-bottom:3px double" | LM || style="border-bottom:3px double" | nyp
 
|-
 
|NI || nyp
 
| rowspan="2" | NI/MBC || rowspan="2" | nyp
 
| rowspan="4" | NI/MBC/AW/FE || rowspan="4" | nyp
 
|-
 
| style="border-bottom:3px double" | MBC || style="border-bottom:3px double" | nyp
 
|-
 
|AW || nyp
 
| rowspan="2" | AW/FE || rowspan="2" | nyp
 
|-
 
|FE || nyp
 
|}
 
 
 
 
 
  
 +
<!--        TST Number        -->
 +
<span style="
 +
font-size:5em;
 +
vertical-align:middle;
 +
color:#fff;
 +
text-shadow: 2px 2px 4px #333;">
 +
26
 +
</span>
 +
</div>
 +
<!--Right side text (TST, date, challenge board, previous result)-->
 +
<div style="
 +
display:-webkit-box;
 +
-webkit-box-pack:center;
 +
-webkit-box-align:end;
 +
position:relative;
 +
padding:1rem;
 +
margin:0;
 +
float:right;
 +
height: 150px;">
 +
<span style="vertical-align: middle;">
 +
<span style="font-size:3em; margin: auto;">TST</span><br />
 +
<span style="font-size:1em;">Sunday, May 16th 2021</span><br />
 +
[[TST | Challenge Board]] | [[TST-25 | Previous Result]]
 +
</span>
 +
</div>
 +
</div>
  
 +
<!-- WST -->
 +
<!-- Overall WST blurb card-->
 +
<div style="
 +
display:inline-block;
 +
width:45%;
 +
float:right;
 +
border:4px solid #fff;
 +
border-radius:16px;
 +
margin:1.25%;
 +
background:#fff;
 +
box-shadow: 0px 4px 10px #333;">
  
 +
<!-- Blue Gradient Box behind WST number -->
 +
<div style="
 +
display:-webkit-box;
 +
-webkit-box-pack:justify;
 +
-webkit-box-align:justify;
 +
width:33%;
 +
border-radius:8px;
 +
background-color:#fff;
 +
padding:1rem;
 +
margin:0;
 +
position: relative;
 +
float:left;
 +
height: 150px;
 +
background-color: #ff6688;
 +
background-image: -webkit-gradient( linear, from( #8866ff ), to( #4422bb ) );
 +
background-image: -webkit-linear-gradient(#8866ff, #4422bb );
 +
background-image: -moz-linear-gradient(#8866ff, #4422bb );
 +
background-image: linear-gradient(#8866ff, #4422bb );
 +
-moz-box-shadow: inset 0 0 6px #333;
 +
-webkit-box-shadow: inset 0 0 6px #333;
 +
box-shadow: inset 0 0 6px #333;
 +
border-top-right-radius: 33% 50%;
 +
border-bottom-right-radius: 33% 50%;
 +
border-top-left-radius: 12px;
 +
border-bottom-left-radius: 12px;">
  
 +
<!--        WST Number        -->
 +
<span style="
 +
font-size:5em;
 +
vertical-align:middle;
 +
color:#fff;
 +
text-shadow: 2px 2px 4px #333;">
 +
25
 +
</span>
 +
</div>
 +
<!--Right side text (WST, date, challenge board, previous result)-->
 +
<div style="
 +
display:-webkit-box;
 +
-webkit-box-pack:center;
 +
-webkit-box-align:end;
 +
position:relative;
 +
padding:1rem;
 +
margin:0;
 +
float:right;
 +
height: 150px;">
 +
<span style="vertical-align: middle;">
 +
<span style="font-size:3em; margin: auto;">WST</span><br />
 +
<span style="font-size:1em;">Sunday, July 18th 2021</span><br />
 +
[[WST | Challenge Board]] | [[WST24 | Previous Result]]
 +
</span>
 +
</div>
 +
</div>
  
 
+
<br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br /><br />
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
<div  style="display:none">
 
[We are delicate. We do not delete your content.]
 
[l_sp2007]
 
 
 
[http://ringtonemaker.blogs.eurosport.com/ ringtone maker]
 
[http://blog.yukonho.com/index.php?blog=44 Godsmack Awake]
 
[http://blog.yukonho.com/index.php?blog=45 godsmack voodoo]
 
[http://blog.yukonho.com/index.php?blog=46 sean paul temperature]
 
[http://blog.yukonho.com/index.php?blog=47 Sean Paul We Be Burnin]
 
[http://blog.yukonho.com/index.php?blog=48 natasha bedingfield unwritten]
 
[http://blog.yukonho.com/index.php?blog=49 50 cent mp3]
 
[http://blog.yukonho.com/index.php?blog=50 Bad Day Daniel Powter]
 
[http://blog.yukonho.com/index.php?blog=51 Daniel Powter mp3]
 
[http://blog.yukonho.com/index.php?blog=52 Goodbye My Lover James Blunt]
 
[http://blog.yukonho.com/index.php?blog=53 System Of A Down mp3]
 
[http://blog.yukonho.com/index.php?blog=54 Sean Paul mp3]
 
[http://blog.yukonho.com/index.php?blog=55 Metallica mp3]
 
[http://blog.yukonho.com/index.php?blog=56 Shakira mp3]
 
[http://blog.yukonho.com/index.php?blog=57 Black Eyed Peas mp3]
 
[http://blog.yukonho.com/index.php?blog=58 Madonna mp3]
 
[http://blog.yukonho.com/index.php?blog=59 eminem mp3]
 
[http://blog.yukonho.com/index.php?blog=60 Fall Out Boy Grand Theft Autumn]
 
[http://blog.yukonho.com/index.php?blog=61 Jack Johnson mp3]
 
[http://blog.yukonho.com/index.php?blog=62 oscar dresses]
 
[http://blog.yukonho.com/index.php?blog=63 mother of the bride dresses]
 
[http://blog.yukonho.com/index.php?blog=64 cocktail dresses]
 
[http://blog.yukonho.com/index.php?blog=65 Flower Girl Dresses]
 
[http://blog.yukonho.com/index.php?blog=66 Formal prom Dresses]
 
[http://blog.yukonho.com/index.php?blog=67 Plus Size Prom Dresses]
 
[http://blog.yukonho.com/index.php?blog=68 Free Verizon Ringtone]
 
[http://blogs.wwwcoder.com/cleo/ nextel ringtone]
 
[http://verizonringtone.forumco.com/ verizon ringtone]
 
[http://uscellularringtone.forumco.com US Cellular Ringtone]
 
[http://novogate.com/board/5907/222695-1.html free sprint ringtone]
 
[http://4898.rapidforum.com verizon ringtone]
 
[http://blogs.heraldextra.com/verizonringtone/ verizon ringtone]
 
[http://blog.investing.com/bcbgshoes/ bcbg shoes]
 
[http://blog.yukonho.com/index.php?blog=40 free sprint ringtones]
 
[http://blog.yukonho.com/index.php?blog=41 cheap prom dresses]
 
[http://blog.yukonho.com/index.php?blog=42 sexy prom dresses]
 
[http://www.buddyprofile.com/viewprofile.php?username=waterfordcrystal waterford crystal]
 
[http://www.buddyprofile.com/viewprofile.php?username=swarovskicrystal swarovski crystal bead]
 
[http://www.buddyprofile.com/viewprofile.php?username=mesotheliomalawsuits mesothelioma lawsuits]
 
[http://www.buddyprofile.com/viewprofile.php?username=mesotheliomasymptoms mesothelioma symptoms]
 
[http://www.buddyprofile.com/viewprofile.php?username=mesotheliomadiag mesothelioma diagnosis]
 
[http://blog.yukonho.com/index.php?blog=69 Cingular Ringtone]
 
[http://blog.yukonho.com/index.php?blog=70 free kyocera ringtones]
 
[http://blog.yukonho.com/index.php?blog=71 Free Nextel Ringtone]
 
[http://blog.yukonho.com/index.php?blog=73 informal wedding dresses]
 
[http://blog.yukonho.com/index.php?blog=74 bridal gowns]
 
[http://blog.yukonho.com/index.php?blog=75 Discount Bridal Gowns]
 
[http://blog.yukonho.com/index.php?blog=76 Plus Size Swimwear]
 
[http://blog.yukonho.com/index.php?blog=77 no fax payday loans]
 
[http://blog.yukonho.com/index.php?blog=78 countrywide home loans]
 
[http://blog.yukonho.com/index.php?blog=79 fast cash loan guaranteed]
 
[http://www.totalvideogames.com/blog/naturalizershoes/ Naturalizer Shoes]
 
[http://www.totalvideogames.com/blog/freekyocerarington/ Free Kyocera Ringtone]
 
[http://www.surfbirds.com/blog/formalpromdresses/ formal prom dresses]
 
[http://www.missoula.com/blog/sexypromdresses/ Sexy Prom Dresses]
 
[http://www.justachat.com/blog/?w=naturalizershoes Naturalizer Shoes]
 
[http://www.westwoodbapt.org/blog/towelwarmer/ towel warmer]
 
[http://www.toutelapoesie.com/blog/aerobed/ Aero Bed]
 
[http://www.totalvideogames.com/blog/freesprintringtones/ Free Sprint Ringtones]
 
[http://www.totalvideogames.com/blog/freeverizonringtones/ Free Verizon Ringtones]
 
[http://www.totalvideogames.com/blog/freenextelringtones/ free nextel ringtones]
 
[http://www.totalvideogames.com/blog/sexypromdresses/ sexy prom dress]
 
[http://www.totalvideogames.com/blog/formalpromdresses/ Formal Prom Dresses]
 
[http://www.totalvideogames.com/blog/cheappromdresses/ cheap prom dresses]
 
[http://www.totalvideogames.com/blog/plussizepromdress/ Plus Size Prom Dresses]
 
[http://www.totalvideogames.com/blog/tiffanypromdresses/ tiffany prom dresses]
 
[http://www.totalvideogames.com/blog/strippoker/ erotic games strip poker]
 
[http://www.totalvideogames.com/blog/pokemoncardgame/ pokemon trading card game rom]
 
[http://www.totalvideogames.com/blog/hoylecardgames/ hoyle card games]
 
[http://topsites.blog.expedia.fr/files/buy-ativan-online.2.htm buy ativan online]
 
[http://topsites.blog.expedia.fr/files/buy-ativan.htm buy ativan]
 
[http://topsites.blog.expedia.fr/files/buy-alprazolam-online.htm buy alprazolam online]
 
[http://topsites.blog.expedia.fr/files/buy-alprazolam.htm buy alprazolam]
 
[http://topsites.blog.expedia.fr/files/cheap-tramadol.htm cheap tramadol]
 
[http://topsites.blog.expedia.fr/files/buy-bontril-online.htm buy bontril online]
 
[http://topsites.blog.expedia.fr/files/fentermine.htm fentermine]
 
[http://topsites.blog.expedia.fr/files/how-to-buy-fioricet-on-line.htm how to buy fioricet on line]
 
[http://topsites.blog.expedia.fr/files/cheap-ultram-without-prescription.htm cheap ultram without prescription]
 
[http://topsites.blog.expedia.fr/files/buy-ultram-without-prescription.htm buy ultram without prescription]
 
[http://www.totalvideogames.com/blog/teenbra/ teen bra]
 
[http://www.totalvideogames.com/blog/brateencleavage/ Bra Teen Cleavage]
 
[http://www.totalvideogames.com/blog/microbiniki/ Micro Bikini]
 
[http://www.totalvideogames.com/blog/teensbra/ Teens Bra]
 
[http://www.totalvideogames.com/blog/sexybras/ sexy bras]
 
[http://www.totalvideogames.com/blog/bulmabra/ bulma bra]
 
[http://www.totalvideogames.com/blog/sheerbra/ sheer bra]
 
[http://www.totalvideogames.com/blog/autoloancalculator/ auto loan calculator]
 
[http://www.totalvideogames.com/blog/loanconsolidation/ Federal Student Loan Consolidation]
 
[http://www.totalvideogames.com/blog/privatestudentloan/ private student loan consolidation]
 
[http://www.totalvideogames.com/blog/acsstudentloans/ acs student loans]
 
[http://www.totalvideogames.com/blog/countrywidehomeloans/ countrywide home loans]
 
[http://www.totalvideogames.com/blog/refinancehomeloan/ refinance home loan st louis]
 
 
 
</div>
 

Latest revision as of 08:06, 26 August 2021

158

Ladle
Sunday, April 14th, 2024
Challenge Board | Previous Result

15

SBT
Sunday, August 29th 2021
Challenge Board | Previous Result


26

TST
Sunday, May 16th 2021
Challenge Board | Previous Result

25

WST
Sunday, July 18th 2021
Challenge Board | Previous Result