Backround

Pentru întrebări legate de facilităţile forumului phpBB 2.0.x, acest loc este cel mai potrivit.
Avatar utilizator
thecrewstyle
Utilizator înregistrat
Mesaje: 1180
Membru din: 26-Mar-2007, 09:26:21
Versiune: 3.0.6
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Puţin experimentat
Localitate: Underground
Contact:

Mesaj de thecrewstyle »

addYTzu scrie:
bilo182 scrie:

Cod: Selectaţi tot

<style>

body {
background-image: url(http://www.ceva.com/imagine.jpg);
}

</style>
incearca asa.. bagi codu asta in head :) ..
Nici :(
Am bagat in index_body.tpl .. codul dat de tine e primu .. dar din pacate nu functioneaza
Ti s-a spus sa il bagi in overall_header.tpl nu index_body.tpl :)
Comunitatea What's Funny
Avatar utilizator
addYTzu
Utilizator înregistrat
Mesaje: 386
Membru din: 03-Iun-2007, 17:20:51
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Contact:

Mesaj de addYTzu »

bilo182 scrie:baga-l in overall_header.tpl :) .. daca nu merge atunci intra in .css u de la template si cauta acolo body { ... si adauga linia aia de background
Trebuie bagat intr-o anumita postura in overall_header sau oriunde ?
Avatar utilizator
bilo182
Utilizator înregistrat
Mesaje: 495
Membru din: 28-Sep-2007, 14:19:45
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: ../Romania/Bucuresti
Contact:

Mesaj de bilo182 »

inainte de </head> :)
Marian96
Utilizator înregistrat
Mesaje: 990
Membru din: 26-Dec-2005, 14:01:59
Versiune: 3.0.5
Ext: Da
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Localitate: Bucuresti

Mesaj de Marian96 »

baga codu asta in overall_footer

Cod: Selectaţi tot

<style type="text/css">
body {background-color:; background-image:url(Link-ul Imagini ); background-position:Top Center; background-attachment:fixed; background-repeat:repeat-y;}

table table table td.text table table div img {visibility:visible;}
table table table td.text table table div { background-image:none;}
div table tbody tr td a, div table tbody tr td input, div table tbody tr td font {visibility: hidden}

div table tbody, div table tbody td {background-color: !important;}

div div table table tr td {background-color:transparent !important;}

div div table {postion: absolute; top: 1px; text-align: center;}

div table tbody tr td a.navbar, div table tbody tr td form input,
div table tbody tr td a img, div table tbody tr td div a {visibility: visible !important; display: inline !important;}

table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table
table tbody td.text {visibility: visible;}
table, td {padding: none !important;}
body {background-color:transparent}
body table {background-color:transparent}
body table td {background-color: transparent;}
body table table {background-color: !imporant}
table tbody table tbody td, table tbody table tbody table {border: none;}
table tbody table tbody table table {background-color: !important; border: none; padding: none;}
table tbody table tbody table table td {background-color:; padding: 2px;}
table tbody table tbody table table td.text {background-color: transparent !important;}
table tbody td table tbody tr td.text table td.text table {border: none;}
table tbody td table tbody tr td.text table td.text {background-color: !important; border: none;}
table tbody td table tbody tr td.text table table {border: none;}
table table table table table {background-color: transparent;}
body {text-align: center !important;} .blacktext12 {visibility: hidden}



table table table td {vertical-align:top ! important;}
span.blacktext12 {
visibility:visible !important;
background-color:transparent;
background-image:url("");
background-repeat:no-repeat;
background-position:center center;
font-size:0px; letter-spacing:-0.5px;
width:435px; height:75px; display:block !important;
border:1px;
border-color:ffffff; }
span.blacktext12 img {display:none;
border-width:1;
border-color:ffffff;
}
.img {
border-width:1;
border-color:ffffff;
}
</style> 
[/code]
Avatar utilizator
addYTzu
Utilizator înregistrat
Mesaje: 386
Membru din: 03-Iun-2007, 17:20:51
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Contact:

Mesaj de addYTzu »

