Navigacija

Vartotojų tinkle

Prisijungusių svečių: 81
Prisijungusių narių: 0
Prisijungusių narių nėra

Registruoti nariai: 25,963
Naujausias narys: WolfHammer

Naujausi straipsniai

Paskutiniai nariai

N-20 1 savaitė
Reikalas 1 savaitė
Rytis 1 savaitė
DjArtas 3 savaitės
WolfHammer 3 savaitės
Nostesi13 savaitės
Wisedocs13 savaitės
asdasdddz17 savaitės
Paslapties K...18 savaitės
Audrius_1720 savaitės
Simbijanas33 savaitės
Karinacraft33 savaitės
Žmogus37 savaitės
Bruksnys41 savaitės
Darexs43 savaitės
Nepas44 savaitės
keistuole46 savaitės
Gizmis48 savaitės
MaFetas61 savaitės
ozzWANTED63 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 216.73.216.165
Naujienų: 529
Straipsnių: 235
Temų: 52,590
Postų: 522,550
Postų pask. parą: 0
Shout'ų pask. parą: 0
P.S.C. pask. parą: 0
Nuorodų kataloge: 13

Lankomumo Statistika

Peržiūrų šiandien: 22

Iš viso peržiūrų: 22948724

Prisijungti

REGISTRUOTIS
Nario vardas

Slaptažodis



Pamiršai slaptažodį?
Paprašyk naujo

Aktyvuoti save

Šaukykla

Jei norite rašyti žinutes, turite prisijungti.

N-20
2026 Vas. 6 21:02:05
O mes dar gyvi šypsosi)

WolfHammer
2026 Sau. 25 01:01:35
drovus

Žmogus
2025 Geg. 31 10:05:18
Kas geresnio? šypsosi

Nepas
2025 Bal. 9 17:04:13
drovus

Nepas
2025 Bal. 9 17:04:08
drovus

Šaukyklos archyvas

Apklausa

Ar esate patenkinti lietuviško vertimo kokybe?

Taip!

Taip, bet yra ką taisyti (parašysiu komentaruose)

Ne

Norėdamas balsuoti turite prisijungti.
Archyvas
Reklama 400x60
paneliu paveiksliukas
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Bendri PHP-F klausimai

Autorius: RAFFAK Peržiūrų: 2169      Spausdinti temą
2009 Bir. 18 08:06:07          1 žinutė iš 8
Spausdinti pranešimą
Sveiki. Pakeiciau paneliu paveiksliukas. Noriu, kad paneles pavadinimas butu per viduri, o ne kaireje puseje. Kaip padaryti? Stai theme.php isimtas kodas:

}



function openside($title) {

   echo "<table bgcolor='#8D8D8D' border='0' style='border: 1px solid #3F5A7F' cellspacing='0' width='100%' cellpadding='2'><tr>";

   echo "<td width='100%' class='panel'>";

   echo "<img align='right' border='0' src='".THEME."images/cellpic.png'>$title</td></tr>";

   echo "<tr><td bgcolor='#AAAAAA' class='side-body' width='100%'>";

}




Bandziau ivairius variantus, prie $title meginau <p text align ir t.t.. Padekite, labai reikia.

2009 Bir. 18 08:06:43          2 žinutė iš 8
Spausdinti pranešimą
}



function openside($title) {

   echo "<table bgcolor='#8D8D8D' border='0' style='border: 1px solid #3F5A7F' cellspacing='0' width='100%' cellpadding='2'><tr>";

   echo "<td width='100%' class='panel'>";

   echo "<img align='center' border='0' src='".THEME."images/cellpic.png'>$title</td></tr>";

   echo "<tr><td bgcolor='#AAAAAA' class='side-body' width='100%'>";

}





http://filmaitau.lt Registruokis! Siųskis! Bendrauk!
2009 Bir. 18 08:06:43          3 žinutė iš 8
Spausdinti pranešimą
Dabar stai tai jau atrodo:


Kazkaip netaip..

