Last active
March 10, 2025 10:13
-
-
Save sashokbg/5a81afbb9ea17fa90c8299a9a614fec7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
node { | |
diameter: 50px; | |
color: #A5ABB6; | |
border-color: #9AA1AC; | |
border-width: 2px; | |
text-color-internal: #FFFFFF; | |
font-size: 10px; | |
} | |
relationship { | |
color: #A5ABB6; | |
shaft-width: 1px; | |
font-size: 8px; | |
padding: 3px; | |
text-color-external: #000000; | |
text-color-internal: #FFFFFF; | |
caption: "<type>"; | |
} | |
node.PLACE { | |
color: #C990C0; | |
border-color: #b261a5; | |
text-color-internal: #FFFFFF; | |
defaultCaption: "<id>"; | |
caption: "{name}"; | |
} | |
node.POLICY { | |
color: #2d9311; | |
border-color: #225911; | |
text-color-internal: #FFFFFF; | |
defaultCaption: "<id>"; | |
caption: "{name}"; | |
} | |
node.EXPERT { | |
color: #35479a; | |
border-color: #154661; | |
text-color-internal: #ffffff; | |
defaultCaption: "<id>"; | |
caption: "{name}"; | |
} | |
node.PUBLICATION { | |
diameter: 75px; | |
color: #f39f43; | |
border-color: #dd841d; | |
text-color-internal: #ffffff; | |
defaultCaption: "<id>"; | |
caption: "{title}"; | |
} | |
node.SECURITY_ISSUE { | |
color: #ff0606; | |
border-color: #b30404; | |
text-color-internal: #ffffff; | |
defaultCaption: "<id>"; | |
caption: "{name}"; | |
} | |
node.CAUSE { | |
color: #a10000; | |
border-color: #610101; | |
text-color-internal: #ffffff; | |
defaultCaption: "<id>"; | |
caption: "{name}"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment