Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Coloring the hyperlinks to the newest forum posts from /forum with a dimmer and less saturated version of the normal hyperlink color in the default skin, to test the new div.forumPosts selector. Other skins to be updated later if this is approved. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA3-256: |
86ff84dac89c243b7775e24fc8864d2f |
User & Date: | wyoung 2018-08-25 20:41:54.965 |
Context
2018-08-26
| ||
02:20 | Update JSON code to account for new capabilities. Also, the 'setup' and 'admin' capabilities should imply 'debug'. ... (check-in: 3f12d406 user: mistachkin tags: trunk) | |
2018-08-25
| ||
20:41 | Coloring the hyperlinks to the newest forum posts from /forum with a dimmer and less saturated version of the normal hyperlink color in the default skin, to test the new div.forumPosts selector. Other skins to be updated later if this is approved. ... (check-in: 86ff84da user: wyoung tags: trunk) | |
17:24 | Merged forum-skin-links branch to trunk. ... (check-in: 91c2b1b6 user: wyoung tags: trunk) | |
Changes
Changes to skins/default/css.txt.
︙ | ︙ | |||
12 13 14 15 16 17 18 19 20 21 22 23 24 25 | a { color: #4183C4; text-decoration: none; } a:hover { color: #4183C4; text-decoration: underline; } hr { color: #eee; } .title { | > > > | 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 | a { color: #4183C4; text-decoration: none; } a:hover { color: #4183C4; text-decoration: underline; } div.forumPosts a:visited { color: #6A7F94; } hr { color: #eee; } .title { |
︙ | ︙ |