User:CDB-Man/CDBstyle: Difference between revisions

Jump to navigation Jump to search
→‎Additional Optional Features: added new feature: Strikethrough rejected similar anime entries
(Update forum link to new format)
(→‎Additional Optional Features: added new feature: Strikethrough rejected similar anime entries)
Line 186: Line 186:
}</pre>
}</pre>


==== Force-show info blocks on main page that are hidden (likely due to resolution being too small): ====
==== Strikethrough rejected similar anime entries ====
<pre>#layout-main .similaranime .rejected {
    text-decoration: line-through;
}</pre>
 
==== Hide images from quicksearch popup menu ====
<pre>#layout-search ul.quicksearch li.g_bubble.stripe div.image {
  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;
}</pre>
 
==== Force-show info blocks on main page that are hidden (likely due to resolution being too small) ====
<pre>#layout-main div.main_all #hotanime,
<pre>#layout-main div.main_all #hotanime,
#layout-main div.main_all #latestended,
#layout-main div.main_all #latestended,
Line 202: Line 218:
<pre>display: none !important;</pre>
<pre>display: none !important;</pre>


==== Rearrange the order of the blocks.  For illustration, below`s the order that I`ve set for myself: ====
==== Rearrange the order of the blocks.  For illustration, below`s the order that I`ve set for myself ====
<pre>#layout-main div.main_all #hotanime {order: 1;}
<pre>#layout-main div.main_all #hotanime {order: 1;}
#layout-main div.main_all #latestended {order: 2;}
#layout-main div.main_all #latestended {order: 2;}
Line 211: Line 227:
#layout-main div.main_all #randcreator {order: 7;}
#layout-main div.main_all #randcreator {order: 7;}
#layout-main div.main_all #randchar {order: 8;}</pre>
#layout-main div.main_all #randchar {order: 8;}</pre>
==== Hide images from quicksearch popup menu: ====
<pre>#layout-search ul.quicksearch li.g_bubble.stripe div.image {
  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;
}</pre>
staff
1,114

edits

Navigation menu

MediaWiki spam blocked by CleanTalk.
MediaWiki spam blocked by CleanTalk.