Skip to content

Instantly share code, notes, and snippets.

@sashokbg
Last active March 10, 2025 10:13
Show Gist options
  • Save sashokbg/5a81afbb9ea17fa90c8299a9a614fec7 to your computer and use it in GitHub Desktop.
Save sashokbg/5a81afbb9ea17fa90c8299a9a614fec7 to your computer and use it in GitHub Desktop.
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