Navigacija

Vartotojų tinkle

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

Registruoti nariai: 25,966
Naujausias narys: LnKnPrK1

Naujausi straipsniai

Paskutiniai nariai

LnKnPrK1 1 diena
inti 2 dienos
kileedyg 6 savaitės
Reikalas12 savaitės
Kižas13 savaitės
Bruksnys14 savaitės
laleceylan5015 savaitės
minimukas16 savaitės
N-2019 savaitės
Rytis19 savaitės
DjArtas21 savaitės
WolfHammer21 savaitės
Nostesi31 savaitės
Wisedocs31 savaitės
asdasdddz35 savaitės
Paslapties K...36 savaitės
Audrius_1739 savaitės
Simbijanas51 savaitės
Karinacraft51 savaitės
Žmogus55 savaitės

Informacija:


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

LnKnPrK1
2026 Bir. 21 09:06:52
Sveiki, gal kas is administracijos gali parasyti man PM,aciu

minimukas
2026 Vas. 21 08:02:25
oi oi akinanti šypsen yra dar cia gyvu? akinanti šypsen

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

Š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
JmP Need backup!
Forumas | Modai, įskiepiai, panelės (PHP-FUSION) | Themes

Autorius: robert Peržiūrų: 3200      Spausdinti temą
2008 Bir. 23 17:06:04          1 žinutė iš 10
Spausdinti pranešimą
Riekia pagalbos, redaguoju viena theme, padariau kad jos plotis butu 1004px ,isejo, bet theme dabar ne per viduri o kairiajame sone, kur koki koda raikia iterpti, ka theme butu centre?

2008 Bir. 23 17:06:00          2 žinutė iš 10
Spausdinti pranešimą
Temos kodo pradžioje į pirmą table tagą įterpk align='center'.
2008 Bir. 23 17:06:38          3 žinutė iš 10
Spausdinti pranešimą
mažiau cs blogai

MMOG.lt - atrask naują pasaulį
2008 Bir. 23 17:06:39          4 žinutė iš 10
Spausdinti pranešimą
Turiu dar viena klausima...
Kaip padaryt kad headeris butu per viduri?






Redagavo robert 2008 Bir. 23 17:06:43
2008 Bir. 23 17:06:12          5 žinutė iš 10
Spausdinti pranešimą
Header'is per ilgas. blogai

2008 Bir. 23 17:06:17          6 žinutė iš 10
Spausdinti pranešimą
Ne jis neperilgas.. WIDTH:1004px kaip ir themes plotis, net nzn kodel islindes...
Va is theme.php headerio kodas:
   <div id='header'>
      <div id='mainheader' class='clearfix'>
         <img src='".THEME."images/header.jpg' id='userbar_shadow' alt='' />
         ".showbanners()."
      </div>
      <img src='".THEME."images/subheader_l.jpg' class='flleft' alt='' />
      <img src='".THEME."images/subheader_r.jpg' class='flright' alt='' />
      <div id='subheader' class='clearfix'>".showsublinks(" ")."</div>
   </div>




O cia is style.css

#mainheader {
   background: #fef78f;
   heigh: 359px;
}
#subheader {
   font-weight: bold;
   text-align: center;
   height: 33px;
   background: #fff url(images/subheader_bg.jpg) repeat-x bottom;
}





Sharkman , gal zinai kur ka reik pakeisti kad nebutu islindes?


Redagavo robert 2008 Bir. 23 17:06:55
2008 Bir. 23 18:06:01          7 žinutė iš 10
Spausdinti pranešimą
Šitą:
<img src='".THEME."images/header.jpg' id='userbar_shadow' alt='' />
Keiks į:
<center><img src='".THEME."images/header.jpg' id='userbar_shadow' alt='' /></center>



2008 Bir. 23 18:06:32          8 žinutė iš 10
Spausdinti pranešimą
MAnjack, nepadejo žliumbia

2008 Bir. 23 18:06:17          9 žinutė iš 10
Spausdinti pranešimą
<img src='".THEME."images/header.jpg' id='userbar_shadow' alt='' />

Keisk į:

<img width='1004' src='".THEME."images/header.jpg' id='userbar_shadow' alt='' />

