User:Hurricanefan25/vector.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.
td.diff-addedline {
	background: #CAEEBA;
}
 
td.diff-deletedline {
	background: #FFAA99;
}
 
td.diff-context {
	background: #EEE;
}
 
td.diff-addedline .diffchange {
	background: #CCFFDD;
	color: #36648B;
}
 
td.diff-deletedline .diffchange {
	background: #FF6347;
	color: #FFEEEE;
}

div.usermessage {
	background-color:#E0EEF7;
	color: #222222;
	border: #D0DDE6;
}

div.thumbinner {
	background:#FFFFFF; border:0;
}

div.thumbcaption {
	font-size:90%;
}

div#mw-panel {
	position: fixed;
	max-height: 500px;
	overflow: auto;
	top: 0;
}
div#p-logo {
	top: 0;
}
div.first {
	margin-top: 160px !important;
}

#content {
	-moz-box-shadow: 0.1em 0.1em 0.5em rgba(0,0,0,0.75);
	-webkit-box-shadow: 0.1em 0.1em 0.5em rgba(0,0,0,0.75);
	box-shadow: 0.1em 0.1em 0.5em rgba(0,0,0,0.75);
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
}

#footer {
	-moz-border-radius: 50px;
	border:3px solid #6495ED;
}