User:Xeno/monobook.css

/* Hide some crud I don't need to see */

div#mw-indicator-mw-helplink.mw-indicator a.mw-helplink,

.mw-changeslist-legend,

.geonotice,

  1. siteNotice,
  2. centralNotice .siteNoticePic,

.admin_incidents_noticeboard_editnotice,

.chu_editnotice,

  1. rfa_group_editnotice,
  2. notify_user_editnotice,
  3. village_pump_technical_editnotice,
  4. village_pump_proposals_editnotice,
  5. admin_noticeboard_editnotice,
  6. watchlist-message,

div.watchlist-message,

div.mw-tos-summary,

div.mw-rc-label-legend,

  1. mw-history-search,
  2. editHelp,
  3. editpage-copywarn,
  4. editpage-copywarn2,
  5. msg-noexactmatch,
  6. recentchangestext,
  7. p-interaction,
  8. n-mainpage-description,
  9. n-featuredcontent,
  10. n-contents,
  11. n-currentevents,
  12. t-upload,
  13. minoredit_helplink,
  14. wpSummaryLabel .oo-ui-labelElement-label,

.editHelp,

  1. p-coll-create_a_book,
  2. p-coll-print_export {

display: none;

}

/* Remove the distracting underlines from N, m, b in watchlist */

abbr.newpage {border:0;}

abbr.botedit {border:0;}

abbr.minoredit {border:0;}

/* Prevent text-shadow */

  • {text-shadow: none !important;}

/* Hide the little man icon next to my name */

li#pt-userpage { background: none }

/* Restore original Wikipedia logo */

  1. p-logo a {background-image:url(http://upload.wikimedia.org/wikipedia/commons/7/7f/Wikipedia-logo-en.png) !important;}

/* Tone down some signatures */

span#sig {background:inherit !important; border:inherit !important}

span#gw_sig {background:inherit !important;}

/* Show hidden items that have class="sysop-show". */

div.sysop-show,

p.sysop-show {

display: block !important;

}

span.sysop-show,

small.sysop-show {

display: inline !important;

}

table.sysop-show {

display: table !important;

}

li.sysop-show {

display: list-item !important;

}

/* Restore the diff view */

.diff-editfont-monospace .diff-addedline,

.diff-editfont-monospace .diff-deletedline,

.diff-editfont-monospace .diff-context {

font-family: sans-serif;

font-size: 88%;

}