Foren

Liferay 6.1.1 how to extend the classic theme to include more colors?

thumbnail
Elijah Mangason, geändert vor 11 Jahren.

Liferay 6.1.1 how to extend the classic theme to include more colors?

Junior Member Beiträge: 65 Beitrittsdatum: 14.05.12 Neueste Beiträge
Is there a straightforward way to extend the classic theme to include 10 colors instead of just three. Specifically, in addition to green, blue, and orange, our requirements indicate purple, navy blue, red, aqua, yellow, gray, and tan color schemes. Can the various color codes in the classic theme be easily translated to these other colors? For example, the orange hover color is expressed this way in css:

.orange .aui-state-hover {
background-color: #DAC8BA;
background-image: url(@theme_image_path@/color_schemes/orange/application/state_hover_bg.png);
border-color: #837062;
}


how would the red hover color be expressed? Is there any easy way to make the translation?

[b]red .aui-state-hover {
background-color: #???????;
background-image: url(@theme_image_path@/color_schemes/red/application/state_hover_bg.png);
border-color: #??????;
}

THANKS for any thoughts or suggestions you have!