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, ...module cssmodule css
Previous
 
Next
New Post
4/7/2010 5:23 PM
 
I cant get the div to work either... I tell you I was doing great and psyched about DNN till having to deal with this. Is there no css call, function or what have you to reset to browser defaults in a div? that would be nice because from there I could build off it. I notice that some of what I am trying to do works which means I am missing some tag that being defined somwhere else. What do the professionals do when they load up a skin and try to make the site look they way they want?
 
New Post
4/7/2010 8:44 PM
 

 Keht,

I'm not sure if you've found the answer to this or not yet but I would like to help.

I've quickly edited your bit of CSS in module.css and found that the table hover is now working with this bit of added code.

tr.gridHover td
{
background-color: #a51b01;
color:#fff !important;
cursor: pointer; 
}

The only differences of course is that I target the td tag within the tr. I also set the colour as #fff instead of White and placed an !important on it just in case it's being overriden elsewhere.

As the others were saying, it would probably be best to wrap that specific module with a very unique CSS class so you can easily target only that module.

Also, I'm not sure if this would be your preference or not, but I find that consolidating module.css (and other CSS files) into skin.css makes life a bit easier. 

I hope this helps.

Aaron

 
New Post
4/14/2010 8:11 PM
 

 The problem is, the TAG is modified for another CSS, If you want "Do your CSS more explicit"

 
if you had
 
td {
background-color: RED;
}
 
change it for
 
#dnn_ctr408_Sermon_List_dgvSermon .gridOut 
 
{
backgrond...... your style
}
 

Follow me at twitter.com/adanzilla you will find tips to DNN
 
New Post
4/15/2010 3:22 AM
 

I don't agree with the last post.

You should never use the generated ids (starting with dnn_)

You cannot be sure they stay the same in new DNN versions.

These ids might actually become very different (shorter) in the future (ASP.NET 4 supports that AFAIK)

 
New Post
4/15/2010 7:27 PM
 

Thank you Timo, that you said is true, but my solution will be the easier way for Keht. Better vs Easy. Just Keht will decide. Thank you again.


Follow me at twitter.com/adanzilla you will find tips to DNN
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...module cssmodule css


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