MediaWiki:Sidebar
From Funny Wiki
(Difference between revisions)
(Hmmm...) |
|||
Line 1: | Line 1: | ||
- | /* | + | /* MADE BY THE THING */ |
- | . | + | |
- | background-color: | + | /* FEEL FREE TO COPY AND PASTE THIS */ |
- | border: 2px solid | + | |
- | color: | + | .MainPageFanstuffBox { |
+ | background: url( ); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | } | ||
+ | |||
+ | .MainPageWikiStuffBox { | ||
+ | background: url( ); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | } | ||
+ | |||
+ | /* TESTING DO NOT COPY */ | ||
+ | .NewsandInfoBox { | ||
+ | background: url(http://www.hrwiki.org/images/a/aa/car.gif); | ||
+ | background-color: #ffe; | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | } | ||
+ | |||
+ | body { | ||
+ | font-size: 10px; | ||
+ | font-family: verdana; | ||
+ | background-repeat: repeat-x; | ||
+ | background-color: #FF99CC; | ||
+ | } | ||
+ | |||
+ | a { color: #00f; } | ||
+ | |||
+ | a:visited { color: #00c; } | ||
+ | |||
+ | a:active { color: red; } | ||
+ | |||
+ | a.new, #p-personal a.new { color: #f00; } | ||
+ | |||
+ | a.new:visited, #p-personal a.new:visited { color:#c00; } | ||
+ | |||
+ | p { margin: 0.9em 0em 1em 0em; } | ||
+ | |||
+ | h1, h2, h3, h4, h5, h6 { | ||
+ | color: black; | ||
+ | margin: 0px; | ||
+ | } | ||
+ | |||
+ | pre { border: 1px dashed #06f; } | ||
+ | |||
+ | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { | ||
+ | margin-bottom:0.6em; | ||
+ | } | ||
+ | |||
+ | #siteNotice { | ||
+ | padding: 0.5em; | ||
+ | margin: 10px; | ||
+ | border-top: 2px solid #ccc; | ||
+ | border-bottom: 2px solid #ccc; | ||
+ | background: #fff; | ||
+ | } | ||
+ | |||
+ | #navbox { | ||
+ | /*border:1px solid #2f6fab;*/ | ||
+ | border: 1px solid #aaaaaa; | ||
+ | background-color:#f9f9f9; | ||
+ | padding: 5px; | ||
+ | font-size: 95%; | ||
+ | margin-left: 15px; | ||
+ | margin-bottom: 15px; | ||
+ | } | ||
+ | |||
+ | #bodyContent a.extiw, #bodyContent a.extiw:active { color: #06f; } | ||
+ | |||
+ | #bodyContent a.external { color: #06f; } | ||
+ | |||
+ | #p-personal li a { color: #06f; } | ||
+ | |||
+ | #p-personal li a:hover { | ||
+ | |||
+ | text-decoration: underline; | ||
+ | } | ||
+ | |||
+ | #p-cactions li a { color: #00c; } | ||
+ | |||
+ | #p-cactions .new a { color:#c00; } | ||
+ | |||
+ | #preftoc a:active { color: #00c; } | ||
+ | |||
+ | #content { | ||
+ | margin-left: 12.6em; | ||
+ | } | ||
+ | |||
+ | #p-cactions { | ||
+ | left: 11.9em; | ||
+ | } | ||
+ | |||
+ | .portlet { | ||
+ | width: 12em; | ||
+ | } | ||
+ | |||
+ | input.searchButton { | ||
+ | padding: 0 0.4em !important; | ||
+ | cursor: pointer; | ||
+ | background-color: blue; | ||
+ | border: 1px solid #2f6fab; | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | |||
+ | #searchGoButton { | ||
+ | font-weight: normal; | ||
+ | } | ||
+ | |||
+ | #searchInput { | ||
+ | border: 1px solid #2f6fab; | ||
+ | } | ||
+ | |||
+ | input[type="radio"], input[type="checkbox"] { | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | select { | ||
+ | border: 1px solid #2f6fab; | ||
+ | color: Black; | ||
+ | } | ||
+ | |||
+ | /* Styling links to Homestar Runner */ | ||
+ | #n-officialsite a, | ||
+ | #bodyContent a[href ^="http://www.homestarrunner.com"] { | ||
+ | background: url(/skins/monobook/hr.png) center left no-repeat !important; | ||
+ | padding-left: 23px !important; | ||
+ | padding-right: 0px !important; | ||
+ | } | ||
+ | |||
+ | /* Remove padding from external links displayed without icon */ | ||
+ | |||
+ | #bodyContent .plainlinks a { | ||
+ | padding: 0 !important; | ||
+ | } | ||
+ | |||
+ | /* For text that goes over pre sections, put scroll bars on it. */ | ||
+ | /* It only works in Mozilla related browsers. On other browsers */ | ||
+ | /* it acts as if this code isn't here. */ | ||
+ | pre { overflow: auto; } | ||
+ | |||
+ | /**** Blockquotes ****/ | ||
+ | |||
+ | /* begin blockquotes for OCE/WUE/FCE */ | ||
+ | |||
+ | blockquote { | ||
+ | border-left: 3px solid #06f; | ||
+ | margin-left: 2em; | ||
+ | padding-left: 1em; | ||
+ | } | ||
+ | |||
+ | blockquote.sbemail { | ||
+ | border: 4px solid #cc9; | ||
+ | background: #000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/3/33/The_Homestar_Thing.PNG'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #fff; | ||
font-weight: bold; | font-weight: bold; | ||
- | + | padding: 1em; | |
- | + | font-family: courier new; | |
- | + | width: 500px; | |
- | } | + | } |
- | + | blockquote.tandy { | |
- | + | color: #0c0 !important; | |
- | + | } | |
- | + | blockquote.short { | |
+ | height: 6.5em; | ||
+ | } | ||
- | . | + | blockquote.sbemail div { |
- | background: url(''); | + | background: #33f; |
+ | margin: 0; | ||
+ | padding: 0.2em; | ||
+ | border-bottom: 1px solid white; | ||
+ | } | ||
+ | |||
+ | blockquote.email { | ||
+ | border: 4px solid #cc9; | ||
+ | background: #000; | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #fff; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.email div { | ||
+ | background: #33f; | ||
+ | margin: 0; | ||
+ | padding: 0.2em; | ||
+ | border-bottom: 1px solid white; | ||
+ | } | ||
+ | |||
+ | blockquote.stinkomanemail { | ||
+ | border: 4px solid #cc9; | ||
+ | background: #000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/b/b1/Stinkoman_E-mail.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #fff; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.stinkomanemail div { | ||
+ | background: #33f; | ||
+ | margin: 0; | ||
+ | padding: 0.2em; | ||
+ | border-bottom: 1px solid white; | ||
+ | } | ||
+ | |||
+ | blockquote.redtandy { | ||
+ | border: 4px solid #cc9; | ||
+ | background: #000; | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #ff4500; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.redtandy div { | ||
+ | background: #ff4500; | ||
+ | color: #000; | ||
+ | margin: 0; | ||
+ | padding: 0.2em; | ||
+ | border-bottom: 1px solid black; | ||
+ | } | ||
+ | |||
+ | blockquote.thewormemail { | ||
+ | border: 4px solid #cc9; | ||
+ | background: #000; | ||
+ | background-image: url('http://img14.echo.cx/img14/7649/theworm7jp.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #fff; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.mu-mail { | ||
+ | border: 2px solid #C7DEFF; | ||
+ | background-image: url('http://img177.echo.cx/img177/4421/mumailblockquote2qg.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: top left; | ||
+ | color: #000000; | ||
+ | padding: 9px; | ||
+ | font-family: arial; | ||
+ | width: 195px; | ||
+ | } | ||
+ | |||
+ | blockquote.mu-mail div { | ||
+ | border: none; | ||
+ | background-image: url('http://img177.echo.cx/img177/5503/mumailsubject2tr.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: top center; | ||
+ | color: inherit; | ||
+ | padding: 82px; | ||
+ | font-family: MS Sans Serif; | ||
+ | width: 99px; | ||
+ | } | ||
+ | |||
+ | blockquote.poopsmithemail { | ||
+ | border: 4px solid #cc9; | ||
+ | background: #000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/6/63/poopsmithreflection.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #fff; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.nextemail { | ||
+ | border: 4px solid #cc9; | ||
+ | background: #fff; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/5/5a/NeXT.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #000; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.lilbrudderemail { | ||
+ | border: 4px solid #cc9; | ||
+ | background: #000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/f/f1/l_Brudder_Reflect.PNG'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #0a0aef; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.gemail { | ||
+ | border: 4px solid #cc9; | ||
+ | background: #000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/9/90/GEmail_Blockquote.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #fff; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: Courier; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.gemail div { | ||
+ | background: #33CCCC; | ||
+ | margin: 0; | ||
+ | padding: 0.2em; | ||
+ | border-bottom: 1px solid white; | ||
+ | } | ||
+ | |||
+ | blockquote.astanemail { | ||
+ | border: 4px solid #cc9; | ||
+ | background: #000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/0/09/Alpha_Stan.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom center; | ||
+ | color: #fff; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: Courier; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.cpmail { | ||
+ | border: 1px solid #000; | ||
+ | background: #FFF; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/e/e5/reflection.PNG'); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: bottom right; | background-position: bottom right; | ||
- | } | + | color: #000; |
+ | padding: 1em; | ||
+ | font-family: arial; | ||
+ | width: 500px; | ||
+ | } | ||
- | . | + | blockquote.cpmail div { |
- | background: url(''); | + | background: #c0c0c0; |
+ | margin: 0; | ||
+ | padding: 0.2em; | ||
+ | } | ||
+ | |||
+ | blockquote.oldturbomail { | ||
+ | border: 4px solid #575757; | ||
+ | background: #000000; | ||
+ | background-image: url('http://img325.imageshack.us/img325/2718/oldthatkidsam7lv.png'); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: bottom right; | background-position: bottom right; | ||
- | } | + | color: #ffaa00; |
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | blockquote.kotemail { | ||
+ | border: 4px solid #cc9; | ||
+ | background: #000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/e/eb/kotreflection.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #fff; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
- | + | blockquote.kotemail div { | |
- | + | background: #33f; | |
- | + | ||
- | background: | + | |
- | + | ||
margin: 0; | margin: 0; | ||
- | padding: 0; | + | padding: 0.2em; |
- | } | + | border-bottom: 1px solid white; |
+ | } | ||
- | + | blockquote.gameslayer { | |
- | + | border: 3px solid #40E0D0; | |
- | + | background: #000000; | |
- | + | background-repeat: no-repeat; | |
- | background: | + | background-position: bottom right; |
- | + | color: #40E0D0; | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | color: | + | |
- | + | ||
font-weight: bold; | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: neustyle; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.gameslayer { | ||
+ | border: 3px solid #40E0D0; | ||
+ | background: #000000; | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #40E0D0; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.dreamcast { | ||
+ | border: 5px solid #FF0000; | ||
+ | background: #ffffff; | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #FF0000; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: comic sans ms; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.turboemail { | ||
+ | border: 3px solid #575757; | ||
+ | background: #ffaa00; | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #000000; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.redyemail { | ||
+ | border: 4px solid #cc9; | ||
+ | background: #800000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/a/ad/COlimar788_Reflection.PNG'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #fff; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.stothebemail { | ||
+ | border: 4px solid #cc9; | ||
+ | background: #000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/7/77/stothebreflection.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #fff; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.stothebemail div { | ||
+ | background: #33f; | ||
margin: 0; | margin: 0; | ||
- | padding | + | padding: 0.2em; |
- | + | border-bottom: 1px solid white; | |
- | border-bottom: 1px solid | + | } |
- | } | + | |
- | + | blockquote.princesshomestar { | |
- | + | border: 4px solid #AA00FF; | |
- | + | background: #FF6EB4; | |
- | border-bottom: | + | background-repeat: no-repeat; |
+ | background-position: bottom right; | ||
+ | color: #00008B; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: comic sans ms; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.princesshomestar div { | ||
+ | background: #AA00FF; | ||
+ | margin: 0; | ||
+ | padding: 0.2em; | ||
+ | border-bottom: 1px solid white; | ||
+ | } | ||
+ | |||
+ | blockquote.pbtcthecheat { | ||
+ | border: 4px solid #cc9; | ||
+ | background: #000; | ||
+ | background-image: url('http://img301.imageshack.us/img301/5497/pbtcthecheatcompy1ns.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #ffd700; | ||
font-weight: bold; | font-weight: bold; | ||
- | + | padding: 1em; | |
- | + | font-family: courier new; | |
- | + | width: 500px; | |
- | + | } | |
- | + | ||
- | + | blockquote.written { | |
- | border-bottom: | + | border: 2px solid #000000; |
+ | background: #ffffff; | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #000000; | ||
+ | padding: 1em; | ||
+ | font-family: brush script mt, Lucida Handwriting, Viner Hand ITC; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.littlesb { | ||
+ | border: 4px solid #cc9; | ||
+ | background: #000000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/5/59/Little_Strong_Bad_ref.PNG'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #ffffff; | ||
font-weight: bold; | font-weight: bold; | ||
- | } | + | padding: 1em; |
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
- | # | + | blockquote.stinkomank { |
- | + | border: 4px solid #436EEE; | |
- | border: | + | background: #000000; |
- | padding: 0; | + | background-image: url('http://fanstuff.hrwiki.org/images/0/01/stinkokrefletion.PNG'); |
- | + | background-repeat: no-repeat; | |
- | color: | + | background-position: bottom right; |
- | margin- | + | color: #ffffff; |
- | + | font-weight: bold; | |
- | background: | + | padding: 1em; |
- | } | + | font-family: comic sans ms; |
- | # | + | width: 500px; |
- | text- | + | } |
- | color: | + | |
- | padding-bottom: .2em; | + | blockquote.trogdor { |
- | background: | + | border: 4px solid #cc9; |
- | } | + | background: #000; |
- | # | + | background-image: url('http://fanstuff.hrwiki.org/images/0/0b/trogdorreflection.png'); |
- | background-color: | + | background-repeat: no-repeat; |
- | padding-bottom: .2em; | + | background-position: bottom right; |
- | text-decoration: | + | color: #fff; |
- | } | + | font-weight: bold; |
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.trogdor div { | ||
+ | background: #33f; | ||
+ | margin: 0; | ||
+ | padding: 0.2em; | ||
+ | border-bottom: 1px solid white; | ||
+ | } | ||
+ | |||
+ | blockquote.nerder { | ||
+ | border: 4px solid #cc9; | ||
+ | background: #000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/b/ba/homeschoolreflection.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #0c0; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.written { | ||
+ | border: 2px solid #000000; | ||
+ | background: #ffffff; | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #000000; | ||
+ | padding: 1em; | ||
+ | font-family: andy; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.non-spork-einoo { | ||
+ | border: 2px solid #000000; | ||
+ | background: #FFFFFF; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/4/40/einooblock.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #000000; | ||
+ | padding: 5px; | ||
+ | font-family: times new roman; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.einoo { | ||
+ | border: 2px solid #000000; | ||
+ | background: #FFFFFF; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/0/0a/einoospork.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #000000; | ||
+ | padding: 5px; | ||
+ | font-family: times new roman; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.trandee { | ||
+ | border: 4px solid #ffff00; | ||
+ | background: #000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/3/39/Doreauxgard_Reflection2.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #0c0; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.crompee { | ||
+ | border: 4px solid #000; | ||
+ | background: #fff; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/5/55/doreauxgard_crompee_reflection.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #fff; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.larpee { | ||
+ | border: 4px solid #ffff00; | ||
+ | background: #000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/3/39/Doreauxgard_Reflection2.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #fff; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.relaxer { | ||
+ | border: 4px solid #cc9; | ||
+ | background: #000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/b/ba/homeschoolreflection.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #00FFCC; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.relaxer div { | ||
+ | background: #33f; | ||
+ | margin: 0; | ||
+ | padding: 0.2em; | ||
+ | border-bottom: 1px solid white; | ||
+ | } | ||
+ | |||
+ | blockquote.aneskimo { | ||
+ | border: 4px solid #cc9; | ||
+ | background: #000; | ||
+ | background-image: url('http://img112.imageshack.us/my.php?image=aneskimo5do.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #1C86EE; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: comic sans ms; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.aneskimo div { | ||
+ | background: #008B00; | ||
+ | margin: 0; | ||
+ | padding: 0.2em; | ||
+ | border-bottom: 1px solid white; | ||
+ | } | ||
+ | |||
+ | blockquote.blueyemail { | ||
+ | border: 9px solid #808080; | ||
+ | background: #999999; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/c/c3/markieemailreflect.PNG'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #33CCCC; | ||
+ | padding: 1em; | ||
+ | font-family: impact; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.blueyemail div { | ||
+ | background: #CCFF66; | ||
+ | margin: 0; | ||
+ | padding: 0.2em; | ||
+ | border-bottom: 1px solid white; | ||
+ | } | ||
+ | |||
+ | blockquote.bandit { | ||
+ | border: 4px solid #800000; | ||
+ | background: #000000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/c/c6/The_Unguraits_Reflection.PNG'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #fff; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.skypy { | ||
+ | border: 4px solid #000; | ||
+ | background: #000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/9/9f/bluehomestar_reflection.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #0c0; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.marzipanemail { | ||
+ | border: 4px solid #FFC0FF; | ||
+ | background: #000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/e/eb/Marzipan_Reflection.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #FFFFFF; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.oneupemail { | ||
+ | border: 4px solid #cc9; | ||
+ | background: #000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/c/c8/1Up_Reflection.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #fff; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.bassium { | ||
+ | border: 4px solid #000000; | ||
+ | background: #FF0000; | ||
+ | background-image: url('http://img312.imageshack.us/img312/9038/blokesreflection6cz.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #FFFFFF; | ||
+ | padding: 2px; | ||
+ | font-family: Arial; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.bassium div { | ||
+ | background: #000000; | ||
+ | margin: 0; | ||
+ | padding: 2px; | ||
+ | } | ||
+ | |||
+ | blockquote.superstar { | ||
+ | border: 4px solid #FF0000; | ||
+ | background: #000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/8/88/superstarhooperreflection.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #FF0000; | ||
+ | padding: 1em; | ||
+ | font-family: comic sans; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.wiki { | ||
+ | border: 4px solid #FFFFAA; | ||
+ | background: #FFFFFF; | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #000000; | ||
+ | padding: 1em; | ||
+ | font-family: verdana; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.wiki div { | ||
+ | background: #FFFFFF; | ||
+ | margin: 0; | ||
+ | padding: 0.2em; | ||
+ | border-bottom: 1px solid black; | ||
+ | } | ||
+ | |||
+ | form#userlogin { | ||
+ | float: left; | ||
+ | padding: 1em 1em .7em 1em; | ||
+ | background-color: #fed; | ||
+ | border: 2px solid #fa5; | ||
+ | color: #000; | ||
+ | margin-right: 2em; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | form#userlogin table { | ||
+ | float: left; | ||
+ | background-color: #fed; | ||
+ | background-image: url(/skins/common/images/poopsmith-background.gif); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom left; | ||
+ | color: #000; | ||
+ | } | ||
+ | |||
+ | form#userlogin p { | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | span.unpatrolled { | ||
+ | display: none !important; | ||
+ | } | ||
+ | |||
+ | blockquote.homschool { | ||
+ | border: 4px solid #cc9; | ||
+ | background: #000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/6/6a/homschoolblockquote.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #FFA800; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.homschool div { | ||
+ | background: #FF40FF ; | ||
+ | margin: 0; | ||
+ | padding: 0.2em; | ||
+ | border-bottom: 1px solid white; | ||
+ | } | ||
+ | |||
+ | blockquote.ekersby { | ||
+ | border: 4px solid gray; | ||
+ | background: #000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/9/93/ekersbyreflection.PNG'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color:#0c0 ; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.ekersby div { | ||
+ | background:gray; | ||
+ | margin: 0; | ||
+ | padding: 0.2em; | ||
+ | border-bottom: 1px solid white; | ||
+ | } | ||
+ | |||
+ | blockquote.cssteely { | ||
+ | border: 4px solid gray; | ||
+ | background: #000000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/e/e0/Contestro_Reflection.PNG'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #fff; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.spacecomp { | ||
+ | border: 4px solid #FF6; | ||
+ | background: #F60; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/9/93/totalspaceshipguyreflection.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #000; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: comic sans ms; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.saargtsson { | ||
+ | border: 4px solid #ff0000; | ||
+ | background: #000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/6/62/saargtsson_reflection.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #ff4500; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.doors { | ||
+ | border: 5px solid #969696; | ||
+ | background: #FFFFFF; | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #000000; | ||
+ | padding: 5px; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.doors div { | ||
+ | background: #B3B3B3 ; | ||
+ | margin: 0; | ||
+ | padding: 0.2em; | ||
+ | border-bottom: 1px #575757; | ||
+ | } | ||
+ | |||
+ | blockquote.doors div { | ||
+ | background: #FFE600 ; | ||
+ | margin: 0; | ||
+ | padding: 2px; | ||
+ | border-bottom: 1px #CDAD00; | ||
+ | } | ||
+ | |||
+ | blockquote.homstar { | ||
+ | border: 4px solid #FF0000; | ||
+ | background: #000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/6/66/homstar.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #FF00FF; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.nebulon { | ||
+ | border: 2px solid #595959; | ||
+ | background: #e5e5e5; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/4/42/nebyalon.PNG'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #303030; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.ssscompy { | ||
+ | border: 4px solid #1E90FF; | ||
+ | background: #000000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/f/f9/CrappySSSBlockquote.PNG'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #F5FFFA; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.edgarware { | ||
+ | border: 4px solid #CCCCCC; | ||
+ | background: #000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/d/d4/Edgar.PNG'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #FFF; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.icemach { | ||
+ | border: 8px solid #FFFF00; | ||
+ | background: #000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/8/8c/An_Ice_Machine_Reflection.PNG'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #FFFFFF; | ||
+ | |||
+ | padding: 3em; | ||
+ | font-family: Arial Narrow; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.icemach div { | ||
+ | background: #66C; | ||
+ | margin: 1em; | ||
+ | padding: 3px; | ||
+ | } | ||
+ | |||
+ | blockquote.camo { | ||
+ | border: 4px solid #339900; | ||
+ | background: #000000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/0/07/reinforcementsreflect.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #33CC00; | ||
+ | padding: 2px; | ||
+ | font-family: font-courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.camo div { | ||
+ | background: #33f; | ||
+ | margin: 0; | ||
+ | padding: 0.2em; | ||
+ | border-bottom: 1px solid white; | ||
+ | } | ||
+ | |||
+ | blockquote.spyro div { | ||
+ | background: #FF0000; | ||
+ | margin: 0; | ||
+ | padding: 0.2px; | ||
+ | } | ||
+ | |||
+ | blockquote.spyro { | ||
+ | border: 4px solid #006400; | ||
+ | background: #000000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/e/e4/Spyroblockquote3.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #0000FF; | ||
+ | font-weight: bold; | ||
+ | padding: 5px; | ||
+ | font-family: font-face; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.grabboarm { | ||
+ | border: 5px solid #0000FF; | ||
+ | background: #000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/9/93/Grabboarm_Reflection.PNG'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #FFFFFF; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.videocamera { | ||
+ | border: 6px solid #696969; | ||
+ | background: #D3D3D3; | ||
+ | color: #000000; | ||
+ | padding: 2em; | ||
+ | font-family: verdana; | ||
+ | width: 250px; | ||
+ | } | ||
+ | |||
+ | blockquote.commax { | ||
+ | border: 10px solid #222222; | ||
+ | background: #FFFFFF; | ||
+ | background-image: url('http://img237.imageshack.us/img237/8199/reflection3ye.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #000000; | ||
+ | font-weight: bold; | ||
+ | font-style: italic; | ||
+ | text-decoration: underline; | ||
+ | padding: 4px; | ||
+ | font-family: Arial; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.saugebat { | ||
+ | border: 4px solid #B8860B; | ||
+ | background: #DAA520; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/c/cb/Squidish.JPG'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #8B008B; | ||
+ | font-weight: bold; | ||
+ | font-style: italic; | ||
+ | text-decoration: underline; | ||
+ | padding: 7px; | ||
+ | font-family: font-arial black; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.saugebat div { | ||
+ | background: #D2691E; | ||
+ | margin: 0; | ||
+ | padding: 2px; | ||
+ | } | ||
+ | |||
+ | blockquote.jaro { | ||
+ | border: 4px solid #cc9; | ||
+ | background: #000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/7/7f/Jaro_Reflection.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #fff; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.jaro div { | ||
+ | background: #33f; | ||
+ | margin: 0; | ||
+ | padding: 0.2em; | ||
+ | border-bottom: 1px solid white; | ||
+ | } | ||
+ | |||
+ | blockquote.cardgage { | ||
+ | border: 8px solid #EEE8AA; | ||
+ | background: #000000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/c/c8/SC_reflection.jpg'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #FFFFFF; | ||
+ | |||
+ | padding: 3px; | ||
+ | font-family: courier new; | ||
+ | width: 500px; | ||
+ | } | ||
+ | |||
+ | blockquote.cardgage div { | ||
+ | background: #CD0000; | ||
+ | margin: 0; | ||
+ | padding: 3px; | ||
+ | } | ||
+ | |||
+ | .tbirdbg { | ||
+ | background: url(http://fanstuff.hrwiki.org/images/e/ee/Thunderbirdforuserpage.jpg); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: top left; | ||
+ | } | ||
+ | |||
+ | blockquote.pooru { | ||
+ | border: 4px solid #cc9; | ||
+ | background: #000; | ||
+ | background-image: url('http://fanstuff.hrwiki.org/images/8/8b/Pooru_Pooru_Reflection.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | background-position: bottom right; | ||
+ | color: #fff; | ||
+ | font-weight: bold; | ||
+ | padding: 1em; | ||
+ | font-family: Sydnie; | ||
+ | width: 500px; | ||
+ | } |
Revision as of 23:05, 28 March 2006
/* MADE BY THE THING */
/* FEEL FREE TO COPY AND PASTE THIS */
.MainPageFanstuffBox { background: url( ); background-repeat: no-repeat; background-position: bottom right; }
.MainPageWikiStuffBox { background: url( ); background-repeat: no-repeat; background-position: bottom right; }
/* TESTING DO NOT COPY */
.NewsandInfoBox { background: url(); background-color: #ffe; background-repeat: no-repeat; background-position: bottom right; }
body { font-size: 10px; font-family: verdana; background-repeat: repeat-x; background-color: #FF99CC; }
a { color: #00f; }
a:visited { color: #00c; }
a:active { color: red; } a.new, #p-personal a.new { color: #f00; }
a.new:visited, #p-personal a.new:visited { color:#c00; }
p { margin: 0.9em 0em 1em 0em; }
h1, h2, h3, h4, h5, h6 { color: black; margin: 0px; }
pre { border: 1px dashed #06f; }
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom:0.6em; }
#siteNotice { padding: 0.5em; margin: 10px; border-top: 2px solid #ccc; border-bottom: 2px solid #ccc; background: #fff; }
#navbox { /*border:1px solid #2f6fab;*/ border: 1px solid #aaaaaa; background-color:#f9f9f9; padding: 5px; font-size: 95%; margin-left: 15px; margin-bottom: 15px; }
#bodyContent a.extiw, #bodyContent a.extiw:active { color: #06f; }
#bodyContent a.external { color: #06f; }
#p-personal li a { color: #06f; }
#p-personal li a:hover {
text-decoration: underline; }
#p-cactions li a { color: #00c; }
#p-cactions .new a { color:#c00; }
#preftoc a:active { color: #00c; }
#content { margin-left: 12.6em; }
#p-cactions { left: 11.9em; }
.portlet { width: 12em; }
input.searchButton { padding: 0 0.4em !important; cursor: pointer; background-color: blue; border: 1px solid #2f6fab; font-weight: normal; }
#searchGoButton { font-weight: normal; }
#searchInput { border: 1px solid #2f6fab; }
input[type="radio"], input[type="checkbox"] { border: none; }
select { border: 1px solid #2f6fab; color: Black; }
/* Styling links to Homestar Runner */ #n-officialsite a, #bodyContent a[href ^="http://www.homestarrunner.com"] { background: url(/skins/monobook/hr.png) center left no-repeat !important; padding-left: 23px !important; padding-right: 0px !important; }
/* Remove padding from external links displayed without icon */ #bodyContent .plainlinks a { padding: 0 !important; }
/* For text that goes over pre sections, put scroll bars on it. */ /* It only works in Mozilla related browsers. On other browsers */ /* it acts as if this code isn't here. */ pre { overflow: auto; }
/**** Blockquotes ****/
/* begin blockquotes for OCE/WUE/FCE */
blockquote { border-left: 3px solid #06f; margin-left: 2em; padding-left: 1em; }
blockquote.sbemail { border: 4px solid #cc9; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/3/33/The_Homestar_Thing.PNG'); background-repeat: no-repeat; background-position: bottom right; color: #fff; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.tandy { color: #0c0 !important; }
blockquote.short { height: 6.5em; }
blockquote.sbemail div { background: #33f; margin: 0; padding: 0.2em; border-bottom: 1px solid white; }
blockquote.email { border: 4px solid #cc9; background: #000; background-repeat: no-repeat; background-position: bottom right; color: #fff; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.email div { background: #33f; margin: 0; padding: 0.2em; border-bottom: 1px solid white; }
blockquote.stinkomanemail { border: 4px solid #cc9; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/b/b1/Stinkoman_E-mail.png'); background-repeat: no-repeat; background-position: bottom right; color: #fff; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.stinkomanemail div { background: #33f; margin: 0; padding: 0.2em; border-bottom: 1px solid white; }
blockquote.redtandy { border: 4px solid #cc9; background: #000; background-repeat: no-repeat; background-position: bottom right; color: #ff4500; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.redtandy div { background: #ff4500; color: #000; margin: 0; padding: 0.2em; border-bottom: 1px solid black; }
blockquote.thewormemail { border: 4px solid #cc9; background: #000; background-image: url('http://img14.echo.cx/img14/7649/theworm7jp.png'); background-repeat: no-repeat; background-position: bottom right; color: #fff; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.mu-mail { border: 2px solid #C7DEFF; background-image: url('http://img177.echo.cx/img177/4421/mumailblockquote2qg.png'); background-repeat: no-repeat; background-position: top left; color: #000000; padding: 9px; font-family: arial; width: 195px; }
blockquote.mu-mail div { border: none; background-image: url('http://img177.echo.cx/img177/5503/mumailsubject2tr.png'); background-repeat: no-repeat; background-position: top center; color: inherit; padding: 82px; font-family: MS Sans Serif; width: 99px; }
blockquote.poopsmithemail { border: 4px solid #cc9; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/6/63/poopsmithreflection.png'); background-repeat: no-repeat; background-position: bottom right; color: #fff; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.nextemail { border: 4px solid #cc9; background: #fff; background-image: url('http://fanstuff.hrwiki.org/images/5/5a/NeXT.png'); background-repeat: no-repeat; background-position: bottom right; color: #000; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.lilbrudderemail { border: 4px solid #cc9; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/f/f1/l_Brudder_Reflect.PNG'); background-repeat: no-repeat; background-position: bottom right; color: #0a0aef; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.gemail { border: 4px solid #cc9; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/9/90/GEmail_Blockquote.png'); background-repeat: no-repeat; background-position: bottom right; color: #fff; font-weight: bold; padding: 1em; font-family: Courier; width: 500px; }
blockquote.gemail div { background: #33CCCC; margin: 0; padding: 0.2em; border-bottom: 1px solid white; }
blockquote.astanemail { border: 4px solid #cc9; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/0/09/Alpha_Stan.png'); background-repeat: no-repeat; background-position: bottom center; color: #fff; font-weight: bold; padding: 1em; font-family: Courier; width: 500px; }
blockquote.cpmail { border: 1px solid #000; background: #FFF; background-image: url('http://fanstuff.hrwiki.org/images/e/e5/reflection.PNG'); background-repeat: no-repeat; background-position: bottom right; color: #000; padding: 1em; font-family: arial; width: 500px; }
blockquote.cpmail div { background: #c0c0c0; margin: 0; padding: 0.2em; }
blockquote.oldturbomail { border: 4px solid #575757; background: #000000; background-image: url('http://img325.imageshack.us/img325/2718/oldthatkidsam7lv.png'); background-repeat: no-repeat; background-position: bottom right; color: #ffaa00; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.kotemail { border: 4px solid #cc9; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/e/eb/kotreflection.png'); background-repeat: no-repeat; background-position: bottom right; color: #fff; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.kotemail div { background: #33f; margin: 0; padding: 0.2em; border-bottom: 1px solid white; }
blockquote.gameslayer { border: 3px solid #40E0D0; background: #000000; background-repeat: no-repeat; background-position: bottom right; color: #40E0D0; font-weight: bold; padding: 1em; font-family: neustyle; width: 500px; }
blockquote.gameslayer { border: 3px solid #40E0D0; background: #000000; background-repeat: no-repeat; background-position: bottom right; color: #40E0D0; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.dreamcast { border: 5px solid #FF0000; background: #ffffff; background-repeat: no-repeat; background-position: bottom right; color: #FF0000; font-weight: bold; padding: 1em; font-family: comic sans ms; width: 500px; }
blockquote.turboemail { border: 3px solid #575757; background: #ffaa00; background-repeat: no-repeat; background-position: bottom right; color: #000000; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.redyemail {
border: 4px solid #cc9; background: #800000; background-image: url('http://fanstuff.hrwiki.org/images/a/ad/COlimar788_Reflection.PNG'); background-repeat: no-repeat; background-position: bottom right; color: #fff; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.stothebemail { border: 4px solid #cc9; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/7/77/stothebreflection.png'); background-repeat: no-repeat; background-position: bottom right; color: #fff; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.stothebemail div { background: #33f; margin: 0; padding: 0.2em; border-bottom: 1px solid white; }
blockquote.princesshomestar { border: 4px solid #AA00FF; background: #FF6EB4; background-repeat: no-repeat; background-position: bottom right; color: #00008B; font-weight: bold; padding: 1em; font-family: comic sans ms; width: 500px; }
blockquote.princesshomestar div { background: #AA00FF; margin: 0; padding: 0.2em; border-bottom: 1px solid white; }
blockquote.pbtcthecheat { border: 4px solid #cc9; background: #000; background-image: url('http://img301.imageshack.us/img301/5497/pbtcthecheatcompy1ns.png'); background-repeat: no-repeat; background-position: bottom right; color: #ffd700; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.written { border: 2px solid #000000; background: #ffffff; background-repeat: no-repeat; background-position: bottom right; color: #000000; padding: 1em; font-family: brush script mt, Lucida Handwriting, Viner Hand ITC; width: 500px; }
blockquote.littlesb { border: 4px solid #cc9; background: #000000; background-image: url('http://fanstuff.hrwiki.org/images/5/59/Little_Strong_Bad_ref.PNG'); background-repeat: no-repeat; background-position: bottom right; color: #ffffff; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.stinkomank { border: 4px solid #436EEE; background: #000000; background-image: url('http://fanstuff.hrwiki.org/images/0/01/stinkokrefletion.PNG'); background-repeat: no-repeat; background-position: bottom right; color: #ffffff; font-weight: bold; padding: 1em; font-family: comic sans ms; width: 500px; }
blockquote.trogdor { border: 4px solid #cc9; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/0/0b/trogdorreflection.png'); background-repeat: no-repeat; background-position: bottom right; color: #fff; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.trogdor div { background: #33f; margin: 0; padding: 0.2em; border-bottom: 1px solid white; }
blockquote.nerder { border: 4px solid #cc9; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/b/ba/homeschoolreflection.png'); background-repeat: no-repeat; background-position: bottom right; color: #0c0; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.written { border: 2px solid #000000; background: #ffffff; background-repeat: no-repeat; background-position: bottom right; color: #000000; padding: 1em; font-family: andy; width: 500px; }
blockquote.non-spork-einoo { border: 2px solid #000000; background: #FFFFFF; background-image: url('http://fanstuff.hrwiki.org/images/4/40/einooblock.png'); background-repeat: no-repeat; background-position: bottom right; color: #000000; padding: 5px; font-family: times new roman; width: 500px; }
blockquote.einoo { border: 2px solid #000000; background: #FFFFFF; background-image: url('http://fanstuff.hrwiki.org/images/0/0a/einoospork.png'); background-repeat: no-repeat; background-position: bottom right; color: #000000; padding: 5px; font-family: times new roman; width: 500px; }
blockquote.trandee { border: 4px solid #ffff00; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/3/39/Doreauxgard_Reflection2.png'); background-repeat: no-repeat; background-position: bottom right; color: #0c0; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.crompee { border: 4px solid #000; background: #fff; background-image: url('http://fanstuff.hrwiki.org/images/5/55/doreauxgard_crompee_reflection.png'); background-repeat: no-repeat; background-position: bottom right; color: #fff; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.larpee { border: 4px solid #ffff00; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/3/39/Doreauxgard_Reflection2.png'); background-repeat: no-repeat; background-position: bottom right; color: #fff; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.relaxer { border: 4px solid #cc9; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/b/ba/homeschoolreflection.png'); background-repeat: no-repeat; background-position: bottom right; color: #00FFCC; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.relaxer div { background: #33f; margin: 0; padding: 0.2em; border-bottom: 1px solid white; }
blockquote.aneskimo { border: 4px solid #cc9; background: #000; background-image: url('http://img112.imageshack.us/my.php?image=aneskimo5do.png'); background-repeat: no-repeat; background-position: bottom right; color: #1C86EE; font-weight: bold; padding: 1em; font-family: comic sans ms; width: 500px; }
blockquote.aneskimo div { background: #008B00; margin: 0; padding: 0.2em; border-bottom: 1px solid white; }
blockquote.blueyemail { border: 9px solid #808080; background: #999999; background-image: url('http://fanstuff.hrwiki.org/images/c/c3/markieemailreflect.PNG'); background-repeat: no-repeat; background-position: bottom right; color: #33CCCC; padding: 1em; font-family: impact; width: 500px; }
blockquote.blueyemail div { background: #CCFF66; margin: 0; padding: 0.2em; border-bottom: 1px solid white; }
blockquote.bandit { border: 4px solid #800000; background: #000000; background-image: url('http://fanstuff.hrwiki.org/images/c/c6/The_Unguraits_Reflection.PNG'); background-repeat: no-repeat; background-position: bottom right; color: #fff; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.skypy { border: 4px solid #000; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/9/9f/bluehomestar_reflection.png'); background-repeat: no-repeat; background-position: bottom right; color: #0c0; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.marzipanemail { border: 4px solid #FFC0FF; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/e/eb/Marzipan_Reflection.png'); background-repeat: no-repeat; background-position: bottom right; color: #FFFFFF; padding: 1em; font-family: courier new; width: 500px; }
blockquote.oneupemail { border: 4px solid #cc9; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/c/c8/1Up_Reflection.png'); background-repeat: no-repeat; background-position: bottom right; color: #fff; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.bassium { border: 4px solid #000000; background: #FF0000; background-image: url('http://img312.imageshack.us/img312/9038/blokesreflection6cz.png'); background-repeat: no-repeat; background-position: bottom right; color: #FFFFFF; padding: 2px; font-family: Arial; width: 500px; }
blockquote.bassium div { background: #000000; margin: 0; padding: 2px; }
blockquote.superstar { border: 4px solid #FF0000; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/8/88/superstarhooperreflection.png'); background-repeat: no-repeat; background-position: bottom right; color: #FF0000; padding: 1em; font-family: comic sans; width: 500px; }
blockquote.wiki { border: 4px solid #FFFFAA; background: #FFFFFF; background-repeat: no-repeat; background-position: bottom right; color: #000000; padding: 1em; font-family: verdana; width: 500px; }
blockquote.wiki div { background: #FFFFFF; margin: 0; padding: 0.2em; border-bottom: 1px solid black; }
form#userlogin { float: left; padding: 1em 1em .7em 1em; background-color: #fed; border: 2px solid #fa5; color: #000; margin-right: 2em; width: 500px; }
form#userlogin table { float: left; background-color: #fed; background-image: url(/skins/common/images/poopsmith-background.gif); background-repeat: no-repeat; background-position: bottom left; color: #000; }
form#userlogin p { text-align: center; }
span.unpatrolled { display: none !important; }
blockquote.homschool { border: 4px solid #cc9; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/6/6a/homschoolblockquote.png'); background-repeat: no-repeat; background-position: bottom right; color: #FFA800; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.homschool div { background: #FF40FF ; margin: 0; padding: 0.2em; border-bottom: 1px solid white; }
blockquote.ekersby { border: 4px solid gray; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/9/93/ekersbyreflection.PNG'); background-repeat: no-repeat; background-position: bottom right; color:#0c0 ; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.ekersby div { background:gray; margin: 0; padding: 0.2em; border-bottom: 1px solid white; }
blockquote.cssteely { border: 4px solid gray; background: #000000; background-image: url('http://fanstuff.hrwiki.org/images/e/e0/Contestro_Reflection.PNG'); background-repeat: no-repeat; background-position: bottom right; color: #fff; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.spacecomp { border: 4px solid #FF6; background: #F60; background-image: url('http://fanstuff.hrwiki.org/images/9/93/totalspaceshipguyreflection.png'); background-repeat: no-repeat; background-position: bottom right; color: #000; font-weight: bold; padding: 1em; font-family: comic sans ms; width: 500px; }
blockquote.saargtsson { border: 4px solid #ff0000; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/6/62/saargtsson_reflection.png'); background-repeat: no-repeat; background-position: bottom right; color: #ff4500; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.doors { border: 5px solid #969696; background: #FFFFFF; background-repeat: no-repeat; background-position: bottom right; color: #000000; padding: 5px; font-family: courier new; width: 500px; }
blockquote.doors div { background: #B3B3B3 ; margin: 0; padding: 0.2em; border-bottom: 1px #575757; }
blockquote.doors div { background: #FFE600 ; margin: 0; padding: 2px; border-bottom: 1px #CDAD00; }
blockquote.homstar { border: 4px solid #FF0000; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/6/66/homstar.png'); background-repeat: no-repeat; background-position: bottom right; color: #FF00FF; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.nebulon { border: 2px solid #595959; background: #e5e5e5; background-image: url('http://fanstuff.hrwiki.org/images/4/42/nebyalon.PNG'); background-repeat: no-repeat; background-position: bottom right; color: #303030; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.ssscompy { border: 4px solid #1E90FF; background: #000000; background-image: url('http://fanstuff.hrwiki.org/images/f/f9/CrappySSSBlockquote.PNG'); background-repeat: no-repeat; background-position: bottom right; color: #F5FFFA; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.edgarware { border: 4px solid #CCCCCC; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/d/d4/Edgar.PNG'); background-repeat: no-repeat; background-position: bottom right; color: #FFF; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.icemach { border: 8px solid #FFFF00; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/8/8c/An_Ice_Machine_Reflection.PNG'); background-repeat: no-repeat; background-position: bottom right; color: #FFFFFF; padding: 3em; font-family: Arial Narrow; width: 500px; }
blockquote.icemach div { background: #66C; margin: 1em; padding: 3px; }
blockquote.camo { border: 4px solid #339900; background: #000000; background-image: url('http://fanstuff.hrwiki.org/images/0/07/reinforcementsreflect.png'); background-repeat: no-repeat; background-position: bottom right; color: #33CC00; padding: 2px; font-family: font-courier new; width: 500px; }
blockquote.camo div { background: #33f; margin: 0; padding: 0.2em; border-bottom: 1px solid white; }
blockquote.spyro div { background: #FF0000; margin: 0; padding: 0.2px; }
blockquote.spyro { border: 4px solid #006400; background: #000000; background-image: url('http://fanstuff.hrwiki.org/images/e/e4/Spyroblockquote3.png'); background-repeat: no-repeat; background-position: bottom right; color: #0000FF; font-weight: bold; padding: 5px; font-family: font-face; width: 500px; }
blockquote.grabboarm { border: 5px solid #0000FF; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/9/93/Grabboarm_Reflection.PNG'); background-repeat: no-repeat; background-position: bottom right; color: #FFFFFF; padding: 1em; font-family: courier new; width: 500px; }
blockquote.videocamera { border: 6px solid #696969; background: #D3D3D3; color: #000000; padding: 2em; font-family: verdana; width: 250px; }
blockquote.commax { border: 10px solid #222222; background: #FFFFFF; background-image: url('http://img237.imageshack.us/img237/8199/reflection3ye.png'); background-repeat: no-repeat; background-position: bottom right; color: #000000; font-weight: bold; font-style: italic; text-decoration: underline; padding: 4px; font-family: Arial; width: 500px; }
blockquote.saugebat { border: 4px solid #B8860B; background: #DAA520; background-image: url('http://fanstuff.hrwiki.org/images/c/cb/Squidish.JPG'); background-repeat: no-repeat; background-position: bottom right; color: #8B008B; font-weight: bold; font-style: italic; text-decoration: underline; padding: 7px; font-family: font-arial black; width: 500px; }
blockquote.saugebat div { background: #D2691E; margin: 0; padding: 2px; }
blockquote.jaro { border: 4px solid #cc9; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/7/7f/Jaro_Reflection.png'); background-repeat: no-repeat; background-position: bottom right; color: #fff; font-weight: bold; padding: 1em; font-family: courier new; width: 500px; }
blockquote.jaro div { background: #33f; margin: 0; padding: 0.2em; border-bottom: 1px solid white; }
blockquote.cardgage { border: 8px solid #EEE8AA; background: #000000; background-image: url('http://fanstuff.hrwiki.org/images/c/c8/SC_reflection.jpg'); background-repeat: no-repeat; background-position: bottom right; color: #FFFFFF; padding: 3px; font-family: courier new; width: 500px; }
blockquote.cardgage div { background: #CD0000; margin: 0; padding: 3px; }
.tbirdbg { background: url(); background-repeat: no-repeat; background-position: top left; }
blockquote.pooru { border: 4px solid #cc9; background: #000; background-image: url('http://fanstuff.hrwiki.org/images/8/8b/Pooru_Pooru_Reflection.png'); background-repeat: no-repeat; background-position: bottom right; color: #fff; font-weight: bold; padding: 1em; font-family: Sydnie; width: 500px; }