Hello all!
This is my first post, I’m new to DNN, and I’ve already search in the DNN documentation and forums for an answer to this, without result.
I’m skinning a new dotnetnuke site, so I have designed a new skin and two containers (one for common and one for notable modules).
I have this setup:
violet.htm, no css --> skin
violet_notable.htm, container.css --> notable container
violet_common.htm, container.css --> common container
, after upload dnn creates the directory for the skin and two separate directories for the containers OK.
Now the problem:
I wish the title bar in white for the notable containers, and in violet for the common ones. So I edit the css .Head class on both.
When I edit the .Head class on the container.css file on the notable directory, then log into dnn as host, parse and apply skin, it changes both the notable, and the common container title bars!!
The same if I change the container.css file on the common directory!
The same if I create a new class .MainHead for both container.css files!
The same if I create two classes .MainHead for the container.css on the notable directory, and .CommonHead for the container.css on the common directory!
Any experienced skin designer could have a clue on what’s happening?
Thanks in advance,
Peter