Jump to content

User:Aoidh/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.
/* Remove the rollback button from watchlist listings */
.page-Special_Watchlist .mw-rollback-link {
    display: none;
}

/* Highlights the names of administrators in a light blue */
a.userhighlighter_sysop.userhighlighter_sysop {background-color: #99FFFF !important}

/* Remove logout link (to avoid accidental logouts) */
#pt-logout { display: none; }

/* Remove images from search results */
.searchResultImage-thumbnail {
	display:none !important;
}

/* Full width search results */
.mw-search-results.mw-search-results,
.mw-search-results-container.mw-search-results-container {
	max-width: none;
	width: 100%;
}
/* Widen the thickness of the strikethrough line */
s {
  text-decoration: line-through; text-decoration-thickness: 0.15em;
}
strike {
  text-decoration: line-through; text-decoration-thickness: 0.15em;
}
li span.deleted,
span.history-deleted,
a.user-blocked-temp,
a.user-blocked-indef {
  text-decoration-thickness: 0.15em !important;
}