Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Skin and Container problemsSkin and Container problems
Previous
 
Next
New Post
4/12/2010 4:14 AM
 

Hi,

I have some problems with skin package. In skin problem is with menu background and font color. If I add any module to page menu backgroung is also displaying on the top of page, witch should not happen. Also I can not make DNN display menu fonts in white color. I tried almost everything with css and still no luck. My problems with containers are similar to skin problems. Title of module is displayed in default font color instead of white, and there are strange  grey vertical lines on the left side of modules witch should not happed because all background is set to be white.

You can check what it looks like here: www.gama-znaki.pl and source files of my skin package is available here: www.gama-znaki.pl/GAMA.zip

If anyone could help, I'll be gratefull.

Regards.

 
New Post
4/12/2010 5:22 AM
 

Hi,

I've had a look at your skin files, and the reason you're getting the bckground across the top is beacuse you're using the same CSS class; "shadow_top_center" for the top of the skin and the top of your containers. When you add a container, you're linking to the CSS file for them and this is creating the effect you see. To remedy this you'll need to give the containers, or the top of the skin a new CSS class. This is the same reason you're getting a the grey strip on the left of the containers (this is in fact the shaddow image you've used within your skin). It's good practice to give all your containers unique CSS classes, this will help prevent the issues you're experiencing.

Regarding the white text try using the following "rootmenuitem TD" in you CSS, you've got color settings for all TD elements of #000000 which are overriding the rootmenuitem settings.

And for the titles use the .Head class as this is the default class added to all [TITLE]s. Best practice here though is to add a unique CSS class to this in the skin.xml file, or add a class to a wrapper on your containers so you can target just the .Head element of your containers, example below:

<div class="containerwrapper">
[TITLE]
[CONTENPANE]
</div>

.containerwrapper .Head{
color:#fff;
}

Hope this helps.

Rick.



PSDtoDNN - You supply the artwork... we'll build the skins!™
Website | Twitter | YouTube | Skype
 
New Post
4/12/2010 9:18 AM
 

Hi,

tnaks for your information. Of course everything helped. I renamed CSS classes for containers and all problems dissapeared. Unfortunatelly new problem has occured. Something strange happened with contentpanes and now left pane is displayed above right pane. I placed updated source files for download under same link as earlier.

Regards.

 
New Post
4/12/2010 1:28 PM
 

I had seen this issue as well, and figured out the logo was too tall and the float of the left pane was being pushed up against this. Try adding a clearing <div> above the pane layout or clearing the left float on the left (clear:left;).

Let me know how it goes.

Rick.



PSDtoDNN - You supply the artwork... we'll build the skins!™
Website | Twitter | YouTube | Skype
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Skin and Container problemsSkin and Container problems


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out