#23869 closed enhancement (fixed)
Twenty Thirteen: add support and styling for Chat structured post format
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 3.6 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Bundled Theme | Keywords: | has-patch |
| Focuses: | Cc: |
Description
See #23625 for the output Chat post formats will provide, with new the_chat() function, which will replace the_content() in content-chat.php template file.
Attachments (5)
Change History (11)
Note: See
TracTickets for help on using
tickets.
As a proof-of-concept for "striping" rows, colors are wrong but just as an example:
.format-chat .chat-transcript { background-color: #e8e5ce; margin: 0; } .format-chat .chat-transcript dt { clear: both; color: #686758; float: left; font-weight: normal; padding: 5px; width: 40%; } .format-chat .chat-transcript dd { padding: 5px; } .format-chat .chat-transcript cite { font-style: normal; } .format-chat .chat-transcript dt:nth-of-type(even), .format-chat .chat-transcript dd:nth-of-type(even) { background-color: #f7f5e7; }