a.three:hover, a.hundred:link { text-decoration: none } .container > a.one, .container > a.notused, input[type="button"] { color: green; } :-moz-placeholder { color: #999999; } ::-webkit-input-placeholder { color: #999999; } input[type="search"]:-webkit-autofill, input[type="reset"]:-webkit-autofill, input[type="search"]::-webkit-search-decoration, input[type="reset"]::-webkit-search-decoration, { -webkit-appearance: none; } textarea:-moz-autofill { foo: bar; } /* A comment */ @media (max-width: 900px) { .container .two { color: red; } a.four { color: notused; } } div::-moz-focus-inner, button::-moz-focus-inner { padding: 0; } @-webkit-keyframes progress-bar-stripes { from { background-position: 0 0; } to { background-position: 40px 0; } } @import url(/prx/000/https/raw.githubusercontent.com/peterbe/mincss/refs/heads/master/tests/other.css);