60 lines
1.8 KiB
CSS
60 lines
1.8 KiB
CSS
/*************************************************************
|
|
..
|
|
.... ............ ........
|
|
. ....... . .... ..
|
|
. ... .. .. .. .. ..... . ..
|
|
.. .. ....@@@. .. . ........ .
|
|
.. . .. ..@.@@..@@. .@@@@@@@ @@@@@@. ....
|
|
.@@@@. .@@@@. .@@@@..@@.@@..@@@..@@@..@@@@.... ....
|
|
@@@@... .@@@.. @@ @@ .@..@@..@@...@@@. .@@@@@. ..
|
|
.@@@.. . @@@. @@.@@..@@.@@..@@@ @@ .@@@@@@.. .....
|
|
...@@@.... @@@ .@@.......... ........ ..... ..
|
|
. ..@@@@.. . .@@@@. .. ....... . .............
|
|
. .. .... .. .. . ... ....
|
|
. . .... ............. .. ...
|
|
.. .. ... ........ ... ...
|
|
................................
|
|
|
|
==============================================================
|
|
toc.css - MoinMoin Style
|
|
|
|
Style pour la table des matieres
|
|
|
|
Copyright (c) 2006 by www.crans.org
|
|
|
|
**************************************************************/
|
|
/*<!-- 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;}
|