Header

From Dxx

(Difference between revisions)
Line 19: Line 19:
   //Feel free to add your javascript code here.
   //Feel free to add your javascript code here.
  </script>
  </script>
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
 
-
<script language="javascript" type="text/javascript">
 
-
 
 
-
  function move_ads() {
 
-
      var ads = document.getElementsByTagName('iframe')[0];
 
-
      var footer = document.getElementById('footer');
 
-
      ads.parentNode.removeChild(ads);
 
-
      ads.style.visibility = 'visible';
 
-
      footer.appendChild(ads);
 
-
  }
 
-
 
 
-
  function change_title() {
 
-
      var t = document.title.substring(0, document.title.length - 12)
 
-
      var t = t + 'The DXXPedia'
 
-
      document.title = t;
 
-
  }
 
-
 
 
-
  function alter_page() {
 
-
      change_title();
 
-
      move_ads();
 
-
  }
 
-
 
 
-
  if (document.addEventListener)
 
-
      document.addEventListener("DOMContentLoaded", alter_page, false);
 
-
  else
 
-
      window.onload = alter_page;
 
-
 
 
-
  </script>
 
-
 
 
-
  <style type="text/css">
 
-
 
 
-
  /* Positioning */
 
-
 
 
-
  #globalWrapper {
 
-
      position: relative;
 
-
      width: 788px;
 
-
      margin: 201px auto 0;
 
-
      padding: 0 5px 4px;
 
-
  }
 
-
 
 
-
  #column-one {
 
-
      padding-top: 1.8em;
 
-
  }
 
-
 
 
-
  #footer {
 
-
      width: 776px;
 
-
      padding: 5px;
 
-
      margin: 0;
 
-
  }
 
-
 
 
-
  #p-logo {
 
-
      /* visibility: hidden; */
 
-
      background: darkgrey;
 
-
      height: 200px;
 
-
      width: 800px;
 
-
      top: -201px;
 
-
      left: -1px;
 
-
  }
 
-
 
 
-
  #p-logo a, #p-logo a:hover {
 
-
      width: 100%;
 
-
      height: 100%;
 
-
  }
 
-
 
 
-
  /* Backgrounds and Borders */
 
-
 
 
-
  body {
 
-
      background: url("/images/tearsofblood/3/34/Greybg.jpg") #1C1C1C;
 
-
      background-repeat: repeat-x;
 
-
      background-attachment: fixed;
 
-
  }
 
-
 
 
-
  #content, #footer, .pBody, #p-cactions li a {
 
-
      background: url("/images/tearsofblood/3/39/Bg-parchment-light.gif")
 
-
          white;
 
-
      background-attachment: fixed;
 
-
  }
 
-
 
 
-
  #globalWrapper {
 
-
      background: url("/images/tearsofblood/2/28/Bg-parchment-dark.gif")
 
-
          tan;
 
-
      background-attachment: fixed;
 
-
  }
 
-
 
 
-
  pre {
 
-
      background: transparent;
 
-
      border: 1px dashed #A67442;
 
-
  }
 
-
 
 
-
  #content, #footer, .pBody, #globalWrapper,
 
-
  #p-cactions li, #p-cactions li.selected {
 
-
      border: 1px solid #A67442;
 
-
  }
 
-
 
 
-
  #p-personal li a:hover {
 
-
      background: transparent;
 
-
      text-decoration: underline;
 
-
  }
 
-
 
 
-
  iframe {
 
-
      visibility: hidden;
 
-
  }
 
-
 
 
-
 
 
-
  </style>
 

Revision as of 11:14, 10 December 2008

<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
DXX Roster