Changing the Layout of the Graph Modeling Browser
20/04/2026
To change the appearance of the Graph Modeling Browser you have to create/edit the following custom style sheets:
Linux
SPARQL endpoint
/opt/poolparty/data/frontendRoot/custom/css/sparql.cssWiki
/opt/poolparty/data/frontendRoot/custom/css/wiki.css
In the following example we will change the background color of the Graph Modeling browser to white.
/* custom styles for linked data and wiki frontends */
body {
background:none;
background-color: #FFFFFF;
}