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, ...Text Color (Again! Sorry...)Text Color (Again! Sorry...)
Previous
 
Next
New Post
9/7/2007 5:27 AM
 

Hi all,

Starting from the Default skin (Horizntal Menu - Full Width) to learn the skinning in DNN 455 I just changed few skin.css parameters:

in "pagemaster" I changed the background color to grey

in "skinmaster" I changed the background color to white

in "skingradient" I changed the background image by a background color (navy) and I added the "color" item with the "white" parameter.

The pb is the text color of the "web/site/search" and the "copyrights/Terms of  Use"  blocks are not impacted by the wite color and they are not visible anymore (not at all for the first one and very very light for the second one).

I had a look to the following posts and tried what is proposed overthere but no change on my side.

www.dotnetnuke.com/Community/Forums/tabid/795/forumid/109/threadid/159543/scope/posts/Default.aspx

www.dotnetnuke.com/Community/Forums/tabid/795/forumid/109/threadid/134407/scope/posts/Default.aspx

If someone has an idea...

Thanks

Gilles

 
New Post
9/7/2007 8:11 AM
 

Not sure what there default css class is for those items of the top of my head, but you can assign css styles to them by adding CssClass="yourclass" inside of the tag in the skin file and then creating that class in the skin.css file   eg:

.yourclass {
 font-family: arial;
 color: #0676B7;
 font-size:11px;
 font-weight: normal;
 text-decoration : underline;
}
a.yourclass:link  {
 font-family: arial;
 color: #0676B7;
 font-size:11px;
 font-weight: normal;
 text-decoration : underline;
}
a.yourclass:active  {
 font-family: arial;
 color: #0676B7;
 font-size:11px;
 font-weight: normal;
 text-decoration : underline;
}

a.yourclass:visited  {
 font-family: arial;
 color: #0676B7;
 font-size:11px;
 font-weight: normal;
 text-decoration : underline;
}

a.yourclass:hover  {
 font-family: arial;
 color: #0676B7;
 font-size:11px;
 text-decoration: none;
 font-weight: normal;
}

hope that helps.

Regards,

DrNuke



New! Aurora Skins Pack from DrNuke

 

 
New Post
9/7/2007 9:18 AM
 

Thx Dr,

I try that and keep you posted.

Rgds

Gilles

 
New Post
9/9/2007 5:27 PM
 

The default class for these links is

.SkinObject

And these are defined in default.css, that's why you will have to overwrite them in either portal.css or your skin.

 

a.SkinObject:link, a.SkinObject:visited{

color:#FF0000;

}

 
New Post
9/12/2007 2:56 PM
 

Dear both,

Thank (again) for your answers. I followed your advice and it works fine now.

Wish you the best

Bye

Gilles

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Text Color (Again! Sorry...)Text Color (Again! Sorry...)


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