User:CDB-Man/cdbuser.css: Difference between revisions

From AniDB
Jump to navigation Jump to search
(remove chrome fix)
(removed old code)
Line 1: Line 1:
/* ============ testing code goes above =============== */
/* ============ testing code goes above =============== */
#layout-search div.search form > div
{
  /*width: 451px;*/
  /* padding-right 0.95em;*/
}
#layout-search input.submit {
  margin: 0 0 0 3px;
}


/* disable tab wrapping on show-creq*/
/* disable tab wrapping on show-creq*/

Revision as of 06:36, 8 September 2015

/* ============ testing code goes above =============== */

/* disable tab wrapping on show-creq*/
#layout-main div.creq_all div.tabbed_pane ul.tabs {
  display: inherit;
}

/* move the "next page" button to beside the "prev page" button */
#layout-main ul.jump li.next {
  float: left;
}

/*main page block reordering*/
#layout-main div.main_all #hotanime,
#layout-main div.main_all #latestended,
#layout-main div.main_all #similaranime,
#layout-main div.main_all #randrecom,
#layout-main div.main_all #randanime,
#layout-main div.main_all #latestaired,
#layout-main div.main_all #randchar,
#layout-main div.main_all #randcreator
{
  display: block !important;
  /* display: none !important; */
}
#layout-main div.main_all #hotanime {order: 1;}
#layout-main div.main_all #latestended {order: 2;}
#layout-main div.main_all #similaranime {order: 3;}
#layout-main div.main_all #randrecom {order: 4;}
#layout-main div.main_all #randanime {order: 5;}
#layout-main div.main_all #latestaired {order: 6;}
#layout-main div.main_all #randcreator {order: 7;}
#layout-main div.main_all #randchar {order: 8;}

/* hide the mouseover image for .restricted */
.restricted #imagepreview img {
  display: none !important;
}

/* hide images from quicksearch */
/*#layout-search ul.quicksearch li.g_bubble.stripe div.thumb {
  display: none;
}
#layout-search ul.quicksearch .g_bubble.stripe {
  min-height: 4.4em;
}
#layout-search ul.quicksearch .g_bubble.stripe div.data {
  margin: 0.5em 0.5em 0.5em 0.5em;
}*/