MyEpisodes Forum Index
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Calendar "today" color is too close to "other

 
Post new topic   Reply to topic    MyEpisodes Forum Index -> Requests
View previous topic :: View next topic  
Author Message
Zaph0d


Posts: 1

PostPosted: Wed Dec 30, 2009 11:09 pm    Post subject: Calendar "today" color is too close to "other Reply with quote

On my monitor, the calendar "today" color (light pink? "img/cal_current_day_bg.jpg" color) looks very similar to the regular days color (light gray? "img/cal_weekdays_bg.jpg" color).
Could you please make these two images contrast higher / let us choose the calendar colors like we can for "my shows" colors?

Thanks.

regular color:
today color:
Back to top
View user's profile Send private message
the_man_stephen
Moderator

Posts: 140
Location: Netherlands

PostPosted: Thu Dec 31, 2009 3:36 am    Post subject: Reply with quote

I have a greasemonkey script that changes the colour of the background - if you use firefox you could use that - I'm happy to share it
Back to top
View user's profile Send private message Visit poster's website AIM Address MSN Messenger
moons


Posts: 3

PostPosted: Sun Jan 17, 2010 6:47 am    Post subject: Re: Calendar "today" color is too close to "o Reply with quote

Zaph0d wrote:
Could you please make these two images contrast higher / let us choose the calendar colors like we can for "my shows" colors?


+1
Back to top
View user's profile Send private message
gabiganam


Posts: 7

PostPosted: Wed Feb 03, 2010 4:52 pm    Post subject: Yeah guys I can never quickly find today Reply with quote

in the calender...

please allow us to choose the color like we are able to in episodes lists.

Thanks
Back to top
View user's profile Send private message
vilsen


Posts: 4

PostPosted: Fri Feb 05, 2010 9:01 pm    Post subject: Reply with quote

I agree, please allow us to choose our own colors or at least making the current ones more distinguishably.
Back to top
View user's profile Send private message
Sine


Posts: 8

PostPosted: Fri Apr 30, 2010 7:22 pm    Post subject: Reply with quote

This hase come up before ...

And they sadly chose to ignore it, on some TFT's the today colour is barely visible.

http://www.myepisodes.com/forum/viewtopic.php?p=3555
Back to top
View user's profile Send private message
moons


Posts: 3

PostPosted: Sat Jun 04, 2011 6:04 am    Post subject: Reply with quote

I wonder why this issue (and fix) hasn't been actioned or even acknowledged?
Back to top
View user's profile Send private message
facedancer
Moderator

Posts: 472

PostPosted: Sat Jun 04, 2011 2:17 pm    Post subject: Reply with quote

I'm working on this one. In the next version of the site users will be able to customise the look.
_________________
Filter Settings
Code:
Unacquired  Unwatched  Result
off         off        Shows all
off         on         Shows unwatched
on          off        Shows unacquired
on          on         Shows unacquired and unwatched
Back to top
View user's profile Send private message
Sine


Posts: 8

PostPosted: Sat Jun 18, 2011 1:35 am    Post subject: Reply with quote

No hurry, The original request exsists only sice 2005 (!) and IceMan looked into a solution in 2008.
So if it gets implemented say somewhere between now another six years that would be great.

It doesnt even need to be anything fancy, just a few ticks darker so its visible, it can't be THAT hard can it ?
Back to top
View user's profile Send private message
facedancer
Moderator

Posts: 472

PostPosted: Sat Jun 18, 2011 7:22 am    Post subject: Reply with quote

http://en.wikipedia.org/wiki/Greasemonkey

Code:
// ==UserScript==
// @name           CalColour
// @namespace      http://www.myepisodes.com/
// ==/UserScript==
GM_addStyle("td.cal_today { background-image: none; background-repeat: none; background-color: green; }");

_________________
Filter Settings
Code:
Unacquired  Unwatched  Result
off         off        Shows all
off         on         Shows unwatched
on          off        Shows unacquired
on          on         Shows unacquired and unwatched
Back to top
View user's profile Send private message
facedancer
Moderator

Posts: 472

PostPosted: Sat Jun 18, 2011 7:39 am    Post subject: Reply with quote

If you want to go the full hog try:-
Code:
// ==UserScript==
// @name           CalColour
// @namespace      http://www.myepisodes.com/
// ==/UserScript==
GM_addStyle("td.cal_day { background-image: none; background-repeat: none; background-color: red; }");
GM_addStyle("td.cal_weekendday { background-image: none; background-repeat: none; background-color: green; }");
GM_addStyle("td.cal_today { background-image: none; background-repeat: none; background-color: blue; }");
GM_addStyle("td.cal_otherdays { background-image: none; background-repeat: none; background-color: purple; }");

_________________
Filter Settings
Code:
Unacquired  Unwatched  Result
off         off        Shows all
off         on         Shows unwatched
on          off        Shows unacquired
on          on         Shows unacquired and unwatched
Back to top
View user's profile Send private message
ulfelf


Posts: 18

PostPosted: Sun Jun 19, 2011 3:25 pm    Post subject: Reply with quote

facedancer wrote:
If you want to go the full hog try:-

Hi!
I'm a little newbie about this, how to use it, I think this type of script also will work in Chrome, that is my preferred browser.

Thanks in advance facedancer!

PS
Tried this one:
http://userscripts.org/topics/23126
But still can't the script to run.
DS
Back to top
View user's profile Send private message
Sine


Posts: 8

PostPosted: Sat Jun 25, 2011 6:43 pm    Post subject: Reply with quote

Thanks FD

However that is not really a solution, just a workaround.
Back to top
View user's profile Send private message
ulfelf


Posts: 18

PostPosted: Sat Jun 25, 2011 8:21 pm    Post subject: Reply with quote

Sine wrote:
Thanks FD.

Did you get this to work Sine?
If so, can you guide me please?
Thanks in advance!
Back to top
View user's profile Send private message
ROaniaSen


Posts: 3
Location: Finland

PostPosted: Fri Jul 29, 2011 9:43 pm    Post subject: Calendar "today" color is too close to "other Reply with quote

Can you please make Pop up calendar week start day configurable?
Large part of the world starts the week with Monday

Cheers
Back to top
View user's profile Send private message Send e-mail
facedancer
Moderator

Posts: 472

PostPosted: Sat Jul 30, 2011 3:41 am    Post subject: Re: Calendar "today" color is too close to "o Reply with quote

ROaniaSen wrote:
Can you please make Pop up calendar week start day configurable?
Large part of the world starts the week with Monday

Cheers


http://www.myepisodes.com/cp.php
In section Calendar, near end of page Smile
_________________
Filter Settings
Code:
Unacquired  Unwatched  Result
off         off        Shows all
off         on         Shows unwatched
on          off        Shows unacquired
on          on         Shows unacquired and unwatched
Back to top
View user's profile Send private message
wankausr


Posts: 1

PostPosted: Sun Sep 01, 2013 4:54 pm    Post subject: Reply with quote

Try this guys (you need greasemonkey for Firefox)
http://userscripts.org/scripts/show/177020
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    MyEpisodes Forum Index -> Requests All times are GMT + 1 Hour
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

Main design by MW. Refitted to board by Hostile.