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