/** * @file * TOC styles for advanced_help * * @copyright Ouest Systèmes Informatiques (OSInet) * * @license Licensed under the General Public License version 2 and later. * * $Id$ */ @CHARSET "UTF-8"; div.ah-toc { border: thin solid silver; float: right; margin-left: 1em; margin-bottom: 0.5em; padding: 0; } /** * Avoid having the TOC run into preformatted blocks if the initial block of * text is not high enough. * * This extends a rule in advanced_help/help.css */ div.advanced-help-topic code, div.advanced-help-topic pre { clear: right; } div.ah-toc ul { list-style-type: none; margin: 0.5em; } div.ah-toc * { margin-bottom: 0 ; margin-top: 0; padding: 0; background: none; /* remove excess list formatting from themes like garland */ } /** * h2 is not present in a normal page hierarchy. * Therefore h3 is at the first indent level too. */ .ah-toc .h2 { margin-left: 0; } .ah-toc .h3 { margin-left: 0;} .ah-toc .h4 { margin-left: 1em; } .ah-toc .h5 { margin-left: 2em; } .ah-toc .h6 { margin-left: 3em; } .ah-toc .h7 { margin-left: 4em; } .ah-toc center { border-bottom: solid thin silver; padding: 0.5em; }