Navigacija

Vartotojų tinkle

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

Registruoti nariai: 25,956
Naujausias narys: saulyzas

Naujausi straipsniai

Paskutiniai nariai

saulyzas 1 diena
MaFetas 3 dienos
TOMIJUS 1 savaitė
ozzWANTED 1 savaitė
Reikalas10 savaitės
Jaunelis16 savaitės
lanis16 savaitės
And2s17 savaitės
Memento Mori22 savaitės
Quwqkibor24 savaitės
asirija28 savaitės
tomeem30 savaitės
weberiz34 savaitės
mRokass36 savaitės
kartoonas37 savaitės
grunskiz40 savaitės
Bruksnys40 savaitės
illusion40 savaitės
ordo41 savaitės
Jurgaila42 savaitės

Informacija:


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

MaFetas
2024 Lap. 13 22:11:57
hey how, geras dar veikiantis saitas?

Jaunelis
2024 Lie. 25 11:07:43
Oho vis dar veikia svetainė akinanti šypsen Šimtas metų, matau Šaukykloje nuostalgija. Smagu panaršyt po forumą ir pažiūrėt senas temas šypsosi

And2s
2024 Lie. 17 19:07:04
2008 pirmą kart čia patekau, man buvo 10m ir čia pramokau programavimo.. smagu skaityti senas žinutes, tokia nostalgija akinanti šypsen ačiū Ozz kad saugoji šitą kultūrinį reliktą šypsosi

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

Š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
Repitina panele melina
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Bendri PHP-F klausimai

Autorius: Plutas Peržiūrų: 523      Spausdinti temą
2012 Gru. 9 20:12:04          1 žinutė iš 2
Spausdinti pranešimą
Taigi noriu jusu paprašyti kad padetumete scriptinu sau dizaina kur parodisiu tik čia pradėtas scriptinti žodžiu noriu paklausti kodel melina šonine panele atkartoja gala prie kaledines skrybeles cia yra mano dizainas: http://bandimas.us.lt/news.php
O cia theme.php
<?php

if (!defined("IN_FUSION")) { die("Access Denied"); }
define("THEME_BULLET", "<span class='bullet'>&middot;</span>");
require_once INCLUDES."theme_functions_include.php";

