Changing the Layout of the PoolParty Browser
Abstract
Changing the Layout of the PoolParty Browser
To change the appearance of the PoolParty Browser you have to create/edit the following custom stylesheets:
Linux
SPARQL endpoint/opt/poolparty/data/frontendRoot/custom/css/sparql.css
Wiki
/opt/poolparty/data/frontendRoot/custom/css/wiki.css
Windows
SPARQL endpointC:\Users\Public\PoolParty\data\frontendRoot\custom\sparql.css
Wiki
C:\Users\Public\PoolParty\data\frontendRoot\custom\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; }