Head on over to the UnMario Wikia. Be sure to register an account if you haven't already.

Header

From Unmariowiki

(Difference between revisions)
Line 14: Line 14:
  }
  }
   */  
   */  
 +
  /* edit this file to customize the monobook skin for the entire site */
 +
 +
body {
 +
    font-size: 10px;
 +
    font-family: verdana;
 +
    background-repeat: repeat;
 +
    background: #f9f9f9 url("http://editthis.info/images/unmariowiki/4/48/Tiles.PNG")
 +
}
 +
 +
a { color: #00f; }
 +
 +
a:visited { color: #00c; }
 +
 +
a:active { color: orange; }
 +
 +
#p-personal a.new { color: #f00; }
 +
 +
#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; overflow: auto; }
 +
 +
textarea { background: #FFFFFF url("http://www.mariowiki.com/images/marioeditbg.jpg")
 +
}
 +
 +
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {
 +
    margin-bottom:0.6em;
 +
}
 +
 +
#siteNotice {
 +
    padding: 0.3em;
 +
    margin: 10px;
 +
    border-top: 2px solid #ccc;
 +
    border-bottom: 2px solid #ccc;
 +
    background: #fff;
 +
    font-size: smaller;
 +
    line-height: 90%;
 +
}
 +
 +
#catlinks {
 +
    background-image: url(http://www.mariowiki.com/images/papermariohead.png);
 +
    background-repeat: no-repeat;
 +
    background-position: center right;
 +
}
 +
 +
.spoiler {
 +
    width:70%;
 +
    padding: 0.2em;
 +
    margin: 10px;
 +
    border-top: 2px solid #ccc;
 +
    border-bottom: 2px solid #ccc;
 +
}
 +
 +
#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:active { color: #06f; }
 +
 +
#bodyContent a.external { color: #06f; }
 +
 +
#p-personal li a:hover {
 +
    background-color: none;
 +
    text-decoration: underline;
 +
}
 +
 +
#p-cactions li a { color: #00c; }
 +
 +
#p-cactions .new a { color:#c00; }
 +
 +
#preftoc a:active { color: #00c; }
 +
 +
#content {
 +
    margin-left: 12.5em;
 +
}
 +
 +
#p-cactions {
 +
    left: 11.8em;
 +
}
 +
 +
.portlet {
 +
    width: 11.9em;
 +
}
 +
 +
input.searchButton {
 +
    padding: 0 0.4em !important;
 +
    cursor: pointer;
 +
    background-color: White;
 +
    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;
 +
}
 +
 +
.IntroPageBox {
 +
    background-color: #ffe;
 +
    background-repeat: no-repeat;
 +
    background-position: bottom right;
 +
}
 +
 +
.IntroPageBox div.tright {
 +
    border-color: transparent !important;
 +
}
 +
 +
blockquote {
 +
  border-left: 3px solid #06f;
 +
  margin-left: 2em;
 +
  padding-left: 1em;
 +
}
 +
 +
.oldh3 {font-size: 132%}
 +
 +
.spoiler {
 +
  padding: 0.2em;
 +
  margin: 10px;
 +
  border-top: 2px solid #ccc;
 +
  border-bottom: 2px solid #ccc;
 +
}
 +
 +
#disambig {
 +
  border-top: 3px double #cccccc;
 +
  border-bottom: 3px double #cccccc;
 +
}
 +
 +
.allpagesredirect { font-style: italic; }
 +
  </style>
  </style>

Revision as of 09:00, 25 March 2007

<style type="text/css">
  /*
     Notes: 
      -You must log as admin to edit this page
      -Whatever you enter in this page will be added to the html in the header after the standard style sheet, so you can override styles. 
      -if you want your code to look nice on this page, put a space at the beginning of each line
      -This is the default style sheet that you can override : http://editthis.info/wiki/skins/monobook/main.css 
      
      For example uncomment this next section to turn all the text green:
  */
 /*
body {
   color: green;
}
 */ 
 /* edit this file to customize the monobook skin for the entire site */

body {
   font-size: 10px;
   font-family: verdana;
   background-repeat: repeat;
   background: #f9f9f9 url("Tiles.PNG")
}
a { color: #00f; }
a:visited { color: #00c; }
a:active { color: orange; }

#p-personal a.new { color: #f00; }
#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; overflow: auto; }
textarea { background: #FFFFFF url("marioeditbg.jpg")
}
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {
   margin-bottom:0.6em;
}
#siteNotice {
   padding: 0.3em;
   margin: 10px;
   border-top: 2px solid #ccc;
   border-bottom: 2px solid #ccc;
   background: #fff;
   font-size: smaller;
   line-height: 90%;
}
#catlinks {
   background-image: url(papermariohead.png);
   background-repeat: no-repeat;
   background-position: center right;
}
.spoiler {
   width:70%;
   padding: 0.2em;
   margin: 10px;
   border-top: 2px solid #ccc;
   border-bottom: 2px solid #ccc;
}
#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:active { color: #06f; }
#bodyContent a.external { color: #06f; }
#p-personal li a:hover {
   background-color: none;
   text-decoration: underline;
}
#p-cactions li a { color: #00c; }
#p-cactions .new a { color:#c00; }
#preftoc a:active { color: #00c; }
#content {
   margin-left: 12.5em;
}
#p-cactions {
   left: 11.8em;
}
.portlet {
   width: 11.9em;
}
input.searchButton {
   padding: 0 0.4em !important;
   cursor: pointer;
   background-color: White;
   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;
}
.IntroPageBox {
   background-color: #ffe;
   background-repeat: no-repeat;
   background-position: bottom right;
}
.IntroPageBox div.tright {
   border-color: transparent !important;
}
blockquote {
  border-left: 3px solid #06f;
  margin-left: 2em;
  padding-left: 1em;
}
.oldh3 {font-size: 132%}
.spoiler {
  padding: 0.2em;
  margin: 10px;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
#disambig {
  border-top: 3px double #cccccc; 
  border-bottom: 3px double #cccccc;
}

.allpagesredirect { font-style: italic; }

</style>
<script type="text/javascript">
  //Feel free to add your javascript code here.
</script>
Personal tools