|
|
posted on January 11, 2012 08:15
Standard CSS classes used by DotNetNuke:
| Class |
Usage |
| CommandButton |
Just about every Link Button in DotNetNuke uses this. Link Buttons look like hyper links, but behave like form submit buttons. |
| Head |
Container Title, Section Heading (expand/collapsible sections) |
| LoginContainer |
Login page |
| LoginTab |
Login page |
| LoginTabHover |
Login page |
| LoginTabSelected |
Login page |
| LoginPanel |
Login page |
| Normal |
Anywhere text should display in a default font. |
| normal |
Yeah, someone goofed and they are in with and without a leading capital letter. |
| NormalTextBox |
Just about any text box |
| NormalRed |
red text / error messages |
| CommandButtonButton |
Buttons |
| LabelEditOverClass |
Mouse over for Edit in Place of Container Title |
| SubHead |
used on many of the label controls that are prompts for information. |
| subsubhead |
TimeZoneEditor |
| FileManager_Header |
In the file manager. |
| FileManagerTreeNodeSelected |
|
| FileManagerTreeNode |
|
| FileManager_Item |
|
| FileManager_AltItem |
|
| FileManager_SelItem |
|
| FileManagerTreeNode |
|
| WorkPanel |
File manager file upload, Site Settings, Recycle Bin |
| NormalBold |
File Manager |
| DataGrid_Container |
Data grids |
| DataGrid_Footer |
Data grids |
| DataGrid_Pager |
Data Grids |
| WizardText |
Installation Screen, Site Wizard |
| WorkPanel |
Uninstall Screen, Edit Roles, Security Roles |
| Wizard |
Site Wizard, Edit Profile Definitions, Install Wizard |
| WizardButton |
Install Wizard |
| WizardButtonDisabled |
Install Wizard |
| SkinObject |
Copyright, CurrentDate, Help, HostName, Login, Privacy, Search, Terms, User |
| Help |
Edit Profile Definitions, Membership, Profile |
| SuggestTextMenu |
Banner Options |
| GroupSuggestMenu |
Banner Options |
| SuggestNodeOver |
Banner Options |
| StandardButton |
Push Buttons |
Of the CSS classes above, the ones you will need to pay the most attention to are:
- CommandButton
- Normal
- normal
- NormalTextBox
- NormalRed
- NormalBold
- Head
- SubHead
- DataGrid_Container
- DataGrid_Footer
- DataGrid_Pager
- SkinObject
There are currently no comments, be the first to post one!