Uutiset:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu
Advertisement:

Linklerin Mavi...

Aloittaja emrex2, toukokuu 24, 2009, 02:37:43 IP

« edellinen - seuraava »

emrex2

linklerin mavi gözükmesini istiyorum nasıl yapıcam yardımcı olurmsunuz şimdiden teşkrüler.

Yağız...

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.

Cado

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;
}

turanordusu.tc

#3
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 ? ;)

Yağız...

Paket?


Bu bölümü(üçünüde):
color: #a81a1a;
şu şekilde değiştirin/
color: blue;

Cado

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;
}

turanordusu.tc

#6
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. :)

Advertisement: