Navigacija

Vartotojų tinkle

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

Registruoti nariai: 25,952
Naujausias narys: tomeem

Naujausi straipsniai

Paskutiniai nariai

asirija 2 savaitės
tomeem 4 savaitės
Reikalas 5 savaitės
weberiz 8 savaitės
mRokass10 savaitės
kartoonas11 savaitės
iaescortsmap11 savaitės
ozzWANTED12 savaitės
grunskiz14 savaitės
Bruksnys14 savaitės
illusion14 savaitės
ordo15 savaitės
Jurgaila16 savaitės
originalcs1616 savaitės
Rytis17 savaitės
halis18 savaitės
junkus21 savaitės
morlis21 savaitės
Majakas22 savaitės
andsoft23 savaitės

Informacija:


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

ozzWANTED
2024 Sau. 17 01:01:00
Desperatiškus komentarus šaukykloje su accountu po mėnesio prasibuvimo, ištryniau. Pasaulis ir taip juodas. Įjungiam šviesą, prašviesės. šypsosi

Majakas
2023 Gru. 10 19:12:39
Negaliu patikėti jog žinutės/pranešimai visi yra nuo 2008 m akinanti šypsen

Žmogus
2023 Rugs. 7 21:09:14
O gal BloodKiller pasijungs?

Apocal
2023 Rugs. 2 18:09:23
Nu davai nuveikiam kažką akinanti šypsen. Prisijungti kada visi čia akinanti šypsen.

Apocal
2023 Rugs. 2 00:09:18
Šiaip atėjau pažiūrėti ar dar lopas nesby yra ar koks ten buvo.

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

Autorius: RuP3r Peržiūrų: 2664      Spausdinti temą
2008 Kov. 16 10:03:27          1 žinutė iš 7
Spausdinti pranešimą
CS_Zone temoje yra hiederis is gal kokiu 8 daliu ar 5 nzn tai tipo as niekaip negaliu sujungt teisingai gal jus galit man padaryt kad cia butu vienas tiesog header.jpg o ne ten daug ju.Va kodas nezinau kuri abu dedu.
Theme.php

<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";

$body_text = "#555555";
$body_bg = "#f9f9f9";
$theme_width = "980";
$theme_width_l = "175";
$theme_width_r = "175";

function render_header($header_content) {
global $theme_width, $body_bg;
echo "<!--\nResponsible for this theme: PLAY @ skype : bahuraz \n//-->";
// Veikimas:
// "Nuoroda[-]paveiksliukas"
$menu = array(
        BASEDIR."index.php[-]namai",
        FORUM."index.php[-]forumas",
        BASEDIR."articles.php[-]straipsniai",
        BASEDIR."index.php[-]cs_movies",
        "http://ip-adress.com[-]ip",
        BASEDIR."index.php[-]bars",
        BASEDIR."viewpage.php?page_id=1[-]parama",
        "http://b00m.lt/[-]cytai",
        BASEDIR."index.php[-]servers"
        );
$menu_header = array(
               BASEDIR."index.php[-]80",                // Namai
               FORUM."index.php[-]87",                  // Forumas
               BASEDIR."index.php[-]89",                // Serveriai
               BASEDIR."downloads.php[-]88",            // Siuntiniai
               "[-]97",                                 // Pamokos
               BASEDIR."index.php[-]86",                // Reklama
               BASEDIR."search.php[-]79",               // Paie&#240;ka
               "http://b00m.lt/[-]53",                  // &#200;ytai
               BASEDIR."viewpage.php?page_id=1[-]83",   // Parama
               "[-]114",
               "[-]118"
               );

echo "
<table align='center' cellspacing='0' cellpadding='0' width='980' class='mainsite-border'>
<tr><td><table align='center' width='$theme_width' style='height:395px;' border='0' bgcolor='$body_bg' cellpadding='0' cellspacing='0'>
   <tr>

      <td class='bnr1' width='16' height='53'></td>
      <td class='bnr3' width='170' height='53'></td>
      <td colspan='5' class='bnr4' width='794' height='53'></td>
      <td class='tarpas' width='1' height='53'></td>
   </tr>
   <tr>
   <td rowspan='3' class='bnr5' width='16' height='324'></td>
<td rowspan='3' class='bnr6' width='170' height='324' align='center' valign='top'>";
foreach($menu as $a) {
$men = explode("[-]", $a);
echo "<a href='".$men[0]."'><img src='".THEME."images/".$men[1]."1.gif' border='0' onmouseover=\"this.src='".THEME."images/".$men[1]."0.gif'\" onmouseout=\"this.src='".THEME."images/".$men[1]."1.gif'\" alt=''></a>";
}
echo "</td>
      <td colspan='5' class='bnr7' width='794' height='146'></td>
      <td class='tarpas' width='1' height='146'></td>
   </tr>
   <tr>
                <td class='bnr8' width='42' height='154'></td>
                <td class='bnr9' width='207' height='154' align='center'>";
   $result = dbquery("SELECT * FROM ".DB_PREFIX."downloads ORDER BY download_datestamp DESC LIMIT 0,10");
   if (dbrows($result) != 0) {
      echo "<table width='100%' cellpadding='0' cellspacing='0'>";
      while ($data = dbarray($result)) {
         echo "<tr>
            <td class='small'>
               <img src='".THEME."images/bullet.gif'>
               <a href='".BASEDIR."downloads.php?cat_id=".$data['download_cat']."&download_id=".$data['download_id']."' title='".$data['download_title']."' class='side'>".trimlink($data['download_title'], 30)."</a>
            </td>
            <td align='right'>".$data['download_count']."</td>
         </tr>";
      }
      echo "</table>";
   } else {
      echo "Šiai panelei nėra turinio";
   }
echo "          </td>
      <td class='bnr10' width='59' height='154'></td>
      <td class='bnr11' width='202' height='154' align='center'>";
   $result = dbquery("SELECT * FROM ".DB_PREFIX."downloads ORDER BY download_count DESC LIMIT 0,10");
   if (dbrows($result) != 0) {
      echo "<table width='100%' cellpadding='0' cellspacing='0'>";
      while ($data = dbarray($result)) {
         echo "<tr>
            <td class='small'>
               <img src='".THEME."images/bullet.gif'>
               <a href='".BASEDIR."downloads.php?cat_id=".$data['download_cat']."&download_id=".$data['download_id']."' title='".$data['download_title']."' class='side'>".trimlink($data['download_title'], 30)."</a>
            </td>
            <td align='right'>".$data['download_count']."</td>
         </tr>";
      }
      echo "</table>";
   } else {
      echo "Šiai panelei nėra turinio";
   }
echo "          </td>
      <td class='bnr12' width='284' height='154'></td>
      <td class='tarpas' width='1' height='154'></td>
   </tr>
   <tr>
      <td colspan='5' rowspan='2' class='bnr13' width='794' height='42'></td>
      <td class='tarpas' width='1' height='24'></td>
   </tr>
   <tr>
      <td colspan='2' class='bnr14' width='186' height='18'></td>
      <td class='tarpas' width='1' height='18'></td>

   </tr>
</table>
<table align='center' width='980' height='40' border='0' cellpadding='0' bgcolor='$body_bg' cellspacing='0'>
   <tr>";
$i = 1;
foreach($menu_header as $a) {
$men = explode("[-]", $a);
echo "<td class='sub_linkai".$i."' width='".$men[1]."' height='40'>";
if($men[0]!="") {
echo "<a href='".$men[0]."'><img src='".THEME."images/spacer.gif' width='".$men[1]."' height='40' style='display:block'>";
}
echo "</td>";
$i++;
}
echo "</tr>
</table><table align='center' width='980' height='5' border='0' cellpadding='0' bgcolor='$body_bg' cellspacing='0'>
<tr><td></td></tr>
</table>
<table align='center' cellpadding='0' cellspacing='0' bgcolor='$body_bg' width='980'>
<tr><td>";
}

function render_footer($license=false) {
global $theme_width, $settings, $body_bg;
echo "</tr>\n</table>\n";
echo "<table align='center' width='980' height='10' border='0' bgcolor='$body_bg' cellpadding='0' cellspacing='0'>
   <tr>
   <td>
   </td>
   </tr>
   </table><table align='center' width='980' height='40' border='0' bgcolor='$body_bg' cellpadding='0' cellspacing='0'>
   <tr>
      <td class='futeris1' width='15' height='40'></td>

      <td class='futeris2' width='732' height='40'>".showcounter()."</td>
      <td class='futeris3' width='233' height='40'></td>
   </tr>
</table>   <table align='center' width='980' height='5' border='0' bgcolor='$body_bg' cellpadding='0' cellspacing='0'>
   <tr>
   <td>
   </td>
   </tr>

   </table></td>
</tr>
</table>";

}

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

echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td 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," ·").newsopts($info,"·").closeform("N",$info['news_id']);
echo "</td>
</tr>
</table>\n";

}

function render_article($subject, $article, $info) {
   
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<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," ·").articleopts($info,"·").closeform("A",$info['article_id']);
echo "</td>
</tr>
</table>\n";

}

function opentable($title) {
echo "<table align='center' width='100%' height='100%' border='0' cellpadding='0' cellspacing='0'>
   <tr><td class='pan-ct-kaire' width='12' height='34'><img src='".THEME."images/spacer.gif' width='12' height='34' style='display:block'></td><td width='100%' height='34' class='pan-ct-centras'>$title</td><td class='pan-ct-desine' width='15' height='34'><img src='".THEME."images/spacer.gif' width='15' height='34' style='display:block'></td>
   </tr>
   <tr><td class='pan-ct-son-kaire' width='12' height='100%'></td><td  width='100%' height='100%' class='pan-ct-fonas'>";
}

function closetable() {

echo "</td><td class='pan-ct-son-desine' width='15' height='100%'></td></tr><tr>
      <td class='pan-ct-apac-kaire' width='12' height='10'></td>
      <td width='100%' height='10' class='pan-ct-apac-centras'></td>
      <td class='pan-ct-apac-desine' width='15' height='10'></td></tr></table>";
}

function openside($title) {   
echo "<table align='center' width='188' height='140' border='0' cellpadding='0' cellspacing='0'><tr>
   <td colspan='2' class='pan-kaire' width='16' height='44'></td><td colspan='2' class='pan-centras' width='158' height='44'>$title</td><td colspan='2' class='pan-desine' width='14' height='44'></td>
   </tr><tr><td class='pan-son-kaire' width='8' height='100%'></td>
   <td colspan='4' class='pan-fonas' width='8' height='100%'>";
}

function closeside() {

echo "</td><td class='pan-son-desine' width='8' height='100%'></td>
   </tr><tr>
      <td colspan='2' class='pan-apac-kaire' width='16' height='15'></td><td class='pan-apac-centras' width='154' height='15'></td><td colspan='3' class='pan-apac-desine' width='18' height='15'></td>
   </tr><tr>
      <td class='tarpas' width='8' height='1'></td>
      <td class='tarpas' width='8' height='1'></td>
      <td class='tarpas' width='154' height='1'></td>

      <td class='tarpas' width='4' height='1'></td>
      <td class='tarpas' width='6' height='1'></td>
      <td class='tarpas' width='8' height='1'></td>
   </tr>
</table>";
tablebreak();

}

function opensidex($title,$state="on") {
$boxname = str_replace(" ", "", $title);
echo "<table align='center' width='188' height='140' border='0' cellpadding='0' cellspacing='0'><tr>
   <td colspan='2' class='pan-kaire' width='16' height='44'></td><td colspan='2' class='pan-centras' width='158' height='44'>$title</td><td class='pan-centras' align='right'>".panelbutton($state,$boxname)."</td><td colspan='2' class='pan-desine' width='14' height='44'></td>
   </tr><tr><td class='pan-son-kaire' width='8' height='100%'></td>
   <td colspan='4' class='pan-fonas' width='8' height='100%'><div id='box_$boxname'".($state=="off"?" style='display:none'":"").">";
}

function closesidex() {
echo "</div></td><td class='pan-son-desine' width='8' height='100%'></td>
   </tr><tr>
      <td colspan='2' class='pan-apac-kaire' width='16' height='15'></td><td class='pan-apac-centras' width='154' height='15'></td><td colspan='3' class='pan-apac-desine' width='18' height='15'></td>
   </tr><tr>
      <td class='tarpas' width='8' height='1'></td>
      <td class='tarpas' width='8' height='1'></td>
      <td class='tarpas' width='154' height='1'></td>

      <td class='tarpas' width='4' height='1'></td>
      <td class='tarpas' width='6' height='1'></td>
      <td class='tarpas' width='8' height='1'></td>
   </tr>
</table>";
tablebreak();
}

function tablebreak() {

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

}
?>