bilo182 scrie:inainte de </head> :)
Nici .. il bagasem jos de tot la sfarsit se schimbase dar nu se mai vedea headeru`
mrflat
Utilizator înregistrat
Mesaje: 19
Membru din: 15-Mar-2007, 11:28:13
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Contact:

Mesaj de mrflat »

Cel mai simplu este sa modifici in css-ul template-ului pe care il folosestiu

acolo ai sa gasesti o clasa:

body {
height: 100%;
background-color: #f3f3f3;
text-align: center;
padding: 0;
margin: 0px;
}

tu mai adaugi in clasa respectiva un nou atribut:

backgroud-image:url(calea_catre_imagine/nume_imagine.extensie);

si clasa o sa arate de genu:

body {
height: 100%;
background-color: #f3f3f3;
backgroud-image:url(calea_catre_imagine/nume_imagine.extensie);
text-align: center;
padding: 0;
margin: 0px;
}

Salvezi, refresh si trebuie sa vezi background-ul pe care il vrei
Avatar utilizator
addYTzu
Utilizator înregistrat
Mesaje: 386
Membru din: 03-Iun-2007, 17:20:51
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Contact:

Mesaj de addYTzu »

mrflat scrie:Cel mai simplu este sa modifici in css-ul template-ului pe care il folosestiu

acolo ai sa gasesti o clasa:

body {
height: 100%;
background-color: #f3f3f3;
text-align: center;
padding: 0;
margin: 0px;
}

tu mai adaugi in clasa respectiva un nou atribut:

backgroud-image:url(calea_catre_imagine/nume_imagine.extensie);

si clasa o sa arate de genu:

body {
height: 100%;
background-color: #f3f3f3;
backgroud-image:url(calea_catre_imagine/nume_imagine.extensie);
text-align: center;
padding: 0;
margin: 0px;
}

Salvezi, refresh si trebuie sa vezi background-ul pe care il vrei
Nu merge ! :|

Cod: Selectaţi tot

/* Body of the page */
body {
    background: #000;
    backgroud-image:url(link);
	scrollbar-face-color: #909090;
	scrollbar-highlight-color: #909090;
	scrollbar-shadow-color: #909090;
	scrollbar-arrow-color:  #000;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}
Asa am pus :)
CaTaNhA
TraducatorTraducator
Mesaje: 1077
Membru din: 06-Feb-2007, 23:40:13
Versiune: 2
Ext: Da
Server: UNIX/Linux
Nivel phpBB: Experimentat
Localitate: Ramnicu Valcea

Mesaj de CaTaNhA »

Nu are cum sa nu mearga, pune link spre forum.


Apropo, nu ai inlocui link cu link-ul tau ? :)
mrflat
Utilizator înregistrat
Mesaje: 19
Membru din: 15-Mar-2007, 11:28:13
Ext: Nu
Server: Windows
Nivel phpBB: Mediu
Nivel php: Mediu
Contact:

Mesaj de mrflat »

addYTzu scrie:
mrflat scrie:Cel mai simplu este sa modifici in css-ul template-ului pe care il folosestiu

acolo ai sa gasesti o clasa:

body {
height: 100%;
background-color: #f3f3f3;
text-align: center;
padding: 0;
margin: 0px;
}

tu mai adaugi in clasa respectiva un nou atribut:

backgroud-image:url(calea_catre_imagine/nume_imagine.extensie);

si clasa o sa arate de genu:

body {
height: 100%;
background-color: #f3f3f3;
backgroud-image:url(calea_catre_imagine/nume_imagine.extensie);
text-align: center;
padding: 0;
margin: 0px;
}

Salvezi, refresh si trebuie sa vezi background-ul pe care il vrei
Nu merge ! :|

Cod: Selectaţi tot

/* Body of the page */
body {
    background: #000;
    backgroud-image:url(link);
	scrollbar-face-color: #909090;
	scrollbar-highlight-color: #909090;
	scrollbar-shadow-color: #909090;
	scrollbar-arrow-color:  #000;
    font: 12px Verdana, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}
Asa am pus :)

daca nu merge inseamna ca nu ai modificat css-ul care trebuia
Închis

Înapoi la “2.0.x Cum pot să...?”

Cine este conectat

Utilizatori ce ce navighează pe acest forum: Niciun utilizator înregistrat și 1 vizitator