##// END OF EJS Templates
theme/monoblue: put the search box entirely in the header
Benoit Boissinot -
r7205:2bee4462 default
parent child Browse files
Show More
@@ -1,460 +1,461 b''
1 /*** Initial Settings ***/
1 /*** Initial Settings ***/
2 * {
2 * {
3 margin: 0;
3 margin: 0;
4 padding: 0;
4 padding: 0;
5 font-weight: normal;
5 font-weight: normal;
6 font-style: normal;
6 font-style: normal;
7 }
7 }
8
8
9 html {
9 html {
10 font-size: 100%;
10 font-size: 100%;
11 font-family: sans-serif;
11 font-family: sans-serif;
12 }
12 }
13
13
14 body {
14 body {
15 font-size: 77%;
15 font-size: 77%;
16 margin: 15px 50px;
16 margin: 15px 50px;
17 background: #4B4B4C;
17 background: #4B4B4C;
18 }
18 }
19
19
20 a {
20 a {
21 color:#0000cc;
21 color:#0000cc;
22 text-decoration: none;
22 text-decoration: none;
23 }
23 }
24 /*** end of Initial Settings ***/
24 /*** end of Initial Settings ***/
25
25
26
26
27 /** common settings **/
27 /** common settings **/
28 div#container {
28 div#container {
29 background: #FFFFFF;
29 background: #FFFFFF;
30 position: relative;
30 position: relative;
31 color: #666;
31 color: #666;
32 }
32 }
33
33
34 div.page-header {
34 div.page-header {
35 padding: 50px 20px 0;
35 padding: 50px 20px 0;
36 background: #006699 top left repeat-x;
36 background: #006699 top left repeat-x;
37 position: relative;
37 position: relative;
38 }
38 }
39 div.page-header h1 {
39 div.page-header h1 {
40 margin: 10px 0 30px;
40 margin: 10px 0 30px;
41 font-size: 1.8em;
41 font-size: 1.8em;
42 font-weight: bold;
42 font-weight: bold;
43 font-family: osaka,'MS P Gothic', Georgia, serif;
43 font-family: osaka,'MS P Gothic', Georgia, serif;
44 letter-spacing: 1px;
44 letter-spacing: 1px;
45 color: #DDD;
45 color: #DDD;
46 }
46 }
47 div.page-header h1 a {
47 div.page-header h1 a {
48 font-weight: bold;
48 font-weight: bold;
49 color: #FFF;
49 color: #FFF;
50 }
50 }
51 div.page-header a {
51 div.page-header a {
52 text-decoration: none;
52 text-decoration: none;
53 }
53 }
54
54
55 div.page-header form {
55 div.page-header form {
56 position: absolute;
56 position: absolute;
57 top: 120px;
57 margin-bottom: 2px;
58 bottom: 0;
58 right: 20px;
59 right: 20px;
59 }
60 }
60 div.page-header form label {
61 div.page-header form label {
61 color: #DDD;
62 color: #DDD;
62 }
63 }
63 div.page-header form input {
64 div.page-header form input {
64 padding: 2px;
65 padding: 2px;
65 border: solid 1px #DDD;
66 border: solid 1px #DDD;
66 }
67 }
67 div.page-header form dl {
68 div.page-header form dl {
68 overflow: hidden;
69 overflow: hidden;
69 }
70 }
70 div.page-header form dl dt {
71 div.page-header form dl dt {
71 font-size: 1.2em;
72 font-size: 1.2em;
72 }
73 }
73 div.page-header form dl dt,
74 div.page-header form dl dt,
74 div.page-header form dl dd {
75 div.page-header form dl dd {
75 margin: 0 0 0 5px;
76 margin: 0 0 0 5px;
76 float: left;
77 float: left;
77 height: 24px;
78 height: 24px;
78 line-height: 20px;
79 line-height: 20px;
79 }
80 }
80
81
81 ul.page-nav {
82 ul.page-nav {
82 margin: 10px 0 0 0;
83 margin: 10px 0 0 0;
83 list-style-type: none;
84 list-style-type: none;
84 overflow: hidden;
85 overflow: hidden;
85 width: 800px;
86 width: 800px;
86 }
87 }
87 ul.page-nav li {
88 ul.page-nav li {
88 margin: 0 2px 0 0;
89 margin: 0 2px 0 0;
89 float: left;
90 float: left;
90 width: 80px;
91 width: 80px;
91 height: 24px;
92 height: 24px;
92 font-size: 1.1em;
93 font-size: 1.1em;
93 line-height: 24px;
94 line-height: 24px;
94 text-align: center;
95 text-align: center;
95 }
96 }
96 ul.page-nav li.current {
97 ul.page-nav li.current {
97 background: #FFF;
98 background: #FFF;
98 }
99 }
99 ul.page-nav li a {
100 ul.page-nav li a {
100 height: 24px;
101 height: 24px;
101 color: #666;
102 color: #666;
102 background: #DDD;
103 background: #DDD;
103 display: block;
104 display: block;
104 text-decoration: none;
105 text-decoration: none;
105 }
106 }
106 ul.page-nav li a:hover {
107 ul.page-nav li a:hover {
107 color:#333;
108 color:#333;
108 background: #FFF;
109 background: #FFF;
109 }
110 }
110
111
111 ul.submenu {
112 ul.submenu {
112 margin: 10px 0 -10px 20px;
113 margin: 10px 0 -10px 20px;
113 list-style-type: none;
114 list-style-type: none;
114 }
115 }
115 ul.submenu li {
116 ul.submenu li {
116 margin: 0 10px 0 0;
117 margin: 0 10px 0 0;
117 font-size: 1.2em;
118 font-size: 1.2em;
118 display: inline;
119 display: inline;
119 }
120 }
120
121
121 h2 {
122 h2 {
122 margin: 20px 0 10px;
123 margin: 20px 0 10px;
123 height: 30px;
124 height: 30px;
124 line-height: 30px;
125 line-height: 30px;
125 text-indent: 20px;
126 text-indent: 20px;
126 background: #FFF;
127 background: #FFF;
127 font-size: 1.2em;
128 font-size: 1.2em;
128 border-top: dotted 1px #D5E1E6;
129 border-top: dotted 1px #D5E1E6;
129 font-weight: bold;
130 font-weight: bold;
130 }
131 }
131 h2.no-link {
132 h2.no-link {
132 color:#006699;
133 color:#006699;
133 }
134 }
134 h2.no-border {
135 h2.no-border {
135 color: #FFF;
136 color: #FFF;
136 background: #006699;
137 background: #006699;
137 border: 0;
138 border: 0;
138 }
139 }
139 h2 a {
140 h2 a {
140 font-weight:bold;
141 font-weight:bold;
141 color:#006699;
142 color:#006699;
142 }
143 }
143
144
144 div.page-path {
145 div.page-path {
145 text-align: right;
146 text-align: right;
146 padding: 20px 30px 10px 0;
147 padding: 20px 30px 10px 0;
147 border:solid #d9d8d1;
148 border:solid #d9d8d1;
148 border-width:0px 0px 1px;
149 border-width:0px 0px 1px;
149 font-size: 1.2em;
150 font-size: 1.2em;
150 }
151 }
151
152
152 div.page-footer {
153 div.page-footer {
153 margin: 50px 0 0;
154 margin: 50px 0 0;
154 position: relative;
155 position: relative;
155 }
156 }
156 div.page-footer p {
157 div.page-footer p {
157 position: relative;
158 position: relative;
158 left: 20px;
159 left: 20px;
159 bottom: 5px;
160 bottom: 5px;
160 font-size: 1.2em;
161 font-size: 1.2em;
161 }
162 }
162
163
163 ul.rss-logo {
164 ul.rss-logo {
164 position: absolute;
165 position: absolute;
165 top: -10px;
166 top: -10px;
166 right: 20px;
167 right: 20px;
167 height: 20px;
168 height: 20px;
168 list-style-type: none;
169 list-style-type: none;
169 }
170 }
170 ul.rss-logo li {
171 ul.rss-logo li {
171 display: inline;
172 display: inline;
172 }
173 }
173 ul.rss-logo li a {
174 ul.rss-logo li a {
174 padding: 3px 6px;
175 padding: 3px 6px;
175 line-height: 10px;
176 line-height: 10px;
176 border:1px solid;
177 border:1px solid;
177 border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e;
178 border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e;
178 color:#ffffff;
179 color:#ffffff;
179 background-color:#ff6600;
180 background-color:#ff6600;
180 font-weight:bold;
181 font-weight:bold;
181 font-family:sans-serif;
182 font-family:sans-serif;
182 font-size:10px;
183 font-size:10px;
183 text-align:center;
184 text-align:center;
184 text-decoration:none;
185 text-decoration:none;
185 }
186 }
186 div.rss-logo li a:hover {
187 div.rss-logo li a:hover {
187 background-color:#ee5500;
188 background-color:#ee5500;
188 }
189 }
189
190
190 p.normal {
191 p.normal {
191 margin: 20px 0 20px 30px;
192 margin: 20px 0 20px 30px;
192 font-size: 1.2em;
193 font-size: 1.2em;
193 }
194 }
194
195
195 table {
196 table {
196 margin: 10px 0 0 20px;
197 margin: 10px 0 0 20px;
197 width: 95%;
198 width: 95%;
198 border-collapse: collapse;
199 border-collapse: collapse;
199 }
200 }
200 table tr td {
201 table tr td {
201 font-size: 1.1em;
202 font-size: 1.1em;
202 }
203 }
203 table tr td.nowrap {
204 table tr td.nowrap {
204 white-space: nowrap;
205 white-space: nowrap;
205 }
206 }
206 /*
207 /*
207 table tr.parity0:hover,
208 table tr.parity0:hover,
208 table tr.parity1:hover {
209 table tr.parity1:hover {
209 background: #D5E1E6;
210 background: #D5E1E6;
210 }
211 }
211 */
212 */
212 table tr.parity0 {
213 table tr.parity0 {
213 background: #F1F6F7;
214 background: #F1F6F7;
214 }
215 }
215 table tr.parity1 {
216 table tr.parity1 {
216 background: #FFFFFF;
217 background: #FFFFFF;
217 }
218 }
218 table tr td {
219 table tr td {
219 padding: 5px 5px;
220 padding: 5px 5px;
220 }
221 }
221
222
222 span.logtags span {
223 span.logtags span {
223 padding: 2px 6px;
224 padding: 2px 6px;
224 font-weight: normal;
225 font-weight: normal;
225 font-size: 11px;
226 font-size: 11px;
226 border: 1px solid;
227 border: 1px solid;
227 background-color: #ffaaff;
228 background-color: #ffaaff;
228 border-color: #ffccff #ff00ee #ff00ee #ffccff;
229 border-color: #ffccff #ff00ee #ff00ee #ffccff;
229 }
230 }
230 span.logtags span.tagtag {
231 span.logtags span.tagtag {
231 background-color: #ffffaa;
232 background-color: #ffffaa;
232 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
233 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
233 }
234 }
234 span.logtags span.branchtag {
235 span.logtags span.branchtag {
235 background-color: #aaffaa;
236 background-color: #aaffaa;
236 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
237 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
237 }
238 }
238 span.logtags span.inbranchtag {
239 span.logtags span.inbranchtag {
239 background-color: #d5dde6;
240 background-color: #d5dde6;
240 border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4;
241 border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4;
241 }
242 }
242
243
243 div.diff pre {
244 div.diff pre {
244 margin: 10px 0 0 0;
245 margin: 10px 0 0 0;
245 }
246 }
246 div.diff pre span {
247 div.diff pre span {
247 font-family: monospace;
248 font-family: monospace;
248 white-space: pre;
249 white-space: pre;
249 font-size: 1.2em;
250 font-size: 1.2em;
250 padding: 3px 0;
251 padding: 3px 0;
251 }
252 }
252 div.source {
253 div.source {
253 margin: 10px 30px 0;
254 margin: 10px 30px 0;
254 font-family: Tahoma, sans-serif, monospace;
255 font-family: Tahoma, sans-serif, monospace;
255 font-size: 100%;
256 font-size: 100%;
256 }
257 }
257 div.source div.parity0,
258 div.source div.parity0,
258 div.source div.parity1 {
259 div.source div.parity1 {
259 padding: 1px;
260 padding: 1px;
260 font-size: 1.2em;
261 font-size: 1.2em;
261 }
262 }
262 div.source div.parity0 {
263 div.source div.parity0 {
263 background: #F1F6F7;
264 background: #F1F6F7;
264 }
265 }
265 div.source div.parity1 {
266 div.source div.parity1 {
266 background: #FFFFFF;
267 background: #FFFFFF;
267 }
268 }
268 div.parity0:hover,
269 div.parity0:hover,
269 div.parity1:hover {
270 div.parity1:hover {
270 background: #D5E1E6;
271 background: #D5E1E6;
271 }
272 }
272 .linenr {
273 .linenr {
273 color: #999;
274 color: #999;
274 text-align: right;
275 text-align: right;
275 }
276 }
276 td.linenr {
277 td.linenr {
277 width: 60px;
278 width: 60px;
278 }
279 }
279
280
280 div#powered-by {
281 div#powered-by {
281 position: absolute;
282 position: absolute;
282 width: 75px;
283 width: 75px;
283 top: 15px;
284 top: 15px;
284 right: 20px;
285 right: 20px;
285 font-size: 1.2em;
286 font-size: 1.2em;
286 }
287 }
287 div#powered-by a {
288 div#powered-by a {
288 color: #EEE;
289 color: #EEE;
289 text-decoration: none;
290 text-decoration: none;
290 }
291 }
291 div#powered-by a:hover {
292 div#powered-by a:hover {
292 text-decoration: underline;
293 text-decoration: underline;
293 }
294 }
294 /*
295 /*
295 div#monoblue-corner-top-left {
296 div#monoblue-corner-top-left {
296 position: absolute;
297 position: absolute;
297 top: 0;
298 top: 0;
298 left: 0;
299 left: 0;
299 width: 10px;
300 width: 10px;
300 height: 10px;
301 height: 10px;
301 background: url(./monoblue-corner.png) top left no-repeat !important;
302 background: url(./monoblue-corner.png) top left no-repeat !important;
302 background: none;
303 background: none;
303 }
304 }
304 div#monoblue-corner-top-right {
305 div#monoblue-corner-top-right {
305 position: absolute;
306 position: absolute;
306 top: 0;
307 top: 0;
307 right: 0;
308 right: 0;
308 width: 10px;
309 width: 10px;
309 height: 10px;
310 height: 10px;
310 background: url(./monoblue-corner.png) top right no-repeat !important;
311 background: url(./monoblue-corner.png) top right no-repeat !important;
311 background: none;
312 background: none;
312 }
313 }
313 div#monoblue-corner-bottom-left {
314 div#monoblue-corner-bottom-left {
314 position: absolute;
315 position: absolute;
315 bottom: 0;
316 bottom: 0;
316 left: 0;
317 left: 0;
317 width: 10px;
318 width: 10px;
318 height: 10px;
319 height: 10px;
319 background: url(./monoblue-corner.png) bottom left no-repeat !important;
320 background: url(./monoblue-corner.png) bottom left no-repeat !important;
320 background: none;
321 background: none;
321 }
322 }
322 div#monoblue-corner-bottom-right {
323 div#monoblue-corner-bottom-right {
323 position: absolute;
324 position: absolute;
324 bottom: 0;
325 bottom: 0;
325 right: 0;
326 right: 0;
326 width: 10px;
327 width: 10px;
327 height: 10px;
328 height: 10px;
328 background: url(./monoblue-corner.png) bottom right no-repeat !important;
329 background: url(./monoblue-corner.png) bottom right no-repeat !important;
329 background: none;
330 background: none;
330 }
331 }
331 */
332 */
332 /** end of common settings **/
333 /** end of common settings **/
333
334
334 /** summary **/
335 /** summary **/
335 dl.overview {
336 dl.overview {
336 margin: 0 0 0 30px;
337 margin: 0 0 0 30px;
337 font-size: 1.1em;
338 font-size: 1.1em;
338 overflow: hidden;
339 overflow: hidden;
339 }
340 }
340 dl.overview dt,
341 dl.overview dt,
341 dl.overview dd {
342 dl.overview dd {
342 margin: 5px 0;
343 margin: 5px 0;
343 float: left;
344 float: left;
344 }
345 }
345 dl.overview dt {
346 dl.overview dt {
346 clear: left;
347 clear: left;
347 font-weight: bold;
348 font-weight: bold;
348 width: 150px;
349 width: 150px;
349 }
350 }
350 /** end of summary **/
351 /** end of summary **/
351
352
352 /** chagelog **/
353 /** chagelog **/
353 h3.changelog {
354 h3.changelog {
354 margin: 20px 0 5px 30px;
355 margin: 20px 0 5px 30px;
355 padding: 0 0 2px;
356 padding: 0 0 2px;
356 font-size: 1.4em;
357 font-size: 1.4em;
357 border-bottom: dotted 1px #D5E1E6;
358 border-bottom: dotted 1px #D5E1E6;
358 }
359 }
359 ul.changelog-entry {
360 ul.changelog-entry {
360 margin: 0 0 10px 30px;
361 margin: 0 0 10px 30px;
361 list-style-type: none;
362 list-style-type: none;
362 position: relative;
363 position: relative;
363 }
364 }
364 ul.changelog-entry li span.revdate {
365 ul.changelog-entry li span.revdate {
365 font-size: 1.1em;
366 font-size: 1.1em;
366 }
367 }
367 ul.changelog-entry li.age {
368 ul.changelog-entry li.age {
368 position: absolute;
369 position: absolute;
369 top: -25px;
370 top: -25px;
370 right: 10px;
371 right: 10px;
371 font-size: 1.4em;
372 font-size: 1.4em;
372 color: #CCC;
373 color: #CCC;
373 font-weight: bold;
374 font-weight: bold;
374 font-style: italic;
375 font-style: italic;
375 }
376 }
376 ul.changelog-entry li span.name {
377 ul.changelog-entry li span.name {
377 font-size: 1.2em;
378 font-size: 1.2em;
378 font-weight: bold;
379 font-weight: bold;
379 }
380 }
380 ul.changelog-entry li.description {
381 ul.changelog-entry li.description {
381 margin: 10px 0 0;
382 margin: 10px 0 0;
382 font-size: 1.1em;
383 font-size: 1.1em;
383 }
384 }
384 /** end of changelog **/
385 /** end of changelog **/
385
386
386 /** file **/
387 /** file **/
387 p.files {
388 p.files {
388 margin: 0 0 0 20px;
389 margin: 0 0 0 20px;
389 font-size: 2.0em;
390 font-size: 2.0em;
390 font-weight: bold;
391 font-weight: bold;
391 }
392 }
392 /** end of file **/
393 /** end of file **/
393
394
394 /** changeset **/
395 /** changeset **/
395 h3.changeset {
396 h3.changeset {
396 margin: 20px 0 5px 20px;
397 margin: 20px 0 5px 20px;
397 padding: 0 0 2px;
398 padding: 0 0 2px;
398 font-size: 1.6em;
399 font-size: 1.6em;
399 border-bottom: dotted 1px #D5E1E6;
400 border-bottom: dotted 1px #D5E1E6;
400 }
401 }
401 p.changeset-age {
402 p.changeset-age {
402 position: relative;
403 position: relative;
403 }
404 }
404 p.changeset-age span {
405 p.changeset-age span {
405 position: absolute;
406 position: absolute;
406 top: -25px;
407 top: -25px;
407 right: 10px;
408 right: 10px;
408 font-size: 1.4em;
409 font-size: 1.4em;
409 color: #CCC;
410 color: #CCC;
410 font-weight: bold;
411 font-weight: bold;
411 font-style: italic;
412 font-style: italic;
412 }
413 }
413 p.description {
414 p.description {
414 margin: 10px 30px 0 30px;
415 margin: 10px 30px 0 30px;
415 padding: 10px;
416 padding: 10px;
416 border: solid 1px #CCC;
417 border: solid 1px #CCC;
417 font-size: 1.2em;
418 font-size: 1.2em;
418 }
419 }
419 /** end of changeset **/
420 /** end of changeset **/
420
421
421 /** canvas **/
422 /** canvas **/
422 div#wrapper {
423 div#wrapper {
423 position: relative;
424 position: relative;
424 font-size: 1.2em;
425 font-size: 1.2em;
425 }
426 }
426
427
427 canvas {
428 canvas {
428 position: absolute;
429 position: absolute;
429 z-index: 5;
430 z-index: 5;
430 top: -0.7em;
431 top: -0.7em;
431 }
432 }
432
433
433 ul#nodebgs li.parity0 {
434 ul#nodebgs li.parity0 {
434 background: #F1F6F7;
435 background: #F1F6F7;
435 }
436 }
436
437
437 ul#nodebgs li.parity1 {
438 ul#nodebgs li.parity1 {
438 background: #FFFFFF;
439 background: #FFFFFF;
439 }
440 }
440
441
441 ul#graphnodes {
442 ul#graphnodes {
442 position: absolute;
443 position: absolute;
443 z-index: 10;
444 z-index: 10;
444 top: 7px;
445 top: 7px;
445 list-style: none inside none;
446 list-style: none inside none;
446 }
447 }
447
448
448 ul#nodebgs {
449 ul#nodebgs {
449 list-style: none inside none;
450 list-style: none inside none;
450 }
451 }
451
452
452 ul#graphnodes li, ul#nodebgs li {
453 ul#graphnodes li, ul#nodebgs li {
453 height: 39px;
454 height: 39px;
454 }
455 }
455
456
456 ul#graphnodes li .info {
457 ul#graphnodes li .info {
457 display: block;
458 display: block;
458 position: relative;
459 position: relative;
459 }
460 }
460 /** end of canvas **/
461 /** end of canvas **/
General Comments 0
You need to be logged in to leave comments. Login now