Commodore
Registered
Seems like Xenporta widgets and calendar does not gel well with at least the fragzone theme.
Before I tackle the calendar color clash (dark grey on dark grey!) I am trying to get the Countdown colors right. Here is the code im putting in the extra.css and it does nothing.
.countdown .dash .digit
{
color: rgb(255,255,255);
font-family: Arial, sans-serif;
font-size: 26px;
font-weight: bold;
float: left;
width: 50%;
height: 32px;
}
If I try .countdown .dash .digit.01 it screws up the timer.
Any ideas?
Before I tackle the calendar color clash (dark grey on dark grey!) I am trying to get the Countdown colors right. Here is the code im putting in the extra.css and it does nothing.
.countdown .dash .digit
{
color: rgb(255,255,255);
font-family: Arial, sans-serif;
font-size: 26px;
font-weight: bold;
float: left;
width: 50%;
height: 32px;
}
If I try .countdown .dash .digit.01 it screws up the timer.
Any ideas?