|
Parlayan site linkleri(Bu sitedeki gibi)
|
| emir_baba |
Mesaj Tarihi 29.04.2007 20:42
|
Üye

Mesaj Sayısı: 381
Katılım Tarihi: 27.04.07
|
abicim ben burdan aldığım gibi yaptım ve altınada dediğiniz kodu ekledim süper oldu tşkler  |
| |
|
|
| Deja-Vu |
Mesaj Tarihi 02.06.2007 21:48
|

Üye

Mesaj Sayısı: 141
Katılım Tarihi: 27.01.07
|
ya ben localhostta kurduğum sitede denedim
global $theme_width,$settings,$locale; nin hemen altına
echo "<script type='text/javascript' src='".THEME."grade.js'></script>";
kodunu eklemedim ama oldu yinede |
| |
|
|
| karduzlar |
Mesaj Tarihi 02.06.2007 23:10
|

Kıdemli Üye

Mesaj Sayısı: 1503
Katılım Tarihi: 18.01.07
|
o kullandığın temada vardır.
Üyeye Bela Gelmez Admin Kızmadıkça Admin Banlamaz Üye Azmadıkça
özel ve pm destek yok ısrar etmeyin ve pm yollamayın |
| |
|
|
| canay43 |
Mesaj Tarihi 02.06.2007 23:34
|

Üye

Mesaj Sayısı: 267
Katılım Tarihi: 09.12.06
|
eywallah harika oldu...ama bide bunların renkelerini değiştirmek için gerekli renk kodlarını bilseydik...mesela mavi yapmak için mavinin kodu ne yaşilin kodu ne ???
www.saruhanlar.ne... |
| |
|
|
| Deja-Vu |
Mesaj Tarihi 03.06.2007 12:20
|

Üye

Mesaj Sayısı: 141
Katılım Tarihi: 27.01.07
|
karduzlar yazdı:
o kullandığın temada vardır. 
hımm olabilir
canay43 yazdı:
eywallah harika oldu...ama bide bunların renkelerini değiştirmek için gerekli renk kodlarını bilseydik...mesela mavi yapmak için mavinin kodu ne yaşilin kodu ne ???
güzel bir noktaya değindin bence seni destekliyoruz bu konuda   |
| |
|
|
| karduzlar |
Mesaj Tarihi 03.06.2007 14:34
|

Kıdemli Üye

Mesaj Sayısı: 1503
Katılım Tarihi: 18.01.07
|
var LinkEndColor="0000EE"
var LinkStartColor="00FF00";
bunları yaparsanız istediğiniz renkleri yapabilirsiniz.
Düzenleyen karduzlar Düzenleme Tarihi: 03.06.2007 14:44
Üyeye Bela Gelmez Admin Kızmadıkça Admin Banlamaz Üye Azmadıkça
özel ve pm destek yok ısrar etmeyin ve pm yollamayın |
| |
|
|
| cr@ckman |
Mesaj Tarihi 17.06.2007 21:44
|

Üye

Mesaj Sayısı: 153
Katılım Tarihi: 13.06.07
|
saol kardeşim süper oldu
Düzenleyen cr@ckman Düzenleme Tarihi: 17.06.2007 21:47 |
| |
|
|
| lutfucan |
Mesaj Tarihi 16.08.2007 17:20
|
Yeni Gelen

Mesaj Sayısı: 1
Katılım Tarihi: 14.08.07
|
ya süper oldu ama biraz kastırıyor gibi geldi bana, doğru mu? |
| |
|
|
| SoulSmasher |
Mesaj Tarihi 16.08.2007 23:41
|

Super Yönetici

Mesaj Sayısı: 10989
Katılım Tarihi: 05.01.06
|
kastırmaz
Soruları lütfen düzgün bir Türkçe ile sorun, burası anlık çevrimiçi sohbet ortamı değil
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! |
| |
|
|
| hellboy |
Mesaj Tarihi 29.06.2008 14:17
|
Üye

