> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# NetServer CssSprite element (SuperOffice only)

> NetServer configuration for the Web client CssSprite generator.

Configuration for the Web client **CssSprite** generator. Used by SuperOffice only.

| Name           | Description                                                                                  | Default      |
| -------------- | -------------------------------------------------------------------------------------------- | ------------ |
| Enabled        | By enabling this feature an image is created, containing most icons used in the application. | true         |
| ExcludePaths   | Paths to exclude. Do not include root path. Semicolon-separated list.                        | LargeFlag    |
| MaxHeight      | The maximum height of an icon allowed in the sprite. Icons higher are excluded.              | 100          |
| MaxWidth       | The maximum width of an icon allowed in the sprite. Icons wider are excluded.                | 100          |
| PersistentPath | Path to generated CssSprite file.                                                            |              |
| RootPath       | Image path.                                                                                  | Images\Seven |

See the [NetServer Core reference][1] for details about handling this programmatically.

[1]: https://github.com/SuperOfficeDocs/superoffice-docs/blob/main/docs/en/api/reference/netserver/core/SuperOffice.Configuration.ConfigFile.CssSprite.yml


## Related topics

- [NetServer Client element (SuperOffice only)](/en/onsite/web-config/client.md)
- [NetServer Cloud element (SuperOffice only)](/en/onsite/web-config/cloud.md)
- [NetServer Mail element (SuperOffice only)](/en/onsite/web-config/mail.md)
- [NetServer Pocket element (SuperOffice only)](/en/onsite/web-config/pocket.md)
- [NetServer Downloads element (SuperOffice only)](/en/onsite/web-config/downloads.md)
- [NetServer Sync element (legacy SuperOffice only)](/en/onsite/web-config/sync.md)