function render_page($license=false) {
global $theme_width,$userdata,$settings,$locale,$data,$db_prefix,$lookup,$msg_count,$aidlink;

   echo "<table align='center' cellpadding='0' cellspacing='0' class='decolor'>\n<tr>
   <td align='right' width='1070'>";
   echo "</td>
   </tr>
   </table>";
   echo "<table align='center' cellpadding='0' cellspacing='0' class='decolor2'>\n<tr>
   <td align='right' width='12'>";
   echo "</td>
   <td align='left' width='555'>";
   echo "<div style='margin-top:75px'></div>\n";
   if (!defined("IN_FUSION")) { die("Access Denied"); }
   global $lastvisited;
   if (!isset($lastvisited) || !isnum($lastvisited)) { $lastvisited = time(); }
   $data = dbarray(dbquery("SELECT tt.thread_lastpost
   FROM ".DB_FORUMS." tf
   INNER JOIN ".DB_THREADS." tt ON tf.forum_id = tt.forum_id
   WHERE ".groupaccess('tf.forum_access')."
   ORDER BY tt.thread_lastpost DESC LIMIT ".($settings['numofthreads']-1).", ".$settings['numofthreads']));
   $timeframe = empty($data['thread_lastpost']) ? 0 : $data['thread_lastpost'];
   $result = dbquery(
   "SELECT tt.thread_id, tt.thread_subject, tt.thread_views, tt.thread_lastuser, tt.thread_lastpost,
   tt.thread_poll, tf.forum_id, tf.forum_name, tf.forum_access, tt.thread_lastpostid, tt.thread_postcount, tu.user_id, tu.user_name
   FROM ".DB_THREADS." tt
   INNER JOIN ".DB_FORUMS." tf ON tt.forum_id=tf.forum_id
   INNER JOIN ".DB_USERS." tu ON tt.thread_lastuser=tu.user_id
   WHERE ".groupaccess('tf.forum_access')." AND tt.thread_lastpost >= ".$timeframe."
   ORDER BY tt.thread_lastpost DESC LIMIT 0,08");
   if (dbrows($result)) {
   $i = 0;
   echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
   echo "<td class='tbl3'></td>\n";
   echo "<td width='100%' class='tbl3'>".$locale['global_044']."</td>\n";
   echo "<td width='1%' class='tbl3' style='text-align:center;white-space:nowrap'> ".$locale['global_045']." &nbsp;&nbsp;</td>\n";
   echo "<td width='1%' class='tbl3' style='text-align:center;white-space:nowrap'> ".$locale['global_046']." &nbsp;&nbsp;</td>\n";
   echo "<td width='1%' class='tbl3' style='text-align:center;white-space:nowrap'> ".$locale['global_047']." </td>\n";
   echo "</tr>\n";
   while ($data = dbarray($result)) {
   $row_color = ($i % 2 == 0 ? "tbl3" : "tbl3");
   echo "<tr>\n<td class='".$row_color."'>";
   if ($data['thread_lastpost'] > $lastvisited) {
   $thread_match = $data['thread_id']."\|".$data['thread_lastpost']."\|".$data['forum_id'];
   if (iMEMBER && preg_match("(^\.{$thread_match}$|\.{$thread_match}\.|\.{$thread_match}$)", $userdata['user_threads'])) {
   }
   }
   if ($data['thread_poll']) {
   $thread_poll = "<span class='tbl3'>[".$locale['global_051']."]</span> ";
   } else {
   $thread_poll = "";
   }
   echo "</td>\n";
   echo "<td width='100%' class='".$row_color."'>".$thread_poll."<a href='".FORUM."viewthread.php?thread_id=".$data['thread_id']."&amp;pid=".$data['thread_lastpostid']."#post_".$data['thread_lastpostid']."' title='".$data['thread_subject']."'>".trimlink($data['thread_subject'], 80)."</a>\n</td>\n";
   echo "<td width='1%' class='tblcustom' style='text-align:center;white-space:nowrap'>".$data['thread_views']."</td>\n";
   echo "<td width='1%' class='tblcustom' style='text-align:center;white-space:nowrap'>".($data['thread_postcount']-1)."</td>\n";
   echo "<td width='1%' class='".$row_color."' style='text-align:center;white-space:nowrap'><a href='".BASEDIR."profile.php?lookup=".$data['thread_lastuser']."'>".$data['user_name']."</a>\n</td>\n";
   echo "</tr>\n";
   $i++;
   }
   echo "</table>\n";
   echo "</div>\n";
   }
   echo "</td>
   <td align='center' width='12'>";
   echo "</td>
   <td align='left' width='480'>";
   include THEME."code/img.php";
   echo "</td>
   <td align='right' width='12'>";
   echo "</td>
   </tr>
   </table>";
   echo "<table align='center' cellpadding='0' cellspacing='0' width='100%'>\n
   <td>
   <div id='containe'>
   <div id='sub-nav'>
   <a href='".BASEDIR."index.php'></a>
   <ul>
   <li><a href='".BASEDIR."index.php'>NAMAI</a></li>
   <li><a href='".BASEDIR."servers/'>SERVERIAI</a></li>
   <li><a href='".BASEDIR."smssistema/'>PASLAUGOS</a></li>
   <li><a href='".FORUM."index.php'>FORUMAS</a></li>
   <li><a href='".BASEDIR."downloads.php'>FAILAI</a></li>
   <li><a href='http://109.235.71.109/ban'/>AMXBANS</a></li>
   <li><a href='http://109.235.71.109/sourcebans/'>SOURCEBANS</a></li>
   <li><a href='".BASEDIR."faq.php'>D.U.K</a></li>
   <li><a href='".BASEDIR."contact.php'>KONTAKTAI</a></li>
   <li><a href='http://www.iv.lt/remti.php?laikiux'>PARAMA</a></li>
   <li><a href='".BASEDIR."search.php'>PAIEŠKA</a></li>
   </ul>
   </div>
   </td>
   </table>\n";
   echo "<table align='center' cellpadding='0' cellspacing='0' class='decolor3'>\n<tr>
   <td align='right' width='1070'>";
   echo "</td>
   </tr>
   </table>";
   echo "<table cellpadding='0' cellspacing='0' width='1070' align='center' class='content'><tr>\n";
   if (LEFT) { echo "<td class='side-border-left' valign='top' width='230'>".LEFT."</td>"; }
   echo "<td class='main-bg' valign='top'>".U_CENTER.CONTENT.L_CENTER."</td>";
   if (RIGHT) { echo "<td class='side-border-right' valign='top' width='230'>".RIGHT."</td>"; }
   echo "</tr>\n</table>\n";
   echo "<table width='1070' height='96' border='0' cellpadding='0' cellspacing='0' align='center' class='footer'>
   <tr>
   <td align='left'>
   <span style='padding-left:20px; font-family: Tahoma; font-size: 12px;'>Powered by <a href='http://www.php-fusion.co.uk/news.php'>PHP-Fusion</a> copyright 2002 - 2010 by Nick Jones.</span><br>
   <span style='padding-left:20px; font-family: Tahoma; font-size: 12px;'>Released as free software without warranties under <a href='http://www.gnu.org/licenses/agpl-3.0.html'>GNU Affero GPL v3.</a></span><br><br>
   <span style='padding-left:50px; font-family: Tahoma; font-size: 12px;'><a href='http://www.decolor.lt/' target='_blank' title='Kompiuterinės grafikos, PHP, xHTML/CSS ir PHP-Fusion v7 programavimo paslaugos'>Website development by decolor.lt</a></span>
   </td>
   <td align='center'>
   </td>
   <td align='right'>
   <span style='padding-right:20px; font-family: Tahoma; font-size: 12px;'>Administracijos skype: <a href='skype:Laikiux?chat'>Laikiux</a></span><br>
   <span style='padding-right:20px; font-family: Tahoma; font-size: 12px;'>Visos teisės saugomos: <a href='http://www.laikiux.lt/' target='_blank'>www.laikiux.lt</a></span>
   <div style='margin-bottom:25px'></div>
   </td>
   </tr>
   </table>\n";
}

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

   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='panel-left3'><img src='".THEME."images/blank.gif' width='10' height='40' alt='' style='display:block'></td>";
   echo "<td width='100%' class='panel-main3'>$subject</td>";
   echo "<td class='panel-right3'><img src='".THEME."images/blank.gif' width='10' height='40' alt='' style='display:block'></td>";
   echo "</tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='border-left3'><img src='".THEME."images/blank.gif' width='10' height='10' alt='' style='display:block'></td>";
   echo "<td class='main-body'><div style='width:100%;vertical-align:top;'>$news</div>";
   echo "<div style='margin-top:5px'>";
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr><br>";
   echo "<td align='left' class='infobar'>
   <a href='".BASEDIR."profile.php?lookup=".$info['user_id']."'>
   <img src='".THEME."images/bullet.gif' alt=''> <b>".$info['user_name']."</b></a> &nbsp;
   <img src='".THEME."images/bullet.gif' alt=''> ".showdate("%y.%m.%d", $info['news_date'])." &nbsp;
   <a href='".BASEDIR."news.php?readmore=".$info['news_id']."'>
   <img src='".THEME."images/bullet.gif' alt=''> <b> Skaityti daugiau... </b></a>&nbsp;
   <img src='".THEME."images/bullet.gif' alt=''> ".$info['news_reads']." Peržiūros &nbsp;
   <img src='".THEME."images/bullet.gif' alt=''> ".$info['news_comments']." Komentarai</div></td>";
   echo "</td></tr></table></div></td>";
   echo "<td class='border-right3'><img src='".THEME."images/blank.gif' width='10' height='10' alt='' style='display:block'>";
   echo "</td></tr><tr>";
   echo "<td class='border-bleft3'><img src='".THEME."images/blank.gif' width='10' height='16' alt='' style='display:block'></td>";
   echo "<td class='border-bmain3'><img src='".THEME."images/blank.gif' width='1' height='16' alt='' style='display:block'></td>";
   echo "<td class='border-bright3'><img src='".THEME."images/blank.gif' width='10' height='16' alt='' style='display:block'></td>";
   echo "</tr></table><div style='margin-top:5px'></div>\n";
}

function render_article($subject, $article, $info) {

   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='panel-left3'><img src='".THEME."images/blank.gif' width='10' height='40' alt='' style='display:block'></td>";
   echo "<td width='100%' class='panel-main3'>$subject</td>";
   echo "<td class='panel-right3'><img src='".THEME."images/blank.gif' width='10' height='40' alt='' style='display:block'></td>";
   echo "</tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='border-left3'><img src='".THEME."images/blank.gif' width='10' height='10' alt='' style='display:block'></td>";
   echo "<td class='article-body'><div style='width:100%;vertical-align:top;'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</div><br>";
   echo "<div style='margin-top:5px'>";
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr><br>";
   echo "<td class='infobar2'>".articleposter($info," &middot;")."</td>";
   echo "<td align='right' class='infobar2'>";
    echo articleopts($info,"&middot;").itemoptions("A",$info['article_id']);
   echo "</td></tr></table></div></td>";
   echo "<td class='border-right3'><img src='".THEME."images/blank.gif' width='10' height='10' alt='' style='display:block'></td>";
   echo "</tr><tr>";
   echo "<td class='border-bleft3'><img src='".THEME."images/blank.gif' width='10' height='16' alt='' style='display:block'></td>";
   echo "<td class='border-bmain3'><img src='".THEME."images/blank.gif' width='1' height='16' alt='' style='display:block'></td>";
   echo "<td class='border-bright3'><img src='".THEME."images/blank.gif' width='10' height='16' alt='' style='display:block'></td>";
   echo "</tr></table><div style='margin-top:5px'></div>\n";
}

function opentable($title) {

   echo "<table width='100%' cellpadding='0' cellspacing='0'>";
   echo "<tr><td class='panel-left2'><img src='".THEME."images/blank.gif' width='10' height='40' alt='' style='display:block'></td>";
   echo "<td width='100%' class='panel-main2'><div class='panel-title-main'>$title</div></td>";
   echo "<td class='panel-right2'><img src='".THEME."images/blank.gif' width='10' height='40' alt='' style='display:block'></td>";
   echo "</tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='border-left2'><img src='".THEME."images/blank.gif' width='10' height='10' alt='' style='display:block'></td>";
   echo "<td class='table-body'><br>\n";
}

function closetable() {

   echo "</td>";
   echo "<td class='border-right2'><img src='".THEME."images/blank.gif' width='10' height='10' alt='' style='display:block'></td></tr>";
   echo "<tr>";
   echo "<td class='border-bleft2'><img src='".THEME."images/blank.gif' width='10' height='16' alt='' style='display:block'></td>";
   echo "<td class='border-bmain2'><img src='".THEME."images/blank.gif' width='1' height='16' alt='' style='display:block'></td>";
   echo "<td class='border-bright2'><img src='".THEME."images/blank.gif' width='10' height='16' alt='' style='display:block'></td>";
   echo "</tr></table><div style='margin-top:5px'></div>\n";
}

function openside($title) {

   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='panel-left'><img src='".THEME."images/blank.gif' width='14' height='46' alt='' style='display:block'></td>";
   echo "<td width='100%' class='panel-main'><div class=''>$title</div></td>";
   echo "<td class='panel-right'><img src='".THEME."images/blank.gif' width='14' height='46' alt='' style='display:block'></td>";
   echo "</tr></table>";
   echo "<table width='100%' cellpadding='0' cellspacing='0'><tr>";
   echo "<td class='border-left'><img src='".THEME."images/blank.gif' width='14' height='30' alt='' style='display:block'></td>";
   echo "<td class='side-body'>\n";
}

function closeside() {

   global $panel_collapse;
   if ($panel_collapse == true) { echo "</div>\n"; }
   echo "</td>";
   echo "<td class='border-right'><img src='".THEME."images/blank.gif' width='14' height='10' alt='' style='display:block'></td></tr>";
   echo "<tr>";
   echo "<td class='border-bleft'><img src='".THEME."images/blank.gif' width='14' height='15' alt='' style='display:block'></td>";
   echo "<td class='border-bmain'><img src='".THEME."images/blank.gif' width='240' height='14' alt='' style='display:block'></td>";
   echo "<td class='border-bright'><img src='".THEME."images/blank.gif' width='14' height='15' alt='' style='display:block'></td>";
   echo "</tr></table><div style='margin-top:5px'></div>\n";
}

?>



o cia Style:
a {
   color: #835b30;
   text-decoration: none;
}

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

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

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

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

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

.spacer {
   margin-bottom: 0px;
}

.admin-message {
   font-family: Tahoma;
   font-size: 12px;
   text-align: center;
   color: #333333;
   background-color: #f6f6f6;
   border: 1px solid #ddd;
   padding: 3px 4px 5px 4px;
   margin-bottom: 5px;
}

body {
   background-color: #18100e;
   font-family: Tahoma;
   font-size: 12px;
   color: #835b30;
   margin: 0;
   margin-bottom: 20px;
}

.id {
   background-image: url('images/bg_id.png');
   background-color: #120c0c;
   font-family: Tahoma;
   font-size: 11px;
   border: 0px;
   color: #8e5b29;
   margin-top: 0px;
   width: 135px;
   height: 21px;
   padding: 0px 0px 0px 8px;
}

.pass {
   background-image: url('images/bg_pass.png');
   background-color: #120c0c;
   font-family: Tahoma;
   font-size: 11px;
   border: 0px;
   color: #8e5b29;
   margin-top: 0px;
   width: 135px;
   height: 21px;
   padding: 0px 0px 0px 8px;
}

.inne {
   background-image: url('images/bg_button.png');
   background-color: #120c0c;
   border: 0px;
   margin-top: 0px;
   width: 62px;
   height: 21px;
   margin: 5px 0px 0px 5px;
}

.tbl3 {
   text-shadow: 1px 1px 0pt #181312;
   font-family: Tahoma;
   font-size: 11px;
   color:#c06811;
   padding: 0px 4px 0px 4px;
}
      .tbl3 a {
              color:#74614f;
              text-decoration: none;   
      }
      .tbl3 a:hover {
             color: #c06811;
              text-decoration: none;   
      }

.decolor {
   background: url('images/header.png');
   width:927px;
   height: 133px;
}

.decolor2 {
   background: url('images/header2.png');
   text-shadow: 1px 1px 0pt #181312;
   width:927px;
   height:91px;
   color:#74614f;
}
      .decolor2 a {
              color: #74614f;
              text-decoration: none;   
      }
      .decolor2 a:hover {
             color: #c06811;
              text-decoration: none;   
      }

.decolor3 {
   background: url('images/header3.png');
   width:945px;
   height: 83px;
}

#containe{
   margin:0 auto; padding:0px; position:relative; width:1070px; margin-top: 0px;
   }

#sub-nav{
   width:1070px; height:43px; margin:0px; padding:0;
   background: url('images/header3.jpg') no-repeat;
   color:#ffffff;
   float:left;    
   }

