Found on Google...

Power DNN

Recently Viewed...
SnowCovered Top Sellers

XMod 5.1
Version 5 of the perennial best-selling tool for creating data-based solutions in DNN without custom programming. This version focuses on greater flexibility, expandability, and ease-of-use.

Ultra Media Gallery 5.2
Ultra Media Gallery is the most popular photo gallery and media gallery module for DotNetNuke, the major purpose of this module is to allow you create unlimited pictures and medias to your gallery and organize them by albums, your albums and medias are browsed in flash interface.

Minimalist by Evan O'Neil
Minimalist by Evan O'Neil - the Web 2.0 skin for DotNetNuke, loads fast, looks great. Minimalist is also one of the most flexible and functional skins available for DNN. Minimalist includes skin packs in 12 great colors, each color has Flat and Styled versions. 4 Different menu options in each skin

Ultra Video Gallery 2.3
Ultra Video Gallery is a brother product of Ultra Media Gallery, The major purpose of this product is to provide an easy way to add videos in various formats to your website by and play them in a unique flash gallery.

Open-DocumentLibrary v3.0
Powerful, Ajax Enabled, Easy to Use. Document Management has never been better. Open-DocumentLibrary allows DotNetNuke users to share and manage documents in a flexible, intelligent way, offering granular control over Folder and Document access.

Dynamic Skins :: 7 Colours
This Skin Pack comes in 7 colours with 6 Header Options, 3 Widths, 3 Background Oprions, and 48 Mix & Match Containers...

Form Master 1.6 For DNN 4
Form Master 1.6 improves on the success of version 1.5 with new features in Function, and Presentation, while maintaining the Intuitive User Interface. Form Master 1.6 delivers visual form design where input fields can easily be created, modified, and moved.

Document Exchange Professional 4
Edit documents directly on your server using the latest iteration of the premier document management solution for DotNetNuke (DNN). With a completely revised Ajax-enabled UI.

Populusion
Populusion Skins Pack Comes in an unprecedented 20 distinct colors in three menu styles. (Mininmum 960px and Fluid 98% page widths) 120 total skins. In both Boxed and borderless styles.

Aurora 2 By DrNuke
The Aurora skins are professionally designed, coded and packaged by a team of DotNetNuke experts. Available in 6 great colours, each with 11 banner images and a choice of 3 background types. The entire pack features a total of 216 skins!
    |   Register   |   Friday, May 16, 2008   
You are here:Resources  Articles & Information  DotNetNuke Stylesheet Modifications / Explanations  


How to configure DotNetNuke Stylesheet
The process of skinning DotNetNuke can be a very tedious process as there are numerous CSS styling elements and multiple physical style sheets that you must be aware of. This article will take you through the “default.css” file that is provided with ALL DotNetNuke installations. The most important individual classes will be discussed and screen captures will be used to show you what areas of the site these styles affect.
 
To get started you will want to find the default.css file, it can be found in the /Portals/_default/ folder of your DNN installation. This file is the first of the various CSS styles that are applied to a DNN site. After this file the Portal.css file is applied which allows changes for a specific portal, then finally the skin.css file is applied which allows changes for the specific skin. For a more detailed explanation regarding the order of CSS style inheritance please see the last section of this tutorial “CSS Style Application in DNN”.
 
In this article we will discuss making the changes at the portal level, but you may modify these settings in any of the three style sheets depending on your desired results. 
 
SkinObject
The SkinObject class is the first class that you will find defined in the default.css file. For this class you will see multiple definitions, a global definition and then definitions for each of the link types. This class is traditionally applied to anything that is included via a skin object. For example the login, register, breadcrumb, terms of use, and privacy policy links.
 

Below are some examples of text that is traditionally set via this class.

 

Head

This class is used throughout the DNN installation and applies to ALL module titles. Below is a circled location showing the application of this class.

 

SubHead
This class is also used throughout the DNN installation. Traditionally this is the class used for item titles as well as all instances of the DNN label control. This is a recommended class for module developers to use for headings. Below is a screen capture of this class in use within the DNN Site Settings section.
 

SubSubHead
This is a condensed heading that is used for module that are designed to display in a small footprint such as the DNN quicklinks module.
 
