diff --git a/custom_delo.css b/custom_delo.css new file mode 100644 index 0000000..16cd106 --- /dev/null +++ b/custom_delo.css @@ -0,0 +1,37 @@ +#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; + } + +