Skip to content

Instantly share code, notes, and snippets.

@nicomp42
Last active August 5, 2017 21:28
Show Gist options
  • Save nicomp42/edde3cc31b518a23b092290bb154450e to your computer and use it in GitHub Desktop.
Save nicomp42/edde3cc31b518a23b092290bb154450e 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>';
}
relationship.has_child {
color: #007FFF;
shaft-width: 3px;
font-size: 8px;
padding: 3px;
text-color-external: #000000;
text-color-internal: #FFFFFF;
caption: '<type>';
}
relationship.Provenance {
color: #B51031;
shaft-width: 3px;
font-size: 8px;
padding: 3px;
text-color-external: #000000;
text-color-internal: #FFFFFF;
caption: '<type>';
}
node.RootNode {
color: #FF7FFF;
border-color: #0066CC;
text-color-internal: #FFFFFF;
caption: '{Key}';
diameter: 50px;
}
node.SubNode {
color: #007FFF;
border-color: #0066CC;
text-color-internal: #FFFFFF;
caption: '{Key}';
diameter: 50px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment