Ignore:
Timestamp:
08/16/07 08:06:05 (17 years ago)
Author:
niltonneto
Message:

Nova versão do Instant Messenger.

Location:
trunk/instant_messenger/templates/default
Files:
6 added
7 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/instant_messenger/templates/default/css.css

    r20 r55  
    176176   width:         166px; 
    177177} 
     178 
    178179.im_window_icon 
    179180{ 
    180     background: url(images/img/favicon.ico) 0 0 no-repeat; 
    181     float:      left; 
    182         height:     16px; 
    183     left:       4px; 
    184         overflow:   hidden; 
    185     position:   relative; 
    186     top:        3px; 
    187         width:      16px; 
     181   float: left; 
     182   height: 16px; 
     183   margin: 0px 5px; 
     184   width: 16px; 
    188185} 
    189186 
  • trunk/instant_messenger/templates/default/messenger.css

    r20 r55  
    253253{ 
    254254    background: #fff; 
    255     border:     1px solid #b9cfd8; 
    256     float:      left; 
     255    border: 2px solid #C9D9E8; 
    257256    height:     65px; 
     257        margin:     2px; 
    258258    padding:    2px; 
    259     position:   relative; 
    260     cursor:     pointer; 
    261259    width:      49px; 
     260} 
     261 
     262div.composing 
     263{ 
     264    background: #fff; 
     265        bottom:     0px; 
     266        display:    none; 
     267    height:     14px; 
     268        position:   absolute; 
     269    width:      14px; 
    262270} 
    263271 
     
    288296   .master 
    289297   { 
    290       /*border:1px solid red;*/ 
    291298      height:     250px; 
    292299      margin:     0px; 
     
    299306   .pai 
    300307   { 
    301       background: #cbdae4 url(templates/default/images/icone.png) 4px 2px no-repeat; 
     308          background: #cbdae4 4px 2px no-repeat; 
    302309      border:     1px solid #809aa9; 
    303310      border-top: 0px; 
     
    305312      margin:     0px 0px 0px 0px; 
    306313      padding:    3px 2px 0px 0px; 
    307            position:   relative; 
     314          position:   relative; 
    308315      z-index:    1; 
    309316   } 
     
    330337   { 
    331338      border:  1px solid #809aa9; 
    332       /*float:   right*/; 
    333            height:  13px; 
    334            width:   13px; 
     339      height:  13px; 
     340      width:   13px; 
    335341      margin:  3px 58px 3px -3px; 
    336342      padding: 0px; 
     
    338344   .tit 
    339345   { 
    340       /*border:  1px solid #f00; 
    341346      float:   left; 
    342       width: 80%;*/ 
    343347      height: 13px; 
    344       margin:  0px 0px 0px 22px; 
     348      margin:  0px; 
    345349      padding: 0px; 
    346350      overflow: hidden; 
    347351   } 
    348    /* 
    349    .tit:before 
    350    { 
    351       content:"meu novo texto"; 
    352       overflow: hidden; 
    353    } 
    354    */ 
    355352._rtop{display:block;} 
    356353._rtop *{display:block;height: 1px;overflow: hidden} 
Note: See TracChangeset for help on using the changeset viewer.