staff
1,124
edits
m (wishlist colour tweak) |
(→Additional Optional Features: new additional features) |
||
Line 163: | Line 163: | ||
= Additional Optional Features = | = Additional Optional Features = | ||
You can enable each feature by adding it to your UserCSS. | You can enable each feature by adding it to your UserCSS. | ||
==== Shift those "main tabs" from the top-right of the page to the top-left ==== | |||
<pre>#layout-tabs ul | |||
{ | |||
text-align: left; | |||
} | |||
#layout-content #layout-tabs | |||
{ | |||
margin-left: 13em !important; | |||
}</pre> | |||
==== Hide the mouseover image for .restricted/hentai only ==== | |||
<pre>.restricted #imagepreview { | |||
display: none !important; | |||
}</pre> | |||
==== Force-show info blocks on main page that are hidden (likely due to resolution being too small): ==== | ==== 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, |