2009 Bir. 18 08:06:21          4 žinutė iš 8
Spausdinti pranešimą
O tekstą ne per style css reikai redaguot?

http://filmaitau.lt Registruokis! Siųskis! Bendrauk!
2009 Bir. 18 08:06:32          5 žinutė iš 8
Spausdinti pranešimą
Stai styles.css failiukas. Padekit, ziauriai reikia.

a {
   color : #D7D7D7;
   text-decoration : none;
}

a:hover {
   color : #FAC92B;
   text-decoration : underline;
}

a.side {
   color : #D7D7D7;
   text-decoration : none;
}

a:hover.side {
   color : #2BC4FA;
   text-decoration : underline;
}


a.resursai {
   color : #FFFFFF;
   text-decoration : none;
}

a:hover.resursai {
   color : #2BC4FA;
   text-decoration : underline;
}

a.konkursai {
   color : #FFFFFF;
   text-decoration : none;
}

a:hover.konkursai {
   color : #FAC92B;
   text-decoration : underline;
}

a.sub {
font-family : Tahoma;
   font-size : 12px;
   font-weight:bold;
   color : #FFF;
   text-decoration : none;
}


a:hover.sub {
    font-family : Tahoma;
   font-size : 12px;
   color : #FAC92B;
   text-decoration : none;
}

a.sub2 {
    font-family : Tahoma;
   font-size : 11px;
   color : #D7D7D7;
   text-decoration : none;
}

a:hover.sub2 {
    font-family : Tahoma;
   font-size : 11px;
   color : #D7D7D7;
   text-decoration : underline;
}

a.white {
   color : #ddd;
   text-decoration : none;
}

a:hover.white {
   color : #ddd;
   text-decoration : underline;
}

body {
background-color:#181818;
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 11px;
   margin-bottom:0px;
}

form {
   margin : 0px;
}

hr {
   border-top:1px #20BEF9 solid;
   border-bottom:1px #292929 solid;
}

hr.side-hr {
   border:1px #20BEF9 solid;
   border-bottom:1px #292929 solid;
}

td {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 11px;
}

pre {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 11px;
}

.alt {
   color : #D7D7D7;
}
 
 
.new {
    font-family : Tahoma;
   font-size : 10px;
   color : #FFF;
   text-decoration : none;
}


.outer-border {
   border : 0px solid #000;
}

.panelleft {
        text-align:center;
   width: 267px;
   height:142px;
   background-image : url(images/panelleft.png);
}

.panelcenter {
        text-align:center;
   width: 294px;
   height:142px;
   background-image : url(images/panelcenter.png);
}

.panelright {
        text-align:center;
   width: 272px;
   height:142px;
   background-image : url(images/panelright.png);
}


.sub-header {
   font-family : Tahoma;
   font-size : 12px;
   font-weight:bold;
   color : #FFF;
   height: 44px;
   background-image : url(images/sub1.png);
   padding : 0px;
}

.sub-header2 {
   font-family : Tahoma;
   font-size : 12px;
   color : #D7D7D7;
   height: 24px;
   background-image : url(images/sub2.png);
   padding : 0px;
}

.full-header {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   background-image:url(images/header.png);
   background-repeat:no-repeat;
   color : #ddd;
   width:833px;
   height:153px;
   padding : 0px;
}

.footer {
   font-family : Tahoma;
   font-size : 12px;
   color : #FFF;
    height:44px;
   background-image: url(images/footer.png);
   border : 0px solid #ccc;
   padding : 5px;
}

.button {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #20BEF9;
   background-color : #242424;
   height : 20px;
   border : 1px dashed #20BEF9;
   margin-top : 2px;
}

.textbox {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #D7D7D7;
   background-color : #242424;
   border : 1px dashed #2BC4FA;
}

.main-body {
   font-size : 11px;
   color : #D7D7D7;
   background-color : #242424;
   padding : 4px 4px 5px 4px;
}

