Jump to content

User:Sander Säde/differ.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.
#historyviewer
{
	background-color: #FFFFFF;
	border: 1px solid #C0C0C0;
	position: absolute;
	width: 95%;
	height: 95%;
	top: 2%;
	right: 2%;
	z-index: 100;
	display: block;
}

#historyhead
{
	width: 100%;
	height: 1.2em;
	color: Gray;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	float: right;
	background: url(/media/wikipedia/commons/c/c2/Gradient_fff-ddd.png) 0% 0% repeat-x;
	z-index: 110;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #C0C0C0;
}

#historyName
{
	margin-bottom: 3px;
	margin-right: 3px;
	display: block;
	width: 90%;
	float: left;
	text-align: center;
}

#historyClose
{
	margin-bottom: 3px;
	margin-right: 3px;
	float: right;
	cursor: pointer;
}

#historyBody
{
	display: inline-block;
	width: 100%;
	height: 97%;
}

#historylist
{
	border-width: 1px;
	border-color: #EEE;
	height: 100%;	
	width: 250px;
	display: block;
	background-color: #FFFFFF;
	float: left;
	border-right-style: solid;
	text-align: left;	
}

#historyButtons
{
	padding-top: 2px;
	display: block;
	width: 100%;
	background-color: #EEE;
	text-align: center;
	height: 3em;
	font-weight: bold;
	font-family: 'Arial Narrow';
	color: Gray;
}

.histNavLink
{
	display: inline-block;
	width: 40%;
	cursor: pointer;
	border-style: solid;
	border-width: 1px;
	border-color: #EEE;
}

.histNavLink:hover
{
	border-style: inset;
	border-width: 1px;
	border-color: #DDD;
	color: Gray;
}

.histNavLink:active
{
	background-color: Silver;
}

#diffdisplay
{
	display: block;
	height: 100%;
	overflow-y: auto;
	background-color: White;
}

#articleHistory
{
	max-height: 90%;
	display: block;
	height: 90%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 3px;	
}
#articleHistory a:hover
{
	text-decoration: none;
}

.historyactive
{
	background-color: #EEE;
	border: solid 1px Gray;
	outline: #CCC solix 1px;
	text-decoration: none;
	color: #CCC;
}