Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
| Comment: | Make forum post hyperlinks more visible, with the conventional underline. |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | visible-post-links |
| Files: | files | file ages | folders |
| SHA3-256: |
b9027e76fffe81d20697a64141c6eeac |
| User & Date: | larrybr 2024-01-25 03:28:52.637 |
Context
|
2024-01-25
| ||
| 04:04 | Make forum post hyperlinks more visible, with the conventional underline. ... (check-in: 321d8baf19 user: stephan tags: trunk) | |
| 03:28 | Make forum post hyperlinks more visible, with the conventional underline. ... (Closed-Leaf check-in: b9027e76ff user: larrybr tags: visible-post-links) | |
|
2024-01-22
| ||
| 13:37 | Hide the timeline graph tooltip in the `pagehide' handler, as Chromium-based browsers (but not Firefox) are deprecating the `unload' handler. ... (check-in: f97a29dd58 user: florian tags: trunk) | |
Changes
Changes to src/default.css.
| ︙ | ︙ | |||
926 927 928 929 930 931 932 933 934 935 936 937 938 939 |
flex-direction: column;
}
div.forumClosed {
}
div.forumClosed > .forumPostBody {
opacity: 0.7;
}
div.forumClosed > .forumPostHdr::before {
content: "[CLOSED] ";
}
/*div.forumClosed > div.forumPostBody {
filter: blur(5px);
}*/
div.forumpost-closure-warning {
| > > > > | 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 |
flex-direction: column;
}
div.forumClosed {
}
div.forumClosed > .forumPostBody {
opacity: 0.7;
}
.forumPostBody a {
text-decoration-line: underline;
text-decoration-style: solid;
}
div.forumClosed > .forumPostHdr::before {
content: "[CLOSED] ";
}
/*div.forumClosed > div.forumPostBody {
filter: blur(5px);
}*/
div.forumpost-closure-warning {
|
| ︙ | ︙ |