Jump to content

User:Lugnuts/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.
.mw-notification-content .oo-ui-icon-check.oo-ui-image-success { display: none }

.diff-editfont-monospace .diff-addedline,
.diff-editfont-monospace .diff-deletedline,
.diff-editfont-monospace .diff-context {
  font-family: sans-serif;
  font-size: 88%;
}

.previewnote .warningbox {border: none; padding: 0; margin: 0; background-color: white;}

.action-history .mw-htmlform-ooui-wrapper {
	display: none;
}

.mw-editnotice-notext .editnotice-redlink {
  display: none !important;
}

.postedit {
   display: none;
}

span.mw-editsection { float:right; }

/* Hide reset button */
#mw-watchlist-resetbutton {
    display: none;
}
/* Removes Bold form watchlist and recent/related changes */
.mw-changeslist-line-watched .mw-title {
    font-weight: inherit;
}
/* Restore default bullets */
.skin-cologneblue li.mw-changeslist-line-watched,
.skin-cologneblue table.mw-changeslist-line-watched,
.skin-cologneblue li.mw-history-line-updated {
    list-style-type: disc;
}
.skin-monobook li.mw-changeslist-line-watched,
.skin-monobook table.mw-changeslist-line-watched,
.skin-monobook li.mw-history-line-updated,
.skin-modern li.mw-changeslist-line-watched,
.skin-modern table.mw-changeslist-line-watched,
.skin-modern li.mw-history-line-updated {
    list-style-image: url(/w/skins/monobook/bullet.gif);
}
.skin-vector li.mw-changeslist-line-watched,
.skin-vector table.mw-changeslist-line-watched,
.skin-vector li.mw-history-line-updated {
    list-style-image: url(/w/skins/vector/images/bullet-icon.png);
}

.suggestions { max-height: 0; overflow: hidden; }

.mw-body a:link.external { color: #0645AD; }

.mw-headline-anchor {display: none;}

textarea#wpTextbox1 { line-height: 16px; }

/* == Hide tag editing button & checkboxes == */
input[name^='ids['],
.mw-history-editchangetags-button { display: none; }

abbr[title] { text-decoration: inherit; }

#pt-notifications-alert .mw-echo-notifications-badge.mw-echo-unseen-notifications { 
  background-color: #D11813;
}

#wpSummary { padding: 0.2em !important; }

div#mw-interwiki-results { display: none !important }

.oo-ui-textInputWidget > .oo-ui-labelElement-label { display:none !important; }

// remove ugly styles from buttons:
$(".oo-ui-buttonInputWidget").removeClass("oo-ui-buttonInputWidget")
$(".oo-ui-buttonElement-button").removeClass("oo-ui-buttonElement-button")
// and checkboxes:
$(".oo-ui-checkboxInputWidget").removeClass("oo-ui-checkboxInputWidget")
// remove inflated field margins:
$(".oo-ui-fieldLayout-header").removeClass("oo-ui-fieldLayout-header")