comparison etc/w3/stylesheet @ 118:7d55a9ba150c r20-1b11

Import from CVS: tag r20-1b11
author cvs
date Mon, 13 Aug 2007 09:24:17 +0200
parents 9f59509498e1
children 34a5b81f86ba
comparison
equal deleted inserted replaced
117:578fd4947a72 118:7d55a9ba150c
28 ** 28 **
29 ** There are a few special Emacs-W3 sections 29 ** There are a few special Emacs-W3 sections
30 ** 30 **
31 ** emacs - only include this chunk if you are using Emacs 19 31 ** emacs - only include this chunk if you are using Emacs 19
32 ** xemacs - only include this chunk if you are using XEmacs 32 ** xemacs - only include this chunk if you are using XEmacs
33 ** light - only include this chunk if you are using a light background
34 ** dark - only include this chunk if you are using a dark background
33 ******************************************************************************/ 35 ******************************************************************************/
34 36
35 /* 37 /*
36 ** Headers 38 ** Headers
37 */ 39 */
68 ** the headers stand out somehow. 70 ** the headers stand out somehow.
69 */ 71 */
70 72
71 @media emacs { 73 @media emacs {
72 h1,h2,h3, 74 h1,h2,h3,
73 h4,h5,h6 { 75 h4,h5,h6 { text-decoration: underline; }
74 text-decoration: underline; 76 h1 { color: rgb(0,255,255); } // cyan
75 color: blue; 77 h2 { color: rgb(70,130,180); } // steelblue
76 } 78 h3 { color: rgb(106,90,205); } // slateblue
79 h4 { color: rgb(135,206,235); } // skyblue
80 h5 { color: rgb(0,0,128); } // navy
81 h6 { color: rgb(173,216,230); } // lightblue
77 82
78 strong,em { color: red } 83 strong,em { color: red }
79 dfn { font-style: italic } 84 dfn { font-style: italic }
80 s,strike { color: green } 85 s,strike { color: green }
81 86