|
diff --git a/cgit.css b/cgit.css index a2a685b..008cff8 100644 --- a/ cgit.css+++ b/ cgit.css |
|
@@ -60,212 +60,230 @@ table#header td.form select { |
60 | table#header td.sub { |
60 | table#header td.sub { |
61 | color: #777; |
61 | color: #777; |
62 | border-top: solid 1px #ccc; |
62 | border-top: solid 1px #ccc; |
63 | padding-left: 10px; |
63 | padding-left: 10px; |
64 | } |
64 | } |
65 | |
65 | |
66 | table.tabs { |
66 | table.tabs { |
67 | border-bottom: solid 3px #ccc; |
67 | border-bottom: solid 3px #ccc; |
68 | border-collapse: collapse; |
68 | border-collapse: collapse; |
69 | margin-top: 2em; |
69 | margin-top: 2em; |
70 | margin-bottom: 0px; |
70 | margin-bottom: 0px; |
71 | width: 100%; |
71 | width: 100%; |
72 | } |
72 | } |
73 | |
73 | |
74 | table.tabs td { |
74 | table.tabs td { |
75 | padding: 0px 1em; |
75 | padding: 0px 1em; |
76 | vertical-align: bottom; |
76 | vertical-align: bottom; |
77 | } |
77 | } |
78 | |
78 | |
79 | table.tabs td a { |
79 | table.tabs td a { |
80 | padding: 2px 0.75em; |
80 | padding: 2px 0.75em; |
81 | color: #777; |
81 | color: #777; |
82 | font-size: 110%; |
82 | font-size: 110%; |
83 | } |
83 | } |
84 | |
84 | |
85 | table.tabs td a.active { |
85 | table.tabs td a.active { |
86 | color: #000; |
86 | color: #000; |
87 | background-color: #ccc; |
87 | background-color: #ccc; |
88 | } |
88 | } |
89 | |
89 | |
90 | table.tabs td.form { |
90 | table.tabs td.form { |
91 | text-align: right; |
91 | text-align: right; |
92 | } |
92 | } |
93 | |
93 | |
94 | table.tabs td.form form { |
94 | table.tabs td.form form { |
95 | padding-bottom: 2px; |
95 | padding-bottom: 2px; |
96 | font-size: 90%; |
96 | font-size: 90%; |
97 | white-space: nowrap; |
97 | white-space: nowrap; |
98 | } |
98 | } |
99 | |
99 | |
100 | table.tabs td.form input, |
100 | table.tabs td.form input, |
101 | table.tabs td.form select { |
101 | table.tabs td.form select { |
102 | font-size: 90%; |
102 | font-size: 90%; |
103 | } |
103 | } |
104 | |
104 | |
105 | div.path { |
105 | div.path { |
106 | margin: 0px; |
106 | margin: 0px; |
107 | padding: 5px 2em 2px 2em; |
107 | padding: 5px 2em 2px 2em; |
108 | color: #000; |
108 | color: #000; |
109 | background-color: #eee; |
109 | background-color: #eee; |
110 | } |
110 | } |
111 | |
111 | |
112 | div.content { |
112 | div.content { |
113 | margin: 0px; |
113 | margin: 0px; |
114 | padding: 2em; |
114 | padding: 2em; |
115 | border-bottom: solid 3px #ccc; |
115 | border-bottom: solid 3px #ccc; |
116 | } |
116 | } |
117 | |
117 | |
118 | |
118 | |
119 | table.list { |
119 | table.list { |
120 | width: 100%; |
120 | width: 100%; |
121 | border: none; |
121 | border: none; |
122 | border-collapse: collapse; |
122 | border-collapse: collapse; |
123 | } |
123 | } |
124 | |
124 | |
125 | table.list tr { |
125 | table.list tr { |
126 | background: white; |
126 | background: white; |
127 | } |
127 | } |
128 | |
128 | |
129 | table.list tr.logheader { |
129 | table.list tr.logheader { |
130 | background: #eee; |
130 | background: #eee; |
131 | } |
131 | } |
132 | |
132 | |
133 | table.list tr:hover { |
133 | table.list tr:hover { |
134 | background: #eee; |
134 | background: #eee; |
135 | } |
135 | } |
136 | |
136 | |
137 | table.list tr.nohover:hover { |
137 | table.list tr.nohover:hover { |
138 | background: white; |
138 | background: white; |
139 | } |
139 | } |
140 | |
140 | |
141 | table.list th { |
141 | table.list th { |
142 | font-weight: bold; |
142 | font-weight: bold; |
143 | /* color: #888; |
143 | /* color: #888; |
144 | border-top: dashed 1px #888; |
144 | border-top: dashed 1px #888; |
145 | border-bottom: dashed 1px #888; |
145 | border-bottom: dashed 1px #888; |
146 | */ |
146 | */ |
147 | padding: 0.1em 0.5em 0.05em 0.5em; |
147 | padding: 0.1em 0.5em 0.05em 0.5em; |
148 | vertical-align: baseline; |
148 | vertical-align: baseline; |
149 | } |
149 | } |
150 | |
150 | |
151 | table.list td { |
151 | table.list td { |
152 | border: none; |
152 | border: none; |
153 | padding: 0.1em 0.5em 0.1em 0.5em; |
153 | padding: 0.1em 0.5em 0.1em 0.5em; |
154 | } |
154 | } |
155 | |
155 | |
156 | table.list td.logsubject { |
156 | table.list td.commitgraph { |
157 | font-family: monospace; |
157 | font-family: monospace; |
158 | font-weight: bold; |
158 | white-space: pre; |
159 | } |
159 | } |
160 | |
160 | |
161 | table.list td.logmsg { |
161 | table.list td.commitgraph .column1 { |
162 | font-family: monospace; |
162 | color: #a00; |
163 | white-space: pre; |
163 | } |
164 | padding: 1em 0.5em 2em 0.5em; |
164 | |
| |
165 | table.list td.commitgraph .column2 { |
| |
166 | color: #0a0; |
| |
167 | } |
| |
168 | |
| |
169 | table.list td.commitgraph .column3 { |
| |
170 | color: #aa0; |
165 | } |
171 | } |
166 | |
172 | |
167 | table.list td.lognotes-label { |
173 | table.list td.commitgraph .column4 { |
168 | text-align:right; |
174 | color: #00a; |
169 | vertical-align:top; |
| |
170 | } |
175 | } |
171 | |
176 | |
172 | table.list td.lognotes { |
177 | table.list td.commitgraph .column5 { |
| |
178 | color: #a0a; |
| |
179 | } |
| |
180 | |
| |
181 | table.list td.commitgraph .column6 { |
| |
182 | color: #0aa; |
| |
183 | } |
| |
184 | |
| |
185 | table.list td.logsubject { |
| |
186 | font-family: monospace; |
| |
187 | font-weight: bold; |
| |
188 | } |
| |
189 | |
| |
190 | table.list td.logmsg { |
173 | font-family: monospace; |
191 | font-family: monospace; |
174 | white-space: pre; |
192 | white-space: pre; |
175 | padding: 0em 0.5em 2em 0.5em; |
193 | padding: 0 0.5em; |
176 | } |
194 | } |
177 | |
195 | |
178 | table.list td a { |
196 | table.list td a { |
179 | color: black; |
197 | color: black; |
180 | } |
198 | } |
181 | |
199 | |
182 | table.list td a.ls-dir { |
200 | table.list td a.ls-dir { |
183 | font-weight: bold; |
201 | font-weight: bold; |
184 | color: #00f; |
202 | color: #00f; |
185 | } |
203 | } |
186 | |
204 | |
187 | table.list td a:hover { |
205 | table.list td a:hover { |
188 | color: #00f; |
206 | color: #00f; |
189 | } |
207 | } |
190 | |
208 | |
191 | img { |
209 | img { |
192 | border: none; |
210 | border: none; |
193 | } |
211 | } |
194 | |
212 | |
195 | input#switch-btn { |
213 | input#switch-btn { |
196 | margin: 2px 0px 0px 0px; |
214 | margin: 2px 0px 0px 0px; |
197 | } |
215 | } |
198 | |
216 | |
199 | td#sidebar input.txt { |
217 | td#sidebar input.txt { |
200 | width: 100%; |
218 | width: 100%; |
201 | margin: 2px 0px 0px 0px; |
219 | margin: 2px 0px 0px 0px; |
202 | } |
220 | } |
203 | |
221 | |
204 | table#grid { |
222 | table#grid { |
205 | margin: 0px; |
223 | margin: 0px; |
206 | } |
224 | } |
207 | |
225 | |
208 | td#content { |
226 | td#content { |
209 | vertical-align: top; |
227 | vertical-align: top; |
210 | padding: 1em 2em 1em 1em; |
228 | padding: 1em 2em 1em 1em; |
211 | border: none; |
229 | border: none; |
212 | } |
230 | } |
213 | |
231 | |
214 | div#summary { |
232 | div#summary { |
215 | vertical-align: top; |
233 | vertical-align: top; |
216 | margin-bottom: 1em; |
234 | margin-bottom: 1em; |
217 | } |
235 | } |
218 | |
236 | |
219 | table#downloads { |
237 | table#downloads { |
220 | float: right; |
238 | float: right; |
221 | border-collapse: collapse; |
239 | border-collapse: collapse; |
222 | border: solid 1px #777; |
240 | border: solid 1px #777; |
223 | margin-left: 0.5em; |
241 | margin-left: 0.5em; |
224 | margin-bottom: 0.5em; |
242 | margin-bottom: 0.5em; |
225 | } |
243 | } |
226 | |
244 | |
227 | table#downloads th { |
245 | table#downloads th { |
228 | background-color: #ccc; |
246 | background-color: #ccc; |
229 | } |
247 | } |
230 | |
248 | |
231 | div#blob { |
249 | div#blob { |
232 | border: solid 1px black; |
250 | border: solid 1px black; |
233 | } |
251 | } |
234 | |
252 | |
235 | div.error { |
253 | div.error { |
236 | color: red; |
254 | color: red; |
237 | font-weight: bold; |
255 | font-weight: bold; |
238 | margin: 1em 2em; |
256 | margin: 1em 2em; |
239 | } |
257 | } |
240 | |
258 | |
241 | a.ls-blob, a.ls-dir, a.ls-mod { |
259 | a.ls-blob, a.ls-dir, a.ls-mod { |
242 | font-family: monospace; |
260 | font-family: monospace; |
243 | } |
261 | } |
244 | |
262 | |
245 | td.ls-size { |
263 | td.ls-size { |
246 | text-align: right; |
264 | text-align: right; |
247 | font-family: monospace; |
265 | font-family: monospace; |
248 | width: 10em; |
266 | width: 10em; |
249 | } |
267 | } |
250 | |
268 | |
251 | td.ls-mode { |
269 | td.ls-mode { |
252 | font-family: monospace; |
270 | font-family: monospace; |
253 | width: 10em; |
271 | width: 10em; |
254 | } |
272 | } |
255 | |
273 | |
256 | table.blob { |
274 | table.blob { |
257 | margin-top: 0.5em; |
275 | margin-top: 0.5em; |
258 | border-top: solid 1px black; |
276 | border-top: solid 1px black; |
259 | } |
277 | } |
260 | |
278 | |
261 | table.blob td.lines { |
279 | table.blob td.lines { |
262 | margin: 0; padding: 0 0 0 0.5em; |
280 | margin: 0; padding: 0 0 0 0.5em; |
263 | vertical-align: top; |
281 | vertical-align: top; |
264 | color: black; |
282 | color: black; |
265 | } |
283 | } |
266 | |
284 | |
267 | table.blob td.linenumbers { |
285 | table.blob td.linenumbers { |
268 | margin: 0; padding: 0 0.5em 0 0.5em; |
286 | margin: 0; padding: 0 0.5em 0 0.5em; |
269 | vertical-align: top; |
287 | vertical-align: top; |
270 | text-align: right; |
288 | text-align: right; |
271 | border-right: 1px solid gray; |
289 | border-right: 1px solid gray; |
|