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,
- siteNotice,
- centralNotice .siteNoticePic,
.admin_incidents_noticeboard_editnotice,
.chu_editnotice,
- rfa_group_editnotice,
- notify_user_editnotice,
- village_pump_technical_editnotice,
- village_pump_proposals_editnotice,
- admin_noticeboard_editnotice,
- watchlist-message,
div.watchlist-message,
div.mw-tos-summary,
div.mw-rc-label-legend,
- mw-history-search,
- editHelp,
- editpage-copywarn,
- editpage-copywarn2,
- msg-noexactmatch,
- recentchangestext,
- p-interaction,
- n-mainpage-description,
- n-featuredcontent,
- n-contents,
- n-currentevents,
- t-upload,
- minoredit_helplink,
- wpSummaryLabel .oo-ui-labelElement-label,
.editHelp,
- p-coll-create_a_book,
- 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 */
- 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%;
}