साँचा:Toc
<css> #toc ul li, .toc ul li { position:relative; padding:5px; float:left; margin-bottom:none; }
- toc ul li a,
.toc ul li a { text-decoration:none; }
- toc ul li ul,
.toc ul li ul { display: none; position:absolute; left:-10px; z-index:200; }
- toc ul li ul li,
.toc ul li ul li { margin-left:0px; font-size:11px; border: 1px solid #ccc; border-top: 0; background: #fff; width:250px;: margin:0px; padding:4px; margin-top:-1px; }
- toc ul li ul li a,
.toc ul li ul li a { text-decoration:none; }
.tocnumber { display:none; }
- toc ul li:hover ul,
.toc ul li:hover ul { display: block; font-size:11px; padding: 2px; padding-top:4px; }
- toc ul li ul li:hover,
.toc ul li ul li:hover { background:#e9f5fd; }
- toc, .toc {
background:#fcfbfc; padding:0; margin:0; border:0; }
- toc, .toc ul {
background:#fcfbfc; border:solid #a7d7f9 thin; }
- toc td, .toc td {
background:#fff; padding:1px; padding-bottom:0px; } </css>