]> gitweb.factorcode.org Git - factor.git/blob - extra/webapps/wiki/wiki.css
websites.concatenative: navbar background.
[factor.git] / extra / webapps / wiki / wiki.css
1 #left {
2     width: 0;
3 }
4
5 #right {
6     max-width: 800px;
7 }
8
9 .comparison th {
10     border-width: 1px;
11     border-color: #666;
12     border-style: solid;
13     width: 50%;
14 }
15
16 .comparison table {
17     border-color: #666;
18     border-style: solid;
19     border-width: 1px;
20     border-spacing: 0;
21     border-collapse: collapse;
22 }
23
24 .insert {
25     background-color: #9f9;
26 }
27
28 .delete {
29     background-color: #f99;
30 }
31
32 .revisions table, .revisions td, .revisions th {
33     border-color: #666;
34     border-style: solid;
35 }
36
37 .revisions table {
38     border-width: 0 0 1px 1px;
39     border-spacing: 0;
40     border-collapse: collapse;
41 }
42
43 .revisions td, .revisions th {
44     margin: 0;
45     padding: 4px;
46     border-width: 1px 1px 0 0;
47 }
48
49 .contents {
50     font-size: 90%;
51     margin: 0;
52     padding: 0;
53     padding-left: 10px;
54     padding-right: 10px;
55     line-height: 130%;
56 }
57
58 .contents ul {
59     list-style-type: none;
60     margin: 0;
61     padding-left: 20px;
62 }
63
64 .page {
65     padding-left: 15px;
66     padding-right: 15px;
67     padding-bottom: 15px;
68 }
69
70 .page .navbar {
71     margin-left: -15px;
72     margin-right: -15px;
73     margin-bottom: -15px;
74     border-top: 1px solid #ccc;
75 }
76
77 .description {
78     line-height: 150%;
79 }
80
81 .description pre {
82     padding: 5px;
83     border: 1px dashed #ccc;
84     background-color: #f5f5f5;
85 }
86
87 .description h1 { font-size: 1.5em; }
88 .description h2 { font-size: 1.17em; }
89 .description h3 { font-size: 1.0em; }
90 .description h4 { font-size: 0.83em; }
91 .description h5 { font-size: 0.67em; }
92
93 .description p:first-child { margin-top: 0px; }
94 .description p:last-child { margin-bottom: 0px; }
95
96 .description table, .description td {
97     border-color: #666;
98     border-style: solid;
99 }
100
101 .description table {
102     border-width: 0 0 1px 1px;
103     border-spacing: 0;
104     border-collapse: collapse;
105 }
106
107 .description td {
108     margin: 0;
109     padding: 4px;
110     border-width: 1px 1px 0 0;
111 }
112
113 .footer {
114     border-top: 1px solid #ccc;
115     padding-left: 15px;
116     font-size: smaller;
117 }