User:Worf/anidb.css

From AniDB
Revision as of 01:54, 7 January 2007 by Worf (talk | contribs)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
@import "http://www.anidb.net/css/anidbstyle/anidbstyle_hacks.css";

#layout-content div.g_filterlist {
  /*clear: both;*/
}
#layout-content div.g_section {
  /*clear: both;*/
}
#layout-content div.g_section {
  border-top: 2px groove #BFC2CA;
  padding: 0.5em 0 0.5em 0;
  /*clear: both;*/
}
#layout-content div.hint2_results {
  /*clear: both;*/
}
#layout-content div.latest table {
  margin-left: auto;
  margin-right: auto;
  min-width: 80%;
  padding: 1em;
  /*clear: both;*/
}
#layout-content div.latestanimes_form {
  /*clear: both;*/
}
#layout-content div.myvotes_all table {
  margin-left: auto;
  margin-right: auto;
  min-width: 80%;
  padding: 1em;
  /*clear: both;*/
}
h2 {
  text-align: center;
  font-size: 117%;
  /*clear: both;*/
}
#layout-content div.g_menu ul {
  /*height: 15px; 
  padding-top: 2px; 
  padding-bottom: 1px;*/ 
}
#layout-content div.g_menu ul li {
  /*float: left;*/
  padding: 0px 2px 0px 1px;
}
#layout-content div.g_menu ul + ul {
  margin-top: 2px;
}
.general ul { 
  margin: 0; 
  padding: 0; 
} 


h3 {
  font-size: 122%;
}

#layout-content div.block div.image {
  float: left;
  padding-right: 10px;
}

div.g_section.mylist {
  background-color: #6FC279;
}

tr.g_even {
  background-color: #BFC2C9;
}
tr.g_odd {
  background-color: #B0B0B0;
}

tr.mylist {
  background-color: #6FC279;
}
tr.g_odd.mylist {
  background-color: #6FC279;
}

tr.complete {
  background-color: #6FC279;
}
tr.finished {
  background-color: #19AF96;
}
tr.ongoing {
  background-color: #BFC2C9;
}
tr.stalled {
  background-color: #D7731E;
}
tr.dropped {
  background-color: #bf6269;
}
tr.unknown {
  background-color: #BFC2C9;
}
tr.g_odd.complete {
  background-color: #6FC279;
}
tr.g_odd.finished {
  background-color: #19AF96;
}
tr.g_odd.ongoing {
  background-color: #B0B0B0;
}
tr.g_odd.stalled {
  background-color: #D7731E;
}
tr.g_odd.dropped {
  background-color: #bf6269;
}
tr.g_odd.unknown {
  background-color: #B0B0B0;
}

tr.invalid {
  background-color: #bf6269;
}
tr.good {
  background-color: #6FC279;
}
tr.g_odd.invalid {
  background-color: #B0B0B0;
}
tr.g_odd.good {
  background-color: #6FC279;
}