comparison etc/w3/stylesheet @ 88:821dec489c24 r20-0

Import from CVS: tag r20-0
author cvs
date Mon, 13 Aug 2007 09:09:59 +0200
parents 6a378aca36af
children 0d2f883870bc
comparison
equal deleted inserted replaced
87:7df2982f5c17 88:821dec489c24
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 William M. Perry <wmperry@spry.com> 4 ** Info: Copyright (c) 1995 - 1996 William M. Perry <wmperry@spry.com>
5 ** Copyright (c) 1997 Free Software Foundation, Inc.
5 ** Created: William M. Perry <wmperry@spry.com>, Aug-31-1995 6 ** Created: William M. Perry <wmperry@spry.com>, Aug-31-1995
6 ** Maintainer: William M. Perry <wmperry@spry.com> 7 ** Maintainer: William M. Perry <wmperry@spry.com>
7 ** 8 **
8 ** This contains the top level fallback default styles for Emacs-w3 9 ** This contains the top level fallback default styles for Emacs-w3
9 ** 10 **
10 ****************************************************************************** 11 ******************************************************************************
11 ** 12 **
12 ** To specify device-dependent styles, you must mark a section with 13 ** To specify device-dependent styles, you must mark a section with
13 ** :devicetype: 14 ** @media devicetype { ... }
14 ** If you are not using 'devicetype', then anything up to the next 15 ** If you are not using 'devicetype', then anything within the { ... }
15 ** :xxx: media descriptor is ignored. 16 ** is ignored.
17 **
18 ** These sections are currently defined by
19 ** http://www.w3.org/pub/WWW/Style/Group/WD-PRINT-961220
20 **
21 ** print - output for paged opaque material, and for documents viewed
22 ** on screen in print preview mode
23 ** screen - a continuous presentation of computer screens
24 ** projector - paged presentation for projected presentations
25 ** braille - for braille tactile feedback devices
26 ** speech - aural presentation
27 ** all - the default value, applies to all output devices
16 ** 28 **
17 ** There are a few special Emacs-W3 sections 29 ** There are a few special Emacs-W3 sections
18 ** 30 **
19 ** emacs - only include this chunk if you are using Emacs 19 31 ** emacs - only include this chunk if you are using Emacs 19
20 ** speech - only include this chunk if you are using Emacspeak for audio
21 ** xemacs - only include this chunk if you are using XEmacs 32 ** xemacs - only include this chunk if you are using XEmacs
22 ** normal - always include this chunk (useful for switching out of another
23 ** device-type block
24 ******************************************************************************/ 33 ******************************************************************************/
25 34
26 /* 35 /*
27 ** Headers 36 ** Headers
28 */ 37 */