User:Worf/anidb.css: Difference between revisions

From AniDB
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
#layout-content div.creq_data ins  {
#layout-search
   color: #008800;
{
   font-weight:bold;
  background:url("http://static.anidb.net/pics/banner/kodachrome-style2-1100.png") no-repeat scroll left top transparent;
}
/* #layout-search input.text { float: left; } */
 
/*
Remove the weird background from the navigation menu background
*/
#layout-main div.tabbed_pane div.body div.pane div.forum ul.topics li.row:hover,
#layout-main div.forum ul.topics li.row:hover,
#layout-menu li.sub-menu ul li:hover,
#layout-menu li.sub-menu ul li:active
{
   background-color: #444444;
  background: none;
}
 
/*
Remove the top-border from the navigation menu entries
*/
#layout-menu li.sub-menu ul li + li
{
  border-top-color: #444444;
  background-color: #444444;
}
 
/*
Remove the padding between navigation menu entries and also keep the entries lowercased
*/
#layout-menu li.sub-menu ul li a
{
  text-transform: none;
   padding: 0.0em 0;
}
 
/*
Remove a couple of navigation menu entries
Remove the "quickadd" box on the anime page
Remove the "added by" column from the "add char-anime relation" page
*/
#layout-menu li.random,
#layout-menu li.myentries,
#layout-menu li.myvotes,
#layout-menu li.mysignatures,
#layout-menu li.myreviews,
#layout-menu li.mynotifies,
#layout-menu li.mywishlist,
#layout-menu li.applet,
#layout-menu li.report,
#layout-menu li.reclinks,
#layout-menu li.credits,
#layout-menu li.help,
#layout-menu li.user-name,
#layout-main p.mylistadd,
#layout-main div.addcharanimerel_all tr.char_added
{
  display: none;
}
 
/*
Display top links on anime/character/club/creator/collection/group/song page
*/
#layout-main div.anime_all ul.links_top,
#layout-main div.character_all ul.links_top,
#layout-main div.club_all ul.links_top,
#layout-main div.creator_all ul.links_top,
#layout-main div.collection_all ul.links_top,
#layout-main div.group_all ul.links_top,
#layout-main div.song_all ul.links_top
{
  display: block;
}
 
/*
Increase the size of the entity description textarea for add/edit forms
*/
textarea[name="adda.other"],
textarea[name="addc.other"],
textarea[name="addg.other"]
{
  height: 400px;
  width: 650px;
}
 
/*
Setting the left column of the stats block to a fixed width and disallowing line wrap
*/
#layout-main div.userpage_all div.stats div table th.field,
#layout-main div.myplace_all div.stats div table th.field
{
  white-space: nowrap;
  width: 10em;
}
 
/*
Setting the right column of the stats block to a fixed width and disallowing line wrap
*/
#layout-main div.userpage_all div.stats div table td.value,
#layout-main div.myplace_all div.stats div table td.value
{
  white-space: nowrap;
  text-align: right;
  width: 15em;
}
 
#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-content div.creq_data del {
/*
  color: #ff0000;
Decrease the padding of the table headers
   font-weight:bold;
*/
#layout-main tr.header th,
#layout-main tr.header th.sortable a
{
   padding:2px 0px;
}
}


tr.EDIT {
span.date, span.user a.id, td.id, td.size
{
  letter-spacing: 0px
}
}
tr.DEL {
 
   background-color: #bf6269;
span.time, span.user a.id, td.rating span, a.filter
{
   font-size: 100%; vertical-align: top;
}
}
tr.ADD {
 
   background-color: #19AF96;
/*
Hide the undumped files column on the group page (unhide below)
*/
#layout-main td.number.undumped
{
   visibility: hidden;
}
}


#layout-content div.g_menu ul.state {
/*
   height: 15px;
Unhide the undumped files column on the group page if there are undumped files
   padding-top: 2px;
Mark table cells of undumped files red
   padding-bottom: 1px;
*/
#layout-main td.number.undumped.notalldumped,
table.filelist td.date.added,
table.filelist tr.undumped td.id,
table.filelist tr.undumped td.action
{
   visibility: visible;
   background-color: #900000;
   color: #000000;
}
}


#layout-content div.g_menu ul.state + ul {
/*
   clear: both;
Custom background color for completed anime
Custom background color for anime in mylist
Custom background color for users with files on hdd or cd
*/
#layout-main tr.complete,
#layout-main div.g_section.mylist,
#layout-main td.user.onhdd, td.user.oncd,
#layout-main td.mylist,
td.verified.yes
{
   background-color: #006000;
}
}