Normal
This class is used to render most text that is added to a DNN site. Traditionally this is the CSS class that you would set in addition to the paragraph style to change ALL general text on your site. This text is anything that appears as normal text in your website.
 
NormalBold
Just like the Normal class this is the class that is typically used by module developers to indicate bold text within their standard text. DNN recommends using this class rather than the standard <strong> tag to allow better skinning abilities.
 
NormalRed
Also just like the Normal and NormalBold classes this is the class typically used by module developers to show red text. Most commonly this will be used for error messages and other text within your portal.
 
NormalTextbox
This is the last of the “Normal” classes and is used to define textbox styles for input. Again this should be used by most module developers to allow for easy skinning.
 
DataGrid

This class is used to style datagrids that are used on the DNN site, you fill find multiple classes listed for DataGrid to allow customization to the item, alternating item, footer, header and other sections. You can see this style in action with any of the DNN datagrids. Below is a screen capture taken from the User Accounts section of a DNN site, the grid and pager are styled using the DataGrid classes.

 
TreeMenu
This class is used to style the Tree Menu skin object that is used when you have a vertical menu using this object. You can set styles for each individual node and can configure the display options for each individual link type.
 
FileManager
These multiple CSS classes are used to style the DNN file manager for display. This is an admin item and many individuals have come to remove these sections from the default.css file and put it into an admin only skin’s CSS file to reduce file overhead.
 
Wizard
These classes are used to style the wizard framework within the DNN installation. This is again something that many individuals will move into an admin only skin CSS file.
 
Help
This is the class that is used to show the individual help text that is displayed after clicking on the ? icon next to items with the DNN Label Control. Below is an example of the help text styling (The help text is the text in the yellow box)
 

CommandButton

This is the class that is used to style buttons and link buttons within the portal admin pages. These would be the buttons for “Save”, “Cancel” and other actions. You will again for 1 main style class and then additional ones for all link types. Below is an example of the buttons as displayed with the default setup.

General classes
After the command button section of the default.css page are declarations for many of the standard HTML elements including headers, ordered lists, unordered lists, horizontal rules and other elements.
 
ModuleTitle

After the general class declarations you will find the Module Title Menu class declarations. These are the styles that are used to style the solpart menu that is used for the “Action” menu on each individual module. You will have classes to define the container, the menu bar, the individual items, the icons and hover actions. Below is an example of the default styled action menu

 
MainMenu
The next group of classes are the “MainMenu” classes which define the main site navigation menu, these classes include definitions for the menu bar, items, icons, submenu’s and selected items. You can modify these classes to customize the overall site menu layout. Below is an example of the default DNN menu with the blue skin.
 

LabelEdit and EIP
The final sections in the default.css file are the classes that are are used for the Label Edit and Edit In Place controls. These are used to style the client-side actions when working with the label edit and edit in place controls. Typically you will NOT modify these values.
 
Notice Regarding Class Names
As a general notice all of the above demonstrations relate to a default DotNetNuke installation. If you are using a third party skin the applied CSS Classes might differ from those listed in this article. As part of the DotNetNuke skinning process skin designers can change the default applied CSS Classes to those that differ from the out of the box DNN styles. Depending on your specific implementation if you are using third party skins you might be able to remove unneeded styles from the default.css file that do not apply to your specific configuration.
 
CSS Style Application in DNN
As mentioned in the beginning of this article DNN applies at least 3 individual style sheets to each generated page, you must be aware of this and the potential effects that conflicts between these documents might cause.
 
The three style sheets are as follows.
 
Default.css – Which is discussed in this document
Portal.css – Which is maintained in “Site Settings” for your portal
Skin.css – Which is maintained as part of your portal skin
 
Each of these three style sheets can define the same CSS classes and each will override the previous ones settings. Therefore if you define that the Normal class should have bold font in Default.css, then define it as Italic in portal.css, and lastly define the weight as normal in skin.css you will end up with italic font for the end result. This is because the specification of normal weight in skin.css would override the default.css setting of bold. However, since you did not specify a value for italics in the skin.css file you will still have the italics from the portal.css file.
Feedback Comments
Records per Page
Page 1 of 1First   Previous   Next   Last   
davidcox@wcfs.edu   31   3/26/2008 9:18:12 AM
What about container.css?
I have been skinning DNN for sometime and am aware that containers use container.css - which is applied after skin.css. Why don''t you mention it? Also, I am under the impression that portal.css is applied after skin.css and container.css. You seem to get the order mixed up. (portal.css can be edited from the portal Admin section)

