##// END OF EJS Templates
Merged r14475 (#20407)....
Jean-Philippe Lang -
r14163:1e026442f15c
parent child
Show More
@@ -1,107 +1,107
1
1
2 table.revision-info td {
2 table.revision-info td {
3 margin: 0px;
3 margin: 0px;
4 padding: 0px;
4 padding: 0px;
5 }
5 }
6
6
7 div.revision-graph { position: absolute; min-width: 1px; }
7 div.revision-graph { position: absolute; min-width: 1px; }
8
8
9 div.changeset-changes ul { margin: 0; padding: 0; }
9 div.changeset-changes ul { margin: 0; padding: 0; }
10 div.changeset-changes ul > ul { margin-left: 18px; padding: 0; }
10 div.changeset-changes ul > ul { margin-left: 18px; padding: 0; }
11
11
12 li.change {
12 li.change {
13 list-style-type:none;
13 list-style-type:none;
14 background-image: url(../images/bullet_black.png);
14 background-image: url(../images/bullet_black.png);
15 background-position: 1px 1px;
15 background-position: 1px 1px;
16 background-repeat: no-repeat;
16 background-repeat: no-repeat;
17 padding-top: 1px;
17 padding-top: 1px;
18 padding-bottom: 1px;
18 padding-bottom: 1px;
19 padding-left: 20px;
19 padding-left: 20px;
20 margin: 0;
20 margin: 0;
21 }
21 }
22 li.change.folder { background-image: url(../images/folder_open.png); }
22 li.change.folder { background-image: url(../images/folder_open.png); }
23 li.change.folder.change-A { background-image: url(../images/folder_open_add.png); }
23 li.change.folder.change-A { background-image: url(../images/folder_open_add.png); }
24 li.change.folder.change-M { background-image: url(../images/folder_open_orange.png); }
24 li.change.folder.change-M { background-image: url(../images/folder_open_orange.png); }
25 li.change.change-A { background-image: url(../images/bullet_add.png); }
25 li.change.change-A { background-image: url(../images/bullet_add.png); }
26 li.change.change-M { background-image: url(../images/bullet_orange.png); }
26 li.change.change-M { background-image: url(../images/bullet_orange.png); }
27 li.change.change-C { background-image: url(../images/bullet_blue.png); }
27 li.change.change-C { background-image: url(../images/bullet_blue.png); }
28 li.change.change-R { background-image: url(../images/bullet_purple.png); }
28 li.change.change-R { background-image: url(../images/bullet_purple.png); }
29 li.change.change-D { background-image: url(../images/bullet_delete.png); }
29 li.change.change-D { background-image: url(../images/bullet_delete.png); }
30
30
31 li.change .copied-from { font-style: italic; color: #999; font-size: 0.9em; }
31 li.change .copied-from { font-style: italic; color: #999; font-size: 0.9em; }
32 li.change .copied-from:before { content: " - "}
32 li.change .copied-from:before { content: " - "}
33
33
34 #changes-legend { float: right; font-size: 0.8em; margin: 0; }
34 #changes-legend { float: right; font-size: 0.8em; margin: 0; }
35 #changes-legend li { float: left; background-position: 5px 0; }
35 #changes-legend li { float: left; background-position: 5px 0; }
36
36
37 table.filecontent { border: 1px solid #e2e2e2; border-collapse: collapse; width:98%; background-color: #fafafa; }
37 table.filecontent { border: 1px solid #e2e2e2; border-collapse: collapse; width:98%; background-color: #fafafa; }
38 table.filecontent tbody {font-family:"Liberation Mono", Courier, monospace; font-size:12px;}
38 table.filecontent tbody {font-family:Consolas, Menlo, "Liberation Mono", Courier, monospace; font-size:12px;}
39 table.filecontent th { border: 1px solid #e2e2e2; background-color: #eee; }
39 table.filecontent th { border: 1px solid #e2e2e2; background-color: #eee; }
40 table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding:5px;}
40 table.filecontent th.filename { background-color: #e4e4d4; text-align: left; padding:5px;}
41 table.filecontent tr.spacing th { text-align:center; }
41 table.filecontent tr.spacing th { text-align:center; }
42 table.filecontent tr.spacing td { height: 0.4em; background: #EAF2F5;}
42 table.filecontent tr.spacing td { height: 0.4em; background: #EAF2F5;}
43 table.filecontent th.line-num {
43 table.filecontent th.line-num {
44 border: 1px solid #e2e2e2;
44 border: 1px solid #e2e2e2;
45 text-align: right;
45 text-align: right;
46 width: 2%;
46 width: 2%;
47 padding: 0 3px 0 0;
47 padding: 0 3px 0 0;
48 color: #999;
48 color: #999;
49 user-select: none;
49 user-select: none;
50 -moz-user-select: none;
50 -moz-user-select: none;
51 -o-user-select: none;
51 -o-user-select: none;
52 -ms-user-select: none;
52 -ms-user-select: none;
53 -webkit-user-select: none;
53 -webkit-user-select: none;
54 font-weight:normal;
54 font-weight:normal;
55 }
55 }
56 table.filecontent th.line-num a {
56 table.filecontent th.line-num a {
57 text-decoration: none;
57 text-decoration: none;
58 color: inherit;
58 color: inherit;
59 }
59 }
60 table.filecontent td.line-code {padding: 0 0 0 4px;}
60 table.filecontent td.line-code {padding: 0 0 0 4px;}
61 table.filecontent td.line-code pre {
61 table.filecontent td.line-code pre {
62 margin: 0px;
62 margin: 0px;
63 white-space: pre-wrap;
63 white-space: pre-wrap;
64 font-family:"Liberation Mono", Courier, monospace; font-size:12px;
64 font-family:Consolas, Menlo, "Liberation Mono", Courier, monospace; font-size:12px;
65 }
65 }
66
66
67 table.filecontent tr:target th.line-num { background-color:#E0E0E0; color: #777; }
67 table.filecontent tr:target th.line-num { background-color:#E0E0E0; color: #777; }
68 table.filecontent tr:target td.line-code { background-color:#DDEEFF; }
68 table.filecontent tr:target td.line-code { background-color:#DDEEFF; }
69
69
70 /* 12 different colors for the annonate view */
70 /* 12 different colors for the annonate view */
71 table.annotate tr.bloc-0 {background: #FFFFBF;}
71 table.annotate tr.bloc-0 {background: #FFFFBF;}
72 table.annotate tr.bloc-1 {background: #EABFFF;}
72 table.annotate tr.bloc-1 {background: #EABFFF;}
73 table.annotate tr.bloc-2 {background: #BFFFFF;}
73 table.annotate tr.bloc-2 {background: #BFFFFF;}
74 table.annotate tr.bloc-3 {background: #FFD9BF;}
74 table.annotate tr.bloc-3 {background: #FFD9BF;}
75 table.annotate tr.bloc-4 {background: #E6FFBF;}
75 table.annotate tr.bloc-4 {background: #E6FFBF;}
76 table.annotate tr.bloc-5 {background: #BFCFFF;}
76 table.annotate tr.bloc-5 {background: #BFCFFF;}
77 table.annotate tr.bloc-6 {background: #FFBFEF;}
77 table.annotate tr.bloc-6 {background: #FFBFEF;}
78 table.annotate tr.bloc-7 {background: #FFE6BF;}
78 table.annotate tr.bloc-7 {background: #FFE6BF;}
79 table.annotate tr.bloc-8 {background: #FFE680;}
79 table.annotate tr.bloc-8 {background: #FFE680;}
80 table.annotate tr.bloc-9 {background: #AA80FF;}
80 table.annotate tr.bloc-9 {background: #AA80FF;}
81 table.annotate tr.bloc-10 {background: #FFBFDC;}
81 table.annotate tr.bloc-10 {background: #FFBFDC;}
82 table.annotate tr.bloc-11 {background: #BFE4FF;}
82 table.annotate tr.bloc-11 {background: #BFE4FF;}
83
83
84 table.annotate td.revision {
84 table.annotate td.revision {
85 padding:0;
85 padding:0;
86 text-align: center;
86 text-align: center;
87 width: 2%;
87 width: 2%;
88 padding-left: 1em;
88 padding-left: 1em;
89 background: inherit;
89 background: inherit;
90 }
90 }
91
91
92 table.annotate td.author {
92 table.annotate td.author {
93 padding:0;
93 padding:0;
94 text-align: center;
94 text-align: center;
95 border-right: 1px solid #d7d7d7;
95 border-right: 1px solid #d7d7d7;
96 white-space: nowrap;
96 white-space: nowrap;
97 padding-left: 1em;
97 padding-left: 1em;
98 padding-right: 1em;
98 padding-right: 1em;
99 width: 3%;
99 width: 3%;
100 background: inherit;
100 background: inherit;
101 }
101 }
102
102
103 table.annotate td.line-code { background-color: #fafafa; }
103 table.annotate td.line-code { background-color: #fafafa; }
104
104
105 div.action_M { background: #fd8 }
105 div.action_M { background: #fd8 }
106 div.action_D { background: #f88 }
106 div.action_D { background: #f88 }
107 div.action_A { background: #bfb }
107 div.action_A { background: #bfb }
General Comments 0
You need to be logged in to leave comments. Login now