User:Enterprisey/common.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
.qxz-ads { display: none !important; }
#pt-userpage > a { background-image: none; }
#searchButton { display: none; }
.afd-help-box { display: none !important;}
.mw-changeslist-separator { display: none; }
#tw-revert-to-orevision { display: none; }
body.mw-special-Contributions .mw-ui-input-inline { display: block; }

/* Better "Thanks" link */
.mw-thanks-thank-link:not(.jquery-confirmable-button) { visibility: hidden; font-size: 0 }
.mw-thanks-thank-link:not(.jquery-confirmable-button):after { content: "T"; visibility: visible; font-size: 10px }

/* Hist page */
.history-size { font-size: 50%; }
.mw-usertoollinks-talk { visibility: hidden; font-size: 0 }
.mw-usertoollinks-talk:after { content: "T"; visibility: visible; font-size: 10px }
.mw-usertoollinks-contribs { visibility: hidden; font-size: 0 }
.mw-usertoollinks-contribs:after { content: "C"; visibility: visible; font-size: 10px }
.mw-usertoollinks-block { visibility: hidden; font-size: 0 }
.mw-usertoollinks-block:after { content: "B"; visibility: visible; font-size: 10px }

/* random empty div */
#contentSub:empty { display: none; }

/* "Interaction" side menu */
#p-interaction { display: none; }

/* Various left sidebar items */
#n-mainpage-description, #n-contents, #n-featuredcontent, #n-currentevents, #n-sitesupport, #n-shoplink, #coll-create_a_book { display: none; }

/* --- Edit page */
/* Top copyright notice */ div.editpage-head-copywarn,
/* edit summary field label, copyright notice */ #wpSummaryLabel .oo-ui-fieldLayout-header, #editpage-copywarn,
/* "confidential data", "show preview" */ .mw-userconfigpublic, #mw-usercssyoucanpreview, #usercssjsyoucanpreview
{ display: none; }

/* On script/css pages: "Code that you insert on this page could [...]" and "Note: After saving, you have to bypass your browser's cache [...]" */
#jswarning, #clearprefcache { display: none; }

/* "This is a talk page" */
#talkpagetext { display: none; }

/* History page: no help text */
#histlegend > *:not(:first-child) { display: none; }
.mw-revdelundel-link a { visibility: hidden; font-size: 0; }
.mw-revdelundel-link a:after { content: "chvis"; visibility: visible; font-size: 10px; }

/* Village pump editnotice */
#village_pump_policy_editnotice { display: none; }

/* "Beta" link in top */
#pt-betafeatures { display: none; }

/* Links should have underlines */
#content a:not([role=button]):not(.selflink) { text-decoration: underline; text-decoration-color: #0004; }
#content a:not([role=button]):not(.selflink):hover { text-decoration-color: #0008; }
#content a:not([role=button]):focus { text-decoration-color: #0005; }

/* Fix the color of the "If you want to set Twinkle preferences" box */
#twinkle-config-headerbox { background-color: #eeeeee; border: 1px solid #999999; }

/* Watchlist rollback */
.mw-special-Watchlist .mw-changeslist-line-inner-rollback { display: none; }

/* Logout link. When on earth do I ever log out?! */
#pt-logout { display: none; }

/* no username at top */
#pt-userpage > a > span { display: none; }