Magellan Linux

Contents of /trunk/viewvc/viewvc-1.1.24-magellan-updated-styles.css.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9 - (show annotations) (download)
Fri May 13 12:57:26 2016 UTC (7 years, 11 months ago) by niro
File size: 16368 byte(s)
-updated styles.css
1 diff -Naur magellan-template/docroot/styles.css templates/docroot/styles.css
2 --- magellan-template/docroot/styles.css 2016-05-13 10:45:47.011454524 +0200
3 +++ templates/docroot/styles.css 2016-05-13 14:54:23.900157497 +0200
4 @@ -412,6 +412,150 @@
5 .form { width:400px; padding:3px; }
6
7
8 +/*** Icons ***/
9 +.vc_icon {
10 + width: 16px;
11 + height: 16px;
12 + border: none;
13 + padding: 0 1px;
14 +}
15 +
16 +/*** Navigation Headers ***/
17 +.vc_navheader {
18 +# background-color: #cccccc;
19 + padding: .25em;
20 +}
21 +.vc_navheader .pathdiv {
22 + padding: 0 3px;
23 +}
24 +
25 +#/*** Table Headers ***/
26 +#.vc_header {
27 +# text-align: left;
28 +# vertical-align: top;
29 +# background-color: #cccccc;
30 +#}
31 +#.vc_header_sort {
32 +# text-align: left;
33 +# background-color: #88ff88;
34 +#}
35 +
36 +#/*** Table Rows ***/
37 +#.vc_row_even {
38 +# background-color: #ffffff;
39 +#}
40 +#.vc_row_odd {
41 +# background-color: #f0f0f0;
42 +#}
43 +#.vc_row_special {
44 +# background-color: #ffff7f;
45 +#}
46 +
47 +/*** Log messages ***/
48 +.vc_log {
49 + /* unfortunately, white-space: pre-wrap isn't widely supported ... */
50 + white-space: -moz-pre-wrap; /* Mozilla based browsers */
51 + white-space: -pre-wrap; /* Opera 4 - 6 */
52 + white-space: -o-pre-wrap; /* Opera >= 7 */
53 + white-space: pre-wrap; /* CSS3 */
54 + word-wrap: break-word; /* IE 5.5+ */
55 +}
56 +
57 +/*** Properties Listing ***/
58 +.vc_properties {
59 + margin: 1em 0;
60 +}
61 +
62 +/*** File Content Markup Styles ***/
63 +.vc_summary {
64 + background-color: #eeeeee;
65 +}
66 +#vc_file td {
67 + border-right-style: solid;
68 + border-right-color: #505050;
69 + text-decoration: none;
70 + font-weight: normal;
71 + font-style: normal;
72 + padding: 1px 5px;
73 +}
74 +.vc_file_line_number {
75 + border-right-width: 1px;
76 + background-color: #eeeeee;
77 + color: #505050;
78 + text-align: right;
79 +}
80 +.vc_file_line_author, .vc_file_line_rev {
81 + border-right-width: 1px;
82 + text-align: right;
83 +}
84 +.vc_file_line_text {
85 + border-right-width: 0px;
86 + background-color: white;
87 +# font-family: monospace;
88 + text-align: left;
89 + white-space: pre;
90 + width: 100%;
91 +}
92 +.pygments-c { color: #408080; font-style: italic } /* Comment */
93 +.pygments-err { border: 1px solid #FF0000 } /* Error */
94 +.pygments-k { color: #008000; font-weight: bold } /* Keyword */
95 +.pygments-o { color: #666666 } /* Operator */
96 +.pygments-cm { color: #408080; font-style: italic } /* Comment.Multiline */
97 +.pygments-cp { color: #BC7A00 } /* Comment.Preproc */
98 +.pygments-c1 { color: #408080; font-style: italic } /* Comment.Single */
99 +.pygments-cs { color: #408080; font-style: italic } /* Comment.Special */
100 +.pygments-gd { color: #A00000 } /* Generic.Deleted */
101 +.pygments-ge { font-style: italic } /* Generic.Emph */
102 +.pygments-gr { color: #FF0000 } /* Generic.Error */
103 +.pygments-gh { color: #000080; font-weight: bold } /* Generic.Heading */
104 +.pygments-gi { color: #00A000 } /* Generic.Inserted */
105 +.pygments-go { color: #808080 } /* Generic.Output */
106 +.pygments-gp { color: #000080; font-weight: bold } /* Generic.Prompt */
107 +.pygments-gs { font-weight: bold } /* Generic.Strong */
108 +.pygments-gu { color: #800080; font-weight: bold } /* Generic.Subheading */
109 +.pygments-gt { color: #0040D0 } /* Generic.Traceback */
110 +.pygments-kc { color: #008000; font-weight: bold } /* Keyword.Constant */
111 +.pygments-kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
112 +.pygments-kp { color: #008000 } /* Keyword.Pseudo */
113 +.pygments-kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
114 +.pygments-kt { color: #B00040 } /* Keyword.Type */
115 +.pygments-m { color: #666666 } /* Literal.Number */
116 +.pygments-s { color: #BA2121 } /* Literal.String */
117 +.pygments-na { color: #7D9029 } /* Name.Attribute */
118 +.pygments-nb { color: #008000 } /* Name.Builtin */
119 +.pygments-nc { color: #0000FF; font-weight: bold } /* Name.Class */
120 +.pygments-no { color: #880000 } /* Name.Constant */
121 +.pygments-nd { color: #AA22FF } /* Name.Decorator */
122 +.pygments-ni { color: #999999; font-weight: bold } /* Name.Entity */
123 +.pygments-ne { color: #D2413A; font-weight: bold } /* Name.Exception */
124 +.pygments-nf { color: #0000FF } /* Name.Function */
125 +.pygments-nl { color: #A0A000 } /* Name.Label */
126 +.pygments-nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
127 +.pygments-nt { color: #008000; font-weight: bold } /* Name.Tag */
128 +.pygments-nv { color: #19177C } /* Name.Variable */
129 +.pygments-ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
130 +.pygments-w { color: #bbbbbb } /* Text.Whitespace */
131 +.pygments-mf { color: #666666 } /* Literal.Number.Float */
132 +.pygments-mh { color: #666666 } /* Literal.Number.Hex */
133 +.pygments-mi { color: #666666 } /* Literal.Number.Integer */
134 +.pygments-mo { color: #666666 } /* Literal.Number.Oct */
135 +.pygments-sb { color: #BA2121 } /* Literal.String.Backtick */
136 +.pygments-sc { color: #BA2121 } /* Literal.String.Char */
137 +.pygments-sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
138 +.pygments-s2 { color: #BA2121 } /* Literal.String.Double */
139 +.pygments-se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
140 +.pygments-sh { color: #BA2121 } /* Literal.String.Heredoc */
141 +.pygments-si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
142 +.pygments-sx { color: #008000 } /* Literal.String.Other */
143 +.pygments-sr { color: #BB6688 } /* Literal.String.Regex */
144 +.pygments-s1 { color: #BA2121 } /* Literal.String.Single */
145 +.pygments-ss { color: #19177C } /* Literal.String.Symbol */
146 +.pygments-bp { color: #008000 } /* Name.Builtin.Pseudo */
147 +.pygments-vc { color: #19177C } /* Name.Variable.Class */
148 +.pygments-vg { color: #19177C } /* Name.Variable.Global */
149 +.pygments-vi { color: #19177C } /* Name.Variable.Instance */
150 +.pygments-il { color: #666666 } /* Literal.Number.Integer.Long */
151 +
152 /*** Diff Styles ***/
153 .vc_diff_header {
154 background-color: #ffffff;
155 @@ -420,32 +564,42 @@
156 background-color: rgb(236,187,48);
157 }
158 .vc_diff_chunk_extra {
159 +# font-size: smaller;
160 }
161 .vc_diff_empty {
162 background-color: #cccccc;
163 font-family: sans-serif;
164 +# font-size: smaller;
165 }
166 .vc_diff_add {
167 background-color: #aaffaa;
168 font-family: sans-serif;
169 +# font-size: smaller;
170 }
171 .vc_diff_remove {
172 background-color: #ffaaaa;
173 font-family: sans-serif;
174 +# font-size: smaller;
175 }
176 .vc_diff_change {
177 background-color: #ffff77;
178 font-family: sans-serif;
179 +# font-size: smaller;
180 }
181 .vc_diff_change_empty {
182 background-color: #eeee77;
183 font-family: sans-serif;
184 +# font-size: smaller;
185 }
186 .vc_diff_nochange {
187 font-family: sans-serif;
188 +# font-size: smaller;
189 +}
190 +.vc_diff_line_number {
191 }
192 .vc_raw_diff {
193 background-color: #cccccc;
194 +# font-size: smaller;
195 }
196
197 /*** Intraline Diff Styles ***/
198 @@ -493,5 +647,18 @@
199 white-space: pre;
200 width: 100%;
201 }
202 -
203
204 +/*** Query Form ***/
205 +.vc_query_form {
206 + background-color: #e6e6e6;
207 +}
208 +
209 +/*** Warning! ***/
210 +.vc_warning {
211 + border-width: 1px 2px 2px 2px;
212 + border-color: black;
213 + border-style: solid;
214 + background-color: red;
215 + color: white;
216 + padding: 0.5em;
217 +}
218 diff -Naur magellan-template/docroot/styles.css.lala templates/docroot/styles.css.lala
219 --- magellan-template/docroot/styles.css.lala 1970-01-01 01:00:00.000000000 +0100
220 +++ templates/docroot/styles.css.lala 2016-05-13 14:47:03.733516116 +0200
221 @@ -0,0 +1,497 @@
222 +/*
223 + BWDEC2007 Template
224 + CSS StyleSheet by David Herreman
225 + http://www.free-css-templates.com
226 +*/
227 +
228 +body {
229 +padding : 0;
230 +margin : 0;
231 +font : 0.74em Arial, sans-serif;
232 +line-height : 1.5em;
233 +background : #F8F8F8;
234 +color : #454545;
235 +}
236 +
237 +a {
238 +color : #FF6603;
239 +background : inherit;
240 +text-decoration : none;
241 +}
242 +a:hover {
243 +color : #FF6603;
244 +background : inherit;
245 +text-decoration : underline;
246 +}
247 +p {
248 +margin : 5px 0;
249 +}
250 +h1 {
251 +font : bold 1.8em Arial, Sans-Serif;
252 +padding : 8px 0 4px 0;
253 +margin : 0;
254 +letter-spacing : -1px;
255 +}
256 +h2 {
257 +font : bold 1.6em Arial, Sans-Serif;
258 +letter-spacing : -1px;
259 +}
260 +h3 {
261 +padding : 4px 0;
262 +margin : 0;
263 +}
264 +img { border : 0 }
265 +.right { float: right }
266 +
267 +
268 +ul {
269 +margin : 0;
270 +padding : 0;
271 +list-style : none;
272 +}
273 +
274 +hr {
275 +height : 1px;
276 +border-style : none;
277 +color : #d0d0d0;
278 +background-color : #c0c0c0;
279 +margin : 10px 0;
280 +}
281 +ol {
282 +padding : 0;
283 +margin : 0;
284 +}
285 +.code {
286 +padding : 3px 5px 3px 35px;
287 +border : 1px solid #ccc;
288 +list-style-type : decimal-leading-zero;
289 +font-family : Courier;
290 +}
291 +.code code {
292 +font-family : Monaco, "Courier New", Tahoma;
293 +font-size : 1.2em;
294 +}
295 +.code li {
296 +margin : 2px 0;
297 +padding : 0 5px;
298 +background : #F6F6E3;
299 +}
300 +.code li.t1 {
301 +padding-left : 4ex;
302 +}
303 +.code li.t2 {
304 +padding-left : 8ex;
305 +}
306 +.code li.t3 {
307 +padding-left : 12ex;
308 +}
309 +.code li.t4 {
310 +padding-left : 16ex;
311 +}
312 +.code li.t5 {
313 +padding-left : 20ex;
314 +}
315 +.code li.t6 {
316 +padding-left : 24ex;
317 +}
318 +.code li.t7 {
319 +padding-left : 28ex;
320 +}
321 +.code li.t8 {
322 +padding-left : 32ex;
323 +}
324 +
325 +
326 +.content {
327 +margin : 0 auto;
328 +width : 960px;
329 +}
330 +
331 +#topbar {
332 +height : 51px;
333 +background : #000;
334 +width : 100%;
335 +color: #FFF;
336 +}
337 +
338 +#topbar .wrap {
339 + background: #404040;
340 + height: 51px;
341 + width: 958px
342 +}
343 +
344 +#topbar h1 {
345 + font : bold 2.0em Arial, sans-serif;
346 + color: #FFF;
347 + line-height: 51px;
348 + padding: 0 0 0 10px;
349 + background: inherit;
350 +}
351 +#topbar h1 a { color: #FFF; }
352 +#topbar h1 a:hover { color: #FFF; text-decoration: none }
353 +
354 +#topbar .se {
355 + float: right;
356 + padding: 12px 10px 0 0;
357 +}
358 +
359 +#subbar {
360 + background: #F4F4F3;
361 + height: 34px;
362 + border-bottom: 1px solid #D6D6D6;
363 + border-top: 2px solid #ff6603;
364 + width: 100%;
365 +}
366 +
367 +#subbar .rss {
368 + position: relative;
369 + right: 20px;
370 + top: 7px;
371 + width: 21px;
372 + height: 21px;
373 +}
374 +
375 +.menu {
376 + background: #F7F7F6;
377 + height: 34px;
378 + line-height: 34px;
379 + border-left: 1px solid #D6D6D6;
380 + border-right: 1px solid #D6D6D6;
381 + padding: 0;
382 + margin: 0;
383 +}
384 +
385 +.menu a {
386 +color : #74797E;
387 +background : inherit;
388 +text-decoration : none;
389 +padding: 0 10px 0 10px;
390 +line-height : 23px;
391 +}
392 +.menu a:hover, .menu .current {
393 +color : #000;
394 +background : inherit;
395 +height : 23px;
396 +text-decoration: underline
397 +}
398 +.menu ul {
399 +list-style : none;
400 +padding : 0;
401 +margin : 0;
402 +}
403 +.menu li {
404 +float : left;
405 +margin : 0 0 0 0px;
406 +display: inline;
407 +}
408 +
409 +#main {
410 +width : 958px;
411 +background: #FFF;
412 +margin : 0px 0 0 0;
413 +border-left: 1px solid #D6D6D6;
414 +border-right: 1px solid #D6D6D6;
415 +border-bottom: 1px solid #D6D6D6;
416 +padding: 10px 0 0 0;
417 +}
418 +#main .padding {
419 + padding: 10px;
420 +}
421 +.right_side {
422 +float : right;
423 +width : 391px;
424 +background : inherit;
425 +overflow : hidden;
426 +}
427 +.right_side .pad {
428 +padding : 0 0 10px 17px;
429 +}
430 +.right_side p {
431 +padding : 0 0 5px 5px;
432 +}
433 +.right_side ul {
434 +padding : 3px 0 12px 0px;
435 +}
436 +
437 +.right_side li {
438 +line-height : 22px;
439 +list-style : none;
440 +background: #f8f8f8 url(images/li.gif) no-repeat left;
441 +margin-bottom: 2px;
442 +}
443 +.right_side li a{
444 + padding-left: 15px;
445 + color: #74797E;
446 +
447 +}
448 +
449 +
450 +.right_side a:hover {
451 +text-decoration : underline;
452 +color: #000;
453 +background: inherit;
454 +}
455 +.right_side h3 {
456 +color : #eee;
457 +font : bold 1.0em Arial, Sans-Serif;
458 +background : #404040;
459 +width : 100%;
460 +height : 24px;
461 +line-height : 22px;
462 +text-indent : 10px;
463 +font-weight: normal;
464 +}
465 +
466 +.right_side .sponsors {
467 + margin-bottom: 5px;
468 + width : 391px;
469 + overflow: hidden;
470 +
471 +}
472 +.right_side .sponsors img.ml { margin-right: 4px; overflow: hidden }
473 +
474 +.right_side .ls {
475 + float: left;
476 + width: 191px;
477 +}
478 +
479 +.right_side .rs {
480 + float: right;
481 + width: 191px;
482 +
483 +}
484 +
485 +.right_side .extra {
486 + background : #F4F4F3;
487 + color : #454545;
488 + border-top: 4px solid #e5e5e5;
489 + border-bottom: 4px solid #e5e5e5;
490 + margin-bottom: 10px;
491 +}
492 +
493 +.right_side .extra .padding { padding: 10px }
494 +
495 +#left_side {
496 +background : inherit;
497 +margin-bottom : 10px;
498 +width : 527px;
499 +color: #454545;
500 +}
501 +#left_side .intro {
502 +background : #FDFDF0;
503 +color : #454545;
504 +border-bottom: 4px solid #F6F6E3
505 +}
506 +#left_side .intro .pad {
507 +padding : 10px;
508 +}
509 +#left_side .intro a {
510 +color : #FF6603;
511 +text-decoration : none;
512 +}
513 +#left_side .intro a:hover {
514 +color : #FF6603;
515 +text-decoration : underline;
516 +}
517 +#left_side .mpart {
518 +padding : 20px 0 0 0;
519 +}
520 +#left_side h2 {
521 +background : inherit;
522 +padding : 0;
523 +margin : 0;
524 +font : 1.8em verdana, Arial, Sans-Serif;
525 +color: #404040
526 +}
527 +#left_side .mpart h2 a { color: #404040; }
528 +#left_side .mpart h3 {
529 +background : inherit;
530 +padding : 0;
531 +margin : 0 0 15px 0;
532 +font : 0.9em verdana, Arial, Sans-Serif;
533 +color : #a5a5a5;
534 +}
535 +#left_side p {
536 +color : #454545;
537 +padding : 0;
538 +text-align : justify;
539 +}
540 +
541 +#left_side img {
542 +float : left;
543 +padding : 0 10px 5px 0;
544 +}
545 +#left_side blockquote {
546 +padding-left : 10px;
547 +border-left : 3px solid #a7cc44;
548 +margin : 10px 0 10px 25px;
549 +}
550 +.date {
551 +padding : 7px 10px 0 0;
552 +margin : 10px 0 20px 0;
553 +text-align : right;
554 +background : #F4F4F3;
555 +height : 26px;
556 +width: auto;
557 +}
558 +.date a {
559 +color: #74797E;
560 +background : inherit;
561 +}
562 +#left_side .rs {
563 +float : right;
564 +margin : 0 0 0 10px;
565 +border : 1px solid #888;
566 +padding : 5px;
567 +background : inherit;
568 +}
569 +#left_side ul {
570 +list-style-position : inside;
571 +margin-left : 2px;
572 +}
573 +#left_side ul li {
574 +list-style-type : square;
575 +margin-left : 15px;
576 +}
577 +#left_side ul ul li {
578 +list-style : none;
579 +margin-left : 10px;
580 +list-style-type : lower-alpha;
581 +list-style-position : inside;
582 +}
583 +#footer {
584 +clear : both;
585 +width : 100%;
586 +margin : 0 0 6em 0;
587 +padding : 10px 0px 0 10px;
588 +color : #777;
589 +background : inherit;
590 +line-height : 1.7em;
591 +}
592 +#footer .right {
593 +float : right;
594 +padding-right: 20px;
595 +}
596 +#footer a {
597 +text-decoration : none;
598 +background : inherit;
599 +}
600 +#footer .fmenu {
601 + background: inherit;
602 + padding: 0;
603 + margin: 0;
604 +}
605 +
606 +#footer .fmenu a {
607 +color : #74797E;
608 +background : inherit;
609 +text-decoration : none;
610 +padding: 0 10px 0 0px;
611 +}
612 +#footer .fmenu a:hover {
613 +color : #000;
614 +background : inherit;
615 +text-decoration: underline
616 +}
617 +#footer .fmenu ul {
618 +list-style : none;
619 +padding : 0;
620 +margin : 0;
621 +}
622 +#footer .fmenu li {
623 +float : left;
624 +margin : 0 10px 0 0px;
625 +display: inline;
626 +}
627 +
628 +input.text { border: 1px solid #CCC; padding: 2px 5px 2px 5px; }
629 +textarea.text { height: 150px; border: 1px solid #CCC; padding: 2px 5px 2px 5px; }
630 +
631 +.clear { clear:both }
632 +
633 +.form { width:400px; padding:3px; }
634 +
635 +
636 +/*** Diff Styles ***/
637 +.vc_diff_header {
638 + background-color: #ffffff;
639 +}
640 +.vc_diff_chunk_header {
641 + background-color: rgb(236,187,48);
642 +}
643 +.vc_diff_chunk_extra {
644 +}
645 +.vc_diff_empty {
646 + background-color: #cccccc;
647 + font-family: sans-serif;
648 +}
649 +.vc_diff_add {
650 + background-color: #aaffaa;
651 + font-family: sans-serif;
652 +}
653 +.vc_diff_remove {
654 + background-color: #ffaaaa;
655 + font-family: sans-serif;
656 +}
657 +.vc_diff_change {
658 + background-color: #ffff77;
659 + font-family: sans-serif;
660 +}
661 +.vc_diff_change_empty {
662 + background-color: #eeee77;
663 + font-family: sans-serif;
664 +}
665 +.vc_diff_nochange {
666 + font-family: sans-serif;
667 +}
668 +.vc_raw_diff {
669 + background-color: #cccccc;
670 +}
671 +
672 +/*** Intraline Diff Styles ***/
673 +
674 +.vc_idiff_add {
675 + background-color: #aaffaa;
676 +}
677 +.vc_idiff_change {
678 + background-color:#ffff77;
679 +}
680 +.vc_idiff_remove {
681 + background-color:#ffaaaa;
682 +}
683 +.vc_idiff_empty {
684 + background-color:#e0e0e0;
685 +}
686 +
687 +table.vc_idiff col.content {
688 + width: 50%;
689 +}
690 +table.vc_idiff tbody {
691 + font-family: monospace;
692 + /* unfortunately, white-space: pre-wrap isn't widely supported ... */
693 + white-space: -moz-pre-wrap; /* Mozilla based browsers */
694 + white-space: -pre-wrap; /* Opera 4 - 6 */
695 + white-space: -o-pre-wrap; /* Opera >= 7 */
696 + white-space: pre-wrap; /* CSS3 */
697 + word-wrap: break-word; /* IE 5.5+ */
698 +}
699 +table.vc_idiff tbody th {
700 + background-color:#e0e0e0;
701 + text-align:right;
702 +}
703 +
704 +/*** Annotate Styles ***/
705 +.vc_blame_line, .vc_blame_author, .vc_blame_rev {
706 + font-family: sans-serif;
707 + text-align: right;
708 + white-space: nowrap;
709 + padding-right: 1em;
710 +}
711 +.vc_blame_text {
712 + font-family: sans-serif;
713 + text-align: left;
714 + white-space: pre;
715 + width: 100%;
716 +}
717 +
718 +