changements de nom et nouveau set de r-gle css
This commit is contained in:
38
style.custom_map.css
Normal file
38
style.custom_map.css
Normal file
@@ -0,0 +1,38 @@
|
||||
#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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user