/* $Id: syntax_plugin_nstoc.css,v 1.6 2008/03/28 07:52:34 matthias Exp $ Cascading Style Sheet for NSTOC syntax plugin Copyright (C) 2006, 2007 M.Watermann, D-10247 Berlin, FRG EMail : NOTE: This file is _not_ used by DokuWiki! It is provided for informational purposes only. If you want to change the styling rules either change the settings in the file "style.css" or rename this file to "style.css". */ div.level1 ul.nstoc, div.level2 ul.nstoc, div.level3 ul.nstoc, div.level4 ul.nstoc, div.level5 ul.nstoc, div.level6 ul.nstoc { margin: 0; /* overwrite DokuWiki's default style */ padding: 0; } ul.nstoc { list-style-position: inside; list-style-type: none; font-size: 100%; margin: 0; padding: 0; text-align: left; line-height: 1.4; /* allow for ascenders/descenders */ } ul.nstoc li { margin: 0; padding: 0 0 0 0.5ex; list-style-type: none; /* overwrite DokuWiki's default style */ } ul.nstoc li.level1 { margin-top: 0.3ex; padding: 0; font-size: 111.1%; /* relative to "ul.nstoc" */ font-weight: 500; font-variant: small-caps; letter-spacing: 1pt; background: inherit; color: #000; } ul.nstoc li.level2 { font-variant: normal; } ul.nstoc li.level3 { letter-spacing: normal; } ul.nstoc li.level2, ul.nstoc li.level3, ul.nstoc li.level4, ul.nstoc li.level5, ul.nstoc li.level6, ul.nstoc li.level7, ul.nstoc li.level8 { font-size: 96.6%; /* relative to respective parent element */ padding-left: 1.3ex; } ul.nstoc li a, ul.nstoc li a.wikilink1 { background: inherit; color: #003; border: none; font-size: inherit; /* parent's size, not that of other anchors */ font-variant: inherit; line-height: inherit; /* some browsers need this (e.g. Opera) */ text-decoration: none; } /* Make sure, no template settings enter here */ ul.nstoc li a.wikilink1:before, ul.nstoc li a.wikilink1:after { display: none; } ul.nstoc li a:hover, ul.nstoc li a.wikilink1:hover { text-decoration: underline; } /* _EoF_ */