Skip to main content

Changing the Layout of the PoolParty Browser

04/09/2025

To change the appearance of the PoolParty Browser you have to create/edit the following custom style sheets:

Linux

  • SPARQL endpoint

    /opt/poolparty/data/frontendRoot/custom/css/sparql.css

  • Wiki

    /opt/poolparty/data/frontendRoot/custom/css/wiki.css

In the following example we will change the background color of the PoolParty browser to white.

/* custom styles for linked data and wiki frontends */
body {
background:none;
background-color: #FFFFFF;
}