PipeProject:RPG items & badges and User:Wayoshi/monobook.css: Difference between pages

From the Super Mario Wiki, the Mario encyclopedia
(Difference between pages)
Jump to navigationJump to search
 
mNo edit summary
 
Line 1: Line 1:
This '''[[Mariowiki:PipeProject|PipeProject]]''' is devoted to create articles for all the items in ''[[Super Mario RPG: Legend of the Seven Stars]]'', ''[[Mario and Luigi: Superstar Saga]]'', and ''[[Mario & Luigi: Partners in Time]]'' to complete the listing of [[Items]]. In addition, [[Badges]] need to be added for each game into its page in three more tables (for SMRPG, either a) sub-sections for accessories and weapons, or b) a column "Type" to signify that information in one table instead).
/* 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. */


The [[Items]] Talk page shows most of the items from SMRPG. Might be wise to start at the beggining there.
@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; }


==Shortcut==
body { font-family:Arial; font-size:10px;}
If you would like to bookmark this page, use this address: <tt>http://www.mariowiki.com/index.php/PP:RPGIB</tt>
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; }


Or, when you first log on, type in the search box <tt>[[PP:RPGIB]]</tt>
.usermessage {
  background: #D0D;
  border: 1px dashed #606;
}
#bodyContent a.extiw:active { color: #202; }
#bodyContent a.external { color: #a0a; }


==Goals==
#p-logo a { background: url(http://www.mariowiki.com/images/1/1a/Wayoshilogo.jpg) 35% 50% no-repeat !important; }
#Add all items (including special, not just general) for SMRPG, M&L: SS, and M&L: PiT
#p-logo { border: 1px solid #000000; }
#Create articles for each item, with:
##Game(s) it appeared in
##What shops it's found in (if necessary)
##If so, cost for buying and selling
##Effect
#Complete [[Badges]] page with three more tables.
#Create a [[Clothing]] page for the two ''M&L'' series games.


==Members==
pre { border: 1px dashed #808; }
Type a number sign and three tildes (<nowiki>#~~~</nowiki>) if you want to help in any of the four goals. Then, find out how you can start out at [[Mariowiki talk:PipeProject RPG Items & Badges|the talk page]].


#[[User:Yoshi Mastar|Yoshi Mastar]] (creator of Items)
#siteNotice {
#<span style="font-family:Kunstler Script; color:#006633;"><font size="5">'''[[User:Wayoshi|W]]'''ayoshi</font></span><small> ( [[User talk:Wayoshi|T]]<tt>&middot;</tt>[[Special:Contributions/Wayoshi|C]]<tt>&middot;</tt>[[Special:Emailuser/Wayoshi|@]] )</small> (creator of Badges)
  background: #fffcff;
#[[User: Monty Mole|<font color="#C0D9D9"><i>Monty Mole]]</i></font> (creator of Clothing)
}
#[[User:Superchao|Superchao]]
#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;
}


==Structure==
/* in addition to color changes, makes a few corners round, only supported by moz/firefox/other gecko browsers for now */
Add <tt><nowiki>[[Category: Items]]</nowiki></tt> and <tt><nowiki>[[Category: RPG Items - General]]</nowiki></tt> or <tt><nowiki>[[Category: RPG Items - Special]]</nowiki></tt> at the end of each item.
#p-cactions ul li, #p-cactions ul li a {
 
  -moz-border-radius-topleft: 1em;
No templates to add otherwise.
  -moz-border-radius-topright: 1em;
 
  background-color: #fffcff;
===Userbox===
  color: #4700cc;
{{userboxtop}}
}
{{userboxsample|border=#F22|mainbkgd=#FFCC55|codebkgd=#FFAA66|codecolor=white|code=<span style="font-size:10pt">'''RPGIB'''</span><br><span style="font-size:8pt">MWPP</span>|msg=<span style="color:white">This user is part of the '''[[PipeProject:RPG Items & Badges|RPG Items & Badges PipeProject]]'''.</span>}}
#content {  
{{userboxbottom}}
  -moz-border-radius-topleft: 1em;
Adding this userbox is entirely optional. Choose between either New and Upcoming: it doesn't matter.
  -moz-border-radius-bottomleft: 1em;
 
}
There may or may not be an update to the left-hand box to include a more interesting image instead of text. For now, however, the code is:
div.pBody {
<br>
  -moz-border-radius-topright: 1em;
<tt><nowiki>{{userbox|border=#F22|mainbkgd=#FFCC55|codebkgd=#FFAA66|codecolor=white|code=<span style="font-size:10pt">'''RPGIB'''</span><br><span style="font-size:8pt">MWPP</span>|msg=<span style="color:white">This user is part of the '''[[PipeProject:RPG Items & Badges|RPG Items & Badges PipeProject]]'''.</span>}}</nowiki></tt>
  -moz-border-radius-bottomright: 1em;
 
  background-color: #fffcff
Be sure to add <nowiki>{{userboxtop}} and {{userboxbottom}}</nowiki> if this is your first time using a [[Mariowiki:Userbox|Userbox Tower]].
}
 
[[Category: PipeProjects|RPG]]

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
 }