Jump to content

User:Slippyd/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.
body {
	background: #eee url('http://sln.6bitt.com/public/graphics/back.iso-grid.op50.72x42.png');
}

#mw-page-base {
	background: none; /* override default */
	background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.0));
	background-image:    -moz-linear-gradient(270deg, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.0));
	background-image:         linear-gradient(to bottom, rgba(255, 255, 255, 1.0), rgba(255, 255, 255, 0.0));
}

#content {
	-webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	   -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}

/*.CategoryTreeEmptyBullet {
	display: inline-block;
	overflow: hidden;
	width: 0;
}

.CategoryTreeEmptyBullet {
	content: "•";

}*/

code {
	font-size: 1.1em;
	border: 1px dotted rgba(47, 111, 171, 0.25);
}
pre code { border: none; }