Styles

/* ------------------ */
/* RIPPED BY PLAY */
/* ------------------ */


/* Web / Nickname */
/* is responsible of this content. */
body {
   font-family:Verdana,Tahoma,Arial,Sans-Serif;
   font-size:10px;
        background-image: url(images/bg.gif);
        color:#464646;
      background-color:#d2d2d2;
   padding:0px 0px 0px 0px;
   margin:0px;
}


.forumline {
        border: solid 1px #CACACA;
   background-color: #CACACA;
}
a {
   color:#c08020;
   text-decoration:none;
   font-size:10px;
}

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

a.side {
   color:#c08020;
   text-decoration:none;
   font-size:10px;
}

a:hover.side {
   color:#0C0C0C;
   text-decoration:none;
}

a.white {
   color:#0567C4;
   text-decoration:none;
   font-size:11px;
}

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

form {
   margin:0px 0px 0px 0px;
}

hr {
   border-top:1px #E2E2E2 solid;
   border-bottom:1px #F9F9F9 solid;
}

hr.side-hr {
   border:1px #E2E2E2 solid;
   border-bottom:1px #F9F9F9 solid;
}

td {
   font-family:Verdana,Tahoma,Arial,Sans-Serif;
   font-size:10px;
}

pre {
   font-family:Verdana,Tahoma,Arial,Sans-Serif;
   font-size:9px;
}

.alt {
   color:#1C1C1C;
}

.bnr1 {
   width:16px; height:53px;
   background-image:url(images/oranzinis_headeris_pradetas_01.gif);
}
.bnr3 {
   width:170px; height:53px;
   background-image:url(images/oranzinis_headeris_prade-03.gif);
}
.bnr4 {
   width:794px; height:53px;
   background-image:url(images/oranzinis_headeris_prade-04.gif);
}
.bnr5 {
   width:16px; height:324px;
   background-image:url(images/oranzinis_headeris_prade-05.gif);
}
.bnr6 {
   width:170px; height:324px;
   background-image:url(images/oranzinis_headeris_prade-06.gif);
}
.bnr7 {
   width:794px; height:146px;
   background-image:url(images/oranzinis_headeris_prade-07.gif);
}
.bnr8 {
   width:42px; height:154px;
   background-image:url(images/oranzinis_headeris_prade-08.gif);
}
.bnr9 {
   width:207px; height:154px;
   background-image:url(images/oranzinis_headeris_prade-09.gif);
}
.bnr10 {
   width:59px; height:154px;
   background-image:url(images/oranzinis_headeris_prade-10.gif);
}
.bnr11 {
   width:202px; height:154px;
   background-image:url(images/oranzinis_headeris_prade-11.gif);
}
.bnr12 {
   width:284px; height:154px;
   background-image:url(images/oranzinis_headeris_prade-12.gif);
}
.bnr13 {
   width:794px; height:42px;
   background-image:url(images/oranzinis_headeris_prade-13.gif);
}
.bnr14 {
   width:186px; height:18px;
   background-image:url(images/oranzinis_headeris_prade-14.gif);
}
.sub_linkai1 {
   width:80px; height:40px;
   background-image:url(images/oranziniai_linkai_01.gif);
}
.sub_linkai2 {
   width:87px; height:40px;
   background-image:url(images/oranziniai_linkai_02.gif);
}
.sub_linkai3 {
   width:89px; height:40px;
   background-image:url(images/oranziniai_linkai_03.gif);
}
.sub_linkai4 {
   width:88px; height:40px;
   background-image:url(images/oranziniai_linkai_04.gif);

}
.sub_linkai6 {
   width:86px; height:40px;
   background-image:url(images/oranziniai_linkai_06.gif);
}
.sub_linkai7 {
   width:79px; height:40px;
   background-image:url(images/oranziniai_linkai_07.gif);

}
.sub_linkai10 {
   width:114px; height:40px;
   background-image:url(images/oranziniai_linkai_10.gif);
}
.sub_linkai11 {
   width:118px; height:40px;
   background-image:url(images/oranziniai_linkai_11.gif);
}
.futeris1 {
   width:15px; height:40px;
   background-image:url(images/footeris_oranzinis_01.gif);
}
.futeris2 {
   font-family:Verdana,Tahoma,Arial,Sans-Serif;
   font-size:10px;
   color:#2e2e2e;
   width:732px; height:40px;
   background-image:url(images/footeris_oranzinis_02.gif);
}
.futeris3 {
   width:233px; height:40px;
   background-image:url(images/footeris_oranzinis_03.gif);
}
.tarpas {
   background-image:url(images/spacer.gif);
}
.mainsite-border {
   border-right : 2px solid #9c9c9c;
   border-left : 2px solid #9c9c9c;
   padding : 0px;
   }

