Files
map/custom_delo.css

38 lines
662 B
CSS

#page {
left:40%;
}
#wikiframediv {
right: 60%;
}
svg g.page text {
font-size: 2pt;
fill: rgba(255,255,255,0.9);
font-family: monospace;
stroke: rgba(0,0,0,0.3);
stroke-width: 0.5px;
}
svg g.active2 text {
font-size: 4pt;
visibility: visible;
}
svg g.active text {
font-size: 8pt;
visibility: visible;
}
.links .page, .nodes .page{
opacity: 0.4;
}
.page.active, .page.active2 {
opacity: 1;
}