From 9bb21f1cde761cf1e10c15d164cffd82f13a3d55 Mon Sep 17 00:00:00 2001 From: "theophile.gervreaumercier" Date: Thu, 8 Feb 2024 16:51:51 +0100 Subject: [PATCH] changements de nom et nouveau set de r-gle css --- custom_delo.css | 37 ------------------------------------- style.custom_map.css | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 37 deletions(-) delete mode 100644 custom_delo.css create mode 100644 style.custom_map.css diff --git a/custom_delo.css b/custom_delo.css deleted file mode 100644 index 16cd106..0000000 --- a/custom_delo.css +++ /dev/null @@ -1,37 +0,0 @@ -#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; - } - - diff --git a/style.custom_map.css b/style.custom_map.css new file mode 100644 index 0000000..a6e4734 --- /dev/null +++ b/style.custom_map.css @@ -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; +} +