Seditio ve Ldu hakkında sınırsız arama yapın
 
 
> 1 <

Etiketler: t3 exodusv2 temasını genişletmek

Author Message

deasn

Members


Online status

113 posts

Location: Turkey
Occupation:
Age:

#30643   2008-06-23 19:22 GMT      

Selam arkadaslar temayı nasıl genişletebilirim yardım edermisiniz
HEADER.TPL KODLARI

Code:
<!-- BEGIN: HEADER -->
{HEADER_DOCTYPE}
<html>
<head>
{HEADER_METAS}
{HEADER_COMPOPUP}
<title>{HEADER_TITLE}</title>

<link href="skins/{PHP.skin}/{PHP.skin}.css" type="text/css" rel="stylesheet" />

</head>

<body>
<div id="container">

<div id="header">
<a href="index.php"><img src="skins/{PHP.skin}/main/baslik.JPG" alt="" /></a>

</div>

<div id="nav">

{PHP.cfg.menu1}

</div>
<br />

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="180" style="padding:0px 0px 0px 4px;">

<div class="box"><h2>KULLANICI PANELİ</h2>
<div class="boxtext">
        <!-- BEGIN: USER -->
  <div class="user">
    <ul>
      <li>{HEADER_LOGSTATUS}&nbsp;</li>
      <li>{HEADER_USER_ADMINPANEL}&nbsp;</li>
      <li>{HEADER_USER_PFS}&nbsp;</li>
      <li>{HEADER_USERLIST}&nbsp;</li>
      <li>{HEADER_USER_PROFILE}&nbsp;</li>
      <li>{HEADER_USER_PMREMINDER}&nbsp;</li>
      <li>{HEADER_USER_LOGINOUT}&nbsp;</li>
      <li>{HEADER_NOTICES}&nbsp;</li>
</ul>
</div>
<!-- END: USER -->

<!-- BEGIN: GUEST -->
<form name="login" action="users.php?m=auth&amp;a=check&amp;redirect=" method="post">
{PHP.skinlang.usersauth.Username}<br />
<input type="text" class="text" name="rusername" size="16" maxlength="32" /><br />
{PHP.skinlang.usersauth.Password}<br />
<input type="password" class="password" name="rpassword" size="16" maxlength="32" /><br />
<input type="hidden" name="rcookiettl" value="5184000" />
<input type="submit" style="font-size:10px; " value="{PHP.skinlang.usersauth.Login}" />
</form>
<br />[<a href="users.php?m=register">{PHP.skinlang.header.Register}</a>]<br />
[<a href="plug.php?e=passrecover">{PHP.skinlang.header.Lostyourpassword}</a>]
<!-- END: GUEST -->
</div>
</div>

<div class="box"><h2>Site içi Arama</h2>
   <div class="boxtext">
<form id="search" action="plug.php?e=search&amp;a=search" method="post">
<input type="text" class="text" name="sq" value="search..." size="15" onBlur="if(this.value=='') this.value='search...';" onFocus="if(this.value=='search...') this.value='';" maxlength="32" /> <input type="submit" class="submit" value="Go" />

<input type="hidden" name="searchin_frm" value="1" /> <input type="hidden" name="frm_sub[]" value="9999" />
<input type="hidden" name="searchin_pag" value="1" /> <input type="hidden" name="pag_sub[]" value="all" />
<input type="hidden" name="searchin_use" value="1" />

</form>&nbsp;<a href="plug.php?e=search">{PHP.skinlang.index.Advanced_Search}</a>
   </div>
</div>

<div class="box"><h2>ONLİNE ÜYELER</h2>
  <div class="boxtext"><a href="plug.php?e=whosonline">{PHP.out.whosonline}</a> :<br />{PHP.out.whosonline_reg_list}</div>
</div>
</td>
    <td>

<!-- END: HEADER -->


İNDEX.TPL KODLARI
Code:
<!-- BEGIN: MAIN -->

<table border="0" cellpadding="0" cellspacing="0" style="width:300%;">
<tr>

<td style="padding:0px 0px 0px 4px; width:750px;">
<div class="box"><h2>SON FORUM KONULARI</h2>
<div class="boxtext">{LATEST_POSTS_2}</div></div>
{INDEX_NEWS}

</td>
<td style="padding:0px 4px 0px 4px;">
<div class="box"><h2>SİTE ANKET</h2>
<div class="boxtext">{PLUGIN_LATESTPOLL}</div></div>
<div class="box"><h2>TAKVİM</h2>
<div class="boxtext">{PLUGIN_CALENDAR}</div>
</td>
</tr>
</table>

<!--Seditio Skin T3 Exodus v2.0 Copyright © 2006 T3-Design.Com. All rights Reserved. -->
<!-- END: MAIN -->



CSS.kod

Code:
/* ============== Overall ============== */

html
{
padding:0;
}

body
{
background-image:url(main/bg.gif);
font:11px Verdana, Arial, sans-serif;
background-color:#000000;
margin:0px;
padding:0;
color:#000000;
}

