As a matter of clarification, the "Login page" uses the following for its css
/oxauth/stylesheet/theme.css
I can edit that and it works, which is great, BUT I also need to customize the look and feel for other pages. Especially the Registration page, the Home page (after you login to the gluu server directly), and the personal profile page.
These pages do not use the aforementioned css file, and instead links to the following:
/identity/stylesheet/theme.ecss
/identity/stylesheet/theme.css
/identity/stylesheet/site.css
/identity/stylesheet/../stylesheets/styles.css
Even when I follow the documentation here - http://www.gluu.org/docs/admin-guide/custom-look/ - the path to those css files does not change, and I cannot find a way to edit those css files or find where they are located. At the very least, all I need, is an additional css file that is loaded last so that I can override style in those other css files. I found the xhtml files for the pages, but I'd rather not update css on a page by page basis like that, and just be able to modify all styling.
Does this make sense?