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