colours.css
Kod: Zaznacz cały
a:link { color: #417fb3; }
a:visited { color: #417fb3; }
a:hover { color: #4396dc; }
a:active { color: #417fb3; }Ja mam nadzieje zmienić takie rzeczy jak: [Strona Główna] tytuły for itd...
Kod: Zaznacz cały
a:link { color: #417fb3; }
a:visited { color: #417fb3; }
a:hover { color: #4396dc; }
a:active { color: #417fb3; }Zależności jaka klasa Cię interesuje..możesz mi podać te klasy?
2.0.x nie można.. a z 3.0.0 można, lecz mogą być błędy, i jest to nie zalecane.a tak nie na temat to czy mody 2.0.x czy też 3.0.0 można instalować na 3.0.5?
Kod: Zaznacz cały
/* Post body links */
.postlink {
text-decoration: none;
color: #5c5c5c;
border-bottom: 1px solid #d2d2d2;
padding-bottom: 0;
}
.postlink:visited {
color: #5c5c5c;
border-bottom-style: dotted;
border-bottom-color: #5c5c5c;
}
.postlink:active {
color: #d2d2d2;
}
.postlink:hover {
background-color: #5c5c5c;
text-decoration: none;
color: #5c5c5c;
}
.signature a, .signature a:visited, .signature a:active, .signature a:hover {
border: none;
text-decoration: underline;
background-color: transparent;
}
/* Profile links */
.postprofile a:link, .postprofile a:active, .postprofile a:visited, .postprofile dt.author a {
font-weight: bold;
color: #5c5c5c;
text-decoration: none;
}
.postprofile a:hover, .postprofile dt.author a:hover {
text-decoration: underline;
color: #5c5c5c;
}
/* Profile searchresults */
.search .postprofile a {
color: #898989;
text-decoration: none;
font-weight: normal;I tego powinieneś się trzymać.ja już nie wiem to jest nie wykonalne!