Navigacija

Vartotojų tinkle

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

Registruoti nariai: 25,962
Naujausias narys: Wisedocs

Naujausi straipsniai

Paskutiniai nariai

Rytis 3 savaitės
Nostesi10 savaitės
Wisedocs10 savaitės
asdasdddz13 savaitės
Paslapties K...15 savaitės
Audrius_1717 savaitės
Reikalas22 savaitės
Simbijanas29 savaitės
Karinacraft30 savaitės
Žmogus33 savaitės
Bruksnys37 savaitės
Darexs40 savaitės
Nepas41 savaitės
keistuole43 savaitės
Gizmis44 savaitės
MaFetas58 savaitės
ozzWANTED59 savaitės
saulyzas61 savaitės
TOMIJUS62 savaitės
Jaunelis78 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 216.73.216.27
Naujienų: 529
Straipsnių: 235
Temų: 52,589
Postų: 522,549
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.

Ž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

Gizmis
2025 Kov. 15 14:03:50
OMG, smagu matyt sita puslapi veikianti

ozzWANTED
2024 Lap. 30 15:11:14
Taip, vis dar up šypsosi

Š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
Del border
Forumas | Modai, įskiepiai, panelės (PHP-FUSION) | Themes

Autorius: Gugiss Peržiūrų: 3873      Spausdinti temą
2008 Kov. 2 12:03:40          1 žinutė iš 14
Spausdinti pranešimą
kaip galima padaryt kad vietoj border butu koks nors paveiksliukas

MMOG.lt - atrask naują pasaulį
2008 Kov. 2 15:03:25          2 žinutė iš 14
Spausdinti pranešimą
Nejaugi niekas nemokat?

MMOG.lt - atrask naują pasaulį
2008 Kov. 2 15:03:53          3 žinutė iš 14
Spausdinti pranešimą
Tai kokio dyžio pas tave tas border? Šiaip reikia redaguot styles.css, border skiltį.
2008 Kov. 2 15:03:03          4 žinutė iš 14
Spausdinti pranešimą
borderiai pas mane 1px
Styles.css:
a {
   color : #000000;
   text-decoration : none;
}

a:hover {
   color : #000000;
   text-decoration : none;
}

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

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

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

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

body {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 11px;
   background-color : #232F2F;
   background-position: top center;
   background-repeat: repeat-x;
}

form {
   margin : 1px;
}

hr {
   height : 1px;
   border : 1px solid #000000;
}

hr.side-hr {
   height : 1px;
   border : 1px solid #000000;
}

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

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

.alt {
   color : #000000;
}
 
.outer-border {
   border : 1px solid #000000;
}

.sub-header {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #000000;
   padding : 1px;
   background-color : #E2CDA2;
   border : 2px solid #000000;
}

.full-header {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #000000;
   border : 1px solid #000000;
}

.footer {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #000;
   background-color : #E2CDA2;
   padding : 1px;
}

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

.textbox {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #000000;
   background-color : #ffffff;
   border : 1px solid #000000;
}

.main-body {
   font-size : 11px;
   color : #000000;
   background-color : #E2CDA2;
   padding : 4px 1px 5px 1px;
}

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

.main-bg {
   color : #555555;
   background-color : #E2CDA2;
   padding : 10px 5px 10px 5px;
}

.border {
   border : 1px solid #000000;
}

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

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

.news-footer {
   font-size : 10px;
   color : #000000;
   background-color : #595959;
   background-image: url(images/nf.jpg);
   background-repeat: no-repeat;
   padding : 3px 4px 4px 4px;
}

.capmain {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   font-weight : bold;
   color : #777777;
   background-image: url(images/sb.jpg);
   background-repeat: no-repeat;
   padding : 4px
}

.scapmain {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   font-weight : bold;
   color : #777777;
   background-color : #E2CDA2;
   padding : 4px;
}

.tbl-border {
   color : #000000;
   background-color : #000000;
}

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

.tbl1 {
   font-size : 11px;
   color : #000000;
   background-color : #E2CDA2;
   padding : 4px;

}

.tbl2 {
   font-size : 11px;
   color : #000000;
   background-color : #E2CDA2;
   padding : 4px;

}

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

.quote {
   font-size : 11px;
   color : #000000;
   background-color : #f8f8f8;
   padding : 4px;
   margin : 1px 20px 1px 20px;
   border : 1px solid #000;
}

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

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

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

.shoutbox {
   color : #000000;
}

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

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

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

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

.side-label {
   color : #000000;
   background-color : #E2CDA2;
   padding : 2px 2px 3px 2px;
}




MMOG.lt - atrask naują pasaulį
Redagavo Gugiss 2008 Kov. 2 15:03:13
2008 Kov. 2 20:03:51          5 žinutė iš 14
Spausdinti pranešimą
Genijai! Kur jus? akinanti šypsen

MMOG.lt - atrask naują pasaulį
2008 Kov. 2 20:03:23          6 žinutė iš 14
Spausdinti pranešimą
Gugiss parašė:
Genijai! Kur jus? akinanti šypsen


