#23869 closed enhancement (fixed)
Twenty Thirteen: add support and styling for Chat structured post format
| Reported by: | lancewillett | Owned by: | lancewillett |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.6 |
| Component: | Bundled Theme | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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; float: left; font-style: italic; font-weight: normal; padding: 5px; width: 40%; } .format-chat .chat-transcript dd { padding: 5px; } .format-chat .chat-transcript dt:nth-of-type(even), .format-chat .chat-transcript dd:nth-of-type(even) { background-color: #f7f5e7; }