Changeset 1172


Ignore:
Timestamp:
07/24/09 10:35:31 (15 years ago)
Author:
amuller
Message:

Ticket #475 - Adição de tema com visual do template antigo

Location:
trunk
Files:
4 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/js/draw_api.js

    r1141 r1172  
    12301230        options.appendChild(space2); 
    12311231        options.appendChild(option_reply); 
    1232         /* TODO, template == default ? what hell you're doing*/ 
    1233         if (template == "default"){ 
    1234                 var option_delete = document.createElement("SPAN"); 
    1235                 option_delete.id = 'msg_opt_delete_'+ID; 
    1236                 option_delete.className = 'message_options'; 
    1237                 option_delete.onclick = function(){proxy_mensagens.delete_msgs(info_msg.msg_folder, info_msg.msg_number, ID);}; 
    1238                 option_delete.innerHTML = get_lang('Delete'); 
    1239                 options.appendChild(space3); 
    1240                 options.appendChild(option_delete); 
    1241         } 
     1232        var option_delete = document.createElement("SPAN"); 
     1233        option_delete.id = 'msg_opt_delete_'+ID; 
     1234        option_delete.className = 'message_options'; 
     1235        option_delete.onclick = function(){proxy_mensagens.delete_msgs(info_msg.msg_folder, info_msg.msg_number, ID);}; 
     1236        option_delete.innerHTML = get_lang('Delete'); 
     1237        options.appendChild(space3); 
     1238        options.appendChild(option_delete); 
    12421239         
    12431240        tr.appendChild(td); 
     
    25522549                td221.setAttribute("background","templates/"+template+"/images/dswarn.gif"); 
    25532550        else 
    2554                 td221.setAttribute("background","templates/"+template+"/images/dsused.gif"); 
     2551                td221.className = 'dsused'; 
    25552552         
    25562553        tr221.appendChild(td221); 
  • trunk/expressoMail1_2/templates/default/main.css

    r1151 r1172  
    505505 
    506506} 
     507.dsused 
     508{ 
     509        background-image: url(../../../../expressoMail1_2/templates/default/images/dsused.gif); 
     510} 
     511 
  • trunk/phpgwapi/templates/default/css/celepar.css

    r1151 r1172  
    9292} 
    9393 
    94 /*.divLoginbox  
     94.divLoginbox  
    9595{ 
    9696        position:relative; 
     
    118118        border-left: #9c9c9c 1px solid;  
    119119        border-bottom: #9c9c9c 1px solid 
    120 }*/ 
     120} 
    121121 
    122122.tblHeadApp { 
     
    246246} 
    247247 
    248 #user_info 
    249 { 
    250         color: white; 
    251 } 
    252 #links_bar 
    253 { 
    254                 color: white; 
    255 } 
    256  
    257248#divStatusBar 
    258249{ 
    259         height:24px; 
     250        background-color:#f7f8fa; 
     251        height:15px; 
    260252        padding-left:10px; 
    261253        padding-top:0px; 
     
    301293        color: #000066; 
    302294        text-align: center; 
    303         padding: 0px; 
    304         background-color: #ebf0f7; 
     295        padding: 0px;    
     296        background-image:url(../images/appbox-header-background21.png); 
     297        background-repeat: repeat-x; 
    305298        height:24px; 
    306299        line-height:24px; 
     
    318311#divAppbox 
    319312{ 
    320         background-color: #ebf0f7; 
     313        background-color:#f7f7f7; 
    321314        padding-right:1px; 
    322315        padding-top:1px; 
     
    418411} 
    419412 
     413.toolbar 
     414{ 
     415       background-image:url(../../../../phpgwapi/templates/default/images/fundo_topo.gif); 
     416       position:absolute; 
     417} 
     418 
     419.logo_expresso 
     420{ 
     421 
     422        background:transparent url(../../../../phpgwapi/templates/default/images/logo_expresso_classic.png) no-repeat scroll right 0px; 
     423        left:820px; 
     424        position:absolute; 
     425        width:191px; 
     426} 
     427 
    420428.navbar_but 
    421429{ 
    422         background-image: url(../../../../phpgwapi/templates/default/images/back_app.png) !important; 
    423         width: 40px; 
    424         height: 40px; 
    425         vertical-align: center; 
    426         text-align: center; 
    427         padding-right: 6px; 
    428         cursor:pointer; 
    429         cursor:hand; 
    430         background-repeat:no-repeat; 
     430        background-image: url(../../../../phpgwapi/templates/default/images/back_app_classic.png) !important; 
     431        width: 40px !important; 
     432        height: 40px !important; 
     433        padding: 0 19px 0 13px !important; 
     434        vertical-align: center !important; 
     435        text-align: center !important; 
    431436} 
    432437 
    433438.navbar_butOver 
    434439{ 
    435         background-image: url(../../../../phpgwapi/templates/default/images/back_app_over.png) !important; 
    436         width: 40px; 
    437         height: 40px; 
    438         vertical-align: center !important; 
    439         text-align: center !important; 
    440         padding-right:6px; 
    441         cursor:pointer; 
    442         cursor:hand; 
    443         background-repeat:no-repeat; 
     440        background-image: url(../../../../phpgwapi/templates/default/images/back_app_classic.png) !important; 
     441        width: 40px !important; 
     442        height: 40px !important; 
     443        vertical-align: center !important; 
     444        text-align: center !important; 
     445        padding: 0 19px 0 13px !important; 
     446 
    444447} 
    445448 
    446449.navbar_butOut 
    447450{ 
    448         background-image: url(../../../../phpgwapi/templates/default/images/back_app.png) !important; 
    449         width: 40px; 
    450         height: 40px; 
    451         vertical-align: center !important; 
    452         text-align: center !important; 
    453         padding-right:6px; 
    454         cursor:pointer; 
    455         cursor:hand; 
    456         background-repeat:no-repeat; 
    457  
    458 } 
    459 .toolbar 
    460 { 
    461         background-image:url(../../../../phpgwapi/templates/default/images/fundo_topo.png); 
    462         position:absolute; 
    463 } 
    464  
    465 .logo_expresso 
    466 { 
    467         position: absolute; 
    468         background:url(../../../../phpgwapi/templates/default/images/logo_expresso.png) no-repeat; 
    469         width: 191px; 
    470         left: 0px; 
    471         top: 3px; 
    472 } 
     451        background-image: url(../../../../phpgwapi/templates/default/images/back_app_classic.png) !important; 
     452        width: 40px !important; 
     453        height: 40px !important; 
     454        vertical-align: center !important; 
     455        text-align: center !important; 
     456        padding: 0 19px 0 13px !important; 
     457 
     458 
     459} 
     460#expressoAdmin12id, 
     461#adminid, 
     462#homeid, 
     463#contactcenterid, 
     464#expressoMail12id, 
     465#newsadminid, 
     466#calendarid, 
     467#jabberitmessengerid, 
     468#logout_id 
     469{ 
     470        width: 32px !important; 
     471        height: 32px !important; 
     472 
     473} 
     474 
     475.message_header{ 
     476        background-color: #CCCCCC !important; 
     477} 
     478 
     479.table_message_header_box{ 
     480        width: 100% !important; 
     481        color: black !important; 
     482        border-style: solid !important; 
     483        border-width: 0px !important; 
     484        border-collapse: collapse !important; 
     485        border-color: #bbbbbb !important; 
     486        font-family: Arial !important; 
     487        font-size: 13px !important; 
     488        cursor: pointer !important; 
     489} 
     490.font-menu 
     491{ 
     492    text-decoration: none !important; 
     493    text-align: center !important; 
     494    font: bold 13px Lucidatypewriter,monospace !important; 
     495    color: #505050 !important; 
     496} 
     497.font-menu-sel 
     498{ 
     499    text-decoration: none !important; 
     500    text-align: center !important; 
     501    font: bold 11px Lucidatypewriter,monospace !important; 
     502    color:#0000FF !important; 
     503} 
     504 
     505.menu-sel 
     506{ 
     507    text-decoration: none !important; 
     508    text-align: center !important; 
     509    font: bold 11px Lucidatypewriter,monospace !important; 
     510    color:#0000FF !important; 
     511    height: 20px !important; 
     512    width:220px !important; 
     513    background-color: #F7F7F7 !important; 
     514    margin-bottom: 0px !important; 
     515    border-left: 1px solid #000000 !important; 
     516    border-top: 1px solid #000000 !important; 
     517    border-right: 1px solid #000000 !important; 
     518    padding:0px 5px 0px 0px !important; 
     519    -moz-border-radius: 9px 9px 0px 0px !important; 
     520    -moz-user-select: none !important; 
     521    cursor: pointer !important; 
     522} 
     523 
     524.menu 
     525{ 
     526    text-decoration: none !important; 
     527    text-align: center !important; 
     528    color: #505050 !important; 
     529    height: 20px !important; 
     530    width:220px !important; 
     531    background-color:#E5E5E5 !important; 
     532    margin-bottom: 0px !important; 
     533    border-left: 1px solid #c0c0c0 !important; 
     534    border-top: 1px solid #c0c0c0 !important; 
     535    border-right: 1px solid #c0c0c0 !important; 
     536    border-bottom: 1px solid #000000 !important; 
     537    padding:0px 5px 0px 0px !important; 
     538    -moz-border-radius: 9px 9px 0px 0px !important; 
     539    -moz-user-select: none !important; 
     540    cursor: pointer !important; 
     541} 
     542 
     543.last_menu 
     544{ 
     545        border-bottom: 1px solid #000000 !important; 
     546        -moz-border-radius: 0px 0px 0px 0px !important; 
     547} 
     548.conteudo { 
     549    font-family: Verdana, Arial, Helvetica, sans-serif !important; 
     550    font-size: 10px !important; 
     551    font-weight: normal !important; 
     552    color: #000033 !important; 
     553        padding: 1px !important; 
     554    border-color: gray gray gray gray !important; 
     555 
     556        border-right: 1px solid #000000 !important; 
     557        border-left: 1px solid #000000 !important; 
     558        border-bottom: 1px solid #000000 !important; 
     559        width:99.5% !important; 
     560    -moz-border-radius: 0px 0px 6px 6px !important; 
     561} 
     562 
     563.table_message{ 
     564        background-color: #CCCCCC !important; 
     565        padding: 1px !important; 
     566        cursor: default !important; 
     567        border-width: 1px 1px 1px 1px !important; 
     568        border-spacing: 0px 1px !important; 
     569        border-style: outset outset outset outset !important; 
     570        border-color: gray gray gray gray !important; 
     571        border-collapse: separate !important; 
     572        -moz-border-radius: 3px 3px 3px 3px !important; 
     573} 
     574 
     575.content-menu { 
     576        padding: 3px 0px 3px 5px !important; 
     577        border-top: 1px solid #000000 !important; 
     578        border-right: 1px solid #000000 !important; 
     579        border-left: 1px solid #000000 !important; 
     580        border-bottom: 1px solid #000000 !important; 
     581       -moz-border-radius: 9px 9px 9px 9px !important; 
     582} 
     583.content-menu-td { 
     584        border: 1px solid #f7f7f7 !important; 
     585} 
     586 
     587.content-folders { 
     588        padding: 0px 0px 0px 0px !important; 
     589        width:162px !important; 
     590        border-top: 1px solid #000000 !important; 
     591        border-right: 1px solid #000000 !important; 
     592        border-left: 1px solid #000000 !important; 
     593        border-bottom: 1px solid #000000 !important; 
     594        -moz-border-radius: 9px 9px 9px 9px !important; 
     595        position: relative !important; 
     596        overflow: auto !important; 
     597} 
     598 
     599.message_options_trash, 
     600.message_options_import, 
     601.message_options_inactive, 
     602.message_options_export, 
     603.message_options_move, 
     604.message_options_print, 
     605.message_options_active, 
     606.message_options, 
     607.message_options_over 
     608{ 
     609        color:blue !important; 
     610        font-weight: normal !important; 
     611        background-image: none !important; 
     612        padding:0 7 0 0 !important; 
     613} 
     614.l{ 
     615        background-image: none !important; 
     616        color: #666666 !important; 
     617 
     618} 
     619.sl 
     620{ 
     621        background-image: none !important; 
     622        color: blue !important; 
     623} 
     624.content-folders, 
     625.folders_degrade 
     626{ 
     627        background-image: none !important; 
     628} 
     629 
     630.dsused 
     631{ 
     632        background-image: url(../../../../expressoMail1_2/templates/default/images/dsused_classic.gif) !important; 
     633} 
     634.table_message { 
     635        background-image: none !important; 
     636} 
     637.tr_msg_read2, 
     638.tr_msg_read { 
     639-moz-user-select:none !important; 
     640background-color:#FFFFFF !important; 
     641border-bottom:1px solid #CFCFCF !important; 
     642color:black !important; 
     643} 
Note: See TracChangeset for help on using the changeset viewer.