View previous topic :: View next topic |
Author |
Message |
Zaph0d
Posts: 1
|
Posted: Wed Dec 30, 2009 11:09 pm Post subject: Calendar "today" color is too close to "other |
|
|
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 |
|
|
the_man_stephen Moderator
Posts: 140 Location: Netherlands
|
Posted: Thu Dec 31, 2009 3:36 am Post subject: |
|
|
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 |
|
|
moons
Posts: 3
|
Posted: Sun Jan 17, 2010 6:47 am Post subject: Re: Calendar "today" color is too close to "o |
|
|
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 |
|
|
gabiganam
Posts: 7
|
Posted: Wed Feb 03, 2010 4:52 pm Post subject: Yeah guys I can never quickly find today |
|
|
in the calender...
please allow us to choose the color like we are able to in episodes lists.
Thanks |
|
Back to top |
|
|
vilsen
Posts: 4
|
Posted: Fri Feb 05, 2010 9:01 pm Post subject: |
|
|
I agree, please allow us to choose our own colors or at least making the current ones more distinguishably. |
|
Back to top |
|
|
Sine
Posts: 8
|
|
Back to top |
|
|
moons
Posts: 3
|
Posted: Sat Jun 04, 2011 6:04 am Post subject: |
|
|
I wonder why this issue (and fix) hasn't been actioned or even acknowledged? |
|
Back to top |
|
|
facedancer Moderator
Posts: 479
|
Posted: Sat Jun 04, 2011 2:17 pm Post subject: |
|
|
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 |
|
|
Sine
Posts: 8
|
Posted: Sat Jun 18, 2011 1:35 am Post subject: |
|
|
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 |
|
|
facedancer Moderator
Posts: 479
|
Posted: Sat Jun 18, 2011 7:22 am Post subject: |
|
|
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 |
|
|
facedancer Moderator
Posts: 479
|
Posted: Sat Jun 18, 2011 7:39 am Post subject: |
|
|
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 |
|
|
ulfelf
Posts: 18
|
Posted: Sun Jun 19, 2011 3:25 pm Post subject: |
|
|
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 |
|
|
Sine
Posts: 8
|
Posted: Sat Jun 25, 2011 6:43 pm Post subject: |
|
|
Thanks FD
However that is not really a solution, just a workaround. |
|
Back to top |
|
|
ulfelf
Posts: 18
|
Posted: Sat Jun 25, 2011 8:21 pm Post subject: |
|
|
Did you get this to work Sine?
If so, can you guide me please?
Thanks in advance! |
|
Back to top |
|
|
ROaniaSen
Posts: 3 Location: Finland
|
Posted: Fri Jul 29, 2011 9:43 pm Post subject: Calendar "today" color is too close to "other |
|
|
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 |
|
|
facedancer Moderator
Posts: 479
|
Posted: Sat Jul 30, 2011 3:41 am Post subject: Re: Calendar "today" color is too close to "o |
|
|
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 _________________ 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 |
|
|
wankausr
Posts: 1
|
|
Back to top |
|
|
|