Nėra čia tokių akinanti šypsen

2008 Kov. 2 20:03:46          7 žinutė iš 14
Spausdinti pranešimą
Tai ir padaryk ant border vietoj color
background-image: url(images/img.jpg);


Rules: 21 & 22 Read first!
2008 Kov. 2 20:03:20          8 žinutė iš 14
Spausdinti pranešimą
Dar vienas klausimas:
kaip padaryt kad butu naujienu sonuose border ir padarytu tarpa tarp news ir paneliu
http://mmo.xz.lt matot nera borderiu

MMOG.lt - atrask naują pasaulį
Redagavo Gugiss 2008 Kov. 2 20:03:31
2008 Kov. 2 20:03:38          9 žinutė iš 14
Spausdinti pranešimą
Duok theme.php be žado

Rules: 21 & 22 Read first!
2008 Kov. 2 20:03:13          10 žinutė iš 14
Spausdinti pranešimą
<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";

// theme settings
$body_text = "#000000";
$body_bg = "#000000";
$theme_width = "867";
$theme_width_l = "160";
$theme_width_r = "160";

function render_header($header_content) {

global $theme_width;

echo "<table align='center' cellspacing='1' cellpadding='1' width='$theme_width' class='outer-border'>
<tr>
<td>
<table cellpadding='1' cellspacing='1' width='100%'>
<tr>
<td class='full-header'>
<table cellpadding='1' cellspacing='1' width='100%'>
<tr>
</tr>
</table>
</td>
</tr>
</table>\n";



echo "<center><img src='".THEME."images/header.jpg'></center>";
echo "<table cellpadding='1' cellspacing='1' width='100%'>\n<tr>\n";

}

function render_footer($license=false) {

global $theme_width,$settings;

echo "</tr>\n</table>\n";
echo "<table cellpadding='1' cellspacing='1' width='100%'>
<tr>
<td height='29' background='".THEME."images/fbc.jpg' align='center' class='footer'>".stripslashes($settings['footer'])."
<img src='".THEME."images/dizainas.jpg' align='center'>
</td>
</tr>
</table>
</td>
</tr>
</table>\n";

}

function render_news($subject, $news, $info) {

echo "<table cellpadding='1' cellspacing='1' width='100%'>
<tr>
<td background='".THEME."images/sb.jpg' height='35' class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>$news</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("N",$info['news_id']).newsposter($info," &middot;").newsopts($info,"&middot;").closeform("N",$info['news_id']);
echo "</td>
</tr>
</table>\n";

}

function render_article($subject, $article, $info) {
   
echo "<table width='100%' cellpadding='1' cellspacing='1'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("A",$info['article_id']).articleposter($info," &middot;").articleopts($info,"&middot;").closeform("A",$info['article_id']);
echo "</td>
</tr>
</table>\n";

}

function opentable($title) {

echo "<table cellpadding='1' cellspacing='1' width='100%'>
<tr>
<td background='".THEME."images/sb.jpg' height='35' class='capmain'>&nbsp;&nbsp;&nbsp;$title</td>
</tr>
<tr>
<td class='main-body'>\n";

}

function closetable() {

echo "</td>
</tr>
</table>\n";

}

function openside($title) {
   
echo "<table cellpadding='1' cellspacing='1' width='100%' class='border'>
<tr>
<td background='".THEME."images/cell.jpg' height='35' class='scapmain'>&nbsp;&nbsp;&nbsp;$title</td>
</tr>
<tr>
<td class='side-body'>\n";

}

function closeside() {

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

}

function opensidex($title,$state="on") {

$boxname = str_replace(" ", "", $title);
echo "<table cellpadding='1' cellspacing='1' width='100%' class='border'>
<tr>
<td class='scapmain'>$title</td>
<td class='scapmain' align='right'>".panelbutton($state,$boxname)."</td>
</tr>
<tr>
<td colspan='2' class='side-body'>
<div id='box_$boxname'".($state=="off"?" style='display:none'":"").">\n";

}

function closesidex() {

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

}

function tablebreak() {

echo "<table cellpadding='1' cellspacing='1' width='100%'>\n<tr>\n<td height='5'></td>\n</tr>\n</table>\n";

}
?>




MMOG.lt - atrask naują pasaulį
Redagavo Gugiss 2008 Kov. 2 20:03:45
2008 Kov. 2 20:03:06          11 žinutė iš 14
Spausdinti pranešimą
Smailus off

2008 Kov. 2 20:03:27          12 žinutė iš 14
Spausdinti pranešimą
Bandyk šitaip:
echo "<table border='1' cellpadding='1' cellspacing='1' width='100%'>


Rules: 21 & 22 Read first!
2008 Kov. 2 20:03:49          13 žinutė iš 14
Spausdinti pranešimą
dekui songmerkia akį

MMOG.lt - atrask naują pasaulį
2008 Kov. 2 20:03:58          14 žinutė iš 14
Spausdinti pranešimą
Nėra už ka....merkia akį

Rules: 21 & 22 Read first!
Peršokti į forumą: