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 of the Permissions ItemsText Color of the Permissions Items
Previous
 
Next
New Post
3/16/2007 7:27 PM
 

Howdy! I am on my second skin for DNN, and this one happens to be on a black background.  I have been fighting with the text items becuase by default most text is black.  When I click the Settings button on the Administrative panel for a page, it shows the permissions for each user group like "Administrators, All Users, Subscribers" and the background is colored black and white back and forth listing each user group.  Well the text for some of those items is black, with a black background.  How do I change the text color for those items?

Thanks!

My DNN version is 04.04.01 and I am using CSS 2.1.

 
New Post
3/17/2007 9:20 AM
 

I can not remember which classes are responsible, but one way to do this quickly is to check the browser outpout source and see what class was used in output, adjust the appropriate class in your skin.css so you can see it on black background

If the class is also used by other controls, then you want to change the class, so if you are doing html skinning then you need to create a new class like below

for example USER may have a default class that has the conflict so here

 <Object>
  <Token>[USER]</Token>
  <Settings>
   <Setting>
    <Name>CssClass</Name>
    <Value>somenewclass</Value>

and create your new class in skin.css.

If you are doing ascx skinning then same thing could be done with ascx equivalents

Salar

 

 
New Post
3/17/2007 2:21 PM
 

Yeah, I found the CssClass property for the asxc skinning items.  But I still can not seem to get the font color to change.  I have been able to change the link colors using the .a.CssName:link properties, but what property do I edit to get the regular text to change?

Luke

 
New Post
4/4/2007 10:38 PM
 
I think these are the skin.css entries you are looking for:

/* styles used by Data Grids */
.DataGrid_AlternatingItem
{
color: #ff0000;
}
.DataGrid_Item
{
color: #000000;
}

The alternating is the one with the white background. There are more attributes you can set too. I got them from the default.css.
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Text Color of the Permissions ItemsText Color of the Permissions Items


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