logoyu flash yapamıyorum

Joomla 1.5.x Temaları Kategorisinde ve Tema Sorunları Forumunda Bulunan logoyu flash yapamıyorum Konusunu Görüntülemektesiniz, Konu İçerigi Kısaca ->> png logomu flash olarak yaptıgım logo ıle degıstırmek ıstıyorum bır turlu beceremedım yardımcı olursanız sevınırım...

+ Konu Cevapla
1. Sayfa - Toplam 2 Sayfa var 1 2 SonuncuSonuncu
Gösterilen sonuçlar: 1 ile 10 ve 11
  1. #1
    Yeni Joomlacı pandorax - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Mar 2009
    Mesajlar
    16

    logoyu flash yapamıyorum

    png logomu flash olarak yaptıgım logo ıle degıstırmek ıstıyorum bır turlu beceremedım yardımcı olursanız sevınırım

  2. #2
    Yeni Joomlacı jumlagitsin - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Jan 2009
    Bulunduğu yer
    China/Beijing
    Mesajlar
    40

    Standart

    bildigim kadarıyla logo kısmını bir flashla degiştiremezsiniz bunun yerine hareketli png kullanmanız daha uygun olacaktır ya da CSS ayarlarıyla oynayıp bi ihtimal yapabilme şansınız var hazırladıgınız flashı logonuın sagtarafına yerleştirebilmeniz mümkün

  3. #3
    Yeni Joomlacı pandorax - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Mar 2009
    Mesajlar
    16

    Standart

    bu konu hakkında cok mesaj war okudum bole bir şeye olanak war fakat kesın cozumu olan bı anlatım bulamadım

  4. #4
    Yeni Joomlacı pandorax - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Mar 2009
    Mesajlar
    16

    Standart

    arkadaslar allah ıcın yardım edıcek yokmu kafayı yıyorum ya ...

  5. #5
    Amatör Joomlacı gauto - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Aug 2008
    Mesajlar
    72

    Standart

    Ben de bunun için çok uğraştım, ama henüz çözemedim.
    Eğer bir çözüm yolu bulursam siteye detaylıca ekleyeceğim

  6. #6
    Müslüman Metalci KaYRa - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Feb 2008
    Bulunduğu yer
    İstanbul
    Mesajlar
    1.455

    Standart

    Merhaba pandorax, şimdi logoyu değiştirip flash logo koymak istiyorsun.
    Temanın css dosyasında muhtemelen logo ismi boyutu ve yolu yazıyordur.
    Temanın index.php inde ise gösterim için <div id="logo"> kodu vardır. Yani illa böyle değil belki index.php de resim yolu vardır css ten göstermeyebilir işte hangi temayı kullanıyorsan artık.

    Neyse işte logonun olduğu kod <div id="logo"> yazan yerdir. Sen buraya flash logo kodunu ekleyeceksin.

    Bunları yapmadan önce her türlü duruma karşı bi yedeğini al. Yapamazsan eğer buraya css ve index.php deki kodlarını yaz.

  7. #7
    Amatör Joomlacı gauto - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Aug 2008
    Mesajlar
    72

    Standart

    Edit: Forumda bir konuyu kaçırmışım. Çözümümü buldum. Teşekkürler

  8. #8
    Yeni Joomlacı pandorax - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Mar 2009
    Mesajlar
    16

    Post

    Alıntı KaYRa Nickli Üyeden Alıntı Mesajı göster
    Merhaba pandorax, şimdi logoyu değiştirip flash logo koymak istiyorsun.
    Temanın css dosyasında muhtemelen logo ismi boyutu ve yolu yazıyordur.
    Temanın index.php inde ise gösterim için <div id="logo"> kodu vardır. Yani illa böyle değil belki index.php de resim yolu vardır css ten göstermeyebilir işte hangi temayı kullanıyorsan artık.

    Neyse işte logonun olduğu kod <div id="logo"> yazan yerdir. Sen buraya flash logo kodunu ekleyeceksin.

    Bunları yapmadan önce her türlü duruma karşı bi yedeğini al. Yapamazsan eğer buraya css ve index.php deki kodlarını yaz.


    oncelıkle gostermıs oldugunuz ılgı ıcın tessekur ederım gercekten bı sorunmu war bılemıorum index.php de sorunum yok ama template css de sorunum war sanırım bı turlu cozemedım bi bakarsanız sevınırım



    İndex.php

    PHP- Kodu:
        // no direct access
        defined('_JEXEC') or die('Restricted access');

        // including base setup files
        include_once(JPATH_ROOT . "/templates/" . $this->template . '/lib/php/gk_setup.php');
        
        // setting variable for template base url
        $template_baseurl = $this->baseurl . '/templates/' . $this->template;

        // adding mootools
        JHTML::_('behavior.mootools');
        
        // getting variables from administration panel
        $mtype = $this->params->get("menutype", "moomenu");
        $header_width = $this->params->get("header_width", 572);
        $header_margin = 9;
        
        if($this->countModules('header + advert2') < 2)
        {
            if($this->countModules('header')) $header_width = 882;
            else $header_width = 1;
            
            $header_margin = 0;
        }
        
        $stylearea = ($this->params->get("stylearea", 1)  == 0) ? false : true;
        $memberarea = ($this->params->get("memberarea", 1)  == 0) ? false : true;
        // getting menu
        $menu = & JSite::getMenu();
        
        // creating JURI instance    
        $url = clone(JURI::getInstance());        

        // getting User object and user ID 
        $user =& JFactory::getUser();
        $userID = $user->get('id');
    ?>
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language?>" lang="<?php echo $this->language?>" dir="<?php echo $this->direction?>" >
    <head>
    <jdoc:include type="head" />
    <?php 
        
    include_once(JPATH_ROOT "/templates/" $this->template '/lib/php/menu.php');
        include_once(
    JPATH_ROOT "/templates/" $this->template '/lib/php/gk_head.php');    
    ?>
    </head>
    <body id="bg">
    <div id="top_wrap">
            [COLOR="Red"]<div id="logo">        <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="300" height="51">
                <param name="quality" value="high" /><param name="SRC" value="buraya kod yazilicak" />
                <embed src="buraya kod yazilicak" width="300" height="51" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>
              </object></div>[/COLOR]
            <div id="horiz-menu" class="nav">
                    <?php echo $main_navigation;?>
            </div>
    </div>
    <?php if ($memberarea) : ?>
    <div id="memberarea">
            <?php if ($this->countModules('login')) : ?>
            <div id="memberarea_left">
                    <jdoc:include type="modules" name="login" style="raw" />
            </div>
            <?php endif; ?>
            <?php if ($this->countModules('advert1')) : ?>
            <div id="memberarea_right">
                    <jdoc:include type="modules" name="advert1" style="raw" />
            </div>
            <?php endif; ?>
    </div>
    <?php endif; ?>
    <?php 
    if ($this->countModules('banner')) : ?>
    <div id="banner_wrap">
            <jdoc:include type="modules" name="banner" style="raw" />
    </div>
    <?php endif; ?>
    <div id="main_wrap">
            <div id="main_wrap_top" class="clearfix">
                    <div id="content">
                            <?php if ($this->countModules('header or advert2') ) : ?>
                            <div id="header_wrap">
                                    <?php if ($this->countModules('header')) : ?>
                                    <div id="header" style="width:<?php echo ($header_width != 0) ? $header_width 441?>px;">
                                            <jdoc:include type="modules" name="header" style="rounded" />
                                    </div>
                                    <?php endif; ?>
                                    <?php if ($this->countModules('advert2')) : ?>
                                    <div id="advert2" style="width:<?php echo ($header_width != 0) ? 882-$header_width-$header_margin 441?>px;margin-left: <?php echo $header_margin?>px;">
                                            <jdoc:include type="modules" name="advert2" style="rounded" />
                                    </div>
                                    <?php endif; ?>
                            </div>
                            <div class="clear"></div>
                            <?php endif; ?>
                            <div id="component<?php echo $w_count ?>">
                                    <?php if ($this->countModules('top')) : ?>
                                    <div class="us-stand">
                                            <jdoc:include type="modules" name="top" style="rounded" />
                                    </div>
                                    <?php endif; ?>
                                    <?php if ($this->countModules('user1') or $this->countModules('user2')) : ?>
                                    <div id="user_position-1" class="<?php echo $user_position_1w?>">
                                            <div id="user_position-11" class="clearfix">
                                                    <?php if ($this->countModules('user1')) : ?>
                                                    <div class="users">
                                                            <jdoc:include type="modules" name="user1" style="gavickpro" />
                                                    </div>
                                                    <?php endif; ?>
                                                    <?php if ($this->countModules'user1 and user2' )) : ?>
                                                    <div class="spacer"></div>
                                                    <?php endif; ?>
                                                    <?php if ($this->countModules('user2')) : ?>
                                                    <div class="users">
                                                            <jdoc:include type="modules" name="user2" style="gavickpro" />
                                                    </div>
                                                    <?php endif; ?>
                                            </div>
                                    </div>
                                    <?php endif; ?>
                                    <div id="mainbody">
                                            <jdoc:include type="component" />
                                    </div>
                                    <?php if ($this->countModules('user3') or $this->countModules('user4')) : ?>
                                    <div id="user_position-2" class="<?php echo $user_position_2w?>">
                                            <?php if ($this->countModules('user3')) : ?>
                                            <div class="users">
                                                    <jdoc:include type="modules" name="user3" style="rounded" />
                                            </div>
                                            <?php endif; ?>
                                            <?php if ($this->countModules'user3 and user4' )) : ?>
                                            <div class="spacer"></div>
                                            <?php endif; ?>
                                            <?php if ($this->countModules('user4')) : ?>
                                            <div class="users">
                                                    <jdoc:include type="modules" name="user4" style="rounded" />
                                            </div>
                                            <?php endif; ?>
                                    </div>
                                    <?php endif; ?>
                                    <?php if ($this->countModules('bottom')) : ?>
                                    <div class="us-stand">
                                            <jdoc:include type="modules" name="bottom" style="rounded" />
                                    </div>
                                    <?php endif; ?>
                            </div>
                            <?php if ($this->countModules('right')) : ?>
                            <div id="right">
                                    <jdoc:include type="modules" name="right" style="rounded" />
                            </div>
                            <?php endif; ?>
                    </div>
                    <?php if($this->countModules('user5 or user6 or user7 or user8')) : ?>
                    <div id="user_position-3" class="<?php echo $user_position_3w?>">
                            <?php if ($this->countModules('user5')) : ?>
                            <div class="users">
                                    <jdoc:include type="modules" name="user5" style="gavickpro" />
                            </div>
                            <?php endif; ?>
                            <?php if ($this->countModules('user6')) : ?>
                            <div class="users">
                                    <jdoc:include type="modules" name="user6" style="gavickpro" />
                            </div>
                            <?php endif; ?>
                            <?php if ($this->countModules('user7')) : ?>
                            <div class="users">
                                    <jdoc:include type="modules" name="user7" style="gavickpro" />
                            </div>
                            <?php endif; ?>
                            <?php if ($this->countModules('user8')) : ?>
                            <div class="users">
                                    <jdoc:include type="modules" name="user8" style="gavickpro" />
                            </div>
                            <?php endif; ?>
                    </div>
                    <?php endif; ?>
                    <?php if($this->countModules('user9 or user10 or user11 or user12')) : ?>
                    <div id="user_position-4" class="<?php echo $user_position_4w?>">
                            <?php if ($this->countModules('user9')) : ?>
                            <div class="users">
                                    <jdoc:include type="modules" name="user9" style="gavickpro" />
                            </div>
                            <?php endif; ?>
                            <?php if ($this->countModules('user10')) : ?>
                            <div class="users">
                                    <jdoc:include type="modules" name="user10" style="gavickpro" />
                            </div>
                            <?php endif; ?>
                            <?php if ($this->countModules('user11')) : ?>
                            <div class="users">
                                    <jdoc:include type="modules" name="user11" style="gavickpro" />
                            </div>
                            <?php endif; ?>
                            <?php if ($this->countModules('user12')) : ?>
                            <div class="users">
                                    <jdoc:include type="modules" name="user12" style="gavickpro" />
                            </div>
                            <?php endif; ?>
                    </div>
                    <?php endif; ?>
            </div>
    </div>
    <!-- Footer -->
    <div id="footer_wrap">
            <div>
            <?php 
                
    // including footer file
                
    include_once(JPATH_ROOT "/templates/" $this->template '/lib/php/gk_footer.php'); 
            
    ?>
            </div>
    </div>
    <?php 
        
    // including information alert for IE6
        
    if($this->params->get("ie6info"1) == 1): 
    ?>
    <!-- IE6 alert -->
    <div id="ie6">
            <?php include_once(JPATH_ROOT."/templates/".$this->template.'/lib/php/gk_ie6.php'); ?>
    </div>
    <?php endif; ?>
    </body>
    </html>

    Buda template_css

    PHP- Kodu:
    /* ||| universal set of reset styles |||*/

    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    caption,
    del,
    dfn,
    em,
    font,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend {
        
    vertical-alignbaseline;
        
    font-size100%;
        
    outline0;
        
    padding0;
        
    margin0;
        
    border0;
    }
    /* remember to define focus styles! */

    :focus {
        
    outline0;
    }
    body {
        
    backgroundwhite;
        
    line-height1;
        
    colorblack;
    }
    ol,
    ul {
        list-
    stylenone;
    }
    /* tables still need cellspacing="0" in the markup */

    table {
        
    border-collapseseparate;
        
    border-spacing0;
    }
    caption,
    th,
    td {
        
    font-weightnormal;
        
    text-alignleft;
    }
    /* remove possible quote marks (") from <q> & <blockquote> */

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        
    content"";
    }
    blockquote,
    {
        
    quotes"" "";
    }
    /* ||| the end |||*/
    /* ||| set of clearing floats |||*/    

    .clearfix:after {
        
    content".";
        
    displayblock;
        
    height0;
        
    clearboth;
        
    visibilityhidden;
    }
    .
    clearfix {
        
    displayinline-block;
    }
    .
    clr {
        
    font-size 1px;
    }
    /* Hides from IE-mac \*/

    html .clearfix {
        
    height1%;
    }
    .
    clearfix {
        
    displayblock;
    }
    .
    clear {
        
    clearboth;
    }
    /* End hide from IE-mac */
    /* ||| the end |||*/

    html {
        
    height100%;
        
    margin-bottom1px;
    }
    body {
        
    margin0;
        
    padding0;
        
    font-size:100%;
    }
    #bg {
        
    background#F4F4F4 url('../images/bg_top.png') repeat-x;
        
    fontnormal 11px VerdanaArialHelveticasans-serif;
        
    line-height:1.6;
        
    color#8a8a8a;
    }
    {
        
    outlinenone;
        
    cursorpointer;
    }
    img {
        
    bordernone;
        
    text-decorationnone;
    }
    a:link,
    a:visited,
    a:active {
        
    text-decorationnone;
    }
    a:hover {
        
    text-decorationunderline;
    }
    ul {
        
    padding0 0 0 2px;
        
    margin0;
        
    margin-left1px;
        list-
    stylenone;
    }
    ul li {
        
    border-bottom1px solid #F1F1F1;
        
    padding-left0;
        
    line-height170%;
        
    padding5px 0;
    }
    ul li a {
        
    text-decorationnone!important;
    }
    ul li a:hover {
        
    text-decorationunderline!important;
    }
    ol li {
        
    line-height170%;
    }
    fieldset {
        
    border0;
        
    padding5px 0;
    }
    th {
        
    padding4px;
        
    text-alignleft;
    }
    h1 {
        
    font-size200%;
    }
    h2 {
        
    font-size175%;
    }
    h3 {
        
    font-size150%;
    }
    h4 {
        
    font-size125%;
    }
    h5 {
        
    font-size115%;
    }
    p,
    pre,
    blockquote,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        
    margin1em 0;
        
    padding0;
    }
    fieldset {
        
    bordernone;
    }
    fieldset a {
        
    font-weightbold;
    }
    input,
    select,
    button {
        
    fontnormal 11px TahomaArialVerdanasans-serif;
    }
    hr {
        
    border-right0;
        
    border-left0;
        
    border-bottom0;
        
    height1px;
        
    color#eee;
        
    background-color#eee;
    }
    .
    clearfix {
        
    clearboth;
    }
    .
    lf {
        
    floatleft;
    }
    .
    rf {
        
    floatright;
    }
    /* Here you can change width or height of your logo*/

    a#logo {
        
    backgroundtransparent url('../images/logo.png'no-repeat 0 0;
        
    width300px;
        
    height60px;
        
    displayblock;
        
    overflowhidden;
        
    floatleft;
    }
    /*end*/

    /* Set the major blocks
    --------------------------------------------------------------------------------*/

    div#memberarea,
    div#top_wrap,
    div#main_wrap,
    div#footer_wrap,
    div#banner_wrap,
    div#main_wrap_bottom,
    div#main_wrap_top {
        
    width900px;
        
    margin0 auto;
        
    clearboth;
    }
    div#top_wrap {
        
    height51px;
    }
    div#banner_wrap {
        
    margin-top16px;
    }
    div#main_wrap {
        
    backgroundurl('../images/bg_content_middle.png'repeat-y 5050%;
        
    margin-top16px;
    }
    div#main_wrap_top {
        
    backgroundurl('../images/bg_content_top.png'no-repeat 500;
        
    padding-top9px;
    }
    div#main_wrap_bottom {
        
    backgroundurl('../images/bg_content_bottom.png'no-repeat 50100%;
        
    padding-bottom9px;
    }
    div#header_wrap {
        
    fontnormal 11px VerdanaArialHelveticasans-serif;
    }
    div#header_content {
        
    backgroundurl('../images/bg_header.png'0 0;
    }
    div#horiz-menu {
        
    floatright;
        
    widthauto;
    }
    div#content {
        
    padding0 9px;
    }
    div#header {
        
    float:left;
        
    overflowhidden;
    }
    div#advert2 {
        
    float:right;
        
    overflowhidden;
    }
    /* Members Area 
    ------------------------------------------------------------------------*/

    div#memberarea {
        
    backgroundtransparent url('../images/bg_login_area.png'no-repeat 0 0;
        
    height33px;
    }
    div#memberarea_right {
        
    widthauto;
        
    floatright;
    }
    div#memberarea_left {
        
    widthauto;
        
    floatleft;
    }
    div#memberarea a {
        
    color#666;
    }
    ul.loginposition {
        
    padding0;
        
    margin0;
    }
    ul.loginposition li {
        
    floatleft;
        
    backgroundnone;
        
    padding3px 0 0 14px;
        
    line-height27px;
        
    bordernone;
    }
    #memberarea input.inputbox {
        
    color#CCC;
        
    width127px;
        
    height18px;
        
    bordernone;
        
    padding-left15px;
        
    padding-top2px;
    }
    #modlgn_username {
        
    backgroundtransparent url('../images/input_login_nick.png'no-repeat 0 0;
    }
    #modlgn_passwd {
        
    backgroundtransparent url('../images/input_login_password.png'no-repeat 0 0;
    }
    .
    search {
        
    floatright;
        
    margin0px 0 0 10px;
    }
    input#mod_search_searchword {
        
    backgroundurl('../images/input_login_search.png'no-repeat 0 0;
        
    margin-top8px;
        
    bordernone;
        
    padding-left5px !important;
        
    padding-right15px;
    }
    #memberarea input.button {
        
    backgroundtransparent url('../images/button_top.png'repeat-x;
        
    floatleft;
        
    height22px;
        
    width61px;
        
    margin-top3px;
        
    text-decorationnone;
        
    text-transformuppercase;
        
    font-size10px;
        
    line-height18px;
        
    font-weightnormal;
        
    bordernone;
    }
    div#memberarea_right input.button {
        
    floatright;
        
    margin-right15px;
        
    margin-left10px;
        
    margin-top6px;
    }
    div#memberarea_right input.inputbox {
        
    floatleft;
    }
    #memberarea .logout span {
        
    floatleft;
        
    color#333;
        
    margin3px 15px 0 14px;
        
    line-height27px;
    }
    #memberarea .logout input.button {
        
    floatnone!important;
        
    displayinline;
        
    margin-top6px;
    }
    div.logout {
        
    floatleft;
    }
    div.logout input.button {
        
    padding0;
    }
    /* set the width of user modules */

    #user_position-1,
    #user_position-2,
    #user_position-3,
    #user_position-4 {
        
    width100%;
        
    overflowhidden;
        
    clearboth;
    }
    #user_position-1 {
        
    backgroundurl('../images/bg_users_tr.png'no-repeat 1000;
    }
    #user_position-11 {
        
    backgroundurl('../images/bg_users_tl.png'no-repeat 0 0;
    }
    #user_position-4 {
        
    backgroundurl('../images/bg_position_4.png'repeat-y 0 0;
    }
    #user_position-3 {
        
    backgroundurl('../images/bg_position_3.png'repeat-y 0 0;
    }
    .
    users {
        
    overflowhidden;
        
    floatleft;
    }
    .
    us_width-24 .users {
        
    width24.8%;
    }
    .
    us_width-33 .users {
        
    width33.3%;
    }
    .
    us_width-50 .users {
        
    width50%;
    }
    .
    us_width-100 .users {
        
    width100%;
    }
    .
    us_width-49 .users {
        
    width49.5%;
    }
    .
    us_width-99 .users {
        
    width100%;
    }
    div.spacer {
        
    width1%;
        
    floatleft;
        
    height1px;
    }
    .
    us-stand {
        
    clearboth;
        
    width100%;
    }
    .
    us-stand {
        
    clearboth;
        
    width100%;
    }
    /* component */

    div#component {
        
    width100%;
    }
    /* component + right */

    div#component-2 {
        
    floatleft;
        
    width572px;
    }
    div#right {
        
    floatright;
        
    width301px;
    }
    #mainbody {
        
    padding0 10px;
    }
    /* Footer */

    #footer_wrap {
        
    backgroundtransparent url('../images/bg_footer.png'no-repeat 0 0;
        
    clearboth;
        
    height80px;
        
    font-size11px;
        
    margin0 0 20px 0;
    }
    #footer_wrap div {
        
    margin0 9px;
        
    padding:9px 6px;
    }
    #footer_wrap div div {
        
    margin0;
        
    padding0;
    }
    div#footer_wrap a {
        
    text-decorationnone;
    }
    /* Moduletable 
    -------------------------------------------------------------------------------- */

    div.module h3,
    div.module_menu h3,
    div.module_text h3,
    div.module_grey h3,
    div.module_clear h3,
    div.moduletable h3 {
        
    margin0 0 9px;
        
    padding9px 5px 4px 0;
        
    white-spacenowrap;
        
    font-size110%;
        
    color#646262;
        
    border-bottom:1px dotted #DEDCD4;
        
    fontbold 12px ArialHelveticasans-serif;
    }
    div.moduletable {
        
    padding0 15px 15px;
        
    line-height13px;
    }
    div.module,
    div.module_menu,
    div.module_text,
    div.module_grey {
        
    margin0 0 9px;
        
    padding0;
        
    width100%;
        
    backgroundurl('../images/module_default/mod_rb.png'no-repeat bottom right;
    }
    div.module div,
    div.module_menu div,
    div.module_text div,
    div.module_grey div {
        
    padding0;
        
    backgroundurl('../images/module_default/mod_lb.png'no-repeat bottom left;
    }
    div.module div div,
    div.module_menu div div,
    div.module_text div div,
    div.module_grey div div {
        
    padding0;
        
    backgroundurl('../images/module_default/mod_trb.png'no-repeat top right;
    }
    div.module div div div,
    div.module_menu div div div,
    div.module_text div div div,
    div.module_grey div div div {
        
    padding0 15px 15px;
        
    backgroundurl('../images/module_default/mod_tlb.png'no-repeat top left;
    }
    div.module_clear {
        
    margin0 0 9px;
        
    padding0;
        
    width100%;
    }
    /* Grey module */

    div.module_grey {
        
    backgroundurl('../images/module_suffix_grey/mod_grey_rb.png'no-repeat bottom right;
    }
    div.module_grey div {
        
    backgroundurl('../images/module_suffix_grey/mod_grey_lb.png'no-repeat bottom left;
    }
    div.module_grey div div {
        
    backgroundurl('../images/module_suffix_grey/mod_grey_trb.png'no-repeat top right;
    }
    div.module_grey div div div {
        
    backgroundurl('../images/module_suffix_grey/mod_grey_tlb.png'no-repeat top left;
    }
    /*Module Advertisement */

    div.banneritem_text {
        
    padding5px 0!important;
        
    border-bottom1px dotted #f1f1f1;
    }
    .
    bannerheader,
    .
    bannerfooter_text {
        
    padding3px;
        
    font-style:italic;
    }
    .
    bannerfooter_text {
        
    text-alignright;
    }
    /* Restriction */

    div.module div div div div,
    div.module_menu div div div div,
    div.module_text div div div div,
    div.module_grey div div div div {
        
    margin0;
        
    padding0;
        
    backgroundnone;
        
    overflowhidden;
    }
    #user_position-4 div.moduletable h3 {
        
    color#fff;
        
    border-bottom:1px dotted #282828;
    }
    #user_position-4 div.moduletable {
        
    color#999;
    }
    #user_position-3 div.moduletable h3,
    #user_position-1 div.moduletable h3 {
    }
    #user_position-3 div.moduletable h3 span,
    #user_position-1 div.moduletable h3 span {
        
    color#646262;
    }
    /* Joomla menu */

    ul.menu {
        list-
    stylenone;
        
    margin0;
        
    padding0;
    }
    ul.menu li {
        
    backgroundnone;
        
    margin0;
        
    padding0;
        
    border-bottom1px solid #f1f1f1;
    }
    ul.menu li a {
        
    displayblock;
        
    outlinenone;
        
    padding5px 2px;
        
    color#333;
        
    text-decoration:none!important;
    }
    ul.menu li a:hover,
    ul.menu li a:active,
    ul.menu li a:focus {
        
    color#2978b0;
    }
    ul.menu li.active a {
        
    color#2978b0;
    }
    ul.menu li.parent a {
        
    backgroundurl('../images/menu_joomla_bullet.png'no-repeat 96center;
    }
    ul.menu li ul {
        list-
    stylenone;
        
    margin0;
        
    padding0;
    }
    ul.menu li li {
        
    border-bottom1px solid #f1f1f1;
    }
    ul.menu li li:first-child {
        
    border-top1px solid #f1f1f1;
    }
    ul.menu li li a {
        
    bordernone;
        
    font-weightnormal !important;
        
    padding-left20px !important;
    }
    ul.menu li li a:hover,
    ul.menu li li a:active,
    ul.menu li li a:focus {
        
    backgroundnone;
    }
    ul.menu li:last-child {
        
    bordernone;
    }
    ul.menu li:last-child a {
        
    padding-bottom0;
    }
    ul.menu li li:last-child a {
        
    padding-bottom5px;
    }
    ul.menu li.parent li a {
        
    backgroundnone;
    }
    /* Style switcher
    -------------------------------------------------------------------------------*/
    #links {
        
    width93%;
        
    floatleft;
    }
    #stylearea {
        
    floatright;
        
    width7%;
    }
    #st_icon-1,
    #st_icon-2,
    #st_icon-3 {
        
    width13px;
        
    height13px;
        
    displayblock;
        
    floatleft;
        
    padding:17px 0 0 6px;
    }
    #st_icon-1 {
        
    backgroundtransparent url('../images/ic_1.png'no-repeat 10050%;
    }
    #st_icon-2 {
        
    backgroundtransparent url('../images/ic_2.png'no-repeat 10050%;
    }
    #st_icon-3 {
        
    backgroundtransparent url('../images/ic_3.png'no-repeat 10050%;


  9. #9
    Müslüman Metalci KaYRa - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Feb 2008
    Bulunduğu yer
    İstanbul
    Mesajlar
    1.455

    Standart

    bir de site ismini yazabilir misin ?
    <div id="logo"> dan sonra flash kodunu eklemişsin. bu kodu sil öyle dene.

  10. #10
    Yeni Joomlacı pandorax - ait Kullanıcı Resmi (Avatar)
    Üyelik tarihi
    Mar 2009
    Mesajlar
    16

    Standart

    aumi gavickpro nun

Benzer Konular

  1. tema daki logoyu değiştiremiyorum
    By tufann in forum Çöp Tenekesi
    Cevaplar: 5
    Son Mesaj: 06-09-2009, 17:59
  2. Üst menu ve logoyu nasıl değişiriz?
    By alib in forum Joomla 1.5.x Sorular & Cevaplar
    Cevaplar: 1
    Son Mesaj: 11-14-2008, 10:25
  3. Logoyu değiştirmek
    By hiçlikevresi in forum Tema Sorunları
    Cevaplar: 4
    Son Mesaj: 10-08-2008, 00:57
  4. Logoyu Nasıl Değiştirebilirim?
    By TheMytz in forum Tema Sorunları
    Cevaplar: 2
    Son Mesaj: 08-20-2008, 13:10
  5. eklentı yapamıyorum
    By cihanayaz in forum Joomla 1.5.x Sorular & Cevaplar
    Cevaplar: 4
    Son Mesaj: 08-12-2008, 20:15

Bu Konudaki Etiketler

Yetkileriniz

  • Konu Açma Yetkiniz Yok
  • Cevap Yazma Yetkiniz Yok
  • Eklenti Yükleme Yetkiniz Yok
  • Mesajınızı Değiştirme Yetkiniz Yok