Mesaj Sayısı: 95
Katılım Tarihi: 16.05.08
|
abi ben yapamadım bunu renklerin "FFF" den "2BA3E7" e yavaşca geçiş yapmasını istiyorum hemde tüm linklerin.Bunlarda theme.php ve style.css kodlarım yardım edebilirmisiniz?
Kod<?php
/*RedNeon Hell Theme File
Designer : Hellboy_Serhat
www.phpfusion-tr.com*/
if (!defined("IN_FUSION")) { header("Location: ../../index.php"); exit; }
require_once INCLUDES."theme_functions_include.php";
// theme settings
echo "<script language='JavaScript' type='text/javascript'><!-- // --><![CDATA[
var current_header = false;
function shrinkHeader(mode)
{
document.cookie = 'upshrink=' + (mode ? 1 : 0);
document.getElementById('upshrink').src = smf_images_url + (mode ? '/upshrink2.gif' :
'/upshrink.gif');
document.getElementById('upshrinkHeader').style.display = mode ? 'none' : '';
document.getElementById('upshrinkHeader2').style.display = mode ? 'none' : '';
current_header = mode;
}
// ]]></script>
<script language='JavaScript' type='text/javascript'><!-- // --><![CDATA[
var current_header_ic = false;
function shrinkHeaderIC(mode)
{
document.cookie = 'upshrinkIC=' + (mode ? 1 : 0);
document.getElementById('upshrink_ic').src = smf_images_url + (mode ?
'/expand.gif' : '/collapse.gif');
document.getElementById('upshrinkHeaderIC').style.display = mode ? 'none' : '';
current_header_ic = mode;
}
// ]]></script>
<script type='text/javascript' src='".THEME."includes/jquery.js'></script>
<script type='text/javascript' src='".THEME."includes/interface.js'></script>
<script type='text/javascript' src='".THEME."includes/fader.js.js'></script>
<script type='text/javascript' src='".THEME."includes/sha1.js.js'></script>
<script type='text/javascript' src='".THEME."includes/script.js'></script>
<script language='JavaScript' type='text/javascript'>
$(document).ready(
function()
{
$('#dock').Fisheye(
{
maxWidth: 60,
items: 'a',
itemsText: 'span',
container: '.dock-container',
itemWidth: 60,
proximity: 120,
halign : 'center'
}
)
}
)
;
</script>";
$body_text = "#555555";
$body_bg = "#1C1C1C";
$theme_width = "900";
$theme_width_l = "175";
$theme_width_r = "175";
function render_header($header_content) {
global $theme_width,$userdata,$locale;
echo "<table align='center' cellspacing='0' cellpadding='0' width='$theme_width' class='outer-border'>
<tr>
<td>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='full-header'>
<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='logo'><img src='".THEME."images/logo.gif' alt='..:: |Hayko Cepkin Fan Sitesi| ::..' width='900px' height='300px'></td>
</tr>
</table>
</td>
<td class='full-header2' align='right' valign='top' width='350'>
<a href='".BASEDIR."index.php' title='Anasayfa'><img src='".THEME."images/home.gif' alt='' width='11' height='11' border='0'></a>
<a href='".BASEDIR."search.php' title='Arama'><img src='".THEME."images/arama.gif' alt='' width='11' height='11' border='0'></a>
<a href='".BASEDIR."contact.php' title='Iletisim'><img src='".THEME."images/iletisim.gif' alt='' width='13' height='9' border='0'></a>
<br><br><br>
<center><br><br><br>
</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>
<td width='140' height='25'><img src='".THEME."images/menuleft.gif' alt='' style='border-left: 1px #a7a7a7 solid;'></td><td align='center' class='sub-header-alti'>".showsublinks(" | ","yellow1")."</td><td width='140' height='25'><img src='".THEME."images/menuright.gif' alt='' style='border-right: 1px #a7a7a7 solid;'></td>
</tr>
</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n";
}
function render_footer($license=false) {
global $theme_width,$settings;
echo "<script type='text/javascript' src='".THEME."grade.js'></script>";
echo "</tr>\n</table>\n";
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td align='left' width='50%' height='241' class='footer'><br><br>\n";
if (!$license) { echo showcopyright()."<br>RedNeon Hell Theme by <a href='http://www.hellboydesign.com'>Hellboy_Serhat</a> | \n"; } echo showcounter()."<br><br>
<a href='http://validator.w3.org/check?uri=http://www.sitenizinadı.com'><img src='".THEME."images/vhtml.png' alt='Geçerli HTML 4.01'></a> <a href='http://jigsaw.w3.org/css-validator/validator?uri=http://www.sitenizinadı.com'><img src='".THEME."images/vcss.png' alt='Geçerli CSS'></a>
</td>
<td align='right' width='50%' class='footerright'>\n";
echo "<a href='".BASEDIR."index.php'>Anasayfa</a> | <a href='".BASEDIR."photogallery.php'>Resim Galerisi</a> | <a href='".BASEDIR."forum/index.php'>Forumlar</a> | <a href='".BASEDIR."forum/viewforum.php?forum_id=24'>Paylaşım Forumu</a> | <a href='".BASEDIR."search.php'>Arama</a> | <a href='".BASEDIR."contact.php'>İletişim</a><br><br><br><br>\n";
echo "</td>
</tr>
</table>
</td>
</tr>
</table>\n";
}
function render_news($subject, $news, $info) {
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>$news</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("N",$info['news_id']).newsposter($info," ·").newsopts($info,"·").closeform("N",$info['news_id']);
echo "</td>
</tr>
</table>\n";
}
function render_article($subject, $article, $info) {
echo "<table width='100%' cellpadding='0' cellspacing='0'>
<tr>
<td class='capmain'>$subject</td>
</tr>
<tr>
<td class='main-body'>
".($info['article_breaks'] == "y" ? nl2br($article) : $article)."
</td>
</tr>
<tr>
<td align='center' class='news-footer'>\n";
echo openform("A",$info['article_id']).articleposter($info," ·").articleopts($info,"·").closeform("A",$info['article_id']);
echo "</td>
</tr>
</table>\n";
}
function opentable($title) {
echo "<table cellpadding='0' cellspacing='0' width='100%'>
<tr>
<td align='center' class='capmain'>$title</td>
</tr>
<tr>
<td class='main-body'>\n";
}
function closetable() {
echo "</td>
</tr>
</table>\n";
}
function openside($title) {
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='scapmain'>· $title</td>
</tr>
<tr>
<td class='side-body'>\n";
}
function closeside() {
echo "</td>
</tr>
</table>\n";
tablebreak();
}
function opensidex($title,$state="on") {
$boxname = str_replace(" ", "", $title);
echo "<table cellpadding='0' cellspacing='0' width='100%' class='border'>
<tr>
<td class='scapmain'>$title</td>
<td class='scapmain' align='right'>".panelbutton($state,$boxname)."</td>
</tr>
<tr>
<td colspan='2' class='side-body'>
<div id='box_$boxname'".($state=="off"?" style='display:none'":"").">\n";
}
function closesidex() {
echo "</div>
</td>
</tr>
</table>\n";
tablebreak();
}
function tablebreak() {
echo "<table cellpadding='0' cellspacing='0' width='100%'>\n<tr>\n<td height='15'></td>\n</tr>\n</table>\n";
}
?>
Kod
/*RedNeon Hell CSS File
Designer : Hellboy_Serhat
www.phpfusion-tr.com*/
a
{
color : #777777;
text-decoration : none;
}
a:hover {
color : #777777;
text-decoration : underline;
}
a.side {
color : #fff;
text-decoration : none;
}
a:hover.side {
color : #cdd2d2;
text-decoration : underline;
}
a.white {
color : #fff;
text-decoration : none;
}
a:hover.white {
color : #cdd2d2;
text-decoration : underline;
}
body {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
background-image: url(images/background.jpg);
background-attachment: fixed;
background-repeat: repeat-x;
background-color:#000204;
margin-top: 0px;
margin-bottom: 0px;
}
img {
border:0px;
}
form {
margin : 0px;
}
hr {
height : 0px;
border : 1px solid #eee;
}
hr.side-hr {
height : 0px;
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 : #ffffff;
}
.outer-border {
padding: 0px;
}
.sub-header {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
height : 25px;
color : #fff;
background-color : #1E0000;
padding : 0px;
padding : 6px 20px 5px 45px;
border-right: 1px #a7a7a7 solid;
border-left: 1px #a7a7a7 solid;
}
.sub-header-alti {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
height : 25px;
color : #fff;
background-color : #1E0000;
padding : 5px;
background-image: url(images/menucenter.gif);
}
.full-header {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
height : 116px;
color : #ddd;
background-color : #1E0000;
padding : 0px;
border-left: 1px #a7a7a7 solid;
}
.full-header2 {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
height : 116px;
color : #ffffff;
background-color : #1E0000;
padding-top : 12px;
padding-right : 12px;
border-right: 1px #a7a7a7 solid;
}
.footer {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #fff;
background-image: url(images/footerleftback.gif);
background-repeat: no-repeat;
background-position: bottom;
background-color : #1E0000;
border-left: 1px #a7a7a7 solid;
padding-left : 12px;
padding-bottom : 10px;
vertical-align: bottom;
}
.footerright {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #fff;
background-image: url(images/footerrightback.gif);
background-repeat: no-repeat;
background-position: bottom;
background-color : #1E0000;
border-right: 1px #a7a7a7 solid;
padding-right : 12px;
padding-bottom : 15px;
vertical-align: bottom;
}
.button {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #ffffff;
background-color : #760000;
height : 20px;
border : 1px solid #002737;
margin-top : 2px;
}
.textbox {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 10px;
color : #fff;
background-color : #760000;
border : 1px solid #900000;
padding:2px;
margin:2px;
}
.main-body {
font-size : 11px;
color : #fff;
background-color : #1E0000;
padding : 7px;
border:1px #900000 solid;
v
}
.side-body {
font-size : 10px;
color : #fff;
padding : 4px 12px 5px 12px;
border:1px #900000 solid;
}
.main-bg {
color : #fff;
background-color : #1E0000;
padding : 10px 5px 10px 5px;
}
.side-border-left {
color : #fff;
border-left: 1px #a7a7a7 solid;
background-color : #1E0000;
padding : 10px 5px 10px 0px;
}
.side-border-right {
color : #fff;
border-right: 1px #a7a7a7 solid;
background-color : #1E0000;
padding : 10px 0px 10px 5px;
}
.news-footer {
font-size : 10px;
color : #fff;
background-color : #1E0000;
background-image : url(images/menucenter.gif);
padding : 3px 4px 4px 4px;
}
.capmain {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
height : 25px;
font-weight : bold;
color : #ffffff;
background-color : #1E0000;
padding : 2px 0px 4px 10px;
background-image: url(images/menucenter.gif);
}
.scapmain {
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size : 11px;
height : 25px;
font-weight : bold;
color : #ffffff;
background-color : #f1f1f1;
padding : 4px 0px 5px 12px;
background-image: url(images/menucenter.gif);
}
.tbl-border {
color : #fff;
background-color : #900000;
}
.tbl {
font-size : 11px;
color : #fff;
background-color : #1E0000;
padding : 4px;
}
.tbl1 {
font-size : 11px;
color : #fff;
background-color : #1E0000;
border-top : 0px #D81A1A solid;
border-bottom : 1px #D81A1A solid;
border-left : 0px #D81A1A solid;
border-right : 0px #D81A1A solid;
padding : 4px;
}
.tbl2 {
font-size : 11px;
color : #fff;
background-color : #760000;
border-top : 0px #D81A1A solid;
border-bottom : 1px #D81A1A solid;
border-left : 0px #D81A1A solid;
border-right : 0px #0D81A1A solid;
padding : 4px;
}
.forum-caption {
font-size : 11px;
font-weight : bold;
color : #fff;
height:25px;
background-color : #1E0000;
padding : 2px 4px 4px 4px;
background-image: url(images/menucenter.gif);
}
.quote {
font-size : 11px;
font-style: italic;
color : #fff;
background-color : #1E0000;
padding : 4px;
margin : 10px 20px 10px 20px;
border : 1px #bbb dashed;
}
.poll {
height : 12px;
border : 1px #bbb solid;
}
.comment-name {
font-weight : bold;
color : #005599;
}
.shoutboxname {
font-weight : bold;
color : #ffffff;
background-color : #1E0000;
}
.shoutbox {
color : #ffffff;
background-color : #1E0000;
}
.shoutboxdate {
font-size : 10px;
color : #8c8c8c;
background-color : #1E0000;
}
.small {
font-size : 10px;
color:#fff;
font-weight : normal;
}
.small2 {
font-size : 10px;
font-weight : normal;
color : #fff;
}
.side-small {
font-size : 10px;
font-weight : normal;
color : #FFFFFF;
background-color : #080000;
}
.side-label {
color : #FFFFFF;
background-color : #080000;
padding : 0px 2px 1px 8px;
}
div {
margin : 0px;
padding : 0px;
}
.logo {
padding : 15px 0px 0px 12px;
}
Düzenleyen hellboy Düzenleme Tarihi: 30.06.2008 16:41 |
| |
|
|
| tahor |
Mesaj Tarihi 30.06.2008 13:14
|

