• Welcome to NIWA Community Forums.
 

Calendar

Started by Member#36, June 22, 2010, 03:39:57 PM

Previous topic - Next topic

Member#36

My guess is that it may be someone trying ti add an event to the calendar, but I wouldn't know.
[spoiler]

[/spoiler]

Tucayo

Today is 22nd, so my guess its that tehre may be something with the skin

tacopill

#2
it might have to do on the css-level, since it is the only cell i see with the following html.


class="calendar_today"


Edit:

OK,
here is the html for a regular day:

<td valign="top" style="height: 100px; padding: 2px;" class="windowbg">17</td>


here is today:

<td valign="top" style="height: 100px; padding: 2px;" class="calendar_today">22</td>



The problem is class="calendar_today". class="windowbg" overrides the default background color of the table's cells, as seen in the CSS bellow, meanwhile class="calendar_today" doesn't; In fact, i can't find that class in any css file, auto-generated or otherwise.


body, td, th
{
    color: #000000;
    font-size: small;
    font-family: verdana, sans-serif;
}

.windowbg
{
    color: #000000;
    background-color: #f4f4f4;
}




At least, as far as i can tell.







Tucayo

Thanks for noticing that, I will tell Tappy.




Actually, if the calendar doesn't work, perhaps we should just disable it....

tacopill








Member#36

And I would of gotten away with it too if it wasn't for that meddling Tacopill and his stupid code knowledge....

tacopill

Quote from: ????  link=topic=289.msg5149#msg5149 date=1277264858
And I would of gotten away with it too if it wasn't for that meddling Tacopill and his stupid code knowledge....

I knew it, it was ???? disguised as Tappy.







Member#36

It's still there, ha.  BUT, seeing as how there are bigger issues to deal with, and the fact that no one clicks the calendar... it hardly matters right now.

Bumped for future references and so it gets done eventually.

Tappy

ohai, what's going on?
Webmaster of Hyrule.net (a mastermind of ZeldaWiki.org)

Member#36

Quote from: Tappy on July 25, 2010, 02:44:40 PM
ohai, what's going on?

It's not the most imporant issue, but take a look at the calendar.

Tappy

Fixed ^^


/* Calendar Black Box of Death Fix */
.calendar_today {
background: #cecece;
}
Webmaster of Hyrule.net (a mastermind of ZeldaWiki.org)

Member#36

Quote from: Tappy on July 25, 2010, 08:22:24 PM
Fixed ^^


/* Calendar Black Box of Death Fix */
.calendar_today {
background: #cecece;
}


Awesome, it can be locked now. :)

Tucayo

Thanks :) Now anotehr issue is that events can't be added