PHP-Fusion Türkiye Resmi Destek Sitesi - Yardım - Tema - Modül - Eklenti
20.11.2008 23:45

Başlığı Görüntüle

 Başlığı Yazdır
Logonun(bannerin) altındaki menüyü düzenlemek
ahmetcahan1966
#1 Mesajı Yazdır
Mesaj Tarihi 16.07.2008 14:05
Kullanıcı Avatarı

Saygın Üye


Mesaj Sayısı: 688
Katılım Tarihi: 29.01.06

Logonun altındaki menü nasıl düzenlenir. TEMA: gt-cs
yardımlarınız için teşekkürler.

themep.php kodu:
<?php

$body_text = "#B8E8F2";
$body_bg = "#2C2C2C";
$theme_width = "100%";
$theme_width_l = "207";
$theme_width_r = "207";

function render_header($header_content) {

global $theme_width,$settings;

echo "<table align='center' width='$theme_width' cellspacing='0' cellpadding='0'>
<tr>
<td class='lefter'><img width='45' src='".THEME."images/lefter.gif' height='1' alt=''></td>
<td class='mbody' align='right'><table width='100%' cellpacing='0' cellpadding='0' border='0'><tr><td class='toplogo'><img src='".THEME."images/logo.jpg' alt=''></td></tr></table>
<table width='100%' cellspacing='0' cellpadding='0' border='0'>
<tr>
<td class='menuss'>\n";
$separator = " </td><td class='sep'></td><td class='menuss'> ";
$result = dbquery("SELECT * FROM ".DB_PREFIX."site_links WHERE link_position>='2' ORDER BY link_order");
if (dbrows($result) != 0) {
echo "\n";
$i = 0;
while($data = dbarray($result)) {
if (checkgroup($data['link_visibility'])) {
if ($data['link_url']!="---") {
if ($i != 0) { echo " $separator \n"; } else { echo "\n"; }
$link_target = ($data['link_window'] == "1" ? " target='_blank'" : "");
if (strstr($data['link_url'], "http://") || strstr($data['link_url'], "https://")) {
echo "<a href='".$data['link_url']."'".$link_target." class='white'>".$data['link_name']."</a>";
} else {
echo "<a href='".BASEDIR.$data['link_url']."'".$link_target." class='white'>".$data['link_name']."</a>";
}
}
$i++;
}
}
}
echo ($i == 0 ? " " : "")."</td><td class='sep'></td><td width='30%' class='pustka'> </td>
</td><td class='sep'></td>
<td class='menus' align='right'>".ucwords(showdate($settings['subheaderdate'], time()))."</td>
</tr>
</table>\n";

echo "<table width='100%' cellspacing='0' cellpadding='0' align='center'>\n<tr>\n";

}

function render_footer($license=false) {

global $theme_width,$settings;

echo "</tr>\n</table>\n";
echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>
<tr>
<td class='footer' align='center'>".stripslashes($settings['footer'])."<br><br> <b>gt-cs</b> theme by: <b><a href='http://webmer.pl' target='_blank'>sonar</a></b></td>
</tr>
</table>
</td>
<td class='righter'><img width='45' src='".THEME."images/righter.gif' height='1' alt=''></td>
</tr>
</table>\n";

}

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

global $settings,$locale;


echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>
<tr>
<td class='tresc01'></td>
<td colspan='3' class='tresc02'></td>
<td class='tresc03'></td>
</tr>
<tr>
<td class='tresc04'></td>
<td colspan='3' class='tresc05'>$subject</td>
<td class='tresc06'></td>
</tr>
<tr>
<td class='tresc07'></td>
<td colspan='3' class='tresc08'></td>
<td class='tresc09'></td>
</tr>
<tr>
<td class='tresc10'></td>
<td colspan='3' class='tresc11'>$news<br><br>
<img src='".THEME."images/bullet.gif' width='10' height='10' alt='' > ".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a> ".$locale['041'].showdate("longdate", $info['news_date'])."
<br><img src='".THEME."images/bullet.gif' width='10' height='10' alt='' > ".($info['news_ext'] == "y" ? "<a href='news.php?readmore=".$info['news_id']."'>".$locale['042']."</a> ·\n" : "")."
<a href='news.php?readmore=".$info['news_id']."'>".$locale['043']."</a> [ ".$info['news_comments']." ] · [ ".$info['news_reads']." ] ".$locale['044']." <a href='print.php?type=N&item_id=".$info['news_id']."'><img src='".THEME."images/printer.gif' alt='".$locale['045']."' border='0'></a></td>
<td class='tresc12'></td>
</tr>
<tr>
<td class='tresc13'><img src='".THEME."images/tresc/tresc_13.gif' width='4' height='29' alt=''></td>
<td class='tresc14'><img src='".THEME."images/tresc/tresc_14.gif' width='22' height='29' alt=''></td>
<td class='tresc15' width='100%'></td>
<td class='tresc16'><img src='".THEME."images/tresc/tresc_16.gif' width='22' height='29' alt=''></td>
<td class='tresc17'><img src='".THEME."images/tresc/tresc_17.gif' width='4' height='29' alt=''></td>
</tr>
</table>\n";

}

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

global $locale;

echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>
<tr>
<td class='tresc01'></td>
<td colspan='3' class='tresc02'></td>
<td class='tresc03'></td>
</tr>
<tr>
<td class='tresc04'></td>
<td colspan='3' class='tresc05'>$subject</td>
<td class='tresc06'></td>
</tr>
<tr>
<td class='tresc07'></td>
<td colspan='3' class='tresc08'></td>
<td class='tresc09'></td>
</tr>
<tr>
<td class='tresc10'></td>
<td colspan='3' class='tresc11'>".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
<br>
<br><img src='".THEME."images/bullet.gif' width='10' height='10' alt='' > ".$locale['040']."<a href='profile.php?lookup=".$info['user_id']."'>".$info['user_name']."</a>
".$locale['041'].showdate("longdate", $info['article_date'])."<br><img src='".THEME."images/bullet.gif' width='10' height='10' alt='' > <a href='articlecomments.php?article_id=".$info['article_id']."'>".$locale['043']."</a> [ ".$info['article_comments']." ] · [ ".$info['article_reads']." ] ".$locale['044']." <a href='print.php?type=A&item_id=".$info['article_id']."'><img src='".THEME."images/printer.gif' alt='".$locale['045']."' border='0' ></a></td>
<td class='tresc12'></td>
</tr>
<tr>
<td class='tresc13'><img src='".THEME."images/tresc/tresc_13.gif' width='4' height='29' alt=''></td>
<td class='tresc14'><img src='".THEME."images/tresc/tresc_14.gif' width='22' height='29' alt=''></td>
<td class='tresc15' width='100%'></td>
<td class='tresc16'><img src='".THEME."images/tresc/tresc_16.gif' width='22' height='29' alt=''></td>
<td class='tresc17'><img src='".THEME."images/tresc/tresc_17.gif' width='4' height='29' alt=''></td>
</tr>
</table>\n";

}

function opentable($title) {

echo "<table width='100%' border='0' cellpadding='0' cellspacing='0'>
<tr>
<td class='tresc01'></td>
<td colspan='3' class='tresc02'></td>
<td class='tresc03'></td>
</tr>
<tr>
<td class='tresc04'></td>
<td colspan='3' class='tresc05'>$title</td>
<td class='tresc06'></td>
</tr>
<tr>
<td class='tresc07'></td>
<td colspan='3' class='tresc08'></td>
<td class='tresc09'></td>
</tr>
<tr>
<td class='tresc10'></td>
<td colspan='3' class='tresc11'>\n";

}

function closetable() {

echo "</td>
<td class='tresc12'></td>
</tr>
<tr>
<td class='tresc13'><img src='".THEME."images/tresc/tresc_13.gif' width='4' height='29' alt=''></td>
<td class='tresc14'><img src='".THEME."images/tresc/tresc_14.gif' width='22' height='29' alt=''></td>
<td class='tresc15' width='100%'></td>
<td class='tresc16'><img src='".THEME."images/tresc/tresc_16.gif' width='22' height='29' alt=''></td>
<td class='tresc17'><img src='".THEME."images/tresc/tresc_17.gif' width='4' height='29' alt=''></td>
</tr>
</table>\n";

}