Feedback





Enter the code shown above in the box below
Cancel   Send

DNN Modules
Data Springs DNN Modules

View Dynamic Registration 2.4 Enterprise Edition

Data Springs Module Collection (20 + Modules!)

Capture your users attention, enrich your site with multimedia flash, and create and opt in distribution list for your DNN site. These are just a few of the many features the Data Springs Module Collection can provide you.....more

List Price: $479.99
Price: $349.99
 
View Dynamic Registration 2.4 Enterprise Edition

Dynamic Registration 3.0 

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options.........more

List Price: $119.99
Price: $89.99
 
View Opt In Email V2.6 Enterprise Edition
Opt In Email V3.0
'Relationship Building' and 'Communicaton' are two essential nuts and bolts for a business to prosper. This module allows you to bridge both of these and easily generate continuous awareness of your web site, products and services. Your prospects and customers will greatly appreciate this featur ...more
List Price: $109.99
Price: $79.99
 
View Dynamic Forms 2.2 - Enterprise Edition
Dynamic Forms 2.6 
In this day and age, knowing as much detailed information as possible about your customer, prospect or web site user is essential. Thankfully, the new 'Dynamics Forms' module from Data Springs, makes it easier than ever to segment your data collection efforts. ...more
List Price: $129.99
Price: $119.99
 
View Tailored Text v2.0 Enterprise Edition
Tailored Text v2.0 
Personalization allows you to go the extra mile in communicating or connecting one to one with your clients. When it comes to technology and web site content, you now have the power to leverage this personalization directly with your users on your DotNetNuke site. ...more
List Price: $79.99
Price: $59.99
 
 
View Dynamic User Directory v2.0 Enterprise Edition
Dynamic User Directory v2.4
The perfect compliment for extending your portals users and community! An essential ingredient for managing dynamic user information, is being able to sort key fields and create useful user directories and custom report information. ...more
List Price: $129.99
Price: $119.99
 
View Stock Quote - Enterprise Edition
Stock Quote 
Giving your site visitors relevant information is critical. With the Data Springs Stock Module you can provide your users with up to date financial information....more
List Price: $89.99
Price: $69.99
 
View Presentation Archive 1.0 Enterprise Edition
Presentation Archive  
With so much content on your web site, its important to give users an easy method for finding and retrieving content. Presentation Archive allows you to categorize, organize and present content within your DotNetNuke site for presentations, educational material, videos, and almost any document or co...more
List Price: $89.99
Price: $59.99
Search Engine Optimization Cloud Module for DotNetNuke

Dynamic Tags

Nearly every web site developer would agree that search engine optimization is one of key aspects to a successful web site. Part of search engine optomization requires providing search engines that crawl your web site with appropriate and meaningful content......more

List Price: $89.99
Price: $69.99
 
Google Grabber SEO Module for DotnetNuke

Google Grabber

'Google® Grabber' pulls in search terms that users searched to find the current page. There are many benefits to displaying these search words that delivered the user to the site, find our more details .......more

List Price: $79.99
Price: $49.99
 
View Dynamic Registration 2.4 Enterprise Edition

Interactive User Import

Interactive User Import provides you with the functionality to easily and quickly import users into DotNetNuke and Dynamic Registration, through a streamlined and well-documented wizard that includes many advanced features........more

List Price: $149.99
Price: $119.99
 
 
View Real Estate 2.0 Enterprise Edition
Real Estate 2.2 
Real Estate 2.0 is a feature rich and user-friendly module that allows your portal users the ability to create real estate listings on your site....more
Price: $149.99
 

View Info Pics Gallery Enterprise Edition
Info Pics Gallery 
The Info Pics Gallery Module allows you to display thumbnail pictures with information to the user about each picture, along with a detailed description regarding the set of pictures and several other optional links. ...more
Price: $39.99
View Flash Info Cube

Flash Info Cube

Take your web site out of the box! Looking for a creative and interesting way to showcase information and content on your site? With millions of web sites offering information you need a fun way to display information and the solution is Flash Info Cube...more
List Price: $59.99
Price: $39.99
 
DotNetNuke Testimonials Module