1 ole May 10, 2008 15:37
3 ole May 10, 2008 17:47
Perfect!
I've commented:
/*#sidebar a{
color: #FFFFFF;
}*/
Added your tips:
table.bCalendarTable caption a {
color:#FFFFFF;
}
.bCalendarLinkPost {
color:#FFFF00;
}
td.bCalendarCell {
color:#FFFFFF;
}
and also added:
table.bCalendarTable tfoot a {
color:#FFFFFF;
}
and now it is how it should be.
Thanks a lot!
4 sam2kb May 10, 2008 17:52
You shouldn't comment sidebar a{} because it affects all sidebar links, just add these 3 styles in style.css
table.bCalendarTable caption a {
color:#FFFFFF;
}
.bCalendarLinkPost {
color:#FFFF00;
}
td.bCalendarCell {
color:#FFFFFF;
}
5 ole May 10, 2008 17:58
I did comment "sidebar a", otherwise "days with posts" links would come back to white.
So I prefer to control sidebar links one by one, by hand. There will not be many of them anyway.
That's what I did with that "What is RSS" link:
.widget_core_coll_xml_feeds a {
color: #FFFFFF;
}
6 sam2kb May 10, 2008 18:03
Maybe you are right, I can't tell you exactly because I don't know what skin you are using.
7 ole May 10, 2008 19:20
My skin is based on "pixelgreen", but arranged to look exactly like this online right now: http://blog.oleschmitt.com.br.
I'm almost done here, then will update this online version from 1.8 to 2.4.
I think [u]I did[/u] something wrong in the past, but gone too far now to find where I did it...
Anyhow, your help was crucial.
Thanks a lot once more.
8 sam2kb May 10, 2008 19:27
No problem ;)
You can use this styles
month - table.bCalendarTable caption a
day with post - .bCalendarLinkPost
all other days - td.bCalendarCell