User:Worf/anidb.css: Difference between revisions

From AniDB
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
tr.g_odd {
tr.g_odd {
   background-color: #B0B0B0;
   background-color: #B0B0B0;
}
tr.g_even {
  background-color: #BFC2C9;
}
}
tr.mylist {
tr.mylist {

Revision as of 19:07, 3 January 2007

@import "http://www.anidb.net/css/anidbstyle/anidbstyle_hacks.css";

h3 {
  font-size: 122%;
}
tr.g_odd {
  background-color: #B0B0B0;
}
tr.g_even {
  background-color: #BFC2C9;
}
tr.mylist {
  background-color: #6FC279;
}
tr.dropped {
  background-color: #bf6269;
}
tr.invalid {
  background-color: #bf6269;
}
tr.good {
  background-color: #6FC279;
}