psTubble27
Well-known member
- Remove hard-coded CSS: body .message .newIndicator { margin-right: .... }. Let it be assigned via Style Properties.
- Remove hard-coded CSS: .linkGroup .Popup a { padding: .... }. Let it be assigned via Style Properties.
- Add Style Properties to target the breadcrumb link.
- Add more flexible Style Properties to target the Nav Sub-links. Right now they are much too tied with the main Nav links.
- Add more flexible Style Properties to target each of navTab.account a, .inbox a, or .alerts a{}.
- Separate primary/secondaryContent in menus from primary/secondaryContent in the overall page layout. In other words, add separate primary/secondaryContent Style Properties just to the menus alone.
- Add Style Properties to assign InlineModForm (the list of posts on the screen) its own border, separate from the generic .section.
- Within MessageLayout, add Style Properties for .messageList .message .messageInfo{}, decouple its background from the generic Primary Content background.
- Within MessageElements, add Style Properties to individually target public and private controls.
- Add a lot more Style Properties to target sidebar blocks.
Last edited:
Upvote
8