...

2008 Bir. 23 18:06:43          10 žinutė iš 10
Spausdinti pranešimą
frix, taip pat napadejo :( as norejau kad per viduri butu headeris...
Vienu zodziu imetu visa theme.php ir styles.css faila, gal tada bus aiskiau jums...
Theme.php

<?php
/*.Atlantis Theme for PHP-Fusion v7..*|
|*.Author: Max "Matonor" Toball......*|
|*.Released under the Affero GPLv3...*/

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

//Theme Settings
define("THEME_WIDTH", "1004px"); //theme width. Make sure to adapt the margin-left in the first div (-width/2).
define("THEME_BULLET", "<span class='bullet'>&middot;</span>"); //bullet image
//Theme Settings /

function get_head_tags(){
   echo "<!--[if lte IE 7]><style type='text/css'>.clearfix {display:inline-block;} * html .clearfix{height: 1px;}</style><![endif]-->";
}

function render_page($license=false) {

global $locale, $aidlink, $main_style, $settings;

echo "<div id='main' style='width: ".THEME_WIDTH."; left: 60%; margin-left: -47.5%; heigh: 359px;'>
   <div id='header'>
      <div id='mainheader' class='clearfix'>
         <img width='1004' src='".THEME."images/header.jpg' id='userbar_shadow' alt='' />
         ".showbanners()."
      </div>
      <img src='".THEME."images/subheader_l.jpg' class='flleft' alt='' />
      <img src='".THEME."images/subheader_r.jpg' class='flright' alt='' />
      <div id='subheader' class='clearfix'>".showsublinks(" ")."</div>
   </div>
   <div id='cont' class='clearfix $main_style'>
      <img src='".THEME."images/side_tl.gif' id='side_tl' alt='' />
      <img src='".THEME."images/side_tr.gif' id='side_tr' alt='' />\n
      ".(LEFT ? "<div id='side-border-left'>".LEFT."</div>" : "")."
      ".(RIGHT ? "<div id='side-border-right'>".RIGHT."</div>" : "")."
      <div id='main-bg'><div id='container'>".
         U_CENTER.
         CONTENT.
         L_CENTER."
      </div></div>
   </div>
   <img src='".THEME."images/side_bl.jpg' class='flleft' alt='' />
   <img src='".THEME."images/side_br.jpg' class='flright' alt='' />
   <div id='cont_b'></div>
   <div id='footer' class='clearfix'>
      ".(!$license ? "<div class='flleft' style='width: 50%'>".showcopyright()."<br />\n Theme designed by <a href='http://matonor.com'>Max Toball</a></div>" : "")."
      <div class='flright' style='width: 50%; text-align: right;'>".stripslashes($settings['footer'])."</div>\n";
echo "\t</div>
   <div id='subfooter' class='clearfix'>
      <div class='flleft' style='width: 50%'>".sprintf($locale['global_172'], substr((get_microtime() - START_TIME),0,4))."</div>
      <div class='flright' style='width: 50%; text-align: right;'>".showcounter()."</div>
   </div>
</div>";

}

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

global $locale;

opentable($subject);
echo "<div class='floatfix'>".$news."</div>
<div class='news-footer'>
   ".newsposter($info," &middot;").newsopts($info,"&middot;").itemoptions("N",$info['news_id'])."
</div>\n";
closetable();

}

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

global $locale;
   
opentable($subject);
echo "<div class='floatfix'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."</div>
<div class='news-footer'>
   ".articleposter($info," &middot;").articleopts($info,"&middot;").itemoptions("A",$info['article_id'])."
</div>\n";
closetable();
}

function opentable($title) {

echo "\n<h2 class='panelcap'>$title</h2>\n\t<div class='panelbody'>\n";

}

function closetable() {

echo "</div>\n";

}

$panel_collapse = true;
function openside($title, $collapse = false, $state = "on") {
   
static $box_id = 0; $box_id++;
global $panel_collapse; $panel_collapse = $collapse;

echo "<h3 class='panelcap'>".($collapse ? panelbutton($state,$box_id) : "")."$title</h3>
<div class='panelbody'>\n\t".($collapse ? panelstate($state, $box_id) : "");

}

