Jump to content

User:DaxServer/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.
.IPA {
	font-family: Charis SIL;
}

/* fix [[WP:RATER]]'s diff style */
@media screen {
	table.diff {
		width: 100% !important;
	}

	td.diff-addedline, td.diff-deletedline, td.diff-context {
		font-size: 13px !important;
		white-space: break-spaces !important;
	}

	td.diff-context {
		background: #f8f9fa !important;
		border-color: #eaecf0 !important;
		color: #202122 !important;
	}

	table.diff td {
		padding: 0.33em 0.5em !important;
	}

	.diff td.diff-marker {
		padding: 0.25em !important;
	}
}

.mw-parser-output span.cs1-maint, /* display Citation Style 1 maintenance messages */
.mw-parser-output span.cs1-hidden-error {
	display: inline; /* display hidden Citation Style 1 error messages */
}

.updatedmarker,
.mw-tag-other-edits,
.mw-rcfilters-ui-changesListWrapperWidget span:has(> .mw-thanks-thank-link),
.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-links > span:only-child:has(> .mw-thanks-thank-link),
#mp-topbanner:has(#mp-welcomecount),
.mw-tag-marker.mw-tag-marker-mobile_edit
{
    display: none;
}

.mw-changeslist-line-inner {
	margin-left: 20px;
}

.mw-changeslist-line-inner:has(.mw-changeslist-links):has(span):has(.mw-rollback-link):before {
    content: "";
/*    background: url(/media/wikipedia/commons/thumb/f/fc/Crystal128-tool-color-washer.svg/60px-Crystal128-tool-color-washer.svg.png) no-repeat;
*/
    background: linear-gradient(transparent,transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2210%22 height=%2210%22 viewBox=%220 0 20 20%22%3E%3Ctitle%3E trash %3C/title%3E%3Cpath d=%22M17 2h-3.5l-1-1h-5l-1 1H3v2h14zM4 17a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V5H4z%22/%3E%3C/svg%3E");
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0 5px 0 -15px;
}

.mw-changeslist-line-inner:has(.mw-tag-markers):has(.mw-tag-marker-mw-reverted) {
	opacity: 25%;
}

.mw-changeslist-line-inner:has(.mw-changeslist-log-entry),
.mw-changeslist-line-inner:has(.mw-tag-markers):has(.mw-tag-marker-mw-undo),
.mw-changeslist-line-inner:has(.mw-tag-markers):has(.mw-tag-marker-AWB),
.mw-changeslist-line-inner:has(.mw-tag-markers):has(.mw-tag-marker-shortdesc_helper),
.mw-changeslist-line-inner:has(.mw-tag-markers):has(.mw-tag-marker-mw-manual-revert),
.mw-changeslist-line-inner:has(.mw-tag-markers):has(.mw-tag-marker-OAuth_CID_5481),
.mw-changeslist-line-inner:has(.mw-tag-markers):has(.mw-tag-marker-mw-rollback) {
	opacity: 50%;
}

.mw-notification-area-layout {
	top: 10em;
}

.mw-notification-area.mw-notification-area-floating {
	top: 3.5em;
}