Mercurial > hg > xemacs-beta
comparison etc/w3/stylesheet @ 134:34a5b81f86ba r20-2b1
Import from CVS: tag r20-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:30:11 +0200 |
parents | 7d55a9ba150c |
children | b980b6286996 |
comparison
equal
deleted
inserted
replaced
133:b27e67717092 | 134:34a5b81f86ba |
---|---|
1 /****************************************************************************** | 1 /****************************************************************************** |
2 ** File: default.css | 2 ** File: default.css |
3 ** Purpose: Default Stylesheet for Emacs-W3 | 3 ** Purpose: Default Stylesheet for Emacs-W3 |
4 ** Info: Copyright (c) 1995 - 1996 William M. Perry <wmperry@spry.com> | 4 ** Info: Copyright (c) 1995-1996 William M. Perry <wmperry@aventail.com> |
5 ** Copyright (c) 1997 Free Software Foundation, Inc. | 5 ** Copyright (c) 1997 Free Software Foundation, Inc. |
6 ** Created: William M. Perry <wmperry@spry.com>, Aug-31-1995 | 6 ** Created: William M. Perry <wmperry@aventail.com>, Aug-31-1995 |
7 ** Maintainer: William M. Perry <wmperry@spry.com> | 7 ** Maintainer: William M. Perry <wmperry@aventail.com> |
8 ** | 8 ** |
9 ** This contains the top level fallback default styles for Emacs-w3 | 9 ** This contains the top level fallback default styles for Emacs-w3 |
10 ** | 10 ** |
11 ****************************************************************************** | 11 ****************************************************************************** |
12 ** | 12 ** |
262 h6 { pitch: 6; pitch-range: 4; } | 262 h6 { pitch: 6; pitch-range: 4; } |
263 | 263 |
264 li,dt,dd { pitch: 6; richness: 6; } | 264 li,dt,dd { pitch: 6; richness: 6; } |
265 dt { stress: 8; } | 265 dt { stress: 8; } |
266 | 266 |
267 pre,xmp,plaintext,key,code,tt { pitch: 1; | 267 pre,xmp,plaintext,key,code,tt { pitch: 5; |
268 pitch-range: 1; | 268 pitch-range: 0; |
269 stress: 1; | 269 stress: 0; |
270 richness: 8; | 270 richness: 8; |
271 } | 271 } |
272 em { pitch: 6; pitch-range: 6; stress: 6; richness: 5; } | 272 em { pitch: 6; pitch-range: 6; stress: 6; richness: 5; } |
273 strong { pitch: 6; pitch-range: 6; stress: 9; richness: 9; } | 273 strong { pitch: 6; pitch-range: 6; stress: 9; richness: 9; } |
274 dfn { pitch: 7; pitch-range: 6; stress: 6; } | 274 dfn { pitch: 7; pitch-range: 6; stress: 6; } |