function closeside() {

global $panel_collapse;

echo ($panel_collapse ? "\t</div>" : "")."\n</div>\n";

}
?>






Styles.css

/*Atlantis Theme for PHP-Fusion 7 by Max "Matonor" Toball*/

/*General*/
html {font-size: 0.75em;}
body {
   background-color: #000000;
   color: #253946;
}
* {
   font-family: Verdana, Arial, Sans, sans-serif;
   margin: 0;
   padding: 0;
   border: 0;
   font-size: 1em;
}
ul, ol, dl {margin: 0.5em 1em}
li {margin-left: 1.5em; line-height: 1.5em;}
option {padding-left: 0.75em}
#subheader ul, #subheader li, #userbar ul, #userbar li, #navigation ul, #navigation li {margin: 0; line-height: inherit;}

/*Links*/
a {
   color: #3d667a;
   text-decoration: none;
}
a:hover {color: #0370a7;}
a#content {visibility: hidden;}
#subheader a, #links a {
   color: #006699;
   text-transform: uppercase;
   font-family: "Trebuchet MS", Verdana, Arial, Sans, sans-serif;
   font-size: 1.05em;
   height: 2em;
   padding: 0em 0.5em;
}
#anchors a{
   color: #ccc;
   margin-left: 0.25em;
}
#links a{
   padding-left: 0;
   font-size: 1em;
}
#subheader a:hover, #links a:hover{color: #004d73;}
#footer a{color: #4f8faf;}
#footer a:hover{text-decoration: underline;}

/*Structure*/
#main {
   left: 0;
   position: absolute;
   top: 0;
}
#mainheader {
   background: #fef78f;
   heigh: 359px;
}
#subheader, #userbar {
   background: #fff;
   height: 2em;
   line-height: 2em;
   overflow: hidden;
}
#subheader {
   font-weight: bold;
   text-align: center;
   height: 33px;
   background: #fef78f;
}
#userbar ul li, #subheader ul li {display: inline;}
#userbar img {
   vertical-align: middle;
   margin-top: -3px;
}
#userbar_shadow {
   margin: -0.5em 10% 0 10%;
   width: 1004px;
   heigh: 359px;
}
#userbar, #mainheader, #cont {
   border: 4px solid #00466a;
   border-width: 0 4px;
}
#cont{
   position: relative;
   top: 0;
   left: 0;
   background: #fff;
}
#side_tl{
   position: absolute;
   left: -4px;
   top: 0;
}
#side_tr{
   position: absolute;
   right: -4px;
   top: 0;
}
#cont_b {
   height: 20px;
   background: url(images/cont_b.jpg) repeat-x top;
}
#main-bg {
   line-height: 1.4em;
   background: url(images/cont_t.jpg) repeat-x top;
   padding: 2em 1em;
}
#side-border-right, #side-border-left {
   padding: 2em 0.75em;
   width: 15em;
   max-width: 15em;
   background: url(images/side_bg.jpg) repeat-x top;
   display: inline;
}
#side-border-left {
   padding-right: 0.5em;
   float: left;
}
#side-border-right {
   padding-left: 0.5em;
   float: right;
}
* html #side-border-right {margin-left: -3px;}
* html #side-border-left {margin-right: -3px;}
.side-both #main-bg {margin: 0 16em;}
.side-left #main-bg {margin-left: 16em;}
.side-right #main-bg {margin-right: 16em;}
.side-left #side-border-right {display:none;}
.side-right #side-border-left {display:none;}


/*Navigation Panel*/
#navigation h2, .side-label {
   color: #0077aa;
   font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
   text-transform: uppercase;
   font-size: 1.0em;
   padding: 0.15em;
   font-weight: 500;
}
#navigation ul {
   margin-left: -0.25em;
   list-style-type: none;
   line-height: 1.2em;
}
* html #navigation ul li {height: 1%;}
#navigation a {
   display: block;
   color: #3d667a;
   padding: 0.2em 0.2em 0.2em 0.2em;
   text-decoration : none;
}
#navigation a:hover {
   color: #006699;
   background-color: #accad9;
}


