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, ...GO AWAY DNN BLUE!!GO AWAY DNN BLUE!!
Previous
 
Next
New Post
4/8/2006 5:37 PM
 

I ran into a similar problem. When I created a skin I found that certain elements would still show up as the default.css elements . If I understand correctly you ave to add portions of the default.css style to your skin.csss style then change the colors etc. The example below shows how to change the links on the pages. If you dont add the parts from My Skin.css to you custom skin css the links will remain the defaults blue. Im pretty sure that anything you want to change from a default has to be added and changed in you custom css file

My Skin.css

.A:link  {
    text-decoration:    none;
    color:  #FFCC00;
}

A:visited   {
    text-decoration:    none;
    color:  #FFCC00;
}

A:active    {
    text-decoration:    none;
    color:  #ffffff;
}

A:hover {
    text-decoration:    underline;
    color:  #ff0000;
}

 Default Skin.css

A:link  {
    text-decoration:    none;
    color:  #003366;
}

A:visited   {
    text-decoration:    none;
    color:  #003366;
}

A:active    {
    text-decoration:    none;
    color:  #003366;
}

A:hover {
    text-decoration:    underline;
    color:  #003366;
}

 
New Post
4/8/2006 8:37 PM
 

OtherTabs styles are not used anymore. SkinObject classes are used instead.


Do you know the truth when you hear it?
Néstor Sánchez
The Dúnadan Raptor -->Follow Me on Twitter Now!
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...GO AWAY DNN BLUE!!GO AWAY DNN BLUE!!


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