[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
Sat Dec 4 11:56:00 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):

 For the big style how about:

 {{{
 big {
      font-size: 18px;
 }
 }}}

 For sticky have 3 suggested formats and image attached (stickstyles.jpg)
 showing these.

 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;
         color: #FFA200;
         padding: 5px;
 }
 }}}

-- 
Ticket URL: <http://trac.buddypress.org/ticket/2753#comment:6>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list