ZetaBoards CSS Class Guide
This documentation applies to ZetaBoards only.
Within this documentation you'll find annotated visual aids showing the whereabouts of particular CSS classes, which class is assigned to a particular area, and details on any table classes or ID's used on the particular page.
Warning: This guide was created during the BETA phase of the Zetaboards' development. Some class and ID names have changed. Please contact Nicola on the Support board with any changes so that they may be rectified. Please read the Notes in each section to find the latest information available. - Thank-you.
Tip: Some of the classes/ID's shown aren't in the CSS. To use them, they must be added.
Index
#board is now known as #main
Table Class(s):
- Green outlines show the main sections of the forum. This stays the same for each page. The
#wrapcontains the entire board, minus the#logoand#submenu. - Board categories are within a div classed
category. - Category tables are classed
forums. This does not contain theh2. - Statistics is wrapped in an ID'd div called
#stats.
Notes:
- The blue and orange borders around the H2 and H2.special are controlled with this snippet about a third of the way into the CSS:
.cat_head td { border-color:#5a70b3; padding:0; } #stats .cat_head td { border-color:#e77700; }
Forum View
Table Class(s): .posts (main content)
.category and .forums around subforum areas, as seen on the Index
Notes:
- Standard
row1androw2rows are alternating. Announcement and pinned topics are also alternating. #announcement_headand#pinned_headare not currently in the default CSS, and therefore must be added in order to be used.
Note: td.c_mark has been updated to td.c_cat-mark
Posting Page
Topic View
Table Class(s):
- .poll (Shown at top of visual aid)
- .topic (Main content)
Notes:
- Ignored posts are classed as
th.ignored - Signatures not in use are classed as
td.c_nosig.
Note:
- td.c_postfoot has been updated to .c_postfoot td (only if profile info is shown on the left of posts)
- td.c_topic-foot has been updated to .c_topicfoot
Voted Poll
Calendar
Table Class(s): .calendar
Notes:
- .calendar td div is used for both used and unused cells in the calendar.
- The border around the active date cell will only show at a thickness of 2px or more.
Note: h2 has been updated to .calendar thead tr th
User Controls
Table classes or ID's identified are for the main content of the page, and have nothing to do with the meta-menus at the top of the page.
UCP / Inbox Home
Avatar Settings
Inbox
Table Class(s): .pm
Notes:
.row1and.row2rows are alternating.- The 'Quick Compose' table does not have a class.
Search
This section shows the search results, because the search page itself uses generic classes you'll have used in other areas of the CSS.
Table Class(s): None. Instead the page displays a list (ul) classed as #search_results.
Notes:
#search_results li:hoverappears when the cursor hovers over a search result.- Quotes use the same CSS as the topic view.
Portal
Table Class(s): None. Main portal structures are #portal_main, #portal_l, #portal_news, #portal_r and #portal_foot.










