Nintendo Monopoly and User:Wayoshi/monobook.css: Difference between pages

From the Super Mario Wiki, the Mario encyclopedia
(Difference between pages)
Jump to navigationJump to search
(fixed link ya)
 
mNo edit summary
 
Line 1: Line 1:
[[Image:nintenopoly.jpg|right|frame|Mario, Metroid, Kirby, and more!]]
/* Wayoshi's custom .css (Cascading Style Sheet)
'''Nintendo Monopoly''' is a board game based on the classic game Monopoly featuring [[Nintendo]] characters such as [[Mario]], [[Luigi]], [[Donkey Kong]], [[Yoshi]], [[Link]], [[Samus Aran]], [[Kirby]], and others. It was released in July of [[2006]].
You may use any past version of this page or sections of it as your own as long as you credit me at the top,
using a comment like I am here. See User talk:Wayoshi/monobook.css for a list of features. */


In this game, instead of buying properties, Nintendo characters are purchased.
@import "/index.php?title=Mediawiki:Monobook.css&action=raw&ctype=text/css";
@import "/index.php?title=User:Wayoshi/monobook.css&action=raw&ctype=text/css";
/* purple */
#content, #content table
#p-cactions ul li a { background: #fffcff; }


body { font-family:Arial; font-size:10px;}
a { color: #7B007B; text-decoration: none; }
a:visited { color: #505; }
a:active { color: #111; }
#p-personal a.new { color: #b00; }
#p-personal a.new:visited { color:#800; }


==Characters==
.usermessage {
  background: #D0D;
  border: 1px dashed #606;
}
#bodyContent a.extiw:active { color: #202; }
#bodyContent a.external { color: #a0a; }


Here are all the characters that can be purchased in the game, starting with the least expensive.
#p-logo a { background: url(http://www.mariowiki.com/images/1/1a/Wayoshilogo.jpg) 35% 50% no-repeat !important; }
#p-logo { border: 1px solid #000000; }


Mediterranean Avenue - '''[[Waluigi]]'''<br>
pre { border: 1px dashed #808; }
Baltic Avenue - '''[[Wario]]'''<br>
Reading Railroad - '''[[Mario Kart]]'''<br>
Oriental Avenue - '''Slippy'''<br>
Vermont Avenue - '''[[Falco]]'''<br>
Conneticut Avenue - '''[[Fox]]'''<br>
St. Charles Place - '''[[Meta Knight]]'''<br>
Electric Company - '''[[Piranha Plant]]'''<br>
States Avenue - '''King Dedede'''<br>
Virginia Avenue - '''[[Kirby]]'''<br>
Pennsylvania Railroad - '''Blue Falcon'''<br>
St. James Place - '''Metroid'''<br>
Tennessee Avenue - '''Ridley'''<br>
New York Avenue - '''[[Samus Aran]]'''<br>
Kentucky Avenue - '''[[Toad (character)|Toad]]'''<br>
Indiana Avenue - '''[[Princess Peach]]'''<br>
Illinois Avenue - '''[[Yoshi]]'''<br>
B&O Railroad - '''Warp Star'''<br>
Atlantic Avenue - '''[[Dixie Kong]]'''<br>
Ventnor Avenue - '''[[Diddy Kong]]'''<br>
Water Works - '''[[Warp Pipe]]'''<br>
Marvin Gardens - '''[[Donkey Kong]]'''<br>
Pacific Avenue - '''[[Ganondorf]]'''<br>
North Carolina Avenue - '''[[Princess Zelda]]'''<br>
Pennsylvania Avenue - '''[[Link]]'''<br>
Short Line Railroad - '''Arwing'''<br>
Park Place - '''[[Luigi]]'''<br>
Boardwalk - '''[[Mario]]'''<br>


Community Chest - '''[[Gold Coin|Coin]] Block'''<br>
#siteNotice {
Chance - '''[[? Block]]'''<br>
  background: #fffcff;
Income Tax - not known, please add<br>
}
Luxery Tax - '''[[Wario's Treasures|Treasure Chest Deposit]]'''
#navbox {
  background: #fffdff;
}
select {
  border: 1px solid #6f2f6f;
}
input {
  background-color: #fffeff;
}
input.searchButton {
  background-color: #fffaff;
  border: 1px solid #506;
}
#searchInput {
  border: 1px solid #6f2f6f;
  background-color: #fffeff;
}
textarea {
  font-family: Boukman Old Style;
  font-size: 14px;
}


==Tokens==
/* in addition to color changes, makes a few corners round, only supported by moz/firefox/other gecko browsers for now */
*[[Mario's Hat]]
#p-cactions ul li, #p-cactions ul li a { 
*Samus's Boots
  -moz-border-radius-topleft: 1em;
*Link's Shield
  -moz-border-radius-topright: 1em;
*DK's [[Barrel]]
  background-color: #fffcff;
*[[Koopa Shell]]
  color: #4700cc;
*NES Controller
}
 
#content {
[[Image:tokens.jpg|left|frame|Clockwise from top left: [[Samus Aran|Samus's]] Boots, [[DK|DK's]] barrel, [[Link|Link's]] shield, a [[Koopa]] shell, an [[NES]] controller, and [[Mario|Mario's]] hat.]]
  -moz-border-radius-topleft: 1em;
 
  -moz-border-radius-bottomleft: 1em;
[[Category: Merchandise]]
}
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
  background-color: #fffcff
}

Revision as of 16:28, October 13, 2006

 /* Wayoshi's custom .css (Cascading Style Sheet)
 You may use any past version of this page or sections of it as your own as long as you credit me at the top,
 using a comment like I am here. See User talk:Wayoshi/monobook.css for a list of features. */ 

 @import "/index.php?title=Mediawiki:Monobook.css&action=raw&ctype=text/css";
 @import "/index.php?title=User:Wayoshi/monobook.css&action=raw&ctype=text/css";
 
 /* purple */
 #content, #content table
 #p-cactions ul li a { background: #fffcff; }

 body { font-family:Arial; font-size:10px;}
 a { color: #7B007B; text-decoration: none; }
 a:visited { color: #505; }
 a:active { color: #111; }
 #p-personal a.new { color: #b00; }
 #p-personal a.new:visited { color:#800; }

.usermessage {
  background: #D0D;
  border: 1px dashed #606;
 }
 #bodyContent a.extiw:active { color: #202; }
 #bodyContent a.external { color: #a0a; }

 #p-logo a { background: url(http://www.mariowiki.com/images/1/1a/Wayoshilogo.jpg) 35% 50% no-repeat !important; }
 #p-logo { border: 1px solid #000000; }

 pre { border: 1px dashed #808; }

 #siteNotice {
   background: #fffcff;
 }
 #navbox { 
   background: #fffdff;
 }
 select {
   border: 1px solid #6f2f6f; 
 }
 input {
  background-color: #fffeff;
 }
 input.searchButton {
   background-color: #fffaff;
   border: 1px solid #506;
 }
 #searchInput {
   border: 1px solid #6f2f6f;
   background-color: #fffeff;
 }
 textarea {
   font-family: Boukman Old Style;
   font-size: 14px;
 }

 /* in addition to color changes, makes 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-color: #fffcff;
  color: #4700cc;
 }
 #content { 
  -moz-border-radius-topleft: 1em; 
  -moz-border-radius-bottomleft: 1em;
 }
 div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
  background-color: #fffcff
 }