[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
       
    Wed Dec  8 19:53:35 UTC 2010
    
    
  
#2753: Suggested CSS styles to add to default theme: del, big, ins, sup, sub,
sticky and gallery-caption
--------------------------+-------------------------------------------------
  Reporter:  karmatosed   |       Owner:  DJPaul  
      Type:  enhancement  |      Status:  reopened
  Priority:  normal       |   Milestone:  1.3     
 Component:  Theme        |     Version:          
Resolution:               |    Keywords:          
--------------------------+-------------------------------------------------
Comment(by karmatosed):
 Whilst the point of px / em / % is such a debatable one I think having one
 rule is the key maybe here so tend to agree lets do px.
 Eeep it's like I"m blind to it now also... sorry about caps.
 1. sticky same style as table sticky for forums
 {{{
 .sticky {
         background: #fff9db;
         border-top: 1px solid #ffe8c4;
         border-bottom: 1px solid #ffe8c4;
         color: #ffA200;
         padding: 5px;
 }
 }}}
 2. grey sticky style
 {{{
 .sticky {
         background: #f0f0f0;
         padding: 5px;
 }
 }}}
 3. no border just background colour sticky
 {{{
 .sticky {
         background: #fff9db;
         padding: 5px;
 }
 }}}
-- 
Ticket URL: <http://trac.buddypress.org/ticket/2753#comment:11>
BuddyPress <http://buddypress.org/>
BuddyPress
    
    
More information about the buddypress-trac
mailing list