comparison etc/w3/stylesheet @ 144:318232e2a3f0 r20-2b6

Import from CVS: tag r20-2b6
author cvs
date Mon, 13 Aug 2007 09:34:14 +0200
parents 6608ceec7cf8
children 5a88923fcbfe
comparison
equal deleted inserted replaced
143:50e7fedfe353 144:318232e2a3f0
55 display: block; 55 display: block;
56 font-family : serif; 56 font-family : serif;
57 font-weight : bold; 57 font-weight : bold;
58 } 58 }
59 59
60 @media xemacs {
60 h1 { font-size : +12pt } 61 h1 { font-size : +12pt }
61 h2 { font-size : +6pt } 62 h2 { font-size : +6pt }
62 h3 { font-size : +4pt } 63 h3 { font-size : +4pt }
63 h5 { font-size : -2pt } 64 h5 { font-size : -2pt }
64 h6 { font-size : -4pt } 65 h6 { font-size : -4pt }
66 }
65 67
66 /* This causes problems with Emacs 19 */ 68 /* This causes problems with Emacs 19 */
67 @media xemacs { 69 @media xemacs {
68 pre,xmp, 70 pre,xmp,
69 plaintext { font-family: monospace } 71 plaintext { font-family: monospace }
106 */ 108 */
107 input:text, 109 input:text,
108 input:int, 110 input:int,
109 input:float, 111 input:float,
110 input:url, 112 input:url,
113 input:password,
111 input:text { text-decoration: underline; } 114 input:text { text-decoration: underline; }
112 input:submit { color: green; text-decoration: none; } 115 input:submit { color: green; text-decoration: none; }
113 input:reset { color: red; text-decoration: none; } 116 input:reset { color: red; text-decoration: none; }
114 input:button { color: yellow; text-decoration: none; } 117 input:button { color: yellow; text-decoration: none; }
115 input:image { text-decoration: none; } 118 input:image { text-decoration: none; }