/*Misc Styles*/
#container{
   width: 100%;
   overflow-x: auto;
   overflow-y: visible;
}
.pagenav {padding: 0.4em;}
.pagenav span, .pagenav a, .pagenav a:hover {
   color: #006699;
   background-color: #accad9;
   border: 1px solid #dde5eb;
   padding: 0.2em 0.4em 0.2em 0.4em;
   margin: 0.2em;
}
.pagenav a {
   color: #3d667a;
   background-color: #edf3f6;
}
#footer, #subfooter {
   width: 90%;
   color: #72a7c2;
   background: #006090;
   border: 1px solid #1070aa;
   margin: 1.5em auto;
   padding: 1em;
   font-size: 0.8em;
}
.textbox, .button, .quote {
   border-bottom: 1px solid #6f8c99;
   border-right: 1px solid #6f8c99;
   border-top: 1px solid #c1d9e4;
   border-left: 1px solid #c1d9e4;
   background: #fff url(images/mainheader_bg.jpg) repeat-x bottom;
   font-size: 1em;
   margin-top: 0.1em;
   padding: 0.25em;
}
.textbox:focus{
   border-bottom: 1px solid #c1d9e4;
   border-right: 1px solid #c1d9e4;
   border-top: 1px solid #6f8c99;
   border-left: 1px solid #6f8c99;
}
.button{color: #006699;}
.bbcode {
   border-bottom: 1px solid #6f8c99;
   border-right: 1px solid #6f8c99;
   border-top: 1px solid #c1d9e4;
   border-left: 1px solid #c1d9e4;
   background: #fff url(images/mainheader_bg.jpg) repeat-x bottom;
   font-size: 1em;
   margin-top: 0.1em;
}
.news-category {
   float: left;
   margin: 0.2em 0.5em 0 0;
}
.news-footer-img {vertical-align: middle;}
.news-footer {padding: 0.5em;}
.panelcap {
   color: #006699;
   font-family: "Trebuchet MS", "Lucida Grande", sans-serif;
   text-transform: uppercase;
   font-size: 1.15em;
   line-height: 1em;
   font-weight: 500;
   margin: 0;
}
.panelbody {
   padding: 0.15em 0.3em;
   margin-bottom: 0.8em;
   border-top: 2px solid #f0f0f0;
}
.quote, .admin-message {
   color: inherit;
   margin: 0.25em;
}
.admin-message{
   color: #006699;
   background: #e8eef1 url(forum/stickythread.gif) 0.4em 0.4em no-repeat;
   border: 1px solid #6f8c99;
   padding: 0.4em 0.4em 0.6em 2.8em;
   margin: 1em auto;
   width: 80%;
}
.poll {
   height: 1.3em;
   background: #006698 url(images/pollbar.jpg) bottom repeat-x;
}
.comment-name {
   color: #777;
   font-weight: 700;
}
.shoutboxname {font-weight: 700;}
.shoutboxdate {
   color: #888;
   font-size: 0.8em;
}
.small,.small2,.side-small {font-size: 0.9em;}
.tbl,.tbl1,.tbl2,.forum-caption {padding: 0.3em;}
.tbl-border{background: #bdc5cb; border: 1px solid #bdc5cb;}
.tbl1{background: #e8eef1;}
.tbl2 {background: #edf3f6;}
.forum-caption {
   font-weight: 700;
   background: #e8eef1 url(images/mainheader_bg.jpg) repeat-x;
}
code, pre {
   font-family: monospace;
   font-size: 1.1em;
}
hr {
   border: solid #c1d9e4 1pt;
   height: 1pt;
}
.panelbutton{float: right;}
h1,h2,h3,h4,h5,h6 {font-size: inherit;}


/*Helpers*/
.center {margin: 0 auto;}
.content_center {text-align: center;}
.flleft {float: left !important;}
.flright {float: right !important;}
.clear {clear: both;}


/*IE Fixes*/
* html #main-bg {
   height: 1%;
   width: auto;
}
.clearfix:after {
   content:".";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
.floatfix {overflow:hidden;}
* html .floatfix {width:100%;}
.center, *[align="center"] {margin: 0 auto;}







Redagavo robert 2008 Bir. 23 18:06:18
Peršokti į forumą: