comparison forum/Themes/Vamp/help.css @ 76:e3e11437ecea website

Add forum code
author Chris Cannam
date Sun, 07 Jul 2013 11:25:48 +0200
parents
children
comparison
equal deleted inserted replaced
75:72f59aa7e503 76:e3e11437ecea
1 h1
2 {
3 font-size: 18px;
4 margin: 1ex 1ex 1ex 1ex;
5 }
6 h2
7 {
8 font-size: 18px;
9 border-bottom: solid 1px;
10 padding-bottom: 1ex;
11 }
12 h3, h4, h5, h6
13 {
14 font-size: 16px;
15 margin: 0;
16 }
17 p
18 {
19 margin: 0 0 1.5em 0;
20 }
21 .board, .board:link
22 {
23 text-decoration: underline;
24 }
25 .board:visited, .board:hover
26 {
27 text-decoration: underline;
28 }
29 div.footer
30 {
31 text-align: center;
32 padding: 3pt;
33 }
34 #menu
35 {
36 line-height: 1;
37 }
38 #menu p
39 {
40 margin: 0 0 1em 0;
41 line-height: 2;
42 }
43 table#reference1, table#reference2
44 {
45 border: 1px solid;
46 }
47 table#reference1 td, table#reference2 td
48 {
49 vertical-align: top;
50 border: 1px solid;
51 font-size: x-small;
52 }
53 table#reference1 th, table#reference2 th
54 {
55 font-size: x-small;
56 }
57 ol
58 {
59 font-weight: bold;
60 list-style-type: square;
61 margin-bottom: 2ex;
62 margin-top: 3ex;
63 }
64 ol.la
65 {
66 font-weight: normal;
67 list-style-type: circle;
68 margin: 0 0 2ex 4ex;
69 }