imports initiaux aussi
darcs-hash:20060416193729-f46e9-8266479d864f4a2e2a7d12d598935233f0721101.gz
This commit is contained in:
parent
25b5912c20
commit
3bfec155aa
4 changed files with 200 additions and 0 deletions
35
wiki/static/common/toc/toc.css
Normal file
35
wiki/static/common/toc/toc.css
Normal file
|
@ -0,0 +1,35 @@
|
|||
/*<!-- table of contents -->*/
|
||||
#tableOfContents, #tableOfContents p {
|
||||
display:block;
|
||||
}
|
||||
#tableOfContents {
|
||||
display:block;
|
||||
float:left;
|
||||
border: 1px solid #aaaaaa;
|
||||
padding:5px;
|
||||
background:#e9e9e9;
|
||||
margin:20px;
|
||||
}
|
||||
|
||||
#tableOfContents ol {
|
||||
margin:0;
|
||||
padding:0 0 0 20px;
|
||||
}
|
||||
#tableOfContents ol li {
|
||||
margin:2px;
|
||||
}
|
||||
#tableOfContents h2 {
|
||||
border:none;
|
||||
font-size:110%;
|
||||
font-weight:bold;
|
||||
padding:0;
|
||||
margin:5px 0;
|
||||
text-align:center;
|
||||
}
|
||||
|
||||
#tableOfContents span.toctoggle {
|
||||
font-size:x-small;
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
.visualClear {clear:both;}
|
Loading…
Add table
Add a link
Reference in a new issue