Header

From Star Trek Hood

(Difference between revisions)
Line 17: Line 17:
  <script type="text/javascript">
  <script type="text/javascript">
-
   body {
+
   BODY {
-
    color: green;
+
 
-
  }
+
      margin: 0px 0px 0px 0px;
 +
 
 +
      background-color : #000066;
 +
      color : ##00FF00;
 +
      }
 +
 
 +
  td,tr,p,div {
 +
        font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
 +
        font-size: 11px;
 +
        color: #FFFF33;
 +
        }
 +
 
 +
h4 {
 +
        color: #FFFF33; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 +
        font-size: 16px; font-weight: bold;
 +
        }
 +
 
 +
h5 {
 +
        color: #FFFF33; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 +
        font-size: 14px; font-weight: bold;
 +
        }
 +
 
 +
h6 {
 +
        color: #FFFF33; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
 +
        font-size: 12px; font-weight: bold;
 +
        }
 +
 
 +
/* Links */
 +
a:link, a:visited {
 +
        font-size: 12px; color: #FFFFFF; text-decoration: none;
 +
        font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
 +
        }
 +
 
 +
a:hover {
 +
        color: #FFFFFF;        text-decoration: none;
 +
        }
 +
/* Horizontal Line */
 +
hr {
 +
        background: #F0AB4A; height:2px; border: 1px inset;
 +
        }
 +
 
  </script>
  </script>

Revision as of 18:22, 2 January 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">
 BODY {
      margin: 0px 0px 0px 0px;
      background-color : #000066;
      color : ##00FF00;
      }
td,tr,p,div {
       font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif;
       font-size: 11px;
       color: #FFFF33;
       }

h4 {

       color: #FFFF33; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
       font-size: 16px; font-weight: bold;
       }

h5 {

       color: #FFFF33; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
       font-size: 14px; font-weight: bold;
       }

h6 {

       color: #FFFF33; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
       font-size: 12px; font-weight: bold;
       }

/* Links */ a:link, a:visited {

       font-size: 12px; color: #FFFFFF; text-decoration: none;
       font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
       }

a:hover {

       color: #FFFFFF;        text-decoration: none;
       }

/* Horizontal Line */ hr {

       background: #F0AB4A; height:2px; border: 1px inset;
       }
</script>
Personal tools
Want to Help?