HRWiki:Sandbox

From Homestar Runner Wiki

Revision as of 02:49, 4 September 2007 by The Goblin (Talk | contribs)
Jump to: navigation, search
Shortcuts:
HRW:SB
sandbox

The Sandbox is an HRWiki namespace page designed for testing and experimenting with wiki syntax. Feel free to try your skills at formatting here: click on edit, make your changes, and click 'Save page' when you are finished. Content added here will not stay permanently. If you need help editing, see Help:Editing.


GOOGLE

/* Link to the template
*/
  1. p-logo { position: fixed; }
.thumbborder {
border:1px solid #CCCCCC;
}


/* Styling links to the Fanstuff Wiki */
#bodyContent a[href ^="http://fanstuff.hrwiki.org"],
#article a[href ^="http://fanstuff.hrwiki.org"]
{
  background: url(http://fanstuff.hrwiki.org/favicon.ico) center left no-repeat !important;
  padding-left: 20px !important;
  padding-right: 0px !important;
}
/* blinking rollback link, to help with carelessness */ 
#bodyContent a[href *="rollback"] {
   text-decoration: blink !important;
   color: #000 !important;
   background-color: #ccc !important;
   border: 1px dashed #000 !important;
}


.MainPageWhatsNewBox h3, .MainPageWikiStuffBox h3 {
   margin: 0 -.3em;
   padding: .3em;
   font-size: 120%;
   color: #FFF;
   background: url(/skins/common/images/header-background-redfade.gif) repeat-x top #012B60;
   border: none;
}
.MainPageKnowledgeBaseBox h3 {
   margin: 0 -.3em;
   padding: .3em;
   font-size: 120%;
   color: #FFF;
   background: url(/skins/common/images/header-background-bluefade.gif) repeat-x top #500401;
   border: none;
}
h3, h4, h6 {
   margin: 0px;
   text-decoration: underline;
}
h1 {
   color: blue;
   margin: 0px;
}
h5 {
   color: green;
   margin: 0px;
}


    /* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
    #p-cactions ul li, #p-cactions ul li a {  
      -moz-border-radius-topleft: 1em;
      -moz-border-radius-topright: 1em;
      background: grey;
    }
    #content { 
      -moz-border-radius-topleft: 1em;
      -moz-border-radius-topright: 1em;
      -moz-border-radius-bottomleft: 1em;
      -moz-border-radius-bottomright: 1em;
      background: grey;
    }
    div.pBody {
      -moz-border-radius-topleft: 1em;
      -moz-border-radius-topright: 1em;
      -moz-border-radius-bottomleft: 1em;
      -moz-border-radius-bottomright: 1em;
      background: grey;
    }
   
    /* same following the css3 draft specs, any browsers supporting this? */
    #p-cactions ul li, #p-cactions ul li a {  
      border-radius-topleft: 1em;
      border-radius-topright: 1em;
      background: grey;
    }
    #content { 
      border-radius-topleft: 1em;
      border-radius-topright: 1em;
      border-radius-bottomleft: 1em;
      border-radius-bottomright: 1em;
      background: grey;
    }
    div.pBody {
      border-radius-topleft: 1em;
      border-radius-topright: 1em;
      border-radius-bottomleft: 1em;
      border-radius-bottomright: 1em;
      background: grey;
    }

#p-nav, #footer { opacity:0.50; background: grey; }

body { background: black; }
#content { background: #CCCCCC; }
#p-cactions ul li { background: grey; }
#content div.thumb {
    border-color: #CCCCCC;
}
#footer {
  margin-left: 13.6em;
  border-left: 1px solid #fabd23;
  border-right: 1px solid #fabd23;
  -moz-border-radius-bottomleft: 12px;
  -moz-border-radius-bottomright: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;

#p-logo, #p-nav, #p-navigation, #p-search, #p-tb, #p-lang, #p-interaction {
  position: fixed; background:grey; position:fixed}
    /* suppress the person icon by your username */
    li#pt-userpage { background: none }

