User:Worf/anidb-new.css: Difference between revisions

From AniDB
Jump to navigation Jump to search
(New page: textarea[name="user.css"] { height: 635px; } ul[id="menu-private"] li[class=myentries], ul[id="menu-support"] li[class=irc], ul[id="menu-support"] li[class=report], ul[id="menu-support"]...)
 
(No difference)

Latest revision as of 23:58, 17 February 2008

textarea[name="user.css"] {
  height: 635px;
}
ul[id="menu-private"] li[class=myentries], ul[id="menu-support"] li[class=irc], ul[id="menu-support"] li[class=report], ul[id="menu-support"] li[class=reclinks], ul[id="menu-support"] li[class=help] {
  display: none;
}
#layout-content tr.undumped td.action {
  background-color: #bf6269;
}
#layout-main td.date.added {
  background-color: #bf6269;
}
#layout-main div.block
{
   display: block;
}
#layout-main div.block div.data
{
   width: auto;
}
#layout-main div.block div.image
{
   width: auto;
   float: left;
   margin-left: 2em;
}
#layout-main div.desc
{
   clear: left;
}
#layout-main tr.complete {
  background-color: #6FC279;
}
#layout-main tr.finished {
  background-color: #19AF96;
}
#layout-main tr.stalled {
  background-color: #D7731E;
}
#layout-main tr.dropped {
  background-color: #bf6269;
}
#layout-main tr.unknown {
  background-color: #BFC2C9;
}
#layout-main div.g_section.mylist {
  background-color: #6FC279;
}
td.verified.yes, tr.yes td {
  background-color: #6FC279;
}
td.verified.no, tr.no td {
  background-color: #D7731E;
}