|
Comunitatea uCoz Configurări ale sistemului uCoz Configurarea design-ului Cum schimb Imaginea? (Cum?) |
Cum schimb Imaginea? |
Mikele, in CSS :
Code div#logoBar {height:80px;background:url('/.s/t/865/3.jpg') no-repeat;padding-left:500px;padding-top:60px;color:#FFFFFF;font-size:20pt;font-weight:bold;} *html div#logoBar {height:140px !important;} si schimbi cu imaginea dorita ![]() |
Mikele, la inceput de tot in CSS gasesti :
Code /* General Style */ div#contanier {background:url('/.s/t/865/2.gif') repeat-x #131A1F;} div#logoBar {height:80px;background:url('/.s/t/865/3.jpg') no-repeat;padding-left:500px;padding-top:60px;color:#FFFFFF;font-size:20pt;font-weight:bold;} *html div#logoBar {height:140px !important;} div#dataBar {height:25px;background:url('/.s/t/865/4.jpg') no-repeat;padding:15px 10px 0 0;text-align:right;color:#2B596A;} *html div#dataBar {height:40px !important;} div#userBar {height:22px;background:url('/.s/t/865/5.jpg') no-repeat;padding-left:310px;color:#4097AC;font-size:7pt;padding-top:7px;} *html div#userBar {height:29px !important;} div#center {background:url('/.s/t/865/6.jpg') no-repeat;} Si inlocuiesti cu : Code /* General Style */ div#contanier {background:url('/.s/t/865/2.gif') repeat-x #131A1F;} div#logoBar {height:80px;background:url('http://wfs01.wapka.mobi/2717/2717162_5d8380fc71.jpeg') no-repeat;padding-left:500px;padding-top:60px;color:#FFFFFF;font-size:20pt;font-weight:bold;} *html div#logoBar {height:140px !important;} div#dataBar {height:25px;background:url('') no-repeat;padding:15px 10px 0 0;text-align:right;color:#2B596A;} *html div#dataBar {height:40px !important;} div#userBar {height:22px;background:url('') no-repeat;padding-left:310px;color:#4097AC;font-size:7pt;padding-top:7px;} *html div#userBar {height:29px !important;} div#center {background:url('') no-repeat;} ![]() |
| |||
| |||