Simple Machines Community Forum

SMF Support => Türkçe Bölümü (Turkish) => Language Specific Support => Arşiv => Aiheen aloitti: emrex2 - toukokuu 24, 2009, 02:37:43 IP

Otsikko: Linklerin Mavi...
Kirjoitti: emrex2 - toukokuu 24, 2009, 02:37:43 IP
linklerin mavi gözükmesini istiyorum nasıl yapıcam yardımcı olurmsunuz şimdiden teşkrüler.
Otsikko: Re: Linklerin Mavi...
Kirjoitti: Yağız... - toukokuu 24, 2009, 02:45:43 IP
style.css dosyasinda
a:link
{
       color: #000000;
       text-decoration: none;
}
a:visited
{
       color: #000000;
       text-decoration: none;
}
a:hover
{
       color: #000000;
       text-decoration: underline;
}


vb. kodlar bulunur. Genelde en üsttedirler. color: yazan yerin karşısındaki değeri blue olarak değiştirin.
Otsikko: Re: Linklerin Mavi...
Kirjoitti: Cado - toukokuu 24, 2009, 02:47:42 IP
style.css de bul

/* Normal, standard links. */
a:link
{
color: #476C8E;
text-decoration: none;
}
a:visited
{
color: #476C8E;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}


Bunla Değiştir

/* Normal, standard links. */
a:link
{
color: blue;
text-decoration: none;
}
a:visited
{
color: blue;
text-decoration: none;
}
a:hover
{
text-decoration: underline;
}
Otsikko: Re: Linklerin Mavi...
Kirjoitti: turanordusu.tc - toukokuu 24, 2009, 04:15:39 IP
Hocam paket yükleme başarılı olmadı. Kodlar bu şekilde bende ;

/* Normal, standard links. */
a:link
{
   color: #a81a1a;
   text-decoration: none;
}
a:visited
{
   color: #a81a1a;
   text-decoration: none;
}
a:hover
{
      color: #a81a1a;
   text-decoration: none;
   background-image:url('images/link-back.gif');
   position: relative; top: 0.0px; left: 1.0px;
}

/* Navigation links - for the link tree. */
.nav, .nav:link, .nav:visited
{
   color: #a81a1a;
   text-decoration: none;
}


Nerelerini değiştirmem lazım ve nasıl ? ;)
Otsikko: Re: Linklerin Mavi...
Kirjoitti: Yağız... - toukokuu 24, 2009, 04:30:22 IP
Paket?


Bu bölümü(üçünüde):
color: #a81a1a;
şu şekilde değiştirin/
color: blue;
Otsikko: Re: Linklerin Mavi...
Kirjoitti: Cado - toukokuu 24, 2009, 04:35:44 IP
Bul
/* Normal, standard links. */
a:link
{
   color: #a81a1a;
   text-decoration: none;
}
a:visited
{
   color: #a81a1a;
   text-decoration: none;
}
a:hover
{
      color: #a81a1a;
   text-decoration: none;
   background-image:url('images/link-back.gif');
   position: relative; top: 0.0px; left: 1.0px;
}


bunla Değiştir
/* Normal, standard links. */
a:link
{
   color: blue;
   text-decoration: none;
}
a:visited
{
   color: blue;
   text-decoration: none;
}
a:hover
{
      color: blue;
   text-decoration: none;
   background-image:url('images/link-back.gif');
   position: relative; top: 0.0px; left: 1.0px;
}
Otsikko: Re: Linklerin Mavi...
Kirjoitti: turanordusu.tc - toukokuu 24, 2009, 04:37:16 IP
Lainaus käyttäjältä: Yağız... - toukokuu 24, 2009, 04:30:22 IP
Paket?


Bu bölümü(üçünüde):
color: #a81a1a;
şu şekilde değiştirin/
color: blue;
Hocam arkadaş ekte paket vermişti de onu yükleyemedim.  ;) Şimdi dediğiniz gibi değiştirdim teşekkürler. :)