View Full Version : How to use different themes simultaneous? (solved ) :(
fulvius
9 Dec 2008, 7:45 AM
Hi,
how to create 2 windows, each one with one theme? Or I must create and set a new style class?
LINEMAN78
9 Dec 2008, 8:42 AM
I believe you can use the setStylePrimaryName function
fulvius
10 Dec 2008, 8:01 AM
I believe you can use the setStylePrimaryName function
I understand that if I want put style in a window (ex.), I must setStylePrimaryName, BUT my question is about how I do this with themes (ex. Gray or Slate)...
Thanks anyway!
LINEMAN78
10 Dec 2008, 9:38 AM
You could take your non-primary theme and rename all of the styles to have a base name (i.e. .slate_h1{}) then whenever you want to use that theme you set the base name of the component to whatever you added... but by default the css files all have components with the same name, so it would be very difficult if not impossible to apply them to one part of the page.
fulvius
10 Dec 2008, 10:12 AM
You could take your non-primary theme and rename all of the styles to have a base name (i.e. .slate_h1{}) then whenever you want to use that theme you set the base name of the component to whatever you added... but by default the css files all have components with the same name, so it would be very difficult if not impossible to apply them to one part of the page.
This is what I fear.
Thanks any way!
Powered by vBulletin® Version 4.1.5 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.