Modify ↓
Opened 9 years ago
Closed 8 years ago
#13867 closed enhancement (wontfix)
css tweaks: distigush unvisited links from visited in .wikipage body
Reported by: | openstreetmap.org-user-d1g | Owned by: | stoecker |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Trac | Version: | |
Keywords: | tracwikicss | Cc: |
Description
Use ordinary blue links:
#0645AD - link colour #0B0080 - visited link
Links in content should be distinguishable, but interface links should stay the same
- In trac.css
- In :link, :visited style - set
color: #0645AD
- In .anchor:link, .anchor:visited - set
color: #0645AD
- In #metanav form.trac-logout button - set
color: #0645AD
- In :link, :visited style - set
- In wiki.css
- add .wikipage a:visited - set
color: #0B0080;
- add .wikipage a:visited - set
Attachments (0)
Note:
See TracTickets
for help on using tickets.
Managing changes to the trac.css is to much work and also may have undesired side effects.