#mytabs { 
  width: 100%;
  font-size: smaller;
  position: static;
}
#mytabs h5 { display: none }
#mytabs ul { margin: 0; }
#mytabs li { display: inline; }
#mytabs li a {
  padding: 0 0.4em;
  border-left: 1px solid Grey;
}
/* Transform the user toolbar into a sidebox */
#p-personal {
    position:relative;
    z-index:3;
    width: 11.6em;
    margin: 0 0 0.5em 0em;
}
#p-personal .pBody {
    border: none;
    margin: 0 0 0.5em 0em;
    float: none;
    overflow: hidden;
    background: White;
    border-collapse: collapse;
    border: 1px solid #aaaaaa;
    padding: 0 0.8em 0.3em 0.5em;
}
#p-personal ul {
    line-height: 1.5em;
    list-style-type: square;
    list-style-image: url("/stylesheets/monobook/bullet.gif");
    margin: 0.3em 0 0 1.5em;
    padding:0;
    text-align:left;
    text-transform: none;
}
#p-personal li {
    display: list-item;
    padding:0;
    margin: 0 0 0 0;
    margin-bottom: 0.1em;
}


/* supress the person icon by your username */

li#pt-userpage { background: none }
/* bottom tab styling (not for IE currently) */
#mytabs {
    margin: -0.5em 0 0  11.5em;
    white-space:nowrap;
    line-height: 1.1em;
    overflow: visible;
    border-collapse: collapse;
    padding: 0 0 0 1em;
    list-style: none;
    font-size: 95%;
}
#mytabs .hiddenStructure { display: none; }
#mytabs li {
    display: inline;
    border: 1px solid #aaaaaa;
    border-top: none;
    padding: 0.1em 0 0 0;
    margin: 0 0.3em 0 0;
    overflow: visible;
    background: #BBBBBB;   
}
#mytabs li.selected {
    background: #FFFFFF;
    border-color: #fabd23;
    padding: 0.2em 0 0 0;
}
#mytabs ul li a { background: white; }
#mytabs ul li.selected a { background: white;}  
#mytabs li a { 
    color: #00f;
    border: none;
    padding: 0.3em 0.8em 0 0.8em;
    text-decoration: none;
    text-transform: lowercase;
    position: relative;
    margin: 0;
}
#mytabs li.selected a { z-index: 3; }
#mytabs .new a { color:#ba0000; }
#mytabs li a:hover { z-index: 0; text-decoration: none; }
#mytabs li.selected a:hover { z-index: 3; }
#mytabs h5 { display: none; }
#mytabs li.istalk { margin-right: 0; }
#mytabs li.istalk a { padding-right: 0.5em; }
#mytabs-ca-addsection a { 
    padding-left: 0.4em;
    padding-right: 0.4em;
}
/* offsets to distinguish the tab groups */
li#mytabs-ca-talk { margin-right: 1.6em; }
li#mytabs-ca-watch { margin-left: 1.6em; } 
/* Styling links to Homestar Runner */
#n-officialsite a,
#bodyContent a[href ^="http://podstar.homestarrunner.com/"],
#article a[href ^="http://podstar.homestarrunner.com/"]
{
   background: url(/skins/monobook/hr-trans-blacker4.png) center left no-repeat !important;
   padding-left: 23px !important;
   padding-right: 0px !important;
}

/* Feel free to copy anything from this monobook.css. If you're an IE (or AOL) user most of this stuff won't work, or will look wrong in your browser. */

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now (only for Gecko based browsers) */

  1. p-cactions ul li, #p-cactions ul li a {
 -moz-border-radius-topleft: 1em;
 -moz-border-radius-topright: 1em;

}

  1. content {
 -moz-border-radius-topleft: 1em; 
 -moz-border-radius-bottomleft: 1em;

} div.pBody {

 -moz-border-radius-topright: 1em;
 -moz-border-radius-bottomright: 1em;

}

/* same following the css3 draft specs, any browsers supporting this? */

  1. p-cactions ul li, #p-cactions ul li a {
 border-radius-topleft: 1em;
 border-radius-topright: 1em;

}

  1. content {
 border-radius-topleft: 1em;
 border-radius-bottomleft: 1em;

} div.pBody {

 border-radius-topright: 1em;
 border-radius-bottomright: 1em;

}

/* change the logo (not recommended for IE, as it can't interpret the PNG alphas properly). Thanks to Soapergem for the logo. */

  1. p-logo a { background: url(146px-Homestarpedia.png) 35% 50% no-repeat !important; }

/* put scrollbar on pre sections instead of ugly cutoff/overlap in firefox (bug doesn't affect IE) */ pre { overflow: auto; }

