Changeset 940


Ignore:
Timestamp:
06/03/09 17:33:31 (15 years ago)
Author:
amuller
Message:

Ticket #475 - Transformando template Foz em página de estilo CSS do template azul,e removendo-a

Location:
trunk/phpgwapi/templates
Files:
7 added
2 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/phpgwapi/templates/azul/css/celepar.css

    r791 r940  
    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 { 
     
    417417        background-color:white; 
    418418} 
     419 
     420.navbar_but 
     421{ 
     422        background-image: url(../../../../phpgwapi/templates/azul/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; 
     431} 
     432 
     433.navbar_butOver 
     434{ 
     435        background-image: url(../../../../phpgwapi/templates/azul/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; 
     444} 
     445 
     446.navbar_butOut 
     447{ 
     448        background-image: url(../../../../phpgwapi/templates/azul/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/azul/images/fundo_topo.png); 
     462        position:absolute; 
     463} 
     464 
     465.logo_expresso 
     466{ 
     467        position: absolute; 
     468        background:url(../../../../phpgwapi/templates/azul/images/logo_expresso.png) no-repeat; 
     469        width: 191px; 
     470        left: 0px; 
     471        top: 3px; 
     472} 
  • trunk/phpgwapi/templates/azul/navbar.inc.php

    r887 r940  
    114114                                                } 
    115115                                                 
    116                                                 $app_icons .= '<td nowrap width="40px" height="40px" valign="center" align="center"'; 
    117                                                 $app_icons .= 'onmouseover="javascript:this.style.backgroundImage=\'url('.$var['img_root'].'/back_app_over.png)\';'.($current_app?'"':'zoom_in(this.firstChild.firstChild.id)"'). 
    118                                                         ($current_app?'onmouseout="javascript:this.style.backgroundImage=\'url('.$var['img_root'].'/back_app_out.png)\';"':'onmouseout="javascript:this.style.backgroundImage=\'url('.$var['img_root'].'/back_app.png)\'; zoom_out(this.firstChild.firstChild.id)"'). 
    119                                                         ' style="padding-right:6px;cursor:pointer;cursor:hand;background-repeat:no-repeat;background-image: url('.$var['img_root'].($current_app?'/back_app_out.png':'/back_app.png').');">';    
     116                                                $app_icons .= '<td nowrap '. 
     117                                                'onmouseover="javascript:this.className=\'navbar_butOver\'; zoom_in(this.firstChild.firstChild.id)" '. 
     118                                                'onmouseout="javascript:this.className=\'navbar_but\'; zoom_out(this.firstChild.firstChild.id)" '. 
     119                                                'class="'.($current_app?'navbar_butOut':'navbar_but').'">'; 
     120 
    120121                                                if(isset($GLOBALS['phpgw_info']['flags']['navbar_target']) && $GLOBALS['phpgw_info']['flags']['navbar_target']) 
    121122                                                { 
     
    172173                                                $icon = ''; 
    173174                                }                        
    174                                 $app_icons .= '<td nowrap width="40px" height="40px" valign="center" align="center"'; 
    175                                 $app_icons .= 'onmouseover="this.style.backgroundImage=\'url('.$var['img_root'].'/back_app_over.png)\';zoom_in(this.firstChild.id);" onmouseout="this.style.backgroundImage=\'url('.$var['img_root'].'/back_app.png)\';zoom_out(this.firstChild.id);" style="padding-right:6px;cursor:pointer;cursor:hand;background-repeat:no-repeat;background-image: url('.$var['img_root'].'/back_app.png);" onclick="location.href=\''.$GLOBALS['phpgw_info']['navbar']['logout']['url'].'\'">'.$icon.'</td>'; 
     175                                $app_icons .= '<td nowrap '. 
     176                                'onmouseover="javascript:this.className=\'navbar_butOver\'; zoom_in(this.firstChild.firstChild.id)" '. 
     177                                'onmouseout="javascript:this.className=\'navbar_but\'; zoom_out(this.firstChild.firstChild.id)" '. 
     178                                'class="navbar_but"><a onclick="location.href=\''.$GLOBALS['phpgw_info']['navbar']['logout']['url'].'\'">'.$icon.'</td>'; 
    176179                        }                       //                      window.location.href=\''.$GLOBALS['phpgw_info']['navbar']['logout']['url'].'\' 
    177180                         
  • trunk/phpgwapi/templates/azul/navbar.tpl

    r887 r940  
    8686</script> 
    8787 
    88 <div style="background-image:url({img_root}/fundo_topo.png);" id="toolbar" style="visibility:hidden;position:absolute;"> 
     88<div class="toolbar" id="toolbar" style="visibility:hidden"> 
    8989<table border="0" height="50px" width="100%" cellpadding=0 cellspacing=0><tr> 
    90         <td><a name="0"><img src="{img_root}/logo_expresso.png?1"></a></td> 
     90        <td class="logo_expresso"></td> 
    9191        <td align="center"> 
    9292        <table width="auto" border="0" cellpadding="0" cellspacing="0">{app_icons}</table> 
Note: See TracChangeset for help on using the changeset viewer.