User:Worf/anidb.css: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
No edit summary  | 
				No edit summary  | 
				||
| Line 139: | Line 139: | ||
#layout-content div.mylist_list table.animelist {  | #layout-content div.mylist_list table.animelist {  | ||
  float: left;  | |||
   clear: both;  |    clear: both;  | ||
   width:   |    width: 75%  | ||
}  | }  | ||
#layout-content div.mylist_list table table {  | #layout-content div.mylist_list table table {  | ||
   clear: both;  |    clear: both;  | ||
}  | }  | ||
Revision as of 22:33, 18 March 2007
@import "http://www.anidb.net/css/anidbstyle/anidbstyle_hacks.css";
h3 {
  font-size: 122%;
}
#layout-content div.creq_data ins  {
  color: #008800;
  font-weight:bold;
}
#layout-content div.creq_data del {
  color: #ff0000;
  font-weight:bold;
}
#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.EDIT {
}
tr.DEL {
  background-color: #bf6269;
}
tr.ADD {
  background-color: #19AF96;
}
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;
}
td.verified.yes, tr.yes td {
  background-color: #6FC279;
}
td.verified.no, tr.no td {
  background-color: #D7731E;
}
#layout-content div.g_menu ul.state {
	height: 15px;
	padding-top: 2px;
	padding-bottom: 1px;
}
#layout-content div.g_menu ul.state li {
	padding: 0px 2px 0px 1px;
}
#layout-content div.g_menu ul + ul {
	margin-top: 2px;
}
#layout-content div.g_menu ul.state + ul {
	clear: both;
}
#layout-content div.mylist_menu {
  float: right;
  width: 115px;
}
#layout-content div.mylist_menu ul.filters, 
#layout-content div.mylist_menu ul.state, 
#layout-content div.mylist_menu ul.user, 
#layout-content div.mylist_menu ul.util {
  clear: both;
  background-color: #D7731E;
  width: 110px;
  display: block;
  float: right;
}
#layout-content div.mylist_list table.animelist {
  float: left;
  clear: both;
  width: 75%
}
#layout-content div.mylist_list table table {
  clear: both;
}