User:Aidan9382/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.
/* Some CSS elements have been moved to [[meta:User:Aidan9382/global.css]] */

/* Citation output */
.mw-parser-output span.cs1-hidden-error {display: inline; background: #edd; font-size: 110%}
.mw-parser-output span.brokenref {display: inline; background: #ecb; font-size: 110%}
.mw-parser-output span.error {display: inline; background: #ebb; font-size: 110%; display: inline !important}
.mw-parser-output span.cs1-visible-error {display: inline; background: #ecb; font-size: 110%}
.mw-parser-output span.cs1-maint {display: inline; background: #cec; font-size: 110%}

.cs1-hidden-error {display: inline; background: #edd; font-size: 110%}
.brokenref {display: inline; background: #ecb; font-size: 110%; display: inline !important}
.error {display: inline; background: #ebb; font-size: 110%}
.cs1-visible-error {display: inline; background: #ecb; font-size: 110%}
.cs1-maint {display: inline; background: #cec; font-size: 110%}

.harv-error {display: inline !important; background: #ecb; font-size: 110%}

/* Add convenient styling to indents */
/* .mw-content-ltr dd {border-left: 1px outset black; padding-left:4px} */

/* Not a button I need */
.mw-list-item#t-print {display: none}

/* From [[meta:User:SMcCandlish/lint.css]] */
tt, center, dir, font, menu, xmp, strike {
	color: DarkRed !important;
	background: Pink !important;
}

/* Hide the Discussion Tools "Add topic" button for mobile (animation is very buggy and I don't use it) */
.ext-discussiontools-init-new-topic {display: none}

/* Hide the "Other edits" button */
/* .mw-tag-other-edits {display: none} | Was pulled, consider removing */