Page 1 of 1

Roma css layout documentation

Posted: 14 Sep 2020, 05:52
by thumster
Hello, I just bought the Roma theme a few days back and I am currently looking at the CSS source code

Code: Select all

layout-#{colorTheme}
in order to understand how each class is styling the webpages.

However, I find it hard to reference every single class. Can I check if there is proper documentation for the style sheet to ease the reference?

Re: Roma css layout documentation

Posted: 28 Sep 2020, 08:55
by mert.sincan
Hi,

We have a common bean(guestPreferences) and we can change each theme/layout style with the help of the Configurator. You can use the Configurator to see how each style affects the application. Live demo;
https://www.primefaces.org/roma/ (right fixed icon)

Code: Select all

<div class="layout-wrapper #{guestPreferences.menuMode} layout-menu-#{guestPreferences.menuColor} layout-topbar-#{guestPreferences.topbarColor} #{guestPreferences.orientationRTL ? 'layout-rtl' : null}">
Best Regards,