ich kenne mich mit Foren-Codes 0 aus. In Worten "Null"^^.
Ich versuche gerade im Style TwilightBB die Linkfarbe im Forum zu ändern, da sie sich farblich nicht signifikant vom geschriebenen Text unterscheidet.
Ich vermute das man dies an dieser Stelle editieren kann:
/* Links
------------ */
/* Links adjustment to correctly display an order of rtl/ltr mixed content */
.rtl a {
direction: rtl;
unicode-bidi: embed;
}
a:link { color: #A1A1A1; text-decoration: none; }
a:visited { color: #A1A1A1; text-decoration: none; }
a:hover { color: #A1A1A1; text-decoration: none; }
a:active { color: #A1A1A1; text-decoration: underline; }
a.forumlink {
font-weight: bold;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-size: 1.2em;
}
a.topictitle, a.topictitle:visited {
margin: 1px 0;
font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
font-weight: bold;
font-size: 1.2em;
}
th a,
th a:visited {
color: #FC9049 !important;
text-decoration: none;
}
th a:hover {
text-decoration: none;
}
Jetzt habe ich dazu 2 Fragen:
1. Kann es sein wenn man die Farbe eines gepostet URL links ändert sich alle Links im Forum der Farbe anpassen?
2. Wo in dieser Textpassage kann man einen URL Link nach eigenen wünschen anpassen? Am besten mit unterstrich.
Vielen Dank im voraus.
Beste Grüße
Akaiah