User:Wayoshi/monobook.css and Clubosaur: Difference between pages

From the Super Mario Wiki, the Mario encyclopedia
< User:Wayoshi(Difference between pages)
Jump to navigationJump to search
mNo edit summary
 
(sp!)
 
Line 1: Line 1:
/* Wayoshi's custom .css (Cascading Style Sheet)
[[Image:clubosuar.jpg|right|frame|Wario and a Clubosaur]]A '''Clubosaur''' is a triceratops-like enemy that [[Wario]] encountered in ''[[Wario World]]''. As its name implies, it stands on its hind legs and wields a club. At any time, the Clubosaur may charge up and go on a rampage, swinging its club frantically. The Clubosaur is invincible in this state, but the attack doesn't last very long. The club also blocks all frontal attacks, so Wario needs to sneak up on a Clubosaur from behind.
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";
After enough punches, the Clubosaur loses the club and reverts to standing on all fours. Now the Clubosaur may charge at Wario, a more powerful attack that leaves him immobile for a few seconds.
@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;}
Other varieties of Clubosaurs include Skelosaurs, Gatorbabies, Polar Bears, Grizzlies, Masked Clubbers, and Club Mummies. Aside from a few costume changes and choice of club (the Polar Bear uses an icicle, for example) , these enemies behave in exactly the same way as Clubosaurs, though they do get progressively more aggressive.
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 {
[[Category: Enemies]]
  background: #D0D;
[[Category: Dinosaurs]]
  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
}

Revision as of 20:52, October 17, 2006

File:Clubosuar.jpg
Wario and a Clubosaur

A Clubosaur is a triceratops-like enemy that Wario encountered in Wario World. As its name implies, it stands on its hind legs and wields a club. At any time, the Clubosaur may charge up and go on a rampage, swinging its club frantically. The Clubosaur is invincible in this state, but the attack doesn't last very long. The club also blocks all frontal attacks, so Wario needs to sneak up on a Clubosaur from behind.

After enough punches, the Clubosaur loses the club and reverts to standing on all fours. Now the Clubosaur may charge at Wario, a more powerful attack that leaves him immobile for a few seconds.

Other varieties of Clubosaurs include Skelosaurs, Gatorbabies, Polar Bears, Grizzlies, Masked Clubbers, and Club Mummies. Aside from a few costume changes and choice of club (the Polar Bear uses an icicle, for example) , these enemies behave in exactly the same way as Clubosaurs, though they do get progressively more aggressive.