#sub-nav img{
   position:absolute; right:0; top:0px;
}

#sub-nav ul{
   position:absolute; left:0px; top:1px;
   margin:0; padding:0; list-style:none;
}

#sub-nav ul li{
   width:97px; margin:0; float:left;
}
#sub-nav ul li a{
   text-shadow: 1px 1px 0pt #18100e;
   padding: 12px 0px 0px 0px;
   font-family: Arial;
   font-size: 14px;
   color: #a96624;
   text-align: center;
   text-decoration: none;
   display: block;
   background: none;
   height: 30px;
}

#sub-nav ul li a:hover{
   color: #745148;
}

.border {
   background-color: #ddd;
   border: 0px #FFF solid;
}

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

.bbcode {
   font-family: Tahoma;
    font-size: 10px;
    color: #000;
    background-color: #eee;
    border: 1px solid #ccc;
    margin-top: 2px;
}

img {
   border: 0px;
}

form {
   margin: 0px;
}

td {
   font-family: Tahoma;
   font-size: 11px;
}

pre {
   font-family: Tahoma;
   font-size: 11px;
}

.alt {
   color: #FFF;
}

hr {
   border-top: 1px #e3e3e3 solid;
   border-bottom: 1px #fbfbfb solid;
   border-left: 0px;
   border-right: 0px;
}

