Changeset 9767


Ignore:
Timestamp:
Mar 24, 2009, 6:10:30 AM (16 years ago)
Author:
Andrey Prikaznov
Message:
 
Location:
trunk
Files:
35 added
4 deleted
9 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/inc/params.inc.php

    r9759 r9767  
    2626$oSysTemplate = new BxDolTemplate(); 
    2727$oSysTemplate->init(); 
    28 $oSysTemplate->addCss(array('general.css', 'anchor.css')); 
     28$oSysTemplate->addCss(array('general.css', 'anchor.css', 'BxCssMenu2.css', 'BxCustomProfileMenu.css')); 
    2929 
    3030/** 
  • TabularUnified trunk/templates/base/_header.html

    r9762 r9767  
    1515    __include_css__ 
    1616 
     17<!-- 
    1718    __menu_css__ 
    18     <!-- 
    1919    __styles__ 
    2020    __extra_css__ 
  • TabularUnified trunk/templates/base/css/common.css

    r9759 r9767  
    210210    border:1px solid #CCC; 
    211211    margin-bottom:10px; 
    212     background-image:url('../images/head_cutting.gif'); 
     212    background-image:url(../images/head_cutting.gif); 
    213213    background-repeat:repeat-x; 
    214214    background-color:#fff; 
     
    595595 
    596596.ac_loading { 
    597     background: white url('indicator.gif') right center no-repeat; 
     597    background: white url(indicator.gif) right center no-repeat; 
    598598} 
    599599 
  • TabularUnified trunk/templates/base/css/explanation.css

    r9212 r9767  
    160160        position:relative; 
    161161         
    162         background-image:url('../images/head_cutting.gif'); 
     162        background-image:url(../images/head_cutting.gif); 
    163163        background-repeat:repeat-x; 
    164164        height:26px; 
  • TabularUnified trunk/templates/base/css/general.css

    r9751 r9767  
    548548        text-transform:uppercase; 
    549549         
    550         background-image:url('../images/design_border_cutting.gif'); 
     550        background-image:url(../images/design_border_cutting.gif); 
    551551        background-repeat:repeat-x; 
    552552         
  • TabularUnified trunk/templates/base/css/index.css

    r9744 r9767  
    860860    div#top_members_menu .active 
    861861    { 
    862         background-image:url('../images/ActiveCutting.gif'); 
     862        background-image:url(../images/ActiveCutting.gif); 
    863863        background-repeat:repeat-x; 
    864864        border-bottom:1px solid #fff; 
  • TabularUnified trunk/templates/base/css/login_section.css

    r7364 r9767  
    3333    font-size:11px; 
    3434    border:1px solid #999; 
    35     background-image:url('../images/textarea_bg.gif'); 
     35    background-image:url(../images/textarea_bg.gif); 
    3636    background-repeat:repeat-x; 
    3737} 
  • TabularUnified trunk/templates/base/css/profile_view.css

    r7651 r9767  
    267267    font-size:18px; 
    268268    font-weight:bold; 
    269     background-image:url('../images/icons/add_comment.gif'); 
     269    background-image:url(../images/icons/add_comment.gif); 
    270270    background-repeat:no-repeat; 
    271271} 
  • TabularUnified trunk/templates/tmpl_uni/_header.html

    r9753 r9767  
    11<bx_include_base:_header.html /> 
    22 
    3     <link href="__base_menu_dir__css/BxCustomProfileMenu.css" rel="stylesheet" type="text/css" /> 
    4      
    53    __banner_left__ 
    64    <div style="position:absolute;top:0px;right:0px;width:1px;height:1px;">__banner_right__</div> 
Note: See TracChangeset for help on using the changeset viewer.
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub