Header

From Nwnx

(Difference between revisions)
 
(16 intermediate revisions not shown)
Line 1: Line 1:
-
<script type="text/javascript">
+
<style type="text/css">
-
   <!-----Your Javascript Here----->
+
   /*
-
</script>
+
__TOC__
-
<style type="text/css">
+
      Notes:
-
  body {
+
      -You must log as admin to edit this page
-
    color: purple;
+
      -Whatever you enter in this page will be added to the html in the header after the standard style sheet,
-
    background-color: #d8da3d }
+
        so you can override styles.
-
</style>
+
      -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
 +
     
 +
      color chart at http://www.december.com/html/spec/colorcodes.html 
 +
 
 +
  */
 +
 
 +
body {
 +
background: #FFFFFF url("http://www.editthis.info/nwnx/images/nwnx/c/c4/Nwnx_background.jpg") 0px 0px no-repeat;
 +
}
 +
 
 +
/*
 +
** content styles
 +
*/
 +
 
 +
#toc,
 +
.toc {
 +
border: 1px solid #aaa;
 +
background-color: #f9f9f9;
 +
padding: 5px;
 +
font-size: 95%;
 +
}
 +
#toc h2,
 +
.toc h2 {
 +
display: inline;
 +
border: none;
 +
padding: 0;
 +
font-size: 100%;
 +
font-weight: bold;
 +
}
 +
#toc #toctitle,
 +
.toc #toctitle,
 +
#toc .toctitle,
 +
.toc .toctitle {
 +
text-align: center;
 +
}
 +
#toc ul,
 +
.toc ul {
 +
list-style-type: none;
 +
list-style-image: none;
 +
margin-left: 0;
 +
padding-left: 0;
 +
text-align: left;
 +
}
 +
#toc ul ul,
 +
.toc ul ul {
 +
margin: 0 0 0 2em;
 +
}
 +
#toc .toctoggle,
 +
.toc .toctoggle {
 +
font-size: 94%;
 +
}
 +
 
 +
</style>

Current revision as of 20:19, 18 April 2006

<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 
      
      color chart at http://www.december.com/html/spec/colorcodes.html   
  */
 

body {

background: #FFFFFF url("Nwnx_background.jpg") 0px 0px no-repeat; 
}

/*

    • content styles
  • /
  1. toc,

.toc { border: 1px solid #aaa; background-color: #f9f9f9; padding: 5px; font-size: 95%; }

  1. toc h2,

.toc h2 { display: inline; border: none; padding: 0; font-size: 100%; font-weight: bold; }

  1. toc #toctitle,

.toc #toctitle,

  1. toc .toctitle,

.toc .toctitle { text-align: center; }

  1. toc ul,

.toc ul { list-style-type: none; list-style-image: none; margin-left: 0; padding-left: 0; text-align: left; }

  1. toc ul ul,

.toc ul ul { margin: 0 0 0 2em; }

  1. toc .toctoggle,

.toc .toctoggle { font-size: 94%; }

</style>
Personal tools