Recent Topics

1 Sep 05, 2006 17:33    

i've done my own theme for b2evo (0.9.2) and i seam to have some problems with my calander... can't have it right!

check it : http://blogs.xagone.com/

but i got it right for another theme : http://blogs.xagone.com/haze/

check my CSS :

/* Calendar: */
caption.bCalendarCaption {
	border: 1px solid #1a1a1a;
	background-color: #FFFFFF;
	
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #1a1a1a;
	border-collapse: separate;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
table.bCalendarTable tfoot td {
	background-color: #FFFFFF;
	border-top: 1px solid #1a1a1a;
	text-align:center;
	font-size: 14px;
	text-decoration: none;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	color: #1a1a1a;
	text-decoration: none;
}
th.bCalendarHeaderCell {
	color: #333333;
}
#bCalendarToday {
	background-color: #FFFFFF;
	color:#1a1a1a;
}

and something else,

I've found a way to do the permalink on the title (when there is no link no the post)

is there a way to change this... i mean, i want the permalink on the title, and if there is a link on the post, then it have a "go to the link" at the end of the post ?


Form is loading...