]> gitweb.factorcode.org Git - factor.git/blob - basis/help/html/stylesheet.css
help.html: set the sizes of 2x definition icons.
[factor.git] / basis / help / html / stylesheet.css
1 html {
2     box-sizing: border-box;
3 }
4
5 *, *:before, *:after {
6     box-sizing: inherit;
7 }
8
9 a, .link { color: #104e8b; }
10 a:link, a:visited, a:active, .link { text-decoration: none; }
11 a:hover, .link:hover { text-decoration: underline; }
12
13 body {
14     margin: 0;
15     font-family: sans-serif;
16     line-height: 150%;
17 }
18
19 input {
20     border: 1px solid #999999;
21     font-size: smaller;
22     border-radius: 3px;
23 }
24
25 img {
26     vertical-align: middle;
27     width: 16px;
28     height: 16px;
29 }
30
31 table {
32     border-collapse: collapse;
33     margin-top: 5px;
34     margin-bottom: 5px;
35 }
36
37 tr:hover {
38     background-color: #f5f5f5;
39 }
40
41 .navbar {
42     margin: 0;
43     padding: 15px;
44     padding-top: 10px;
45     padding-bottom: 10px;
46     line-height: 150%;
47     border-bottom: 1px solid #ccc;
48     background-color: #f5f5f5;
49 }
50
51 .navbar a {
52     margin-right: 10px;
53 }
54
55 #container {
56     max-width: 800px;
57 }
58
59 .page {
60     margin: 15px;
61 }