]> gitweb.factorcode.org Git - factor.git/blob - extra/websites/concatenative/page.css
Merge branch 'master' of factorcode.org:/git/factor
[factor.git] / extra / websites / concatenative / page.css
1 body, button {
2         font:9pt "Lucida Grande", "Lucida Sans Unicode", verdana, geneva, sans-serif;
3         color:#444;
4 }
5
6 .link-button {
7         padding: 0px;
8         background: none;
9         border: none;
10 }
11
12 a, .link {
13         color: #222;
14         border-bottom:1px dotted #666;
15         text-decoration:none;
16 }
17
18 a:hover, .link:hover {
19         border-bottom:1px solid #66a;
20 }
21
22 .error { color: #a00; }
23
24 .errors li { color: #a00; }
25
26 .field-label {
27         text-align: right;
28 }
29
30 .inline {
31         display: inline;
32 }
33
34 .navbar {
35         background-color: #eee;
36         padding: 5px;
37         border: 1px solid #ccc;
38 }
39
40 .big-field-label {
41         vertical-align: top;
42 }
43
44 .description {
45         padding: 5px;
46         color: #000;
47 }
48
49 .description pre {
50         border: 1px dashed #ccc;
51         background-color: #f5f5f5;
52 }
53
54 .description p:first-child {
55         margin-top: 0px;
56 }
57
58 .description p:last-child {
59         margin-bottom: 0px;
60 }
61
62 .description table, .description td {
63     border-color: #666;
64     border-style: solid;
65 }
66
67 .description table {
68     border-width: 0 0 1px 1px;
69     border-spacing: 0;
70     border-collapse: collapse;
71 }
72
73 .description td {
74     margin: 0;
75     padding: 4px;
76     border-width: 1px 1px 0 0;
77 }
78