1 robbymeister Feb 12, 2008 16:49
3 robbymeister Feb 12, 2008 18:09
Thank you so much! I have one thing left to ask: How do I change the color of the links in the calendar? I can only see a normal a href-tag for the links, but they're still blue. Is the style for those links written in another CSS file than the main one?
Thank you.
4 afwas Feb 12, 2008 18:17
/nifty-corners/styles.css lines 460-463:
table.bCalendarTable a {
color: #06a3c4;
}
The calendar is styled in /blogg/rsc/css/blog_elements.css. The idea is that you always have a styled calendar available and if you want to change things you can override style elements in your css file.
Good luck
5 edb Feb 12, 2008 19:03
Good work Afwas! I have those skins on my list of skins to do today (where "today" is defined as 'someday'), and will get those bars matching the bits under them.
6 robbymeister Feb 12, 2008 19:41
Thanks! I really appreciate all your help.
Hi RobbyMeister,
This is what the blue bar looks like in the source code:
They are horizontal lines of 1px width and each line is 1px smaller than theother (see /skins/nifty_corners/rsc/nifty_corners.css and look for ra1 ... ra4)
The blue top of the title bar is generated by /blogg/skins/nifty_corners/rsc/nifty_corners.js on lines 86-102:
The color itself is set in /skins/nifty_corners/index.main.php on line 36:
You can change "#06a3c4" by "#009900" being the green you are using.
Even our master skin designer didn't find this one (of course we should say: he liked the blue so much that he intentionally left it in all nifty_corners skins):
[url=http://skins.b2evolution.net/index.php?s=nifty&sentence=AND&submit=Search]http://skins.b2evolution.net/i...mit=Search[/url]
Good luck