/* user notification thing (works for IE) */ .usermessage {

   background-color: #b0c4de;
   border: 1px solid #7b68ee;
   color: #808080;
   font-weight: bold;
   margin: 2em 0em 1em 0em;
   padding: 0.5em 1em;
   vertical-align: middle;

}

  1. p-cactions li.selected {
   font-weight: normal;
}

/* Testing Subtitle namespace custom logo. Code borrowed from http://uncyclopedia.org/wiki/MediaWiki:Uncyclopedia.css */ body.ns-102 #p-logo a { background-image: url(/images/thumb/4/41/Subtitles_Project_Logo.png/80px-Subtitles_Project_Logo.png) !important; }

/* Custom logo for HRWiki and HRWiki talk namespaces */ body.ns-4 #p-logo a { background-image: url(/images/2/2a/hrlogowithhr.png) !important; } body.ns-5 #p-logo a { background-image: url(/images/2/2a/hrlogowithhr.png) !important; }

/* Keeps the Halloween version of Strong Bad on the Main Page. This tweak will be removed if [1] is. */ .MainPageWhatsNewBox, .MainPageWikiStuffBox {

  background: url(/skins/common/images/strongbad-hweenfade.png) repeat-x bottom right;
  border:1px solid #5D5D5D;
  padding: .5em 1em 1em;
  color: #000;
  background-color: #F2F2F2;

}

Contents

Engrish Version of japanese cartoon

1-UP: Just a little, Stinkoman! Everyone is the person, but I wanna the person is means thing!

STINKOMAN: Method, exactly it is not the child! When being older, perhaps.

{Pan Pan crushes 1-Up}

STINKOMAN: Ha ha ha ha ha ha! The pot pot is fat quality! Ha ha ha ha ha! He is being you, time is! Ha ha ha ha! As for him until it goes, it is!

The Chort 16:35, 1 September 2007 (UTC)

日本のアニメ

1-UP: オー、スチィンコマン! 皆はやつであるが、僕 がガイであるもことと言う!

STINKOMAN: やだ、ちょうど子供でない! たぶんより古いになれ。

{パンパンは1-Upをつぶす}

STINKOMAN: ハハハハハハ! パンパンは脂肪質である! ハハハハハ! 彼はあなたでころんだ! ハハハハ!彼はいいくまだ!

Why one must not rely on machine translation

1-UP: O, Stinkoman ! Everyone quickly is, but I the guy am call thing!

STINKOMAN: The and is, exactly it is not the child! It is older than the much being accustomed.

The {as for overfull 1-Up is crushed,}

STINKOMAN: Ha ha ha ha ha ha! Overfull is fat quality!! Ha ha ha ha ha! He is being you, time is! Ha ha ha ha! He the good [bear] still!

(The big problem is things don't get parsed correctly, such as Pan-Pan (パンパン) or good bear (よいくま), even when there is an attempt to clean up the language.)wbwolf (t | ed) 18:11, 1 September 2007 (UTC)

Different Title

Open {with the stick room type scene. Homestar and Pom Pom are installed with the stick. Both “there to be 1 old bottles, the ball of the peanut of a certain table}

Runner of HOMESTAR: Seriously and Pom Pom. {With the bottle show} you and me and us seem like 2 pans of the biscuit with gesture . {Bottle of surface of sack Pom Pom} 2 pans of biscuit! I intend probably to make the T shirt! {It tilts with end} NO, waiting! You and me? {In order to look at the peanut the body you can stoop} as for us like this ball of the mayonnaise it is here. {The point of Pom Pom of the bottle} is the ball which, you large cuz, the person of circular, fat quality. {Pom Pom is gotten angry, you see. Homestar to sit down for the second time, because now} I whom “it points me am smart with oneself as a peanut, it is the mayonnaise. That makes the good T shirt. Oop and NO, waiting! Tighten for the second time before you me… You and me? {It pulls, from under that bottle of the napkin} the napkin of souse. Because” Homestar is “souse”, {, as for Pom Pom the glance which that surface is not impressed. You obtain}

The Paper Test

 
> Click here to e-mail strong bad
strongbad@homestarrunner.com
This is a test of the paper system.
Dang, this is cool!
The National Weather Service
Apple
Whelen
Pi
 :) and :D LOL
Saying Random Words is fun!!! Especially when you're doing it with the paper!
Image:update-sb.png<--- I print color?!?!