kolor linków
: 11 kwietnia 2009, 00:31
Czy istnieje taka możliwość, aby linki domyślnie miały inny kolor niż reszta tekstu?
Kod: Zaznacz cały
a:link { color: #898989; text-decoration: none; }
a:visited { color: #898989; text-decoration: none; }
a:hover { color: #d3d3d3; text-decoration: underline; }
a:active { color: #d2d2d2; text-decoration: none; }Które dokładnie parametry mam edytować? No i jeszcze jedna sprawa. Skąd mam wiedzieć, jakie kody przysługują poszczególnym kolorom? Przepraszam, że tak Was męczę, ale jak już pisałam dopiero zaczynam i wolę zapytać i się upewnić, niż coś spieprzyć/* Links
------------ */
a:link {
color: #eae5e5;
text-decoration: none;
}
a:active, a:visited {
color: #eae5e5;
text-decoration: none;
}
a:hover {
color: #eae5e5;
text-decoration: underline;
}
a.forumlink {
color: #eae5e5;
font-weight: normal;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1.2em;
}
a.forumlink:hover {
text-decoration: underline;
}
a.topictitle {
color: #eae5e5;
font-weight: normal;
margin: 1px 0;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1.2em;
}
a.topictitle:visited {
color: #eae5e5;
text-decoration: none;
}
th a, th a:visited {
color: #eae5e5 !important;
text-decoration: none;
}
th a:hover {
color: #eae5e5;
text-decoration: underline;
}
Kod: Zaznacz cały
a:link {cecha: wartość; cecha: wartość} - wygląd odsyłacza na stronie
a:visited {cecha: wartość; cecha: wartość} - wygląd odwiedzonego hiperłącza
a:hover {cecha: wartość; cecha: wartość} - link po najechaniu myszką
a:active {cecha: wartość; cecha: wartość} - link aktywny