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, ...All I want to do is...All I want to do is...
Previous
 
Next
New Post
5/27/2006 3:33 PM
 

make a few simple changes such as define a background image, define background colors for various components, etc.  I do not want become a skinning expert and have to read a 70 page guide just to understand how the thing works just to change a few simple things.

If I use one of the default skins and define a background image, the background image does not display.  If I add the reference to CSS, it does not display.  What am I missing?  I have been successful in finding the skin file on the server and modifying it, but one should not have to go to those measures just to change what should be changeable in the administration interface under Site Settings.

It seems that no matter what I change in the Site Settings > Stylesheet Editor is not applied.  Does this file not override the chosen skin's style?  I am proficient enough with CSS that I would prefer to use just one CSS template for the whole site, admin and all.  Is there a way to do that?  What I am after here is complete control for the entire site from one centralized administration point... not several.

Any help is greatly appreciated.  Again, I am not looking to become a skinning expert.  I just don't have the time.  A few simple customizations / changes apart from the default installation is all that is  need.

Thank you!

 
New Post
5/29/2006 11:23 AM
 
The changes to the stylesheet for the site should change the appearance of the site. In some browsers you have to clear the cache to have them show the difference
The problems people have with the background-images are mostly because the browser cannot find the image.
If you change the sites css you edit portal.css in the portal's folder.
- Upload the background-image (example filename.gif) to the portal root folder (with file manager)
- add
body {
    background-image:url(filename.gif);
    }
to the sites stylesheet
That should work


 
New Post
5/29/2006 7:57 PM
 

There's also the other issue - if you have a filled skin.css file sitting in the skin directory - it will read that first -

If you want total control using the Admin/settings - style sheet editor - then I suggest you cut the code that is in the skin.css file - and paste it into the editor settings - which is in fact.. the portal.css file stting in the root directory of your portal...  Then it won't try to reference code in more than one place.

Timo is right too - Cache drives us all made... but sometimes too, you need to know how the CSS hierarchy works so you know what you have to do to make editing and managing easier.

Nina Meiers 


Nina Meiers My Little Website
If it's on DNN, I fix, build, deploy, support,skin, host, design, consult, implement, integrate and done since 2003.
Who am I? Just a city chic, having a crack at organic berry farming.. and creating awesome websites.
 
New Post
5/30/2006 5:13 PM
 

Thank you for your replies Timo and Nina!  I am making progress slowly but surely.  I actually stumbled onto the concept of cutting and pasting the code that is in the skin.css into the Stylesheet Editor for Site Settings and I am having a lot better luck achieving my skin goals.  While I did not really want to become a DNN skinning expert, I am finding that is what is happening whether I want to or not.  Oh well, always good to learn something new.  As I mentioned, I am very proficient with HTML and CSS and all I am really looking for is one centralized location for CSS, not several.

With that said, I am close to achieving the look I am going after.  One nagging issue I am currently struggling with is this:  The DNN site that I am working on is predominantly a black background / white text site.  That means that pretty much all of my text and links have to be lighter colors (white, yellow, cyan, lime, etc.).  Now, since DNN does not come with a black background type skin, I am making customizing my skin as I go.  I am pretty close. However, in using the DNN Blue Fixed Width skin, and modifying the .Normal class (for text display), if I set my (font) color to white (color: white;), it shows up great on my site (without the light blue background container), however, while in my admin module, it is hard to read the white text against the light blue background (obviously).  Do you have any recommendations?  Does someone have a basic black background / white text skin that I could look at for reference, both for my portal site as well as the admin site?

Thanks so much for your replies and help!

 
New Post
5/31/2006 9:49 AM
 
The blue probably doesn't appear if your not logged on because you are hiding the container box.
But is does show if you log in.
In the skin you used as a basis the background is blue.
What you would have to do is create a container skin, with a black background and apply it to the site, or change the container of the skin you applied.
(portals/default/containers/DNN-Blue/container.css)

By the way
General load order of the stylesheets:
    default.css - General stylesheet for the DNN installation
    skin.css - Stylesheet for the skin you selected
    container.css - Stylesheet for the container you selected
    portal.css - Stylesheet for the current portal

success
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...All I want to do is...All I want to do is...


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