]> gitweb.factorcode.org Git - factor.git/blob - extra/websites/concatenative/page.css
webapps: pre tag line-height.
[factor.git] / extra / websites / concatenative / page.css
1 html {
2     box-sizing: border-box;
3 }
4
5 *, *:before, *:after {
6     box-sizing: inherit;
7 }
8
9 body {
10     margin: 0;
11 }
12
13 body, button {
14     font-size: 12pt;
15     font-family: sans-serif;
16     line-height: 150%;
17 }
18
19 textarea {
20     font-size: 12pt;
21 }
22
23 table {
24     border-spacing: 0;
25     border-collapse: collapse;
26 }
27
28 pre {
29     overflow: auto;
30     font-size: smaller;
31     line-height: 125%;
32 }
33
34 .link-button {
35     padding: 0;
36     background: none;
37     border: none;
38 }
39
40 a, .link { color: #104e8b; }
41 a:link, a:visited, a:active, .link { text-decoration: none; }
42 a:hover, .link:hover { text-decoration: underline; }
43
44 #container {
45     max-width: 1000px;
46 }
47
48 .error { color: #a00; }
49
50 .errors li { color: #a00; }
51
52 .field-label {
53     text-align: right;
54 }
55
56 .inline {
57     display: inline;
58 }
59
60 .navbar {
61     margin: 0;
62     padding: 15px;
63     border-bottom: 1px solid #ccc;
64 }
65
66 .navbar a, .navbar .link {
67     margin-right: 10px;
68 }
69
70 .big-field-label {
71     vertical-align: top;
72 }