Skip to content

Instantly share code, notes, and snippets.

@wiiaboo
Created April 28, 2013 23:50
Show Gist options
  • Save wiiaboo/5478921 to your computer and use it in GitHub Desktop.
Save wiiaboo/5478921 to your computer and use it in GitHub Desktop.
AnimeCalendar.net Sharingan mod
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document url("http://animecalendar.net/") {
/* apagar o sharingan cocó */
body {background: #111 !important}
/* eps por ver */
#calendarContent div.day td h3 a {color: #c00 !important;}
#calendarContent div.day td small {color: #900 !important;}
/* eps vistos */
#calendarContent div.day td.watched h3 a{color: #3a0 !important;}
#calendarContent div.day td.watched small {color: #160 !important}
/* botões nos episódios */
#calendarContent img {opacity:0.6 !important}
#calendarContent img:hover {opacity:1 !important}
/* mexer na opacity das caixas de cada ep */
#calendarContent div.day tr {opacity:0.6 !important}
#calendarContent div.day tr:hover {opacity:1 !important}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment