Navigacija

Vartotojų tinkle

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

Registruoti nariai: 25,956
Naujausias narys: saulyzas

Naujausi straipsniai

Paskutiniai nariai

Rytis 4 dienos
Reikalas 1 savaitė
MaFetas 4 savaitės
ozzWANTED 6 savaitės
saulyzas 8 savaitės
TOMIJUS 9 savaitės
Jaunelis24 savaitės
lanis24 savaitės
And2s25 savaitės
Memento Mori30 savaitės
Quwqkibor32 savaitės
asirija36 savaitės
tomeem38 savaitės
weberiz42 savaitės
mRokass44 savaitės
kartoonas45 savaitės
grunskiz48 savaitės
Bruksnys48 savaitės
illusion48 savaitės
ordo49 savaitės

Informacija:


OS: Unknown
Naršyklė: Nežinoma
IP: 3.22.42.25
Naujienų: 529
Straipsnių: 235
Temų: 52,589
Postų: 522,538
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 Lap. 30 15:11:14
Taip, vis dar up šypsosi

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

Š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
v6: Kas galetumete padeti prailginti side-panel?
Forumas | PHP-Fusion, WordPress, Shopify, PHP ir MySQL (PROGRAMAVIMAS) | Bendri PHP-F klausimai

Autorius: deiviux159 Peržiūrų: 1123      Spausdinti temą
2011 Lie. 9 14:07:12          1 žinutė iš 5
Spausdinti pranešimą
Tai va yra tokia beda kad nezinau kaip prailginti side-panel o ant v7.xx zinau
Man reikia side-panel prailginti iki 300šypsosi

stai styles.php

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

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

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

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

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

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



body {
   font-family : Tahoma, Helvetica, sans-serif;
   font-size : 10px;
   color: #808080;
   padding: 0;
   margin: 0;
   background-color: #fff;
   background-image: url(images/bg.png);
   background-repeat: repeat-x;
   background-position: top center;
}


form {
   margin : 0px;
}

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

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

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

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

.alt {
   color : #51a000;
   font-size: 10px;
   font-weight: bold;
}
 
.outer-border {
   border : 0px solid #000;
}

.sub-header {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #000;
   background-color : #888;
   border-top : 0px solid #000;
   border-bottom : 0px solid #000;
   padding : 5px;
}

.nav ul{
      padding-left: 30px;
      margin-left: 0;
      margin-top: 1px;
      margin-bottom: 0;
      font:11px arial;
      font-weight:bold;
      list-style-type: none;
      text-align: left; /*set to left, center, or right to align the menu as desired*/
      }

      .nav li{
      display: inline;
      margin: 0;
      }

      .nav li a{
      text-decoration: none;
      padding: 0px 12px;
      margin-right: 1px;
      color: #ffffff;
      text-shadow: #3a9000 1px 1px 0px;
      }

      .nav li a:hover{
      text-decoration: none;
      color: #fbfbfb;
      }
      

      .cat ul{
      padding-bottom: 6px;
      margin-left: 0;
      margin-top: 1px;
      margin-bottom: 0;
      font:11px Arial;
      list-style-type: none;
      text-align: center; /*set to left, center, or right to align the menu as desired*/
      }

      .cat li{
      display: inline;
      margin: 0;
      }

      .cat li a{
      text-decoration: none;
      padding: 0px 3px;
      color: #fff;
      }

      .cat li a:hover{
      text-decoration: underline;
      color: #fff;
      }
      

.search-textbox {
background-image: url(images/pabox.png);
   background-repeat : no-repeat;
   width : 165px;
   height : 27px;
   font-family : Arial, Tahoma, Verdana, Helvetica;
   font-size : 11px;
   color : #999999;
   border : none;
   padding-left : 10px;
}

a.side4 {
   color : #fff;
   text-decoration : none;
   background:#71af00;
   padding: 1px 1px 1px 1px;
}

a:hover.side4 {
   color : #fff;
   text-decoration : none;
   background:#565656;
}

.search-button {
background-image: url(images/pabut.png);
   background-repeat : no-repeat;
   width : 30px;
   height : 27px;
   font-family : Arial, Tahoma, Verdana, Helvetica;
   font-size : 10px;
   color : #FFF;
   border : none;
   padding-bottom : 1px;
}

.footer {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #555;
   background-color : #f1f1f1;
   border : 1px solid #808080;
   padding : 5px;
}


.button {
   font-family :Tahoma, Arial, Helvetica, sans-serif;
   font-size : 11px;
   color : #fff;
   font-weight: bold;
   background-image: url(images/butt.png);
   height : 20px;
   border : 1px solid #54a700;
   margin-top : 0px;
}



.textbox {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #555;
   background-color : #eeeeee;
    background-image: url(images/textbox.gif);
   background-position: top center;
   background-repeat: repeat-x;
   border : 1px solid #d2d2d2;
}


.main-body {
   font: Arial;
   font-size : 11px;
   color : #939393;
   background-color : #fff;
   padding : 5px 6px 5px 6px;
}


.side-body {
   font-size : 10px;
   color : #777;
   background-color : #fff;
   padding : 5px 6px 5px 6px;
}

