[wp-trac] [WordPress Trac] #23869: Twenty Thirteen: add support and styling for Chat structured post format

WordPress Trac noreply at wordpress.org
Wed Mar 27 07:17:50 UTC 2013


#23869: Twenty Thirteen: add support and styling for Chat structured post format
---------------------------+------------------
 Reporter:  lancewillett   |       Owner:
     Type:  enhancement    |      Status:  new
 Priority:  normal         |   Milestone:  3.6
Component:  Bundled Theme  |     Version:
 Severity:  normal         |  Resolution:
 Keywords:  needs-patch    |
---------------------------+------------------

Comment (by lancewillett):

 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;
 }
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/23869#comment:1>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list