.pan-kaire {
   width:16px; height:44px;
   background-image:url(images/son_panele_01.gif);
}
.pan-centras {
   font-family:Verdana,Tahoma,Arial,Sans-Serif;
   font-size:12px;font-weight:bold;
   color:#3A3A3A;
   height:44px;
   width:158px;
   padding-right:5px;
   background-image:url(images/son_panele_02.gif);
}


.pan-desine {
   width:14px; height:44px;
   background-image:url(images/son_panele_03.gif);
}
.pan-son-kaire {
   width:8px; height:100%;
   background-image:url(images/son_panele_04.gif);
}
.pan-fonas {
   width:172; height:100%;
   background-image:url(images/son_panele_05.gif);
}
.pan-son-desine {
   width:8px; height:100%;
   background-image:url(images/son_panele_06.gif);
}
.pan-apac-kaire {
   width:16px; height:15px;
   background-image:url(images/son_panele_07.gif);
}
.pan-apac-centras {
   width:154px; height:15px;
   background-image:url(images/son_panele_08.gif);
}
.pan-apac-desine {
   width:18px; height:15px;
   background-image:url(images/son_panele_09.gif);
}


.button {
   font-family:Verdana,Tahoma,Arial,Sans-Serif;
   font-size:10px;
   color:#000020;
   border:1px solid; border-color:#B7B7B7 #B7B7B7 #B7B7B7 #B7B7B7;
   background: #FFFFFF;
   background-image:url(images/button.gif);
   margin-top:2px;
}

.pan-ct-kaire {
   width:12px; height:34px;
   background-image:url(images/centrine_panelke_01.gif);
}
.pan-ct-centras {
   font-family:Verdana,Tahoma,Arial,Sans-Serif;
   font-size:12px;font-weight:bold;
   color:#3A3A3A;
   height:34px;
   padding-right:5px;
   background-image:url(images/centrine_panelke_02.gif);
}


.pan-ct-desine {
   width:15px; height:34px;
   background-image:url(images/centrine_panelke_03.gif);
}
.pan-ct-son-kaire {
   width:12px; height:100%;
   background-image:url(images/centrine_panelke_04.gif);
}
.pan-ct-fonas {
   background-image:url(images/centrine_panelke_05.gif);
}
.pan-ct-son-desine {
   width:15px;
   background-image:url(images/centrine_panelke_06.gif);
}
.pan-ct-apac-kaire {
   width:12px; height:10px;
   background-image:url(images/centrine_panelke_07.gif);
}
.pan-ct-apac-centras {
    height:10px;
   background-image:url(images/centrine_panelke_08.gif);
}
.pan-ct-apac-desine {
   width:15px; height:10px;
   background-image:url(images/centrine_panelke_09.gif);
}

/* naujienu apacia */
.pan-n-apac-kaire {
   width:12px; height:33px;
   background-image:url(images/pan_centrine_news_07.gif);
}
.pan-n-apac-centras {
    height:33px;
   background-image:url(images/pan_centrine_news_08.gif);
}
.pan-n-apac-desine {
   width:15px; height:33px;
   background-image:url(images/pan_centrine_news_09.gif);
}

.textbox {
   font-family:Verdana,Tahoma,Arial,Sans-Serif;
   font-size:10px;
   color:#000020;
   background-color:#FAFAFA;
   border:1px #CACACA solid;
}

.main-body {
   background-color:#FFFFFF;
   color: #3B3B3B;
   font-weight: normal;
   padding:4px 4px 6px 6px;
}

.table-cellpic {
   font-size: 11px;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #FFFFFF;
   background-image: url(images/px.gif);
   padding:1px 3px 0px 10px;

}

.panel-border {
   border: 1px solid #FFFFFF;
}

.news-border {
   border-top: solid #CACACA;
   border-top-width: 1px;
   border-left: solid #CACACA;
   border-left-width: 1px;
   border-right: solid #CACACA;
   border-right-width:1px;
   border-bottom: solid #ff6000;
   border-bottom-width:0px;
}