.side-body2 {
   font-size : 10px;
   color : #777;
   background-color : #fff;
   padding : 5px 6px 5px 6px;
}


.main-bg {
   color : #555;
   background-color : #fff;
   padding : 7px 3px 5px 3px;
}

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

.side-border-left {
   color : #777;
   background-color : #fff;
   padding : 7px 8px 5px 8px;
}

.side-border-right {
   color : #777;
   background-color : #fff;
   padding : 7px 8px 5px 8px;
}


.capmain {
   font-family :"Trebuchet MS", "Lucida Grande", sans-serif, Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   font-size: 0.9em;
   line-height: 1em;
   font-weight: bold;
   color : #fff;
   text-shadow: #363636 1px 1px 0px;
    background-image: url(images/centr.png);
   background-repeat: repeat-x;
   height: 30px;
   padding : 2px 0px 4px 0px;
}


.closetable {
    background-image: url(images/close.png);
   height: 1px;
   background-repeat: repeat-x;
}


.scapmain {
   font-family :"Trebuchet MS", "Lucida Grande", sans-serif, Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   font-size: 0.9em;
   line-height: 1em;
   font-weight: bold;
   color : #fff;
   text-shadow: #3a9000 1px 1px 0px;
    background-image: url(images/side-panel.png);
   height: 30px;
   padding-left: 40px;
}

.scapmain2 {
   font-family :"Trebuchet MS", "Lucida Grande", sans-serif, Arial, Helvetica, sans-serif;
   text-transform: uppercase;
   font-size: 0.9em;
   line-height: 1em;
   font-weight: bold;
   color : #fff;
   text-shadow: #363636 1px 1px 0px;
    background-image: url(images/side-panel2.png);
   height: 30px;
   padding-left: 20px;
}

.closeside {
    background-image: url(images/close.png);
   height: 1px;
}

.closeside2 {
    background-image: url(images/close.png);
   height: 1px;
}

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

.tbl {
   font-size : 10px;
   color : #808080;
   background-color : #fff;
   padding : 4px;
}

.tbl1 {
   font-size : 10px;
   color : #808080;
      border: 1px solid #e0e0e0;
   background-color : #fff;
   padding : 4px;
}

.tbl2 {
   font-size : 10px;
   color : #808080;
      border: 1px solid #e0e0e0;
   background-color : #fff;
   padding : 4px;
}

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

.quote {
   font-size : 11px;
   color : #808080;
   background-color : #fff;
   padding : 4px;
   margin : 0px 20px 0px 20px;
   border : 1px solid #bbb;
}

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

.comment-name {
   color : #808080;
}

.shoutboxname {
   font-weight : bold;
   color : #808080;
   background-color : #fff;
}

.shoutbox {
   color : #808080;
   background-color : #fff;
}

.shoutboxdate {
   font-size : 10px;
   color : #808080;
   background-color : #fff;
}

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

.small1 {
   font-size : 10px;
   font-weight : normal;
   color: #808080;
}

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

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

.side-label {
   color : #808080;
   background-color : #fff;
   padding : 2px 2px 3px 2px;
}


ul{
   margin:0;
   padding:0;
}

ul.container{
   /* The topmost UL */
   width:240px;
   margin:0 auto;
   padding:50px;
}

li{
   list-style:none;
   text-align:left;
}






4 atsakymai:
2011 Lie. 9 14:07:35          2 žinutė iš 5
Spausdinti pranešimą
Tai, kad ne style css ilginasi, o theme.php failiuke šypsosi pačiam viršuje turi būti.
0

2011 Lie. 9 15:07:45          3 žinutė iš 5
Spausdinti pranešimą
tai cia ane?


<?php
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";
 
// theme settings
$body_text = "#bababa";
$body_bg = "#fff";
$theme_width = "924";
$theme_width_l = "190";
$theme_width_r = "190";
 
function render_header($header_content) {
global $theme_width,$settings,$locale,$userdata,$aidlink,$db_prefix;
echo "<table align='center' cellspacing='0' cellpadding='0' width='924' style='padding-top: 10px;'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='924'>
<tr>
<td align='center'>
<table width='924' align='center' border='0' cellpadding='0' cellspacing='0'>
<tr>
<td>
<img src='"
.THEME."images/neeevo_03.jpg' width='631' height='32' alt=''></td>
<td rowspan='2' background='"
.THEME."images/neeevo_04.jpg' width='293' height='77' alt='' style='padding-left: 22px; padding-top: 4px;'>
<form name='search' action='search.php?stype=d' method='post'><input type='text' name='stext' class='search-textbox' value='Dainos pavadinimas...' onfocus=\"if(this.value=='Dainos pavadinimas...'){this.value='';}\" onblur=\"if(this.value==''){this.value='Dainos pavadinimas...';}\">&nbsp;<input type='submit' value='' name='option' class='search-button'></form>
</td>
</tr>
<tr>
0


2011 Lie. 9 15:07:03          4 žinutė iš 5
Spausdinti pranešimą
Taip

$theme_width_l = "190"; KAIRĖ

$theme_width_r = "190"; DEŠINĖ
0

2011 Lie. 9 15:07:22          5 žinutė iš 5
Spausdinti pranešimą
labai dekui,kad pagebejemerkia akį
0


Peršokti į forumą: