User:Worf/anidb.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 128: Line 128:


#layout-content div.userpage_all div.stats,
#layout-content div.userpage_all div.stats,
#layout-content div.myplace_all div.stats
#layout-content div.myplace_all div.stats {
{
  position: absolute;
   float: left;
  width: 13.1em;
  margin-top: 2em;
}
 
#layout-content div.userpage_all div.stats table,
#layout-content div.userpage_all div.stats table caption,
#layout-content div.myplace_all div.stats table,
#layout-content div.myplace_all div.stats table caption {
   margin-left: 1em;
}
 
#layout-content div.userpage_all div.stats table,
#layout-content div.myplace_all div.stats table {
  width: 14em;
}
 
#layout-content div.userpage_all div.stats table caption,
#layout-content div.myplace_all div.stats table caption {
  width: 12em;
}
 
#layout-content div.userpage_all div.stats div table td.value,
#layout-content div.myplace_all div.stats div table td.value {
  text-align: right;
}
}