Posted by bkat on February 24, 2009 at 5:12am
| Project: | Amity Island |
| Version: | 6.x-1.0 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
Links in the content area are indistinguishable from normal text (until you happen to hover over them). It seems a little tricky because we don't want to change the color of things in menus, just in place where the text isn't an obvious link.
I am using the following css as a starting point:
.content p>a, .content p>a:visited, .content p>a:active {
color: #5493ff;
}I'm also using the following css to clean up the User List page
#profile .profile {
clear: both;
border: 1px solid #abc;
padding: .5em;
margin: 1em 0em;
}#profile .profile .name {
padding-bottom: 0.5em;
}
#profile .profile .name a {
color: #5493ff;
}
Comments
#1
Where in style.css did you put
.content p>a, .content p>a:visited, .content p>a:active {
color: #5493ff;
}
And did you remove any other code?
#2
I created a sub theme based on Amity Island and set its style sheet to mystyle.css so that drupal will include the amity island style.css and my mystyle.css.
I'll attach my whole css file