css custom de delo pour le svg, notamment faisant apparaitre le texte des noeuds sur la carte, ainsi que d'autres amelioration
This commit is contained in:
37
custom_delo.css
Normal file
37
custom_delo.css
Normal file
@@ -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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user