Header

From Questportal

(Difference between revisions)
m (Reverted edit of LordMurzon, changed back to last version by Admin)
 
Line 1: Line 1:
-
/* edit this file to customize the monobook skin for the entire site */
+
  <style type="text/css">
-
/***** Edit this file to customize the monobook skin for the entire site. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. *****/
+
  /*
-
 
+
      Notes:  
-
  /* This is gonna be so cool */
+
      -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.  
-
/* Credited to Wayoshi which is credited to Plumber and HK whitch is credited to me. */
+
      -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
-
/* black/red */
+
     
-
#content, #content table {color:#ACC6FC;background:#0F0F0F }
+
      For example uncomment this next section to turn all the text green:
-
#p-cactions ul li a { background-color:#161616; }
+
   */
-
#p-cactions ul li a:hover { background-color:#444; border:1px solid black }
+
   /*
-
#p-personal ul li a { color:#F00;background-color:black }
+
  body {
-
#p-personal ul li a:hover {background-color:black}
+
    color: green;
-
 
+
-
body { font-family:Arial; font-size:10px;
+
-
  background: black ;}
+
-
a { color: #09C; text-decoration: none; }
+
-
a:visited { color: #69c; }
+
-
a:active { color: #orange; }
+
-
#p-personal a.new, a.new { color: #f00 }
+
-
#p-personal a.new:visited, a.new:visited { color:#c00; }
+
-
 
+
-
.usermessage {
+
-
  background: #292929;
+
-
  border: 1px dashed #FFF;
+
-
}
+
-
#bodyContent a.extiw:active { color: #F00; }
+
-
#bodyContent a.external { color: #C00; }
+
-
 
+
-
#p-logo a { background: url(http://i18.tinypic.com/4zwsy11.png) 35% 50% no-repeat !important; }
+
-
 
+
-
pre { border: 1px dashed #EFE; background:#9C9;color:#f9f9f9; overflow: auto; }
+
-
 
+
-
.portlet ul { list-style-image: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/uldot-1.png); }
+
-
ul { list-style-image: url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/uldot-1.png); }
+
-
h1 { font-family:Jokerman; font-size:28px;color:#7C96CC;}
+
-
h2,h3,h4,h5,h6 { color:#8CA6DC; }
+
-
 
+
-
#catlinks {
+
-
  border: 1px dotted #DDD;
+
-
  background-color: #222;
+
-
}
+
-
#siteNotice {
+
-
   background: #161616;
+
-
}
+
-
#navbox {
+
-
  background: #191919;
+
-
}
+
-
select {
+
-
  border: 1px solid #EEE;
+
-
  color:#A6C0F6;
+
-
  background:#333
+
-
}
+
-
input {
+
-
   background-color: #333;
+
-
  color:#B6D0FF
+
-
}
+
-
input.searchButton {
+
-
  background-color: #333;
+
-
  border: 1px solid #111;
+
-
  color:#9CB6EC;
+
-
}
+
-
#searchInput {
+
-
  border: 1px solid black;
+
-
  background-color: #333;
+
-
  color:#9CB6EC;
+
-
}
+
-
textarea {
+
-
  font-family: Boukman Old Style;
+
-
  font-size: 14px;
+
-
  background: #FFFFFF url("http://i10.tinypic.com/539kg2e.jpg")
+
-
  }
+
-
 
+
-
#p-cactions ul li, #p-cactions ul li a, #p-cactions li.selected, #p-cactions li.selected a {
+
-
  -moz-border-radius-topleft: 1em;
+
-
  -moz-border-radius-topright: 1em;
+
-
  background-color: #111;
+
-
  color: #9CB6EC;
+
-
  border:1px solid black
+
-
}
+
-
#content {
+
-
  -moz-border-radius: 1em;
+
-
}
+
-
div.pBody {
+
-
  -moz-border-radius-topright: 1em;
+
-
  -moz-border-radius-bottomright: 1em;
+
-
  background-color: #1C1C1C;
+
-
  border:1px solid #111;
+
  }
  }
 +
  */
 +
</style>
-
  .mainLegend { display:inline; }
+
  <script type="text/javascript">
-
#siteSub { display:inline;color:#7C96CC;font-size:92%;font-weight:normal; }
+
  //Feel free to add your javascript code here.
-
li#pt-userpage { background: none }
+
  </script>
-
#footer {display:none}
+
-
table.gallery { background:#333 }
+
-
  table.gallery td { background:#333 }
+
-
div.tleft,div.tright {border-color:#161616}
+
-
div.thumb div { color:#9CB6EC;background:#222 }
+
-
table.diff, td.diff-otitle, td.diff-ntitle { background:#161616 }
+
-
td.diff-context { background:#333 }
+
-
div.noarticletext { color:#ACC6FC;background:#262626 }
+
-
.troublecenter { background:url(http://img.photobucket.com/albums/v506/Kimi12715/MarioWiki/troublecenterbg.jpg) }
+

Current revision as of 15:50, 7 August 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;
}
 */ 
</style>
<script type="text/javascript">
  //Feel free to add your javascript code here.
</script>
Personal tools