Jump to content

Recommended Posts

Posted

Salutare, si scuze de deranj ! 

Mi-am instalat o tema, si vreau sa ii schimb backgroundul !

Ma puteti ajuta cu niste informatii cum si unde sa o pun va rog frumos ?

 

am incercat in css ... dar ma pierd pe acolo si decat sa stric cer niste informatii ! 

 

Va rog frumos, m-am uitat si pe la alte posturi referitoare la background, dar nu am inteles nimic ! 

 

Multumesc anticipat !

Posted

e oke asta ?

/* CORE ELEMENT STYLES */
 
body {
background: #222222 url("{style_images_url}/background.png") repeat;
color: #bcbcbc;
font: normal 11px tahoma, helvetica, arial, sans-serif;
position: relative;
padding-bottom: 20px;
}
 
/* body#ipboard_body.redirector {
background: #fff !important;
} */
  • Moderators
Posted
body {
background-image: url("{style_images_url}/background.png");
background-repeat:no-repeat;
background-attachment:fixed;
background-position:center;
color: #bcbcbc;
font: normal 11px tahoma, helvetica, arial, sans-serif;
position: relative;
padding-bottom: 20px;
}

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.