User:Dinoguy1000/common.css

From Yugipedia
< User:Dinoguy1000
Revision as of 06:43, 4 August 2012 by Dinoguy1000 (talk | contribs) (try this to fix ultra-tall diffs)
Jump to: navigation, search

Note: After saving, you have to bypass your browser's cache to see the changes. Internet Explorer: hold down Ctrl and click the Refresh or Reload button. Firefox: hold down ⇧ Shift while clicking Reload (or press Ctrl+⇧ Shift+R). Google Chrome and Safari users can just click the Reload button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.

/* unhide the summary field on RFP request pages (from [[User:Deltaneos/common.css]]) */
 
.page-Yu-Gi-Oh_Requests_for_rollback_requests #wpSummary,
.page-Yu-Gi-Oh_Requests_for_rollback_requests #wpSummaryLabel,
.page-Yu-Gi-Oh_Requests_for_mover_requests #wpSummary,
.page-Yu-Gi-Oh_Requests_for_mover_requests #wpSummaryLabel {
	display: inline-block;
}

/*
** Diff rendering
*/
td.diff-marker {
	font-weight: bold;
	font-size: 1.25em;
}

td.diff-addedline,
td.diff-deletedline,
td.diff-context {
	font-size: 88%;
	vertical-align: top;
	white-space: -moz-pre-wrap;
	white-space: pre-wrap;
}

td.diff-addedline,
td.diff-deletedline {
	border-style: solid;
	border-width: 1px 1px 1px 4px;
	border-radius: 0.33em;
}

td.diff-addedline div,
td.diff-deletedline div {
	height: auto;
}

td.diff-addedline {
	border-color: #a3d3ff;
	background-color: inherit;
}

td.diff-deletedline {
	border-color: #ffe49c;
	background-color: inherit;
}

td.diff-context {
	background: #f3f3f3;
	color: #333333;
	border-style: solid;
	border-width: 1px 1px 1px 4px;
	border-color: #e6e6e6;
	border-radius: 0.33em;
}

.diffchange,
.diffchange-inline {
	border-bottom: none !important;
}

.diffchange {
	color: inherit;
	white-space: -moz-pre-wrap;
	white-space: pre-wrap;
}

td.diff-addedline .diffchange,
td.diff-deletedline .diffchange {
	border-radius: 0.33em;
	padding: 0.25em 0;
}

td.diff-addedline .diffchange {
	background: #d8ecff;
}

td.diff-deletedline .diffchange {
	background: #feeec8;
}
table.diff td {
	padding: 0.33em 0.66em;
}