]> gitweb.factorcode.org Git - factor.git/blob - extra/websites/concatenative/page.css
webapps.wiki: moving class description to wiki.css.
[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 }
32
33 .link-button {
34     padding: 0;
35     background: none;
36     border: none;
37 }
38
39 a, .link { color: #104e8b; }
40 a:link, a:visited, a:active, .link { text-decoration: none; }
41 a:hover, .link:hover { text-decoration: underline; }
42
43 #container {
44     max-width: 1000px;
45 }
46
47 .error { color: #a00; }
48
49 .errors li { color: #a00; }
50
51 .field-label {
52     text-align: right;
53 }
54
55 .inline {
56     display: inline;
57 }
58
59 .navbar {
60     margin: 0;
61     padding: 15px;
62     border-bottom: 1px solid #ccc;
63 }
64
65 .navbar a, .navbar .link {
66     margin-right: 10px;
67 }
68
69 .big-field-label {
70     vertical-align: top;
71 }