Content deleted Content added
m →h1, h2, h3, h4, h5, h6: <source> |
|||
Line 104:
! Wikimarkup !! [[HTML]] !! Style
|-
| {{nowrap|1=<code>= Heading =</code>}} || {{tag|h1|o}} || <source lang="css">color: #000000; background: none; overflow: hidden; page-break-after: avoid; font-size: 1.8em; font-family: Georgia,Times,serif; margin-top: 1em; margin-bottom: 0.25em; line-height: 1.3; padding: 0; border-bottom: 1px solid #AAAAAA;</source>
|-
| {{nowrap|1=<code>== Heading ==</code>}} || {{tag|h2|o}} || <source lang="css">color: #000000; background: none; overflow: hidden; page-break-after: avoid; font-size: 1.5em; font-family: Georgia,Times,serif; margin-top: 1em; margin-bottom: 0.25em; line-height: 1.3; padding: 0; border-bottom: 1px solid #AAAAAA;</source>
|-
| {{nowrap|1=<code>=== Heading ===</code>}} || {{tag|h3|o}} || <source lang="css">color: #000000; background: none; overflow: hidden; page-break-after: avoid; font-size: 1.17em; font-weight: bold; margin-top: 0.3em; margin-bottom: 0; line-height: 1.6; padding-top: 0.5em; padding-bottom: 0;</source>
|-
| {{nowrap|1=<code>==== Heading ====</code>}} || {{tag|h4|o}} || <source lang="css">color: #000000; background: none; overflow: hidden; page-break-after: avoid; font-size: 100%; font-weight: bold; margin-top: 0.3em; margin-bottom: 0; line-height: 1.6; padding-top: 0.5em; padding-bottom: 0;</source>
|-
| {{nowrap|1=<code>===== Heading =====</code>}} || {{tag|h5|o}} || <source lang="css">color: #000000; background: none; overflow: hidden; page-break-after: avoid; font-size: 100%; font-weight: bold; margin-top: 0.3em; margin-bottom: 0; line-height: 1.6; padding-top: 0.5em; padding-bottom: 0;</source>
|-
| {{nowrap|1=<code>====== Heading ======</code>}} || {{tag|h6|o}} || <source lang="css">color: #000000; background: none; overflow: hidden; page-break-after: avoid; font-size: 100%; font-weight: bold; margin-top: 0.3em; margin-bottom: 0; line-height: 1.6; padding-top: 0.5em; padding-bottom: 0;</source>
|-
|}
|