Header
From Nwnx
(Difference between revisions)
(3 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<style type="text/css"> | <style type="text/css"> | ||
/* | /* | ||
+ | __TOC__ | ||
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 | ||
- | + | 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("") 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>