MediaWiki:Monobook.css
From Spritewiki
(Difference between revisions)
MetalBones (Talk | contribs) |
MetalBones (Talk | contribs) |
||
(6 intermediate revisions not shown) | |||
Line 4: | Line 4: | ||
background-repeat: repeat; | background-repeat: repeat; | ||
background: #f9f9f9 url("http://img150.imageshack.us/img150/524/tileh.png") | background: #f9f9f9 url("http://img150.imageshack.us/img150/524/tileh.png") | ||
+ | } | ||
- | . | + | .shroom { |
- | + | background: #d4e6ea url(http://www.mariowiki.com/images/c/c9/Mushroombg.png) repeat; | |
+ | padding:0.3em; | ||
+ | color:black | ||
+ | } | ||
+ | |||
+ | li#pt-userpage, li#pt-anonuserpage, li#pt-login | ||
+ | { | ||
+ | background: url(http://images.wikia.com/halofanon/images/8/8b/USERICON.png) top left no-repeat; | ||
+ | } |
Current revision as of 00:36, 12 May 2009
body { font-size: 10px; font-family: verdana; background-repeat: repeat; background: #f9f9f9 url("http://img150.imageshack.us/img150/524/tileh.png") } .shroom { background: #d4e6ea url(http://www.mariowiki.com/images/c/c9/Mushroombg.png) repeat; padding:0.3em; color:black } li#pt-userpage, li#pt-anonuserpage, li#pt-login { background: url(http://images.wikia.com/halofanon/images/8/8b/USERICON.png) top left no-repeat; }