Mercurial > hg > vamp-website
diff forum/Themes/default/help.css @ 76:e3e11437ecea website
Add forum code
author | Chris Cannam |
---|---|
date | Sun, 07 Jul 2013 11:25:48 +0200 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/forum/Themes/default/help.css Sun Jul 07 11:25:48 2013 +0200 @@ -0,0 +1,69 @@ +h1 +{ + font-size: 18px; + margin: 1ex 1ex 1ex 1ex; +} +h2 +{ + font-size: 18px; + border-bottom: solid 1px; + padding-bottom: 1ex; +} +h3, h4, h5, h6 +{ + font-size: 16px; + margin: 0; +} +p +{ + margin: 0 0 1.5em 0; +} +.board, .board:link +{ + text-decoration: underline; +} +.board:visited, .board:hover +{ + text-decoration: underline; +} +div.footer +{ + text-align: center; + padding: 3pt; +} +#menu +{ + line-height: 1; +} +#menu p +{ + margin: 0 0 1em 0; + line-height: 2; +} +table#reference1, table#reference2 +{ + border: 1px solid; +} +table#reference1 td, table#reference2 td +{ + vertical-align: top; + border: 1px solid; + font-size: x-small; + } +table#reference1 th, table#reference2 th +{ + font-size: x-small; +} +ol +{ + font-weight: bold; + list-style-type: square; + margin-bottom: 2ex; + margin-top: 3ex; +} +ol.la +{ + font-weight: normal; + list-style-type: circle; + margin: 0 0 2ex 4ex; +}