...
Panel | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1. Use classes instead of ids whenever possible:
rather than:
2. Separate class names by dashes:
rather than:
3. Prefix portlet classes with the portlet namespace:
rather than:
4. Class names should be semantic rather than stylistic:
rather than:
5. Multiple classes assigned to an element should be listed in this order:
For example:
|
...
CSS Naming Conventions
Panel |
---|
Fluid Skinning SystemNamespace prefix: fl-
uPortal PortalNamespace prefix: up-
uPortal PortletsNamespace prefix: portlet-
|