vidur%netscape.com feb7c9a586 Table of contents example
git-svn-id: svn://10.0.0.236/trunk@23229 18797224-902f-48f8-a5cc-f745e15eee43
1999-03-09 00:36:54 +00:00

54 lines
796 B
CSS

toc {
position:fixed;
top:0;
left:0;
width:12em;
height:100%;
border-right: 1px solid black;
background-color: #CCE6F3;
font-family: Arial;
scrolling: auto;
color: darkblue;
}
toc title {
font-size:12pt;
font-weight: bold;
background-color: black;
color:white;
}
level1 {
display: block;
list-style-position: inside;
font-size:12pt;
font-weight:bold;
margin-left: 4px;
margin-bottom: 2px;
cursor: pointer;
}
level2 {
display: block;
list-style-position: inside;
font-size:11pt;
margin-left: 8px;
margin-bottom: 2px;
cursor: pointer;
}
level3 {
display: list-item;
list-style-position: inside;
font-size: 8pt;
margin-left: 12px;
margin-bottom: 2px;
cursor: pointer;
}
toc img {
margin-right: 1em;
}