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, ...Token Font and sizeToken Font and size
Previous
 
Next
New Post
5/22/2007 1:58 PM
 

I am changing the standard Blue skin that comes with DNN.

I am adding other URL links to the bottom of the page, but now I need to match(Font and Size) of the current links already there(Copyright,Privacy,Terms).  Now what or where are those fonts being set.  These are actually tokens in the htnl file of the skin.

thanks,

Dean

 
New Post
5/22/2007 4:20 PM
 

These types of things sometimes take some detective work.  Start with the skin.css file and see if any links or other settings in there are modifying what you find.  Then take a look at the main CSS file for DNN, you can access that from the Site Settings page without editing any files directly.

If you look at the ASCX file for the DNN skin you'll see there's no CSS class that affects the Terms/Copyright/Privacy text.  Likewise the skin.css file has no settings for links.  So we look at the portal.css, in the root of the portal you're working in or edit in Site Settings.  Nope, nothing there either.  So the last point is the default.css, also in the root of the portal you're working on.  In this are defaults for all the settings, including skin objects.  You'll find the CSS for skin objects as:

.SkinObject {
    font-weight: bold;
    font-size: 8.5pt;
    color: #003366;
    font-family: Tahoma, Arial, Helvetica;
    text-decoration: none;
}

Which basically answers your question.  If you're trying to match a skin object with a non-skin object, you can use the style in a <span> to handle it.  Something like:

<span class="SkinObject">This looks like the Privacy link</span>

Might want to brush up on the CSS hierarchy of DNN as well:

http://www.dnncreative.com/SkinningTutorials/IntroductiontoCSSandinheritanceinDotNetNuke/tabid/265/Default.aspx

Jeff

 
New Post
5/22/2007 4:38 PM
 

The span worked great. 

Thanks again

Dean

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Token Font and sizeToken Font and size


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