hr.side-hr {
   border-top: 1px #000000 solid;
   border-bottom: 1px #241a1a solid;
   border-left: 0px;
   border-right: 0px;
}

.footer {
   text-shadow: 1px 1px 0pt #120c0c;
   background-image: url('images/footer.jpg');
   font-family: Tahoma;
   font-size: 12px;
   color: #8e5b29;
}
      .footer a {
              color: #8e5b29;
              text-decoration: none;   
      }
      .footer a:hover {
             color: #745148;
              text-decoration: none;   
      }

.button {
   font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
   font-size: 12px;
   display: inline-block;
   padding: 2px 6px;
   line-height: 1;
   color: #3C3C3D;
   text-shadow: 1px 1px 0 #FFFFFF;
   white-space: nowrap;
   cursor: pointer;
   overflow: visible;
   text-decoration: none;
   border: 1px solid #CACACA;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-background-clip: padding-box;
   border-radius: 5px;
   outline: none;
}

button::-moz-focus-inner {
   border: 0;
   padding:0px;
}

.button.primary {
   font-weight: bold
}

.button:focus, .button:hover {
   color: #fff;
   text-decoration: none;
   text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
   background-position: 0 -40px;
   background-color: #745148;
   border-color: #65463e;
}
   
.textbox {
   font-family: Tahoma;
   font-size: 11px;
   color: #292929;
   background-image: url('images/textbox.gif');
   background-color: #ffffff;
    border: 1px solid #ccc;
   padding: 0;
   margin: 0;
}

.news-category {
   border: 0px none;
   float: left;
   margin-left: 0;
   margin-right: 5px;
   margin-top: 3px;
   margin-bottom: 0;
}

.main-bg {
   padding: 5px 5px 0px 5px;
}

.side-border-left {
   padding: 5px 0px 0px 0px;
}

.side-border-right {
   padding: 5px 0px 0px 0px;
}

.main-body {
   background-color: #ffffff;
   font-family: Tahoma;
   font-size: 11px;
   color: #584c4a;
   padding: 0px 0px 0px 0px;
}

.side-body {
   background-color: #120c0c;
   font-family: Tahoma;
   font-size: 12px;
   color: #835b30;
   padding: 0px 0px 0px 0px;
}

.table-body {
   background-color: #ffffff;
   font-family: Tahoma;
   font-size: 11px;
   color: #584c4a;
   padding: 0px 0px 0px 0px;
}
      .table-body a {
              color: #584c4a;
              text-decoration: none;   
      }
      .table-body a:hover {
             color: #745148;
              text-decoration: none;   
      }

.article-body {
   background-color: #ffffff;
   font-family: Tahoma;
   font-size: 11px;
   color: #584c4a;
   padding: 0px 0px 0px 0px;
}

.infobar {
   font-family: Arial,Sans-Serif;
   font-size: 11px;
   font-weight: bold;
   color: #777777;
   padding: 0px;
   border-top: 0px;
}
      .infobar a {
         font-family: Arial,Sans-Serif;
              color: #777777;
         font-weight: bold;
              text-decoration: none;   
      }
      .infobar a:hover {
         font-family: Arial,Sans-Serif;
             color: #3c3c3c;
         font-weight: bold;
              text-decoration: none;   
      }