#layout-content div.mylist_menu {
/*
   width: 115px;
Custom background color for dropped/unknown anime
Custom background color for users who deleted their file
*/
#layout-main tr.dropped,
#layout-main tr.unknown,
#layout-main td.user.deleted
{
   background-color: #900000;
}
}


#layout-content div.mylist_menu ul.filters,
/*
#layout-content div.mylist_menu ul.state,
Custom background color for finished anime
#layout-content div.mylist_menu ul.user,
*/
#layout-content div.mylist_menu ul.util {
#layout-main tr.finished
   margin: 1px;
{
  width: 110px;
   background-color: #000090;
}
}


#layout-content div.userpage_all div.stats,
/*
#layout-content div.myplace_all div.stats {
Custom background color for stalled anime
   display: block;
*/
   float: left;
#layout-main tr.stalled,
   clear: both;
td.verified.no
{
  background-color: #A05000;
}
 
/*
Move "user menu" on myplace to the right side
Move "buddies" on myplace to the right side
Move "favorite reviewers" on myplace to the right side
*/
#layout-main div.userpage_all div.g_menu div.general,
#layout-main div.userpage_all div.g_menu div.buddies,
#layout-main div.userpage_all div.g_menu div.favreviewers
{
   position: absolute !important;
   float: right;
  left: auto;
  right: 10px;
   width: 15em;
}
 
#layout-main div.userpage_all div.g_menu div.buddies
{
  margin-top: -64em;
}
 
#layout-main div.userpage_all div.g_menu div.favreviewers
{
  margin-top: -45em;
}
 
#layout-main div.userpage_all > div.g_section
{
  margin-right: 16em;
}
}


#layout-content div.myplace_all div.stats_mylist,
/*
#layout-content div.myplace_all div.stats_contrib,
Display club images on myplace
#layout-content div.myplace_all div.stats_creq,
*/
#layout-content div.myplace_all div.stats_roles {
div.g_block.club img
    
{
   display: inline-block;
}
}


/*
Making the animelist take the whole screen width again
*/
#layout-main div.animelist_all table.animelist tr td.name,
#layout-main div.mangalist_all table.mangalist tr td.name
{
  width:75%;
}


#layout-menu div.menu ul.mod {
#layout-main div.ep_all div.summary:before
   position: absolute;
{
  top: 300px;
   content:"Summary:";
  left: 20px;
   display: block;
   padding: 10px;
   font-weight: bold;
   background-color: transparent;
  border: 0px;
}
}
#layout-menu div.usermenu {
 
position: absolute;
#layout-main div.main_all div.datablocks > div
top: 400px;
{
left: 10px;
  display:inline-table;
  vertical-align:top;
  width:100%;
  max-width: 382px; /*hack to get ie and opera in line as they lack multi column support atm*/
}
}

Revision as of 00:58, 22 February 2013

#layout-search
{
  background:url("http://static.anidb.net/pics/banner/kodachrome-style2-1100.png") no-repeat scroll left top transparent;
} 
/* #layout-search input.text { float: left; } */

/*
	Remove the weird background from the navigation menu background
*/
#layout-main div.tabbed_pane div.body div.pane div.forum ul.topics li.row:hover,
#layout-main div.forum ul.topics li.row:hover,
#layout-menu li.sub-menu ul li:hover,
#layout-menu li.sub-menu ul li:active
{
  background-color: #444444;
  background: none;
}

/*
	Remove the top-border from the navigation menu entries
*/
#layout-menu li.sub-menu ul li + li
{
  border-top-color: #444444;
  background-color: #444444;
}

/*
	Remove the padding between navigation menu entries and also keep the entries lowercased
*/
#layout-menu li.sub-menu ul li a
{
  text-transform: none;
  padding: 0.0em 0;
}

/*
	Remove a couple of navigation menu entries
	Remove the "quickadd" box on the anime page
	Remove the "added by" column from the "add char-anime relation" page
*/
#layout-menu li.random,
#layout-menu li.myentries,
#layout-menu li.myvotes,
#layout-menu li.mysignatures,
#layout-menu li.myreviews,
#layout-menu li.mynotifies,
#layout-menu li.mywishlist,
#layout-menu li.applet,
#layout-menu li.report,
#layout-menu li.reclinks,
#layout-menu li.credits,
#layout-menu li.help,
#layout-menu li.user-name,
#layout-main p.mylistadd,
#layout-main div.addcharanimerel_all tr.char_added
{
  display: none;
}

