comparison etc/w3/stylesheet @ 22:8fc7fe29b841 r19-15b94

Import from CVS: tag r19-15b94
author cvs
date Mon, 13 Aug 2007 08:50:29 +0200
parents 859a2309aef8
children 441bb1e64a06
comparison
equal deleted inserted replaced
21:b88636d63495 22:8fc7fe29b841
92 ** able to control formatting based on that. Enter pseudo-classes. 92 ** able to control formatting based on that. Enter pseudo-classes.
93 ** 93 **
94 ** This functionality will be removed as soon as the W3C comes up with 94 ** This functionality will be removed as soon as the W3C comes up with
95 ** the standard way to do this, perhaps in CSS level 2. 95 ** the standard way to do this, perhaps in CSS level 2.
96 */ 96 */
97 input { text-decoration: underline; } 97 input:text,
98 input:submit { color: green; text-decoration: none; } 98 input:integer,
99 input:reset { color: red; text-decoration: none; } 99 input:float,
100 input:button { color: yellow; text-decoration: none; } 100 input:url,
101 input:image { text-decoration: none; } 101 input:text { text-decoration: underline; }
102 input:submit { color: green; text-decoration: none; }
103 input:reset { color: red; text-decoration: none; }
104 input:button { color: yellow; text-decoration: none; }
105 input:image { text-decoration: none; }
102 106
103 /* 107 /*
104 ** List formatting instructions 108 ** List formatting instructions
105 */ 109 */
106 110