.infobar2 {
   font-family: Tahoma;
   font-size: 11px;
   color: #777777;
   padding: 0px;
   border-top: 0px;
}

.panel-left {
   background-image: url('images/side/panel-left.png');
   width: 14px;
   height: 46px;
}

.panel-right {
   background-image: url('images/side/panel-right.png');
   width: 14px;
   height: 46px;
}

.panel-main {
   height: 46px;
   padding: 0px 0px 0px 0px;
   background-image: url('images/side/panel-main.png');
   background-repeat: repeat-x;
}

.border-left {
   background-image:url('images/side/border-left.png');
   width:14px;
}

.border-right {
   background-image:url('images/side/border-right.png');
   width:14px;
}

.border-bleft {
   width:14px;
   height:15px;
   background-image:url('images/side/border-bleft.png');
}

.border-bright {
   width:14px;
   height:15px;
   background-image:url('images/side/border-bright.png');
}

.border-bmain {
   height:15px;
   background-image:url('images/side/border-bmain.png');
   background-repeat:repeat-x;
}

.panel-left2 {
   width: 10px;
   height: 40px;
   background-image: url('images/table/panel-left2.png');
}

.panel-right2 {
   width: 10px;
   height: 40px;
   background-image: url('images/table/panel-right2.png');
}

