1
0
mirror of synced 2026-01-26 12:21:52 +00:00
Files
Interlisp.medley/docs/html-primer/Medley-Primer_files/navigation.css
2021-01-22 22:41:07 +00:00

41 lines
513 B
CSS

@charset "UTF-8";
.nav > a, .top_nav > a, .toc > a
{
color: #663300;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
background-color: white;
cursor: pointer;
text-decoration:none;
}
.nav > a:hover, .top_nav > a:hover, .toc > a:hover
{
text-decoration:underline;
}
.toc0
{
display: block;
margin-left: 0pt
}
.toc1
{
display: block;
margin-left: 10pt
}
.toc2
{
display: block;
margin-left: 20pt
}
.toc > *:before
{
content: "• ";
}