Hello,
Can anyone provide any help or advice for the function of some classes in the default.css file?
Over the past month I have been working flat out creating a new free site:
http://www.skinningtoolkit.com which demonstrates every single class in DotNetNuke so that you can see exactly how it works (98 pages).
For the classes below I could not find what they affected, so can anyone provide any information?
I have listed each class below and then the link to the page so that you can see the full details.
Within each of the classes I have listed in Skinning Toolkit, I have also made notes on redundant CSS code that is within some classes along with notes on how to reduce the amount of CSS code within DotNetNuke, so hopefully the core team will find it useful and be able to implement this for future releases of DNN.
If you can provide any info on the classes below it will be really appreciated, thanks,
Lee
Can not find details for the following classes:
.PagingTable
http://www.skinningtoolkit.com/DOTNETNUKECLASSES/MainClasses/Body/tabid/90/Default.aspx#PagingTable
.SubSubHead
Can not find what this class affects, have added account login module to a page, it doesn’t affect it. What is QuickLinks and Signin modules?
http://www.skinningtoolkit.com/DOTNETNUKECLASSES/MainClasses/SubSubHead/tabid/96/Default.aspx
Tree Menu Default.css styling
Within the default.css file, these classes do not have any effect on the TreeMenu for the DNN-Blue skin.
.TreeMenu_Node
.TreeMenu_NodeSelected
A.TreeMenu_Node:link, A.TreeMenu_NodeSelected:link
A.TreeMenu_Node:visited, A.TreeMenu_NodeSelected:visited
A.TreeMenu_Node:active, A.TreeMenu_NodeSelected:active
A.TreeMenu_Node:hover, A.TreeMenu_NodeSelected:hover
http://www.skinningtoolkit.com/DOTNETNUKECLASSES/TreeMenu/TreeViewMenu/tabid/114/Default.aspx#DefaultCssStyling
File Manager StylesAdjusting the properties in these classes does not change the link styling for any of the folders within the explorer of the File Manager.
From the naming of the classes, you would expect them to. Perhaps these classes are now redundant in the later versions of DotnetNuke?
A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link
A.FileManagerTreeNode:link, A.FileManagerTreeNodeSelected:link {
text-decoration: none;
color: #003366;
}
A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited
A.FileManagerTreeNode:visited, A.FileManagerTreeNodeSelected:visited {
text-decoration: none;
color: #003366;
}
A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active
A.FileManagerTreeNode:active, A.FileManagerTreeNodeSelected:active {
text-decoration: none;
color: #003366;
}
A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover
A.FileManagerTreeNode:hover, A.FileManagerTreeNodeSelected:hover {
text-decoration: none;
color: #ff0000;
http://www.skinningtoolkit.com/DOTNETNUKECLASSES/FileManager/AFMTreeNodelink/tabid/129/Default.aspx
.Help
Can’t find this class. If you click on the Help ? for a module, the text that is presented uses the .Normal class.
http://www.skinningtoolkit.com/DOTNETNUKECLASSES/GeneralClasses/Help/tabid/138/Default.aspx
The Legacy Classes from DNN2 and DNN1Adjusting these classes in the latest version of DotNetNuke does not have any effect on the default installation with the DNN-Blue skin.
Does anyone know what these classes style, why are they included?
http://www.skinningtoolkit.com/DOTNETNUKECLASSES/LegacyClasses/tabid/110/Default.aspx