User:HiEv: Difference between revisions

Jump to navigation Jump to search
1,653 bytes added ,  22 July 2009
→‎User CSS Tricks: Added hiding userpage sections
(→‎User CSS Tricks: Added Worf's CSS tricks (need descriptions))
(→‎User CSS Tricks: Added hiding userpage sections)
 
(5 intermediate revisions by 2 users not shown)
Line 28: Line 28:
  #layout-menu li.X {display: none;}
  #layout-menu li.X {display: none;}


Hide visible left-hand menu options.  "X" can be: main, search, calendar, schedule, random, latest, anime, character, creator, group, user, producer, category, tag, collection, song, myplace, mlist, mymessages, mynotifies, mywishlist, myvotes, myreviews, myentries, mycreqs, myreports, mysignatures, applet, ed2kdump, report, forum, irc, credits, or staff.
Hide visible left-hand menu options.  "X" can be: main, search, calendar, schedule, random, latest, anime, category, character, club, creator, collection, group, song, tag, user, myplace, mlist, mymessages, mynotifies, mywishlist, myvotes, myreviews, myentries, mycreqs, myreports, mysignatures, applet, ed2kdump, report, forum, irc, credits, or staff.  Left-hand menu options will appear in that order as well.


  #layout-menu li.X {display: list-item;}
  #layout-menu li.X {display: list-item;}
Line 85: Line 85:
  #layout-main tr:hover, #layout-main tr.g_odd:hover {background-color:powderblue !important;}
  #layout-main tr:hover, #layout-main tr.g_odd:hover {background-color:powderblue !important;}


Colors Tablerows on hover. (doesn't look so good) (?)
Colors Tablerows on hover. (doesn't work with rowspans) (?)


  #layout-hint {background-color:#4A4A5A; top: 79px; left: 189px;
  #layout-hint {background-color:#4A4A5A; top: 79px; left: 189px;
Line 97: Line 97:


Hide tool tips, such as the descriptions you get when you hover over [[Categories]] and [[Tags]] on the anime pages.
Hide tool tips, such as the descriptions you get when you hover over [[Categories]] and [[Tags]] on the anime pages.
#layout-main div.latest2_all div.content td.group {min-width: 9em; max-width: 9em; white-space: normal;}
#layout-main div.latest2_all div.content td.episode {min-width: 2em; max-width: 3em; text-align: center;}
#layout-main div.latest2_all div.content td.info {min-width: 12em; max-width: 12em;}
Fixes the display of the [[Latest#Files|Latest File Additions]] page with the default ''anidbstyle.css'' style for displays around 1024 pixels wide.
#layout-main div.main_all div.rightbar div.reviews {display: none;}
#layout-main div.main_all div.rightbar div.clubs {display: none;}
#layout-main div.main_all div.rightbar h3.additions {display: none;}
Hides things on main page (reviews, clubs, etc...).
#layout-main div.userpage_all div.g_section.discussions {display: none;}
#layout-main div.userpage_all div.userdetails div.notify div.news {display: none;}
Hides sections on user page (discussions, news, etc...).
'''Hide MyList columns:''' (needs testing in browsers)
#layout-main div.mylist_all th.seen,
#layout-main div.mylist_all td.seen {display:none;}
hides the seen column
#layout-main div.mylist_all th.eps,
#layout-main div.mylist_all td.eps {display:none;}
hides the eps column
#layout-main div.mylist_all th.rating.anime,
#layout-main div.mylist_all td.rating.anime {display:none;}
hides the vote column
#layout-main div.mylist_all th.rating.attaavg,
#layout-main div.mylist_all td.rating.attaavg {display:none;}
hides the review column
#layout-main div.mylist_all th.vote,
#layout-main div.mylist_all td.vote {display:none;}
hides the vote column


'''Worf's CSS tricks:'''
'''Worf's CSS tricks:'''
128

edits

Navigation menu

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