39 lines
532 B
CSS
39 lines
532 B
CSS
#page {
|
|
left:40%;
|
|
}
|
|
|
|
#wikiframediv {
|
|
right: 60%;
|
|
}
|
|
|
|
svg g.page text {
|
|
font-size: 6pt;
|
|
font-family: monospace;
|
|
stroke-width: 0px;
|
|
fill: #888;
|
|
}
|
|
|
|
svg g.active2 text {
|
|
font-size: 6pt;
|
|
visibility: visible;
|
|
}
|
|
|
|
svg g.active text {
|
|
font-size: 8pt;
|
|
visibility: visible;
|
|
}
|
|
|
|
.links line:not(.active2), .nodes .page{
|
|
opacity: 0.25;
|
|
}
|
|
|
|
|
|
.links .page {
|
|
opacity: 1;
|
|
}
|
|
|
|
.page.active, .page.active2 {
|
|
opacity: 1;
|
|
}
|
|
|