michael@0: #test-div { michael@0: color: rgb(0, 0, 0); michael@0: font-family: serif; michael@0: font-weight: 400; michael@0: } michael@0: michael@0: #test-div:hover { michael@0: color: rgb(10, 0, 0); michael@0: } michael@0: michael@0: #test-div:active { michael@0: font-family: Arial; michael@0: } michael@0: michael@0: #test-div:focus { michael@0: font-weight: 800; michael@0: } michael@0: michael@0: #test-button { michael@0: color: rgb(0, 0, 0); michael@0: } michael@0: michael@0: #test-button:disabled { michael@0: color: rgb(40, 0, 0); michael@0: } michael@0: michael@0: #test-link:visited { michael@0: color: rgb(20, 0, 0); michael@0: } michael@0: michael@0: #test-link:link { michael@0: color: rgb(30, 0, 0); michael@0: }