@import "/my/style/sheet.css";
@import url(/my/style/sheet.css) screen "Print style\"s";

html div.myClass {
	width: 100%;
	min-height: 100%;
	opacity: 0.0;
	background-color: #000000;
	color: white;
	font-family: "Courier New", 'Arialola\'s', sans-serif;
}

body > .warning {
	color: #FF0000;
	background-image: url(warning.png); /* ".png" should not be colored as a class */
	border: 2px solid none;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity = 50);
	filter: alpha(opacity=50);
	opacity: 0.5;
}

#wrapper div[lang~="en"]:first-child::before {
	text-decoration: underline overline;
	padding-left: 12px;
	width: 50%;
	position: fixed;
	display: inline-block;
}

a:fake-pseudo-class {
	transform: rotate(5deg);
	-moz-background-inline-policy: -moz-initial;
	-o-device-pixel-ratio: meh;
	-webkit-background-origin: lolwut;
	-ms-accelerator: snoo-snoo;
}