Structure
This page contains information about the CSS structure of the plugin (i.e. how the components exist within the DOM). An example style override for the components could look something like:
Graph
Graph Container
(.right-sidebar-panel .graph-panel)
: Holds the entire graph component. Classes passed by component props.h2
: Graph title..graph-component .graph-skeleton
: Only visible while the graph is loading, ensures visual consistency..graph-component
: Holds all graph-related elements..graph-container (.is-fullscreen)
: Holds the graph canvas, fullscreen class is applied when maximized..graph-action-container
: Holds the graph action icons.button.graph-action-button
: A graph action icon.svg
: Action icon.
canvas
: Where the graph is actually drawn.
- (
.background-blur
: Element is only added when the graph is maximized, blurs the site background.)
You can also style the performance stats when debug is enabled:
#graph-stats
: Performance stats container.
Context Menu
On right clicking a .graph-action-button
, a context menu will appear:
body
: Document bodymenu-container
: Context menu container, positions the context menu.menu
: Context menu items listmenu-item
: Context menu itemmenu-item-icon
: Context menu item iconmenu-item-title
: Context menu item title
Popup Menu
On activating the simulation settings (via the corresponding quick action), a popup menu will be created
inside the .graph-action-container
:
.graph-container
: Graph container.graph-action-container
: Holds the graph action icons.button.graph-action-button
: A graph action icon..popup-menu
: Popup menu container.popup-menu-content
: Popup menu item.value-slider
: Slider for adjusting configuration values.value-slider-text
: Slider labelinput[type="range"]
: Slider input
Backlinks
(.right-sidebar-panel .backlinks-panel)
: Holds the backlinks component. Classes passed by component props.h2
: Backlinks title.ul .backlink
: Backlinks list elementli
Backlink itema
: Backlink anchorspan
: Backlink text