User:Xeno/monobook.css
Appearance
Code that you insert on this page could contain malicious content capable of compromising your account. If you import a script from another page with "importScript", "mw.loader.load", "iusc", or "lusc", take note that this causes you to dynamically load a remote script, which could be changed by others. Editors are responsible for all edits and actions they perform, including by scripts. User scripts are not centrally supported and may malfunction or become inoperable due to software changes. A guide to help you find broken scripts is available. If you are unsure whether code you are adding to this page is safe, you can ask at the appropriate village pump. This code will be executed when previewing this page. |
The accompanying .js page for this skin is at User:Xeno/monobook.js. |
/* 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%;
}