.panel-main2 {
   font-family: Arial;
   font-weight: bold;
   font-size: 14px;
   text-align: left;
   color: #8e5b29;
   height: 40px;
   padding: 0px 0px 0px 5px;
   background-image: url('images/table/panel-main2.png');
   background-repeat: repeat-x;
}

.border-left2 {
   width:10px;
   background-image:url('images/table/border-left2.png');
   background-repeat:repeat-y;
}

.border-right2 {
   width:10px;
   background-image:url('images/table/border-right2.png');
   background-repeat:repeat-y;
}

.border-bleft2 {
   width:10px;
   height:16px;
   background-image:url('images/table/border-bleft2.png');
}

.border-bright2 {
   width:10px;
   height:16px;
   background-image:url('images/table/border-bright2.png');
}

.border-bmain2 {
   height:16px;
   background-image:url('images/table/border-bmain2.png');
   background-repeat:repeat-x;
}

.panel-left3 {
   width: 9px;
   height: 38px;
   background-image: url('images/main/panel-left3.png');
}

.panel-right3 {
   width: 9px;
   height: 38px;
   background-image: url('images/main/panel-right3.png');
}

.panel-main3 {
   font-family: Arial;
   font-weight: bold;
   font-size: 14px;
   text-align: left;
   color: #8e5b29;
   height: 38px;
   padding: 0px 0px 0px 5px;
   background-image: url('images/main/panel-main3.png');
   background-repeat: repeat-x;
}

.border-left3 {
   width:4px;
   background-image:url('images/main/border-left3.png');
   background-repeat:repeat-y;
}

.border-right3 {
   width:3px;
   background-image:url('images/main/border-right3.png');
   background-repeat:repeat-y;
}