.panel-cellpic {
   font-size: 11px;
   font-weight: bold;
   color: #FFFFFF;
   background-color: #cccccc;
   background-image: url(images/px.gif);
   padding:2px 4px 0px 10px;

}

.side-body {
   color: #738495;
   border:1px #999999;
   font-weight: normal;
   padding:4px 4px 6px 4px;
}

.main-bg {
   background-color:#F8F8F8;
}

.border {
   border-width:0px 1px 1px 1px;
   border-color:#CACACA;
   border-style:solid;
}

.news-footer {
   background: #ffc000;
   font-size:8px;
   font-weight:normal;
   color:#FFFFFF;
   height:17px;
   padding:4px 4px 4px 4px;
}

.capmain {
   font-family:Verdana,Tahoma,Arial,Sans-Serif;
   font-size:10px;
   font-weight:bold;
   border-width:1px 1px 1px 1px;
   border-color:#CACACA;
   border-style:solid;
   color:#B78E00;
   height:24px;
   padding:2px 2px 2px 2px;
}

.footer {
   font-family:Verdana,Tahoma,Arial,Sans-Serif;
   font-size:9px;
   color:#777;
   background-color:#FFFFFF;
   border-top:1px #CACACA solid; border-bottom:0px #CACACA solid;
   padding:4px 4px 4px 4px;
}

.footerstat {
   font-family:Verdana,Tahoma,Arial,Sans-Serif;
   font-size:9px;
   font-weight:bold;
   color:#E81000;
}

img {
   border: 0px;
}

.scapmain {
   font-family:Verdana,Tahoma,Arial,Sans-Serif;
   font-size:10px;
   font-weight:bold;
   color:#000;
   height:19px;
   padding:0px 2px 0px 2px;
   border-width:1px 0px 1px 0px;
   border-color:#CACACA #CACACA #CACACA #CACACA;
   border-style:solid;
}

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

.tbl {
   font-size:11px;
   padding:4px;
}

.tbl1 {
   font-size:11px;
   color:#091609;
   background-color:#FFFFFF;
   padding:4px;
}

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

.forum-caption {
   font-size:9px;
   font-weight:bold;
   color:#2A7ED8;
   background-color:#F1F1F1;
   height:24px;
   padding:0px 4px 2px 4px;

}

.quote {
   color:#2E4D80;
   background-color:#F8F8F8;
        background-image: url(images/code_header.png);
   padding:2px;
   margin:0px 19px 0px 20px;
   border:1px #CACACA solid;
}

.poll {
   height:8px;
   border:1px #929AA2 solid;
}

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

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

.shoutbox {
   color:#06070A;
}

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

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

.small2 {
   font-size:9px;
   font-weight:normal;
   color:#1C1C1C;
}

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

.side-label {
   background-color:#E3E3E3;
   font-weight:normal;
   color:#888;
   padding:2px;
}

.gallery {
   padding: 16px 0px 8px 0px;
}

.gallery img {
   border: 1px solid #CACACA;
   filter: gray;
}

.gallery:hover img {
   border: 1px solid #4E79F3;
   filter: none;
}

img.activegallery   {
   border: 1px solid #CACACA;
   filter: none;
}




2008 Kov. 16 10:03:30          2 žinutė iš 7
Spausdinti pranešimą
Visu pirma isjunk smailus zinuteje, o visu antra, ar tau negeda kopijuot kitu darbus?
2008 Kov. 16 10:03:49          3 žinutė iš 7
Spausdinti pranešimą
Visu pirma jei nesiruosi padet nei ir nerasyk cia
2008 Kov. 16 10:03:39          4 žinutė iš 7
Spausdinti pranešimą
Išjunk smailus

2008 Kov. 16 10:03:46          5 žinutė iš 7
Spausdinti pranešimą
išjungiau dabar galit padet?
2008 Kov. 16 11:03:54          6 žinutė iš 7
Spausdinti pranešimą
nu tai?
2008 Kov. 16 12:03:33          7 žinutė iš 7
Spausdinti pranešimą
kas nu tai šiap redagok postą o ten ištrink tagus ir padaryk <img scr='".THEME."images/header.png' nors nežinau ar gausis

Peršokti į forumą: