Jul
14
Written by:
Project Complete
7/14/2009 5:01 PM
If you're new to the DotNetNuke content management framework, the CSS stylesheet hierarchy may be a bit confusing to you. If this is the case, this blog will make it as easy as ABC ASAP.
DotNetNuke reads the CSS code from these files in the following order:
- default.css (Created by DotNetNuke, stored at folder: Portals/_default/)
- skin.css (Created by your current page skin)
- (skinname).css (Created by your current page skin. This file is optional)
- container.css (Created by your current module container)
- portal.css (Created by DotNetNuke for each portal in your installation. A portal.css file template is stored at folder: Portals/_default/ which is copied to each portal folder ie: Portals/0 (each portal number ie. 0,1,2,3). It is this portal.css file that is read by your DotNetNuke skin.