.border-bleft3  {
   width:4px;
   height:3px;
   background-image:url('images/main/border-bleft3.png');
}

.border-bright3 {
   width:3px;
   height:3px;
   background-image:url('images/main/border-bright3.png');
}

.border-bmain3 {
   height:3px;
   background-image:url('images/main/border-bmain3.png');
   background-repeat:repeat-x;
}

.clear {
   clear: both;
}

.center {
   margin: 0 auto;
}

.tbl-border {
   border: 1px #e3e3e3 solid;
}

.tbl {
   font-family: Arial,Sans-Serif;
   font-size: 11px;
   font-weight: bold;
   padding: 2px 4px 2px 4px;
}

.tbl1 {
   font-family: Arial,Sans-Serif;
   font-size: 11px;
   color: #2e2e2e;
   background-color: #eeeeee;
   padding: 2px 4px 2px 4px;
}
      .tbl1 a {
         font-family: Arial,Sans-Serif;
         font-weight: bold;
         font-size: 11px;
              color: #c06811;
              text-decoration: none;   
      }
      .tbl1 a:hover {
         font-family: Arial,Sans-Serif;
         font-weight: bold;
         font-size: 11px;
              color: #f07f10;
              text-decoration: none;   
      }
   
.tbl2 {
   font-family: Arial,Sans-Serif;
   font-size: 11px;
   color: #2e2e2e;
   background-color: #e3e3e3;
   padding: 2px 4px 2px 4px;
}
      .tbl2 a {
         font-family: Arial,Sans-Serif;
         font-weight: bold;
         font-size: 11px;
              color: #c06811;
              text-decoration: none;   
      }
      .tbl2 a:hover {
         font-family: Arial,Sans-Serif;
         font-weight: bold;
         font-size: 11px;
              color: #f07f10;
              text-decoration: none;   
      }
   
.forum-caption {
   font-family: Arial,Sans-Serif;
   font-size: 12px;
   font-weight: bold;
   height: 22px;
   color: #2e2e2e;
   background-color: #d3d3d3;
   padding: 4px 4px 4px 4px;
}

.quote {
   color: #2e2e2e;
   background-color: #d3d3d3;
   padding: 2px;
   margin: 0px 20px 0px 20px;
   border: 1px #d1d1d1 solid;
}
   
.poll {
   height: 2px;
   border: 0px #FFF solid;
}

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

.shoutboxname {
   text-align: right;
   color: #835b30;
}

.shoutbox {
   font-family: Sans-serif;
   font-size: 11px;
   color: #c06811;
   background-color: #251b1b;
   border: 0px;
   padding: 4px 4px 4px 4px;
}

.shoutboxdate {
   background: url('images/bg_shoutbox.gif') no-repeat bottom right;
   font-size: 9px;
   color: #835b30;
   height: 14px;
}

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

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

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

.side-label {
   padding: 0px 0px 0px 0px;
   height: 17px;
}

.pagenav {
   font-family: Arial,Sans-Serif;
   font-size: 11px;
   font-weight: bold;
   color: #3d3333;
   padding: 4px;
}

.pagenav span {
   color: #ffffff;
   background-color: #372f2f;
   border: 1px solid #ddd;
   padding: 2px 4px 2px 4px;
   margin: 2px;
}

.pagenav a {
   color: #555;
   background-color: #ececec;
   border: 1px solid #ddd;
   padding: 2px 4px 2px 4px;
   margin: 2px;
   text-decoration: none;
}

.pagenav a:hover {
   color: #ffffff;
   background-color: #393030;
   margin: 2px;
   text-decoration: none;
}




1 atsakymas:
2012 Gru. 10 16:12:37          2 žinutė iš 2
Spausdinti pranešimą
Man paviko paneles suglausti bet atsiranda sonuose bugu. Padekit galit pamatyti bandimas.us.lt
0


Peršokti į forumą: