Modifying css-files

Hi.

Seems like there are many css-files (CSS Files (XWiki.org)) working in XWIKI´s background .

Is it possible to modify them directly via the XWIKI-gui or do I have to edit them on the command-line on the server. By modifiying i mean, that i don´t want to add lines to the theme within the administration-panel, instead of that I´d like to edit the css-code directly.

I found an interesting tool ( Skin Editor Application (XWiki.org)) which looks outdated.

Excited about your answers :wink: .

Kind regards,
Roland

Hello, there are several options:

  • You can create a skin and control all the CSS used by that skin
  • You can use some Skin Extension to add new CSS

See:

Hope it helps