13.10.2008 07:13
Ücretsiz Üyelik
Ana Menü
Pardus... Özgürlük İçin...

Özgürlükİçin OOXML'e karşı!

Türkçe Konuş



Başlığı Görüntüle
 Başlığı Yazdır
Sitenizin sol üstüne siyah kurdele
SoulSmasher
#21 Mesajı Yazdır
Mesaj Tarihi 29.10.2007 17:08
Kullanıcı Avatarı

Super Yönetici


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

css kodunda bir sorununuz var o zaman
temanın styles.css sine en üste bunu ekleyin

Kaynağı İndir  Kod
#turkiyem{
position: absolute;
top: 0px;
left: 0px;
text-indent: -1000px;
width: 125px;
height: 197px;
overflow: hidden;
background: url('http://img84.imageshack.us/img84/3590/siyahkurdele1wm8.png'smiley no-repeat 0 0;
}




blok kodu olarak da şunu ekleyin:

Kaynağı İndir  Kod
?>
<div id="turkiyem"></div>
<?




kendi sitemde kullanıyorum sorun vermemesi gerek
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!
 
miksa
#22 Mesajı Yazdır
Mesaj Tarihi 29.10.2007 17:32
Kullanıcı Avatarı

Acemi Üye


Mesaj Sayısı: 55
Katılım Tarihi: 22.06.06

pHeR-d nin sitesinde ki kurdele de aşağı yukarı hareket ediyor bu sitede sabit duruyor işin içinden çıkamadım gitti Wink

SoulSmasher ilgin için tşk ederim olmadı Sad
 
http://www.sarkisla.dk
bumerang
#23 Mesajı Yazdır
Mesaj Tarihi 01.11.2007 21:03
Kullanıcı Avatarı

Üye


Mesaj Sayısı: 106
Katılım Tarihi: 03.07.07

miksa yazdı:
pHeR-d nin sitesinde ki kurdele de aşağı yukarı hareket ediyor bu sitede sabit duruyor işin içinden çıkamadım gitti ;)

SoulSmasher ilgin için tşk ederim olmadı :(


bide alttaki kodu dene bakalım bende bole calışıyor
bu kodu orta blok olarak ekle tum sayfalar gosterimini sec
ve aktif et

Kaynağı İndir  Kod
?><meta name="description" content="www.siteniz.com sol üst kısım bayrak eklentisi" />
<style type="text/css">
#turkiyem{
position: absolute;
top: 0px;
left: 0px;
text-indent: -1000px;
width: 110px;
height: 140px;
overflow: hidden;
background: url('http://kadimdost.com/themes/Miniport/siyah-kurdele1.gif') no-repeat 0 0;
}
</style>
<script type="text/javascript">


var persistclose=0 //set to 0 or 1. 1 means once the bar is manually closed, it will remain closed for browser session
var startX = 0 //set x offset of bar in pixels
var startY = 0 //set y offset of bar in pixels
var verticalpos="fromtop" //enter "fromtop" or "frombottom"