a { text-decoration:none; border-width:0; color:#0e1c38; }
a:hover { text-decoration:underline; }

h1 { font-size:160%; }
h2 { font-size:130%; }
h3 { font-size:120%; margin:1em 1em 1em 0; }
h4 { font-size:100%; font-weight:bold; margin:1.5em 1em 1em 0; }
h5 { font-size:95%; margin-top:0; }
h6 { font-size:90%; margin-top:0; }

.bbstyle1 { font-size:160%; font-weight:bold; }
.bbstyle2 { font-size:130%; font-weight:bold; }
.bbstyle3 { font-size:120%; font-weight:bold; }
.bbstyle4 { font-size:110%; font-weight:bold; }
.bbstyle5 {  }
.bbstyle6 {  }
.bbstyle7 {  }
.bbstyle8 {  }
.bbstyle9 {  }

#container
{
background-color:#f5f5f5; width:920px;
    position: relative;
    z-index: 1;
}

#header
{
padding:0;
margin:0;
}

#nav
{
font-size:100%;
margin:0;
padding:0px;
background-color:#a4a9b3;
letter-spacing:1px;
font-weight:bold;
border-bottom:1px solid #303030;
    }
#nav ul
{
    padding:5px;
    margin:0;
}

#nav li
{
display:inline;
list-style:none;
padding:2px;
margin:0;
}
#nav li a
{
background:#a4a9b3;
padding:2px;
color:#000000;
}

#nav li a:hover
{
padding:5px 2px;
background:#000000;
color:#FFFFFF;
text-decoration:none;
}


#title
{
background-image:url(main/title.gif); background-repeat:repeat-x;
border-left:1px solid #e8e8e9;
border-right:1px solid #e8e8e9;
margin:0px 4px 0px 4px;
padding:10px 0px 10px 60px; font-weight:bold;
}

#title a {color:#333333; }
#title a:hover { text-decoration:none; color:#717171; }

#subtitle
{
margin:0px 4px 14px 4px;
padding:2px;
font-size:90%;
vertical-align:top;
background-color:#a0a5af;
border-bottom:1px solid #E0DFDF;
border-left:1px solid #E0DFDF;
border-right:1px solid #E0DFDF;
}

#adminmenu { margin:0 20px 2px 20px; }

.user
{
margin:0;
padding:0px;
font-size:100%;
}

.user a
{
padding:0px 0px 0px 15px;
background-image:url(main/pin.gif); background-repeat:no-repeat;
}

.user ul
{
padding:0px;
margin:0;
}

.user li
{
display:block;
list-style:none;
margin:0;
padding:0;
}

#main
{
border:1px solid #e8e8e9;
margin:4px 4px 4px 4px;
padding:2px;
vertical-align:top;
background-color:#F5F5F5;
}



/* ============== Various ============== */
.fieldset { border:1px solid #E0DFDF; margin-bottom:10px; padding:4px; }
.profield
{
background-color:#ededed!important;
border-top: 1px solid #FFFFFF;
border-right: 1px solid #D9D9D9;
border-bottom: 1px solid #D9D9D9;
border-left: 1px solid #FFFFFF;
}
.disp { padding:0px 0px 0px 8px; margin:0; }
.block { font-size:11px; padding:5px; margin:12px; border:1px solid #EAEAEA; background-color: #F8F8F8; }
.error { padding:24px 8px 24px 8px; margin:0; color:#CC1212; font-weight:bold; font-size:110%; text-align:center; }
.codetitle { font-size:10px; color:#59739B; padding:2px; margin-top:5px; }
.code { font-size:11px; color:#59739B; background-color:#cfd5e3; padding:2px; margin-bottom:5px; font-family:monospace; }
.valid { height:48px; text-align:center; vertical-align:middle; }
.download
{
font-size:100%;
background-color:#ededed!important;
border-top:1px solid #D9D9D9;
border-right:1px solid #FFFFFF;
border-bottom:1px solid #D9D9D9;
border-left:1px solid #FFFFFF;
padding:16px;
margin-top:16px;
}

.paging { vertical-align:middle; padding:0px 8px 0px 0px; text-align:right; }

.coltop
{
text-align:center;
background-color:#F5F5F5 !important;
border:1px solid #E0DFDF;
}
.middleall { vertical-align:middle; }
.centerall { text-align:center; vertical-align:middle; }
.desc { font-size:90%; padding:3px; color:#646464; }
.odd
{
background-color:#F5F5F5 !important;
border-top: 1px solid #FFFFFF;
border-right: 1px solid #E0DFDF;
border-bottom: 1px solid #E0DFDF;
border-left: 1px solid #FFFFFF;
}
.even
{
background-color:#ededed!important;
border-top: 1px solid #FFFFFF;
border-right: 1px solid #D9D9D9;
border-bottom: 1px solid #D9D9D9;
border-left: 1px solid #FFFFFF;
}

li { margin:2px; }
img { border-width:0; }
ul { list-style-type:square; }
form { margin:0; }
.colleft { float:left; margin:0px 4px 0px 4px; }
.colright { float:right; margin:0px 4px 0px 4px; }
.bar_front
{
padding: 0;
margin: 0;
background: #999;
height: 8px;
border-right: 1px solid #555;
background: #d60000 url(img/system/pollin.gif) repeat-x;
}
.bar_back
{
padding: 0;
margin: 0;
height: 8px;
font-size: 0;
border: 3px double #999;
background: #fff url(img/system/pollout.gif) repeat-x;
border: 1px solid #555;
border-left: 1px solid #ccc;
border-top: 1px solid #ccc;
}
.bbcodes a img { border:1px outset #A0A0A0; background-color:#999BAC; }
.smilies a img { border:0; background-color:transparent; }
.today { border:1px dashed #DDAA00; }
.signature { color:#979797; font-size:80%; max-height:96px; overflow:auto; }
.signature a { color:#000000; }

/* ============== Tables ============== */

table td { vertical-align:top; }
table.flat { width:100%; margin:0; padding:0; border-collapse:collapse; }
table.flat td { padding:0; margin:0}
table.main { width:100%; margin:0; padding:4px; }
table.main td { padding:4px; }
table.cells { width:100%; border-collapse: separate; border-spacing: 0px; }
table.cells td { padding:2px; background-color:#ffffff; margin:0; border-bottom:1px solid #e8e8e9; }
table.list { width:100%; margin:0; padding:5px; }
table.list td { padding:12px; }


/*===============Nav=================*/


.footernav
{
text-align:right;
background-image:url(main/nav.gif);
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}
.footernav a { color:#f3f3f3; }
.footernav a:hover {text-decoration:none; }

.footer
{
background-color:#000000;
border-top:1px solid #E0DFDF;
padding:10px;
color:#CCCCCC;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
}
.footer  a { color:#CCCCCC; }
.footer  a:hover {text-decoration:none; }

.mainbox { background-color:#f5f5f5; width:920px;}
.box
{
background-image:url(main/title.gif);
background-repeat:repeat-x;
border-bottom:1px solid #e8e8e9;
border-left:1px solid #e8e8e9;
border-right:1px solid #e8e8e9;
}
.boxtext { padding:4px;}
.boxdesc {font-size:90%; padding:0px 0px 0px 4px; color:#646464; background-color:#a0a5af; }
.box h2 { color:#333333; padding:10px 0px 0px 60px; margin:0px 0px 7px 0px; font-size:11px;  }
.box h2 a {color:#333333; font-size:100%;}
.box h2 a:hover { text-decoration:none; color:#717171;}

select , option
{
background:#a0a5af;
color:#e7e7e7;
font:11px Verdana,Arial,Helvetica,sans-serif;
}
.radio {background:none; border:none;}

input.text,input.file,input.password,input,textarea.text
{
background:#a0a5af url(img/back_title.gif);
margin:0px;
color:#e7e7e7;
font:10px Verdana,Arial,Helvetica,sans-serif;
border:1px solid;
border-color: #000000 #707070 #707070 #000000
}
.image { border:0;}

Fearless

Members


Online status

26 posts
http://www.lider-van.com
Pagerank: 0

Location: Turkey PRO security
Occupation:
Age:

#30646   2008-06-23 20:04 GMT      
Kardeş kaan vermişti sitede bende denedim oluyor

Code:
<table align='center' width="85%" cellspacing="0" cellpadding="0">


HEADER.TPL ye yapıştır forum genişler

ama css de bakıyorum ordaki sorunu bulamadım

This post was edited by Fearless (2008-06-23 20:14 GMT, 75 Gün ago)
www.lider-van.com

TEK NEFESTE GEÇT? ÖMRÜM!!!

dRkRapper

Members


Online status

17 posts

Location: Turkey
Occupation:
Age:

#30663   2008-06-24 13:31 GMT      

Bu KodLarı Index.TpL iLe Deiş Bakim oLucak mı

Code:
<!-- BEGIN: MAIN -->

<table border="0" cellpadding="0" cellspacing="0" style="width:100%;">

<tr>
<td  style="width:28%;">
<div class="box"><h2>SON FORUM KONULARI</h2></div>
<div class="boxtext">{LATEST_POSTS_2}</div>
{INDEX_NEWS}

</td>
<td style="padding:0px 4px 0px 4px;">
<div class="box"><h2>SİTE ANKET</h2>
<div class="boxtext">{PLUGIN_LATESTPOLL}</div></div>
<div class="box"><h2>TAKVİM</h2>
<div class="boxtext">{PLUGIN_CALENDAR}</div>
</center>
</td>
<td  style="width:72%;">

<div class="box"><h2>SİTE ANKET</h2>
<div class="boxtext">{PLUGIN_LATESTPOLL}</div></div>
<div class="box"><h2>TAKVİM</h2>
<div class="boxtext">{PLUGIN_CALENDAR}</div>
</td>
</tr>
</table>

<!--Seditio Skin T3 Exodus v2.0 Copyright © 2006 T3-Design.Com. All rights Reserved. -->
<!-- END: MAIN -->
> 1 <

Benzer konular (Similar topics) #BETA

Keywords (beta):

Forum Arşiv (beta):

[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207]