hotwired
11-18-2005, 08:12 AM
Hi
I am looking to make it so that either a horizontal rule OR a noticeable space occurs between events on the same day OR maybe each event is a different color. Also I'd like there to be some cellpadding for the event but NOT the date. Notice I have cellpadding but it also pushes the date row at the top of each cell in.
Frankly, if you look at www.bootleggerstavern.com/bootleg-calendar.php the events are all squashed together.
I got rid of those annoying little colored boxes for the categories. I know they served the purpose of marking where each separate event began but frankly they took up too much room, were somewhat confusing visually and frankly very unnattractive. Having gotten rid of them, I need a new solution as explained above, either a line, space or different colored text. any ideas?? OH! If anyone else wants to get rid of the little hideous colored boxes just open up themes/categories/categories.css and find
.s21 {
background-color: #(color);
}
and change it to
.s21 {
background-color: #ffffff;
display: none;
}
If you never added categories in the first place, you will only have to do it to the first one, but if you added, say 5 categories you'll have to do it to all. I suppose maybe now that I think about it I might be able to use a css hack to make these work as horizontal rules or spaces??
I am looking to make it so that either a horizontal rule OR a noticeable space occurs between events on the same day OR maybe each event is a different color. Also I'd like there to be some cellpadding for the event but NOT the date. Notice I have cellpadding but it also pushes the date row at the top of each cell in.
Frankly, if you look at www.bootleggerstavern.com/bootleg-calendar.php the events are all squashed together.
I got rid of those annoying little colored boxes for the categories. I know they served the purpose of marking where each separate event began but frankly they took up too much room, were somewhat confusing visually and frankly very unnattractive. Having gotten rid of them, I need a new solution as explained above, either a line, space or different colored text. any ideas?? OH! If anyone else wants to get rid of the little hideous colored boxes just open up themes/categories/categories.css and find
.s21 {
background-color: #(color);
}
and change it to
.s21 {
background-color: #ffffff;
display: none;
}
If you never added categories in the first place, you will only have to do it to the first one, but if you added, say 5 categories you'll have to do it to all. I suppose maybe now that I think about it I might be able to use a css hack to make these work as horizontal rules or spaces??