List of Dragons: A: Difference between revisions

From All About Dragons
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:




==Headings==
Section headings are styled with the HTML tags {{tag|h1|o}} through {{tag|h6|o}} as defined in the MediaWiki CSS. The styles are:
* {{tag|h1|o}}: font size 188%; bottom border
* {{tag|h2|o}}: font size 150%; bottom border
* {{tag|h3|o}}: font size 132%; bold
* {{tag|h4|o}}: font size 116%; bold
* {{tag|h5|o}}: font size 100%; bold
* {{tag|h6|o}}: font size 80%; bold
Some readers may have issues differentiating between {{tag|h1|o}}, {{tag|h2|o}} and {{tag|h3|o}}. To make {{tag|h1|o}} and {{tag|h2|o}} bold, add this to [[Special:MyPage/skin.css]] or [[Special:MyPage/common.css]]:
<source lang="css">/* Bold h1 and h2 */
h1, h2 { font-weight: bold; }
.editsection { font-weight: normal; }</source>


==Sections for demo above==
==Sections for demo above==

Revision as of 02:48, 18 November 2012