function iecompattest(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function get_cookie(Name) {
var search = Name + "="
var returnvalue = "";
if (document.cookie.length > 0) {
offset = document.cookie.indexOf(search)
if (offset != -1) {
offset += search.length
end = document.cookie.indexOf(";", offset);
if (end == -1) end = document.cookie.length;
returnvalue=unescape(document.cookie.substring(offset, end))
}
}
return returnvalue;
}

function closebar(){
if (persistclose)
document.cookie="remainclosed=1"
document.getElementById("turkiyem").style.visibility="hidden"
}

function staticbar(){
barheight=document.getElementById("turkiyem").offsetHeight
var ns = (navigator.appName.indexOf("Netscape") != -1) || window.opera;
var d = document;
function ml(id){
var el=d.getElementById(id);
if (!persistclose || persistclose && get_cookie("remainclosed")=="")
el.style.visibility="visible"
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.left=x+"px";this.style.top=y+"px";};
el.x = startX;
if (verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : iecompattest().scrollTop + iecompattest().clientHeight;
el.y -= startY;
}
return el;
}
window.stayTopLeft=function(){
if (verticalpos=="fromtop"){
var pY = ns ? pageYOffset : iecompattest().scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var pY = ns ? pageYOffset + innerHeight - barheight: iecompattest().scrollTop + iecompattest().clientHeight - barheight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopLeft()", 10);
}
ftlObj = ml("turkiyem");
stayTopLeft();
}

if (window.addEventListener)
window.addEventListener("load", staticbar, false)
else if (window.attachEvent)
window.attachEvent("onload", staticbar)
else if (document.getElementById)
window.onload=staticbar
</script>
<div id="turkiyem"></div><?







kalın kırmızı alanları kendine gore editle

birde phpfusion-tr.com yoneticileri

siyah kurdale resminin arkaplanı var yani temanın ust arka planı kurdalenin arka planı aynı zamanda,

o resim yerine (kurdale)
bunu kullansanız
kadimdost.com/themes/Miniport/siyah-kurdele1.gif

arka planı boş alanları kapatmaz en azından

aslında 19" monitorlerde sorun olmuyor ama
17" ve altı monıtorlerde sorun oluyor
Düzenleyen bumerang Düzenleme Tarihi: 01.11.2007 21:05
 
ko_oz
#24 Mesajı Yazdır
Mesaj Tarihi 03.11.2007 04:06
Yeni Gelen


Mesaj Sayısı: 13
Katılım Tarihi: 15.03.07

Öncelikle bu duyarlılığınız için siz arkadaşlarımı kutlarım.Çalışmalarınızın devamını dilerim.

Eğer Kullanmak isteyen olursa diye bende kendimce bi destek vermek istedim, ve böyle bi çalışma hazırladım.

img231.imageshack.us/img231/5261/userbarsehitdh6.png

Saygılar...
Düzenleyen ko_oz Düzenleme Tarihi: 03.11.2007 04:08
 
tugi-tugay
#25 Mesajı Yazdır
Mesaj Tarihi 03.11.2007 11:08
Kullanıcı Avatarı

Saygın Üye


Mesaj Sayısı: 433
Katılım Tarihi: 02.10.07

teşekkür ellerinze saglık güzel olmus
 
www.korkufan.com
emre0066
#26 Mesajı Yazdır
Mesaj Tarihi 09.01.2008 16:04
Üye


Mesaj Sayısı: 98
Katılım Tarihi: 10.10.07

ben styles.css koydum.blklardan aktıf ettim fakat olmadı. css dosyam aşagıda.yardım ederseniz cok sevinirim.bu arada Zodiac temasını kullanıyorum

Kaynağı İndir  Kod
/*
+----------------------------------------------------------------------+
|   PHP-Fusion Content Management System (c)2004/7 CSS file Zodiac
|
|   Released under the terms and conditions of the
|   GNU General Public License (http://gnu.org).
|
|   Fuzed Themes - http://www.phpfusion-themes.com
+----------------------------------------------------------------------+
*/

body { padding: 0px; margin: -1px 0; color: #0F392D; background: #FFFFFF }
a { font-family: Trebuchet MS; font-size: 12px; color: #3366cc; text-decoration: none; background-color: transparent  }
a.visit:visited { color: #547480; text-decoration: none; background-color: transparent }
a:hover, a.visit:hover { color: #043363; text-decoration: underline }
a.side {color: #3366cc; text-decoration: none; font-weight: bold; font-size: 12px; background-color: transparent }
a:hover.side {color: #043363; text-decoration: underline; background-color: transparent }
.main-body { font-family: Trebuchet MS; font-size: 12px; color: #0F392D; background-color: #F8F9F8; padding: 3px }
hr { border-top: 1px #CCCCCC solid; border-bottom: 1px #F9F9F9 solid; margin: 3px 3px 3px 3px }
td { font-family: Trebuchet MS; font-size: 12px }
pre { font-family: Trebuchet MS; font-size:12px }
.alt { color: #666; background: inherit }
img {   border: 0px }
.wrapper { margin: auto; border:0; width:100%; color: #333; background: #FFFFFF url('images/bg.png'); background-repeat:repeat-x }
.border { color: #333; background-color: inherit; border:1px #C7D0DA solid; }
.border2 { color: #333; background-color: inherit; border:1px #CCCCCC solid; }
.panel-main { font-family: Trebuchet MS; font-size: 12px; font-weight: bold; height: 28px; color:#0A57A4; background: #FFFFFF url('images/panel_bg.png') bottom left repeat-x; padding:0px 4px 1px 4px }
.center-main { font-family: Trebuchet MS; font-size: 12px; font-weight: bold; height: 28px; color:#E6EEF4; background: #526E8F url('images/center_panels.png') bottom left repeat-x; padding:1px 4px 1px 4px }
.panels-middle { font-family: Trebuchet MS; font-size: 12px; font-weight: bold; height: 34px; color:#123A67; background: #FFFFFF url('images/panels_middle.png') bottom left repeat-x; padding:0px 4px 1px 4px }
.border_left { background-image: url('images/border-left.png'); background-repeat: repeat-y; width: 17px; height: 100% }
.border_right { background-image: url('images/border-right.png');   background-repeat: repeat-y; width: 17px; height: 100% }
.sub_nav { background-image: url('images/nav_bg.jpg'); text-align: center; height: 30px; color: #095542; background-color: #F7F7F7 }
#navigation { height: 30px; text-align: center }
#navigation a { font: normal small-caps bold 12px/22px Tahoma; padding: 0px 4px 0px 4px; color: #526E8F; background-color: inherit; text-decoration: none }
#navigation a:hover { color:#2387E4; background-color: inherit }
.filler_nav { background-image: url('images/filler_nav.jpg'); color: inherit; height: 8px; width: auto; background: inherit }
.tbl-border { background-color: #C1D0CC; color: #DDDDDD }
.tbl { Trebuchet MS; font-size: 12px; padding: 3px 4px 3px 4px }
.tbl1 { Trebuchet MS;   font-size: 12px; color: #0F392D; background-color: #FFFFFF; padding:4px }
.tbl2 { Trebuchet MS;   font-size: 12px; color: #0F392D; background-color: #F8F8F8; padding:4px }
.forum-caption { height: 26px; font-family: Trebuchet MS; font-size: 12px; font-weight: bold; background-image: url('images/forum_bg.gif'); color: #FFFFFF; background-color: #CDD6DF; padding: 3px 4px 3px 4px }
.header {  color: #333; height: 109px; padding: 1ex 2ex 17px; background: #FFFFFF url('images/header.gif') 0 100% repeat-x; }
.footer { padding-bottom: 0px; font: normal 12px Trebuchet MS; text-align: center; background-color: inherit; color: #636D84 }
.footer_cell { color: #333; background: #FFFFFF url('images/footer-bg.jpg'); height: 105px }
.footer_links { background-color: inherit; color: #1655C8; font: 12px Tahoma, Verdana, Georgia, "Times New Roman", serif; text-decoration:none }
a.footer_links:hover { background-color: inherit; color: #BF5100;   text-decoration: none; border-bottom:1px dotted #ECA205; border-top:1px dotted #ECA205 }
form { display: inline; margin: 0; padding: 0 }
.button { border: 1px solid #C1D0CC; background-color: #EDEDED; font-style: font-weight: bold; font-size: 11px; color: #526E8F; font-family: verdana, sans-serif; padding: 2px; margin-top: 2px }
.textbox { border: 1px solid #C1D0CC; background: #EEEEEE url('images/textbox-bg.png'); font-family: "Lucida Sans Unicode", Trebuchet MS; font-size: 12px; color: #1B5A35 }
.quote {border: 1px #C1D0CC solid; background: #FFFFFF url('images/code_quote.png'); color: #058182; padding-left: 5px; margin: 0px 20px 0px 20px }
.side-border-left { padding:0px 10px 0px 5px }
.side-border-right { padding:0px 5px 0px 10px }
.side-body { font: normal 12px Trebuchet MS; color: #555A66; padding: 4px 4px 6px 4px; background: #FFFFFF url('images/cell_bg.png'); background-repeat:repeat-x }
.article_block { background-image: url('images/article_footer_bg.png'); padding: 4px 4px 6px 4px; border-top: 1px solid #C1D0CC; line-height:16px }
.news-body { font: normal 12px Trebuchet MS; color: #555A66; padding: 15px 6px 15px 6px; background: #FFFFFF url('images/cell_bg.png'); background-repeat:repeat-x }
.news_poster { color: #6884B3; font-size: 12px; font-weight: normal; background-color: transparent }
.poll { height: 14px; border: 1px #415C8C solid }
.comment-name { font-weight: bold; color: #3E61A9; background: inherit }
.shoutboxname { font-weight: bold; color: #3E61A9; background: inherit }
.shoutbox { color: #162962; background: inherit }
.shoutboxdate { font: normal 9px Trebuchet MS; color: #076F78; background: inherit }
.small { font-size: 12px; font-weight: normal }
.small2 { font: normal 11px Trebuchet MS; color: #076F78; background: inherit }



Düzenleyen emre0066 Düzenleme Tarihi: 09.01.2008 16:05
 
www.sefaatli.web.tr
Atlanilacak Forum: