SchmitzIT
Well-known member
I have a quick quick question. We use a "parent style" to ensure that template edits only have to be done once there, and will automatically be trickling down to the styles defined as children under it.
Now we have a bunch of customizations I'd like to see go through every child-style, but preferably without having to do them in every seperate style (to be specific, we add different icons to diffferent nodes, and have those defined in extra.css).
Is it somehow possible to do this while still allowing for the extra.css of the children to contain specific customizations for these styles?
So essentially, I'd like to add stuff like the following:
And preferably only have to do it in a single file, rather than4-5 seperate EXTRA.css files.
By the way. If anyone knows of an easy way to have multiple nodes have the same icon, I'm all ears.
Thanks
Peter
Now we have a bunch of customizations I'd like to see go through every child-style, but preferably without having to do them in every seperate style (to be specific, we add different icons to diffferent nodes, and have those defined in extra.css).
Is it somehow possible to do this while still allowing for the extra.css of the children to contain specific customizations for these styles?
So essentially, I'd like to add stuff like the following:
li.node_2 .nodeIcon
{
background-image: url(styles/default/entropiaplanets/node_icons/2.png) !important;
}
And preferably only have to do it in a single file, rather than4-5 seperate EXTRA.css files.
By the way. If anyone knows of an easy way to have multiple nodes have the same icon, I'm all ears.
Thanks
Peter