home *** CD-ROM | disk | FTP | other *** search
Wrap
/* Status of this document This document has been reviewed by W3C Members and other interested parties and has been endorsed by the Director as a W3C Recommendation. It is a stable document and may be used as reference material or cited as a normative reference from another document. W3C's role in making the Recommendation is to draw attention to the specification and to promote its widespread deployment. This enhances the functionality and interoperability of the Web. */ /* Copyright © World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, Keio University). All Rights Reserved. */ /* http://www.w3.org/TR/1998/REC-CSS2-19980512 */ /* This style sheet describes the typical formatting of all HTML 4.0 ([HTML40]) elements based on extensive research into current UA practice. Developers are encouraged to use it as a default style sheet in their implementations. */ ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, IFRAME, NOFRAMES, OBJECT, OL, P, UL, APPLET, CENTER, DIR, HR, MENU, PRE {display: block} LI {display: list-item} HEAD {display: none} TABLE {display: table} TR {display: table-row} THEAD {display: table-header-group} TBODY {display: table-row-group} TFOOT {display: table-footer-group} COL {display: table-column} COLGROUP {display: table-column-group} TD, TH {display: table-cell} CAPTION {display: table-caption} TH {font-weight: bolder; text-align: center} CAPTION {text-align: center} BODY {line-height: 1.33; padding: 8px} H1 {font-size: 2em; margin-bottom: .67em; margin-left: 0; margin-right: 0; margin-top: .67em} H2 {font-size: 1.5em; margin-bottom: .83em; margin-left: 0; margin-right: 0; margin-top: .83em} H3 {font-size: 1.17em; margin-bottom: 1em; margin-left: 0; margin-right: 0; margin-top: 1em} H4, P, BLOCKQUOTE, UL, FIELDSET, FORM, OL, DL, DIR, MENU {margin-bottom: 1.33em; margin-left: 0; margin-right: 0; margin-top: 1.33em} H5 {font-size: .83em; line-height: 1.17em; margin-bottom: 1.67em; margin-left: 0; margin-right: 0; margin-top: 1.67em} H6 {font-size: .67em; margin-bottom: 2.33em; margin-left: 0; margin-right: 0; margin-top: 2.33em} H1, H2, H3, H4, H5, H6, B, STRONG {font-weight: bolder} BLOCKQUOTE {margin-left: 40px; margin-right: 40px} I, CITE, EM, VAR, ADDRESS {font-style: italic} PRE, TT, CODE, KBD, SAMP {font-family: monospace} PRE {white-space: pre} BIG {font-size: 1.17em} SMALL, SUB, SUP {font-size: .83em} SUB {vertical-align: sub} SUP {vertical-align: super} S, STRIKE, DEL {text-decoration: line-through} HR {border: 1px inset} OL, UL, DIR, MENU, DD {margin-left: 40px} OL {list-style-type: decimal} OL UL, UL OL, UL UL, OL OL {margin-bottom: 0; margin-top: 0} U, INS {text-decoration: underline} CENTER {text-align: center} BR:before {content: "\A"} /* An example of style for HTML 4.0's ABBR/ACRONYM elements */ ABBR, ACRONYM {font-variant: small-caps; letter-spacing: 0.1em} A[href] {text-decoration: underline} :focus {outline: thin} /* Elements that are block-level in HTML4 */ ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, IFRAME, NOSCRIPT, NOFRAMES, OBJECT, OL, P, UL, APPLET, CENTER, DIR, HR, MENU, PRE, LI, TABLE, TR, THEAD, TBODY, TFOOT, COL, COLGROUP, TD, TH, CAPTION {unicode-bidi: embed} /* End bidi settings */ @media print H1, H2, H3, H4, H5, H6 {page-break-after: avoid; page-break-inside: avoid} BLOCKQUOTE, PRE {page-break-inside: avoid} UL, OL, DL {page-break-before: avoid} }