/*
	Display top links on anime/character/club/creator/collection/group/song page
*/
#layout-main div.anime_all ul.links_top,
#layout-main div.character_all ul.links_top,
#layout-main div.club_all ul.links_top,
#layout-main div.creator_all ul.links_top,
#layout-main div.collection_all ul.links_top,
#layout-main div.group_all ul.links_top,
#layout-main div.song_all ul.links_top
{
  display: block;
}

/*
	Increase the size of the entity description textarea for add/edit forms
*/
textarea[name="adda.other"],
textarea[name="addc.other"],
textarea[name="addg.other"]
{
  height: 400px;
  width: 650px;
}

/*
	Setting the left column of the stats block to a fixed width and disallowing line wrap
*/
#layout-main div.userpage_all div.stats div table th.field,
#layout-main div.myplace_all div.stats div table th.field
{
  white-space: nowrap;
  width: 10em;
}

/*
	Setting the right column of the stats block to a fixed width and disallowing line wrap
*/
#layout-main div.userpage_all div.stats div table td.value,
#layout-main div.myplace_all div.stats div table td.value
{
  white-space: nowrap;
  text-align: right;
  width: 15em;
}

#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;
}

/*
	Decrease the padding of the table headers
*/
#layout-main tr.header th,
#layout-main tr.header th.sortable a
{
  padding:2px 0px;
}

span.date, span.user a.id, td.id, td.size
{
  letter-spacing: 0px
}

span.time, span.user a.id, td.rating span, a.filter
{
  font-size: 100%; vertical-align: top;
}

/*
	Hide the undumped files column on the group page (unhide below)
*/
#layout-main td.number.undumped
{
  visibility: hidden;
}

/*
	Unhide the undumped files column on the group page if there are undumped files
	Mark table cells of undumped files red
*/
#layout-main td.number.undumped.notalldumped,
table.filelist td.date.added,
table.filelist tr.undumped td.id,
table.filelist tr.undumped td.action
{
  visibility: visible;
  background-color: #900000;
  color: #000000;
}

/*
	Custom background color for completed anime
	Custom background color for anime in mylist
	Custom background color for users with files on hdd or cd
*/
#layout-main tr.complete,
#layout-main div.g_section.mylist,
#layout-main td.user.onhdd, td.user.oncd,
#layout-main td.mylist,
td.verified.yes
{
  background-color: #006000;
}

/*
	Custom background color for dropped/unknown anime
	Custom background color for users who deleted their file
*/
#layout-main tr.dropped,
#layout-main tr.unknown,
#layout-main td.user.deleted
{
  background-color: #900000;
}

/*
	Custom background color for finished anime
*/
#layout-main tr.finished
{
  background-color: #000090;
}

/*
	Custom background color for stalled anime
*/
#layout-main tr.stalled,
td.verified.no
{
  background-color: #A05000;
}

/*
	Move "user menu" on myplace to the right side
	Move "buddies" on myplace to the right side
	Move "favorite reviewers" on myplace to the right side
*/
#layout-main div.userpage_all div.g_menu div.general,
#layout-main div.userpage_all div.g_menu div.buddies,
#layout-main div.userpage_all div.g_menu div.favreviewers
{
  position: absolute !important;
  float: right;
  left: auto;
  right: 10px;
  width: 15em;
}

#layout-main div.userpage_all div.g_menu div.buddies
{
  margin-top: -64em;
}

#layout-main div.userpage_all div.g_menu div.favreviewers
{
  margin-top: -45em;
}

#layout-main div.userpage_all > div.g_section
{
  margin-right: 16em;
}

/*
	Display club images on myplace
*/
div.g_block.club img
{
  display: inline-block;
}

/*
	Making the animelist take the whole screen width again
*/
#layout-main div.animelist_all table.animelist tr td.name,
#layout-main div.mangalist_all table.mangalist tr td.name
{
  width:75%;
}

#layout-main div.ep_all div.summary:before
{
  content:"Summary:";
  display: block;
  font-weight: bold;
}

#layout-main div.main_all div.datablocks > div
{
  display:inline-table;
  vertical-align:top;
  width:100%;
  max-width: 382px; /*hack to get ie and opera in line as they lack multi column support atm*/
}