Üye

Mesaj Sayısı: 134
Katılım Tarihi: 15.06.08
|
bende oldu hocam eline sağlık çokta güzel olduda bende linkler kırmızıya geçiş yapıyo mavi nasıl yaparım
Düzenleyen tahor Düzenleme Tarihi: 30.06.2008 13:30 |
| |
|
|
| zayprexa |
Mesaj Tarihi 09.07.2008 20:47
|

Üye

Mesaj Sayısı: 79
Katılım Tarihi: 22.01.08
|
karduzlar yazdı:
var LinkEndColor="0000EE"
var LinkStartColor="00FF00";
bunları yaparsanız istediğiniz renkleri yapabilirsiniz.
Tam Bir Bilgim Yok Ama Mavi Renk Kodu
Acık Mavi #6699FF
Koyu Mavi #3333CC |
| |
|
|
| Mndrs78 |
Mesaj Tarihi 09.07.2008 21:08
|

Saygın Üye

Mesaj Sayısı: 751
Katılım Tarihi: 15.03.07
|
link end color en sonunu renk demektir start ba$langiç kodudur. |
| |
|
|
| SoulSmasher |
Mesaj Tarihi 09.07.2008 21:25
|

Super Yönetici

Mesaj Sayısı: 10989
Katılım Tarihi: 05.01.06
|
tam mavi rengi #0000FF dir
Soruları lütfen düzgün bir Türkçe ile sorun, burası anlık çevrimiçi sohbet ortamı değil
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! |
| |
|