User:Jah/histfilter/histfilter.css

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
The style sheet is hidden in the source code of this page.

<!--
html, body {
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #eee;
}

#controlDiv {
	background-color: #bda;
	height: 5%;
	z-index: 0;
	padding-left: 4px;
	padding-right: 4px;
}

#statistics {
	font-size: small;
	display: inline;
	position: absolute;
	right: 0px;
}

#tooltipDiv {
	position: absolute;
	top: 0px;
	right: 0px;
	border-width: 1px;
	border-style: solid;
	border-color: #888;
	padding: 5px;
	font-family: monospace;
	font-size: 1.1em;
	background-color: #ffc8c8;
	display: none;
	z-index: 1;
}

#formDiv {
	background-color: #ffffe8;
	width: 100%;
	height: 95%;
	overflow: auto;
	z-index: 0;
	padding: 4px;
}

#formTable {
	background-color: #ccc;
}

#tableDiv {
	width: 100%;
	height: 95%;
	overflow: auto;
	z-index: 0;
}

#historyTable {
	font-size: small;
	background-color: #ccc;
	width: 100%;
}

#compareLink {
	color: #eee;
}

.rowEven {
	background-color: #e8e8ff;
}

.rowOdd {
	background-color: #ffffe8;
}

.rowFilter {
	background-color: #ffefaf;
}

.revert {
	background-color: #ffc8c8;
}

.section {
	background-color: #ffc8c8;
}

.multipleEdits {
	background-color: #ffc8c8;
}

.text {
	background-color: #ffc8c8;
}

.author {
	background-color: #ffc8c8;
}

.header {
	background-color: #b8b8b8;
}

.secTitleChanges {
	background-color: #ffc8c8;
}
-->