function openside($title) {

global $p_data;

echo "<table width='207' border='0' cellpadding='0' cellspacing='0'>
<tr>
<td class='bok01'></td>
<td colspan='2' class='bok02'></td>
<td class='bok03'></td>
</tr>
<tr>
<td class='bok04'></td>
<td colspan='2' class='bok05'>$title</td>
<td class='bok06'></td>
</tr>
<tr>
<td class='bok07'></td>
<td colspan='2' class='bok08'></td>
<td class='bok09'></td>
</tr>
<tr>
<td class='bok10'></td>
<td colspan='2' class='bok11'>\n";

}

function closeside() {

global $p_data;

if ($p_data['panel_side'] == 1) {

echo "</td>
<td class='bok12'></td>
</tr>
<tr>
<td class='bok13'></td>
<td class='bok14'></td>
<td class='bok15'></td>
<td class='bok16'></td>
</tr>
</table>"; }

else {

echo "</td>
<td class='bok12'></td>
</tr>
<tr>
<td class='bok13'></td>
<td class='bok17'></td>
<td class='bok14'></td>
<td class='bok16'></td>
</tr>
</table>\n";
}
tablebreak();

}

function opensidex($title,$open="on") {

global $p_data;

$box_img = ($open=="on" ? "off" : "on");
echo "<table width='207' border='0' cellpadding='0' cellspacing='0'>
<tr>
<td class='bok01'></td>
<td colspan='2' class='bok02'></td>
<td class='bok03'></td>
</tr>
<tr>
<td class='bok04'></td>
<td colspan='2' class='bok05'>$title <img onclick=\"javascript:flipBox('$title')\" name='b_$title' alt='$box_img' border='0' src='".THEME."images/panel_$box_img.gif'><br><div id='box_$title'".($open=="off" ? "style='display:none'" : "")."></td>
<td class='bok06'></td>
</tr>
<tr>
<td class='bok07'></td>
<td colspan='2' class='bok08'></td>
<td class='bok09'></td>
</tr>
<tr>
<td class='bok10'></td>
<td colspan='2' class='bok11'>\n";

}

function closesidex() {

global $p_data;

if ($p_data['panel_side'] == 1) {

echo "</div>
</td>
<td class='bok12'></td>
</tr>
<tr>
<td class='bok13'></td>
<td class='bok14'></td>
<td class='bok15'></td>
<td class='bok16'></td>
</tr>
</table>\n"; }

else {

echo "</div>
</td>
<td class='bok12'></td>
</tr>
<tr>
<td class='bok13'></td>
<td class='bok17'></td>
<td class='bok14'></td>
<td class='bok16'></td>
</tr>
</table>\n"; }
tablebreak();

}

function tablebreak() {

echo "<table width='100%' cellspacing='0' cellpadding='0'>
<tr>
<td height='2'></td>
</tr>
</table>\n";
}
?>
Düzenleyen ahmetcahan1966 Düzenleme Tarihi: 16.07.2008 14:06
Saygılarımla.
Atletizm , Badminton, Korfbol Hakemi
www.ahmetcahan.com.tr
www.ahmetcahan.com
www.programinndir.biz
www.pc-destek.net
www.istanbulbadminton.net
www.istanbulatletizmiltemsilciligi.com
www.isthentboliltemsilciligi.com
www.istanbulkorfboltem.com
 
SoulSmasher
#2 Mesajı Yazdır
Mesaj Tarihi 16.07.2008 14:21
Kullanıcı Avatarı

Super Yönetici


Mesaj Sayısı: 10962
Katılım Tarihi: 05.01.06

menuss classında düzenleme yapmalısınız css de
Soruları lütfen düzgün bir Türkçe ile sorun, burası anlık çevrimiçi sohbet ortamı değil Smile

Tercümelerimi Ve Kodlamalarımı Çalıp İsimlerini Silenler Size Sesleniyorum:
Gölgem Olmaktan Öteye Gidemeyeceksiniz!!


Wareze Hiçbir Şekilde Destek Yok! Herhangi Bir Sitesinde Warez İçerik Bulunduranlar Ya Silsinler Ya Da Bu Siteden Destek Talep Etmesinler!
 
http://www.yildizkimyacilar.com/
ahmetcahan1966
#3 Mesajı Yazdır
Mesaj Tarihi 16.07.2008 15:25
Kullanıcı Avatarı

Saygın Üye


Mesaj Sayısı: 688
Katılım Tarihi: 29.01.06

SoulSmasher yazdı:
menuss classında düzenleme yapmalısınız css de

Üstad.
Temanın style.css cinde mi nereden nasıl yapabilirim.
Yardımların için teşekkürler.
Saygılarımla.
Atletizm , Badminton, Korfbol Hakemi
www.ahmetcahan.com.tr
www.ahmetcahan.com
www.programinndir.biz
www.pc-destek.net
www.istanbulbadminton.net
www.istanbulatletizmiltemsilciligi.com
www.isthentboliltemsilciligi.com
www.istanbulkorfboltem.com
 
tahor
#4 Mesajı Yazdır
Mesaj Tarihi 16.07.2008 15:33
Kullanıcı Avatarı

Üye


Mesaj Sayısı: 134
Katılım Tarihi: 15.06.08

temanın içindeki style.css sinden ayarlıyacaksın ama orada menüss diye bi class yok işin garibi
Düzenleyen tahor Düzenleme Tarihi: 16.07.2008 15:35
 
www.hayfans.biz
ahmetcahan1966
#5 Mesajı Yazdır
Mesaj Tarihi 16.07.2008 15:46
Kullanıcı Avatarı

Saygın Üye


Mesaj Sayısı: 688
Katılım Tarihi: 29.01.06

SoulSmasher yazdı:
menuss classında düzenleme yapmalısınız css de

Ben inceleyemedim. tahor kardeşimiz "menüss class" diye bir yer yer olmadığını belirtiyor.
Üstadım. SoulSmasher yardımcı olurmusun.
Saygılarımla.
Saygılarımla.
Atletizm , Badminton, Korfbol Hakemi
www.ahmetcahan.com.tr
www.ahmetcahan.com
www.programinndir.biz
www.pc-destek.net
www.istanbulbadminton.net
www.istanbulatletizmiltemsilciligi.com
www.isthentboliltemsilciligi.com
www.istanbulkorfboltem.com
 
Anathema
#6 Mesajı Yazdır
Mesaj Tarihi 16.07.2008 15:51
Kullanıcı Avatarı

Saygın Üye


Mesaj Sayısı: 532
Katılım Tarihi: 25.10.07

ahmetcahan1966 yazdı:
SoulSmasher yazdı:
menuss classında düzenleme yapmalısınız css de

Üstad.
Temanın style.css cinde mi nereden nasıl yapabilirim.
Yardımların için teşekkürler.

Evet, temanızın styles.css'ni açın 'menuss' classını bulup isteğinize göre düzenleyin.

ahmetcahan1966 yazdı:
SoulSmasher yazdı:
menuss classında düzenleme yapmalısınız css de

Ben inceleyemedim. tahor kardeşimiz "menüss class" diye bir yer yer olmadığını belirtiyor.
Üstadım. SoulSmasher yardımcı olurmusun.
Saygılarımla.

styles.css'yi buraya kopyalayın beraber bakalım.
Düzenleyen Anathema Düzenleme Tarihi: 16.07.2008 15:53
Sana Ruhumu Verdim, Sen Beni Ölürken Bıraktın...

Ruhmorgu.com | Işıklar Söndüğünde Karanlığına Sarıl!

Zamanın İçindeki Yaşam Ne Kadar Garip Şimdi...
 
www.ruhmorgu.com
tahor
#7 Mesajı Yazdır
Mesaj Tarihi 16.07.2008 16:01
Kullanıcı Avatarı

Üye


Mesaj Sayısı: 134
Katılım Tarihi: 15.06.08

Kaynağı İndir  Kod




a {
color:#333333; text-decoration:underline;
}

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

a.side {
color:#333333; text-decoration:underline;
}

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

a.white {
   text-decoration:none;
   background-color:#666666;
   color:#FFFFFF;
   padding: 15px 7px 15px 7px;
   font-size : 11px;
   
}

a:hover.white {
   text-decoration:none;
   background-color:#333333;
   color:#FFFFFF;

}

body {
   font-family : Verdana, Arial, sans-serif;
   
   font-size : 12px;
   margin : 12px;
}

form {
   margin : 0px;
}

hr {
   height:1px;
   color:#DADADA;
}

hr.side-hr {
   height : 2px;
   
}

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

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

.alt {
   color : #555;
}

.white-header {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 8px;
   color : #FFFFFF;
   background-color : #666666;
   padding: 8px 10px 8px 10px;
   text-align: center;
}

.full-header {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #000;
   background-image: url(images/bg1.jpg);
   background-color : #FFFFFF;
}

.footer {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #666;
   background-color : white;
   padding : 4px 10px 4px 10px;
}

.button {
   font-family : "trebuchet ms", Tahoma, Arial, Verdana, Sans-Serif;
   font-size : 10px;
   color : #fff;
   background-color : #444;
   height : 20px;
   border : 1px solid #fff;
   margin-top : 2px;
}

.textbox {
   font-family : Verdana, Arial, Helvetica, sans-serif;
   font-size : 10px;
   color : #444;
   background-color : #fff;
   border : 1px solid #444;
}

.main-body {
   font-size : 11px;
   color : #000000;
   background-color : #fff;
   padding : 4px 20px 5px 20px;
}

.side-body {
   font-size : 10px;
   color : #000000;
   background-color : #fff;
   padding : 4px;
}

.main-bg {
   color : #444;
   background-color : #fff;
   padding : 0px 0px 5px 0px;
}

.border {
   border : 1px solid #666;
}

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

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

.news-footer {
   font-size : 10px;
   color : #555;
   padding : 3px 4px 4px 4px;
}

.capmain {
   
   background-color:#666666;
   color:#FFFFFF;
   font-size:90%;
   font-weight:normal;
   font-style:italic;
   font-family:"Trebuchet MS", verdana, arial, sans-serif;
   text-align:left;
   padding : 0px 0px 0px 20px;
}

.scapmain {
   
   background-color:#666666;
   color:#FFFFFF;
   font-size:90%;
   font-weight:normal;
   font-style:italic;
   font-family:"Trebuchet MS", verdana, arial, sans-serif;
   text-align:center;
   padding : 0px 0px 0px 0px;
}

.tbl-border {
   color : #444;
   background-color : #ddd;
}

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

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

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

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

.quote {
   color : #000;
   background-color : #efeff4;
   padding : 4px;
   margin : 0 20px;
   border : 1px solid #444;
}

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

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

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

.shoutbox {
   color : #666;
   
}

.shoutboxdate {
   font-size : 9px;
   color : #888;

}

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

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

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

.side-label {
   color : #444;
   background-color : #efeff4;
   padding : 2px;
}

.woman2 {
   text-align:right;
   height:166px;
   
}
.woman1 {

   padding:0;
   margin:0;
   font-size:25px;
   font-weight:normal;
   font-style:italic;
   color:#666666;
   font-family:"Trebuchet MS", verdana, arial, sans-serif;
}
.motto {

   color:#666666;
   padding:0;
   font-size:14px;
   margin:0px;
   font-weight:normal;
   font-style:italic;
   font-family:"Trebuchet MS", verdana, arial, sans-serif;
}








benim css
 
www.hayfans.biz
ahmetcahan1966
#8 Mesajı Yazdır
Mesaj Tarihi 17.07.2008 02:15
Kullanıcı Avatarı

Saygın Üye


Mesaj Sayısı: 688
Katılım Tarihi: 29.01.06

Anathema yazdı:
ahmetcahan1966 yazdı:
SoulSmasher yazdı:
menuss classında düzenleme yapmalısınız css de

Üstad.
Temanın style.css cinde mi nereden nasıl yapabilirim.
Yardımların için teşekkürler.

Evet, temanızın styles.css'ni açın 'menuss' classını bulup isteğinize göre düzenleyin.

ahmetcahan1966 yazdı:
SoulSmasher yazdı:
menuss classında düzenleme yapmalısınız css de

Ben inceleyemedim. tahor kardeşimiz "menüss class" diye bir yer yer olmadığını belirtiyor.
Üstadım. SoulSmasher yardımcı olurmusun.
Saygılarımla.

styles.css'yi buraya kopyalayın beraber bakalım.

Styles.css kodları:
Kaynağı İndir  Kod
body {
   font-family:Tahoma,Verdana,Arial,Sans-Serif;
   font-size:10px;
   padding:0px 0px 0px 0px;
   margin: 0px 0px 0px 0px;
   scrollbar-face-color:#005E71;
        scrollbar-shadow-color:#21212;
        scrollbar-highlight-color:#13BBE0;
        scrollbar-3dlight-color:#13BBE0;
        scrollbar-darkshadow-color:#00D3FF;
        scrollbar-track-color:#13BBE0;
        scrollbar-arrow-color:#00D3FF;
        margin-left:0px;
        margin-right:0px;
        margin-top:0px;
        margin-bottom:0px;
}

a {
   color:#00D3FF; text-decoration:none;
}

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

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

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

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

a:hover.white {
   color:#C9C9C9; text-decoration:none; border-bottom: 3px #13BBE0 solid;
}


img {
   border: 0px;
}

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

hr {
   border-top:1px #101010 solid;
   border-bottom:1px #676767 solid;
}

hr.side-hr {
   border:1px #101010 solid;
   border-bottom:1px #676767 solid;
}

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

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

.alt {
   color:#000000;
}

.button {
   font-family:Tahoma,Arial,Verdana,Sans-Serif;
   font-size:10px;
   color:#77E5FF;
   background-color:#055568;
   border:#8FE8FF 1px solid;
   margin-top:2px;
}
   
.textbox {
   font-family:Tahoma,Verdana,Tahoma,Arial,Sans-Serif;
   font-size:10px;
   color:#77E5FF;
   background-color:#055568;
   border:1px #8FE8FF solid;
}

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

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

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

.border {
   background-color:#00C8FB;
   border:2px #00C8FB solid;
}

.side-caption {
   font-family:Tahoma,Verdana,Tahoma,Arial,Sans-Serif;
   font-size:10px;
        font-weight:bold;
   color:#FFFFFF;
        background-color:#000000;
   padding:0px 4px 3px 4px;
}

.tbl-border {
   background-color:#5F5F5F;
}

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

.tbl1 {
   font-size:10px;
        color:#E9FBFF;
   background-color:#213539;
   padding:3px;
}

.tbl2 {
   font-size:10px; color:#E9FBFF;
   background-color:#213539;
        padding:3px;
}
   
.forum-caption {
   font-size:10px;
   color:#fff;
   font-weight: bold;
        background-color:#005366;
   padding:4px 4px 4px 4px;
}

.quote {
   color:#79E4FF;
        background-color:#002D38;
   padding:5px 5px 5px 5px;
   margin:10px 10px 10px 10px;
   border:1px #Fcfcfc solid;
}

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

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

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

.shoutbox {
   color:#9AEBFF;
}

.shoutboxdate {
   font-size:9px;
        color:#9DCDD9;
        text-align:right;
}

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

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

.side-small {
   font-size:9px;
        font-weight:normal;
        color:#fcfcfc;
}

.side-label {
   background-color:#ffffff;
   padding:1px 4px 3px 4px;
}

.gallery {
   padding: 8px 2px 8px 2px;
}

.gallery img {
   border: 1px solid #565656;
}

.gallery:hover img {
   border: 1px solid #85B176;
}

img.activegallery {
   border: 1px solid #426C34;
}

/*****************************************************\
* * * * * * * * * * * * * * * * * * * * * * * * * * * *
\*****************************************************/

.main-body {
   font-size:11px;
   color:#000000;
   background-color:#FFFFFF;
   padding:3px 4px 3px 4px;
}

.side-body {
   font-size:10px;
   color:#000000;
   background-color:#ffffff;
   padding:5px 0px 0px 0px;
}

.mbody {
   font-size:10px;
   color:#666666;
        background-color:#333333;
   padding:0px 0px 0px 0px;
}

.mbottom {
   font-size:10px;
        background-color:#CBC3AD;
   padding:4px 4px 4px 4px;
}

.lefter {
   font-size:1px;
   width:45px;
        background-image:url(images/lefter.gif);
}

.righter {
   font-size:1px;
    width:45px;
        background-image:url(images/righter.gif);
}

.footer {
        font-size:10px;
        background-image:url(images/footer.gif);
        background-repeat:repeat-x;
        background-color:#262626;
        padding-top:31px;
}

.toplogo {
        background-image:url(images/tlologo.gif);
        background-repeat:repeat-x;
        background-color:#333333;
        text-align:center;
}

.menus {
        background-image:url(images/menus.gif);
        height:27px;
        width:120px;
        color:#ffffff;
        padding-left:5px;
        padding-right:5px;
}

.menuss {
        background-image:url(images/menus.gif);
        height:27px;
        width:90px;
        vertical-align:middle;
        padding-left:5px;
        padding-right:5px;
        text-align:center;
}

.sep {
       background-image:url(images/top_sep.gif);
       width:2px;
       height:27px;
}

.pustka {
        background-image:url(images/pustka.gif);
        height:27px;
}

.bok01 {
       background-image:url(images/blok/blok_01.gif);
       width:6px;
       height:8px;
       background-repeat:no-repeat;
}

.bok02 {
       background-image:url(images/blok/blok_02.gif);
       height:8px;
}

.bok03 {
       background-image:url(images/blok/blok_03.gif);
       width:6px;
       height:8px;
       background-repeat:no-repeat;
}

.bok04 {
       background-image:url(images/blok/blok_04.gif);
       width:6px;
       height:24px;
       background-repeat:no-repeat;
}

.bok05 {
       background-image:url(images/blok/blok_05.gif);
       height:24px;
       vertical-align:middle;
       padding-left:4px;
       color:#ffffff;
}

.bok06 {
       background-image:url(images/blok/blok_06.gif);
       width:6px;
       height:24px;
       background-repeat:no-repeat;
}

.bok07 {
       background-image:url(images/blok/blok_07.gif);
       width:6px;
       background-repeat:repeat-y;
}

.bok08 {
       background-image:url(images/blok/blok_08.gif);
       background-repeat:repeat-x;
       height:6px;
}

.bok09 {
       background-image:url(images/blok/blok_09.gif);
       width:6px;
       background-repeat:repeat-y;
}

.bok10 {
       background-image:url(images/blok/blok_10.gif);
       width:6px;
       background-repeat:repeat-y;
}

.bok11 {
       background-image:url(images/blok/blok_11.gif);
       background-repeat:repeat-x;
       background-color:#252525;
       color:#B8E8F2;
       padding: 5px 5px 0px 5px;
}

.bok12 {
       background-image:url(images/blok/blok_12.gif);
       width:6px;
       background-repeat:repeat-y;
}

.bok13 {
       background-image:url(images/blok/blok_13.gif);
       width:6px;
       height:27px;
       background-repeat:no-repeat;
}

.bok14 {
       background-image:url(images/blok/blok_14.gif);
       width:173px;
       height:27px;
       background-repeat:repeat-x;
}

.bok15 {
       background-image:url(images/blok/blok_15.gif);
       width:22px;
       height:27px;
       background-repeat:no-repeat;
}

.bok16 {
       background-image:url(images/blok/blok_16.gif);
       width:6px;
       height:27px;
       background-repeat:no-repeat;
}

.bok17 {
       background-image:url(images/blok/blok_17.gif);
       width:22px;
       height:27px;
       background-repeat:no-repeat;
}

.tresc01 {
       background-image:url(images/tresc/tresc_01.gif);
       width:4px;
       height:8px;
       background-repeat:no-repeat;
}

.tresc02 {
       background-image:url(images/tresc/tresc_02.gif);
       height:8px;
}

.tresc03 {
       background-image:url(images/tresc/tresc_03.gif);
       width:4px;
       height:8px;
       background-repeat:no-repeat;
}

.tresc04 {
       background-image:url(images/tresc/tresc_04.gif);
       width:4px;
       height:24px;
       background-repeat:no-repeat;
}

.tresc05 {
       background-image:url(images/tresc/tresc_05.gif);
       height:24px;
       vertical-align:middle;
       padding-left:4px;
       color:#ffffff;
}

.tresc06 {
       background-image:url(images/tresc/tresc_06.gif);
       width:4px;
       height:24px;
       background-repeat:no-repeat;
}

.tresc07 {
       background-image:url(images/tresc/tresc_07.gif);
       width:4px;
       background-repeat:repeat-y;
}

.tresc08 {
       background-image:url(images/tresc/tresc_08.gif);
       background-repeat:repeat-x;
       height:6px;
}

.tresc09 {
       background-image:url(images/tresc/tresc_09.gif);
       width:4px;
       background-repeat:repeat-y;
}

.tresc10 {
       background-image:url(images/tresc/tresc_10.gif);
       width:4px;
       background-repeat:repeat-y;
}

.tresc11 {
       background-image:url(images/tresc/tresc_11.gif);
       background-repeat:repeat-x;
       background-color:#212121;
       color:#B8E8F2;
       padding: 15px 5px 0px 5px;
}

.tresc12 {
       background-image:url(images/tresc/tresc_12.gif);
       width:4px;
       background-repeat:repeat-y;
}

.tresc13 {
       background-image:url(images/tresc/tresc_13.gif);
       width:4px;
       height:29px;
       background-repeat:no-repeat;
}

.tresc14 {
       background-image:url(images/tresc/tresc_14.gif);
       width:22px;
       height:29px;
       background-repeat:no-repeat;
}

.tresc15 {
       background-image:url(images/tresc/tresc_15.gif);
       
}

.tresc16 {
       background-image:url(images/tresc/tresc_16.gif);
       width:22px;
       height:29px;
       background-repeat:no-repeat;
}

.tresc17 {
       background-image:url(images/tresc/tresc_17.gif);
       width:4px;
       height:29px;
       background-repeat:no-repeat;
}




Saygılarımla.
Atletizm , Badminton, Korfbol Hakemi
www.ahmetcahan.com.tr
www.ahmetcahan.com
www.programinndir.biz
www.pc-destek.net
www.istanbulbadminton.net
www.istanbulatletizmiltemsilciligi.com
www.isthentboliltemsilciligi.com
www.istanbulkorfboltem.com
 
pHeR-d
#9 Mesajı Yazdır
Mesaj Tarihi 17.07.2008 12:29
Kullanıcı Avatarı

Yönetici


Mesaj Sayısı: 3728
Katılım Tarihi: 28.08.05

nesini değiştirmek istiyorsunuz?
Tercümelerimi Ve Kodlamalarımı Çalıp İsimlerini Silenler Size Sesleniyorum:
Gölgem Olmaktan Öteye Gidemeyeceksiniz!!
 
www.pher-d.net
ahmetcahan1966
#10 Mesajı Yazdır
Mesaj Tarihi 18.07.2008 15:24
Kullanıcı Avatarı

Saygın Üye


Mesaj Sayısı: 688
Katılım Tarihi: 29.01.06

menüss class bulup, linkleri değiştirmek istiyorum.
Saygılarımla.
Atletizm , Badminton, Korfbol Hakemi
www.ahmetcahan.com.tr
www.ahmetcahan.com
www.programinndir.biz
www.pc-destek.net
www.istanbulbadminton.net
www.istanbulatletizmiltemsilciligi.com
www.isthentboliltemsilciligi.com
www.istanbulkorfboltem.com
 
Atlanilacak Forum: