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, ...specific css questionspecific css question
Previous
 
Next
New Post
3/25/2009 3:00 PM
 

I have examined the css files found all over my install.  The one that seems to affect most of the site is found within my skin folder. 

What I am trying to adjust is very specific.  If you can possibly look at my site - www.ryanontheradio.com - its the text below the feedback fields for send and cancel.  I want to change everything on the site that is in that color.  Its too dark.  It would basically be text within modules that is NOT a link.  Anyone know what to change in which css file?

 

Thanks!

 
New Post
3/25/2009 3:55 PM
 

if you use a developer toolbar (included in IE8, invoked by pressing F12) you can select the element and get the setting and its file.

for the command link, the appropriate class is defined in default.css:

/* hyperlink style for buttons and link buttons used in the portal admin pages */
A.CommandButton:link {
    text-decoration:    underline;
    color: #003366;
}

A.CommandButton:visited  {
    text-decoration:    underline;
    color: #003366;
}
A.CommandButton:hover    {
    text-decoration:    underline;
    color: #ff0000;
}

A.CommandButton:active   {
    text-decoration:    underline;
    color: #003366;
}

paste this text into the stylesheet in site settings, adopt color values and save stylesheet.


Cheers from Germany,
Sebastian Leupold

dnnWerk - The DotNetNuke Experts   German Spoken DotNetNuke User Group

Speed up your DNN Websites with TurboDNN
 
New Post
3/25/2009 3:59 PM
 

It looks like that color is used in .SubHead and a.CommandButton.  Try changing the color like so:

a.CommandButton:active, a.CommandButton:link, .SubHead {
color:#00CCFF;
}
 
You can mess around with exactly what colors you want for each style, but that should get you started.

By the way, I was able to determine that using the FireBug extension for Firefox.  This lets you examine elements on the page and see what CSS is affecting their style.


Brian Dukes
Engage Software
St. Louis, MO
866-907-4002
DNN partner specializing in custom, enterprise DNN development.
 
New Post
3/27/2009 2:03 AM
 

Thanks to all who help.  You are very nice for doing so.  Sorry I didn't reply earlier but I wasn't notified of the response...so I was late to find it.  Thanks!

 
New Post
3/27/2009 4:21 AM
 

I'm really battling to style these command links - I think there needs to be more granularity with the CSS.

For exmple, on my Contact Us page, the Send button styles ok, but in another module the ModuleActions links have got inline styling which prevents you from doing the same thing. It's hard to explain without seeing it (if you create a league or group on PokerDIY you'll see the module actions are not styled the same)

Here is the HTML that is rendered in each case:

a href=' Webform_DoPostBackWithOptions(new Webform_PostBackOptions("dnn$ctr1207$Feedback$cmdSend", "", true, "Feedbackform", "", false, true))' class="CommandButton" id="dnn_ctr1207_Feedback_cmdSend">Send</a>

and

a id="dnn_ctr1661_LeagueEdit_cmdUpdate" class="CommandButton" style="border-style: none; display: inline-block;" href=" Webform_DoPostBackWithOptions(new Webform_PostBackOptions("dnn$ctr1661$LeagueEdit$cmdUpdate", "", true, "", "", false, true))">Update</a>

It's the bold bit that prevents you from achieving the same style in certain ModuleActions - it would be great if all inline styling were removed and the links were further categorised - ModuleActions, FileUploadCommand etc.


Entrepreneur

PokerDIY Tournament Manager - PokerDIY Tournament Manager<
PokerDIY Game Finder - Mobile Apps powered by DNN
PokerDIY - Connecting Poker Players

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...specific css questionspecific css question


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