← Back to Index

userstyle for You Are An Object
(http://www.narcissism.operationdoubles.com/youareanobject.htm)

Screengrab: You Are an Object with userstyle applied

You Are an Object light on dark
@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url-prefix(http://www.narcissism.operationdoubles.com/youareanobject.htm) {
	body {
		background-color: #040004	!important;
		color: #D2D2D2			!important;
		width: 35em;
		margin: 0 auto;
		padding-top: 3em;
		padding-bottom: 3em;
		line-height: 1.5em;
	}
	span {
		color: #D2D2D2			!important;
	}
	div[style="float: right; width: 178px;"] {
		display: none;
	}
	a, a:link, a:hover {
		color: #ffff11;
	}
	a:visited {
		color: #767608;
	}
	a:active {
		color: #11ffff;
	}
}