]> gitweb.factorcode.org Git - factor.git/blob - basis/help/html/stylesheet.css
help.html: wrap contents in a div, update style a little.
[factor.git] / basis / help / html / stylesheet.css
1 html {
2   box-sizing: border-box;
3   font-size: 16px;
4 }
5
6 *, *:before, *:after {
7   box-sizing: inherit;
8 }
9
10 body, h1, h2, h3, h4, h5, h6, p, ol, ul {
11   margin: 0;
12   padding: 0;
13 }
14
15 a:link { text-decoration: none; color: #104e8b; }
16 a:visited { text-decoration: none; color: #104e8b; }
17 a:active { text-decoration: none; color: #104e8b; }
18 a:hover { text-decoration: underline; color: #104e8b; }
19
20 .navbar {
21     background-color: #f3f2ea;
22     padding: 10px;
23     border-bottom: 1px solid #ccc;
24     font: 12pt sans-serif;
25 }
26
27 .page {
28     font-size: 120%;
29     margin: 20px;
30     width: 800px;
31     line-height: 125%;
32 }