[buddypress-trac] [BuddyPress] #2753: Suggested CSS styles to add to default theme: del, big, ins, sup, sub, sticky and gallery-caption

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Sun Nov 21 12:01:31 UTC 2010


#2753: Suggested CSS styles to add to default theme: del, big, ins, sup, sub,
sticky and gallery-caption
-------------------------+--------------------------------------------------
 Reporter:  karmatosed   |       Owner:     
     Type:  enhancement  |      Status:  new
 Priority:  normal       |   Milestone:  1.3
Component:  Theme        |     Version:     
 Keywords:               |  
-------------------------+--------------------------------------------------
 Several classes that the default theme is missing which it needs to pass
 the theme review test and also will benefit as basic styling.

 These can be seen in the screen shot attached and are suggested basic
 formats to start from whilst trying to keep the styling already set up in
 the theme.

 CSS styles proposed:


 {{{
 del {
 del {
 text-decoration: line-through;
 }

 big {
 font-size: 131.25%;
 }

 ins {
 background: #ffc;
 text-decoration: none;
 }

 sup,
 sub {
 height: 0;
 line-height: 1;
 vertical-align: baseline;
 _vertical-align: bottom;
 position: relative;
 }

 sup {
 bottom: 1ex;
 }

 sub {
 top: .5ex;
 }

 .sticky {
 background: #FFF9DB;
 border-top: 1px solid #FFE8C4;
 border-bottom: 1px solid #FFE8C4;
 padding: 5px;
 }

 div.post .gallery .gallery-caption {
 color: #888;
 font-size: 12px;
 }
 }}}

-- 
Ticket URL: <https://trac.buddypress.org/ticket/2753>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list