Header

From Glitches

(Difference between revisions)
Line 1: Line 1:
-
  <style type="text/css">
+
  /*
-
  /*
+
    Notes:  
-
      Notes:  
+
      -You must log as admin to edit this page
-
      -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.  
-
      -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
-
      -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  
-
      -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:
-
      For example uncomment this next section to turn all the text green:
+
  */
-
  */
+
/*
-
 
+
body {
-
 
+
  color: green;
-
 
+
-
H3 {font-family: times; font-size: 12pt; letter-spacing: 1.5pt; word-spacing: 3pt; font-weight: light; color: #9999FF; ! important}
+
-
 
+
-
H5,P {font-family: times; font-size: 9pt; letter-spacing: 1.5pt; word-spacing: 2.5pt; font-weight: extra-light; color: #00CED1 ! important}
+
-
 
+
-
A:link {font-family: times; font-size: 8pt; letter-spacing: 1.5pt; word-spacing: 2.5pt; font-weight: extra-light; text-decoration: none; color: #CC6699 ! important}
+
-
 
+
-
A:visited {font-family: times; font-size: 8pt; letter-spacing: 1.5pt; word-spacing: 2.5pt; font-weight: extra-light; text-decoration: none; color: #CC6699 ! important}
+
-
 
+
-
A:active {font-family: times; font-size: 8pt; letter-spacing: 1.5pt; word-spacing: 2.5pt; font-weight: extra-light; text-decoration: none; color: #CC6699 ! important}
+
-
 
+
-
A:hover {font-family: times; font-size: 8pt; letter-spacing: 1.5pt; word-spacing: 2.5pt; font-weight: extra-light; text-decoration: none; color: #CC6699 ! important}
+
-
 
+
-
P {text-indent: 0.5in; ! important}
+
-
 
+
-
IMG {border: 0px}
+
-
 
+
-
 
+
-
BODY
+
-
{
+
-
 
+
-
scrollbar-arrow-color: #7FFFD4;
+
-
scrollbar-DarkShadow-Color: #7FFFD4;
+
-
scrollbar-Face-Color: #000000;
+
-
scrollbar-Highlight-Color: #7FFFD4;
+
-
scrollbar-Shadow-Color: #7FFFD4;
+
-
scrollbar-base-color: #000000;
+
-
scrollbar-Track-Color: #000000;
+
-
background-color: #000000;
+
-
background-repeat: no-repeat;
+
-
background-attachment: fixed;
+
}
}
-
 
+
  */
-
   
+
</style>
-
</style>
+
-
 
+
-
<script type="text/javascript">
+
-
  //Feel free to add your javascript code here.
+
-
</script>
+

Revision as of 07:18, 28 May 2007

/*
    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>

Personal tools