.side-body {
   font-size : 10px;
   color : #D7D7D7;
   background-color : #242424;
   padding : 4px;
}

.main-bg {
   color : #D7D7D7;
   background-color : #181818;
   padding : 10px 5px 10px 5px;
}

.border {
   border : 0px solid #e1e1e1;
}

.side-border-left {
   color : #D7D7D7;
   background-color : #181818;
   padding : 10px 10px 10px 5px;
}

.side-border-right {
   color : #D7D7D7;
   background-color : #181818;
   padding : 10px 10px 10px 5px;
}

.news-footer {
   font-size : 10px;
   color : #fff;
   height: 14px;
   background-image : url(images/newsdown.png);
   padding : 0px 0px 0px 0px;
}

.a-footer {
   font-size : 10px;
   color : #fff;
   height: 11px;
   background-image : url(images/cellpicdown.png);
   padding : 3px 4px 4px 4px;
}

.capmain {
   font-family : Tahoma;
   font-size : 12px;
   font-weight : bold;
   color : #fff;
   text-align:center;
    height:45px;
   background-image: url(images/news.png);
   padding : 2px 2px 4px 2px;
}

.scapmain {
   font-family : Tahoma;
   font-size : 12px;
   font-weight : bold;
   color : #fff;
   text-align:center;
   height:35px;
   background-image: url(images/cellpic.png);
   padding : 2px 2px 4px 2px;
}

.tbl-border {
   color : #D7D7D7;
   background-color : #252724;
}

.tbl {
   font-size : 11px;
   color : #D7D7D7;
   background-color : #252724;
   padding : 4px;
}

.tbl1 {
   font-size : 11px;
   color : #D7D7D7;
   background-color : #2e302d;
   padding : 4px;
}

.tbl2 {
   font-size : 11px;
   color : #D7D7D7;
   background-color : #353734;
   padding : 4px;
}

.forum-caption {
   font-size : 11px;
   font-weight : bold;
   color : #D7D7D7;
   background-color : #242424;
   padding : 2px 4px 4px 4px;
}

.quote {
   font-size : 11px;
   color : #fff;
   background-color : #242424;
   padding : 4px;
   margin : 0px 20px 0px 20px;
   border : 1px dashed #20BEF9;
}

.poll {
   height : 12px;
   border : 1px solid #bbb;
}

.comment-name {
   font-weight : bold;
   color : #D7D7D7;
}

.shoutboxname {
   font-weight : bold;
   color : #D7D7D7;
}

.shoutbox {
   color : #D7D7D7;
}

.shoutboxdate {
   font-size : 10px;
   color : #D7D7D7;
}

.small {
   font-size : 10px;
   font-weight : normal;
}

.small2 {
   font-size : 10px;
   font-weight : normal;
   color : #D7D7D7;
}

.side-small {
   font-size : 10px;
   font-weight : normal;
   color : #D7D7D7;
}

.side-label {
   color : #D7D7D7;
   padding : 2px 2px 3px 2px;
}





Redagavo RAFFAK 2009 Bir. 18 08:06:11
2009 Bir. 18 09:06:02          6 žinutė iš 8
Spausdinti pranešimą
ei i theme.php pirštuku nekišai ?
2009 Bir. 18 09:06:08          7 žinutė iš 8
Spausdinti pranešimą
function openside($title) {
   
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='panel-cellpic'align='center'>$title</td>
</tr>
<tr>
<td class='side-body'>\n";

}

function closeside() {

echo "</td>
</tr>
</table>\n";
tablebreak();

}


šitą įdėk į theme ir veiks

http://filmaitau.lt Registruokis! Siųskis! Bendrauk!
Redagavo MobyDick 2009 Bir. 18 09:06:35
2009 Bir. 18 09:06:46          8 žinutė iš 8
Spausdinti pranešimą
Theme.php ir Styles.css ni pričiom. Eini kur yra openside(<center>Tavo panelės pavadinimas</center>); Ir veiks. šypsosi

Peršokti į forumą: