Как убрать в footer синий фон?

Saton Ayon

Постоялец
Регистрация
26 Май 2008
Сообщения
82
Реакции
8
Поставил картинку на весь форум, но внизу как был так и остался этот синий фон, как его убрать ?


8888.jpg
 
Мой CSS на FOOTER:

Код:
/************************************************************************/
/* FOOTER */   

#backtotop,
#bottomScroll{
    width: 24px;
    height: 24px;
    line-height: 20px;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -12px;
    position: absolute;
    display: inline-block;
    background: url("{style_images_url}/trans80.png") repeat;
    background: rgba(0,0,0,0.8);
    -webkit-box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px;
    -moz-box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px;
    box-shadow: inset rgba(0,0,0,0.7) 0px 1px 3px;
    text-align: center;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    opacity: 0.4;
    outline: 0;
}

    #bottomScroll:hover, #backtotop:hover {
        color: #fff;
        opacity: 1;
    }

#footer_utilities {
    padding: 20px 8px;
    position: relative;
    font-size: 11.7px;
}

#footer_utilities, #footer_utilities a{ color: #fff; color: rgba(255,255,255,0.7); }
#footer_utilities a:hover{ color: #fff; }
#footer_utilities .ipbmenu_content a{ color: #333; }
   
    #footer_utilities .ipsList_inline{ margin-top: 3px; clear: left; float: left; }
    #footer_utilities .ipsList_inline > li{ margin: 0; }
    #footer_utilities .ipsList_inline > li > a { margin-right: 0px; padding: 4px 10px; display: inline-block; }
    #footer_utilities a.menu_active {
        background: url('{style_images_url}/trans30.png') repeat;
        background: rgba(0,0,0,0.3);
        color: #fff;
        text-shadow: rgba(0,0,0,0.3) 0px -1px 0px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        -webkit-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5), rgba(255,255,255,0.16) 0px 1px 0px, rgba(255,255,255,0.05) 0px 0px 0px 1px;
        -moz-box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5), rgba(255,255,255,0.16) 0px 1px 0px, rgba(255,255,255,0.05) 0px 0px 0px 1px;
        box-shadow: inset 0px 1px 3px rgba(0,0,0,0.5), rgba(255,255,255,0.16) 0px 1px 0px, rgba(255,255,255,0.05) 0px 0px 0px 1px;
    }
   
    #copyright {
        /*color: #848484;*/
        text-align: right;
        line-height: 22px;
        float: right;
    }
   
        /*#copyright a { color: #848484; }*/

#ipsDebug_footer {
    width: 900px;
    margin: 8px auto 0px auto;
    text-align: center;
    color: #404040;
    font-size: 11px;
}
    #ipsDebug_footer strong { margin-left: 20px; }
    #ipsDebug_footer a { color: #404040; }
   
#rss_menu {
    background-color: #fef3d7;
    border: 1px solid #ed7710;
}
   
    #rss_menu li { border-bottom: 1px solid #fce19b; }
    #rss_menu li:last-of-type{ border-bottom: 0; }
    #rss_menu a {
        color: #ed7710;
        padding: 5px 8px;
        text-shadow: none;
    }

        #rss_menu a:hover {
            background-color: #ed7710;
            color: #fff;
        }
 
все нашел ) в файле skinbox.css - убрать #footer{
background:url("public/style_images/CS-piwar/_custom/bg-footer_blue.jpg") no-repeat top center;
 
Сам задал вопрос ссам решил
 
Назад
Сверху