##// END OF EJS Templates
gitweb: add a margin for help text container
av6 -
r26152:93258d53 default
parent child Browse files
Show More
@@ -1,196 +1,200 b''
1 body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; }
1 body { font-family: sans-serif; font-size: 12px; border:solid #d9d8d1; border-width:1px; margin:10px; }
2 a { color:#0000cc; }
2 a { color:#0000cc; }
3 a:hover, a:visited, a:active { color:#880000; }
3 a:hover, a:visited, a:active { color:#880000; }
4 div.page_header { height:25px; padding:8px; font-size:18px; font-weight:bold; background-color:#d9d8d1; }
4 div.page_header { height:25px; padding:8px; font-size:18px; font-weight:bold; background-color:#d9d8d1; }
5 div.page_header a:visited { color:#0000cc; }
5 div.page_header a:visited { color:#0000cc; }
6 div.page_header a:hover { color:#880000; }
6 div.page_header a:hover { color:#880000; }
7 div.page_nav { padding:8px; }
7 div.page_nav { padding:8px; }
8 div.page_nav a:visited { color:#0000cc; }
8 div.page_nav a:visited { color:#0000cc; }
9 div.page_path { padding:8px; border:solid #d9d8d1; border-width:0px 0px 1px}
9 div.page_path { padding:8px; border:solid #d9d8d1; border-width:0px 0px 1px}
10 div.page_footer { padding:4px 8px; background-color: #d9d8d1; }
10 div.page_footer { padding:4px 8px; background-color: #d9d8d1; }
11 div.page_footer_text { float:left; color:#555555; font-style:italic; }
11 div.page_footer_text { float:left; color:#555555; font-style:italic; }
12 div.page_body { padding:8px; }
12 div.page_body { padding:8px; }
13 div.title, a.title {
13 div.title, a.title {
14 display:block; padding:6px 8px;
14 display:block; padding:6px 8px;
15 font-weight:bold; background-color:#edece6; text-decoration:none; color:#000000;
15 font-weight:bold; background-color:#edece6; text-decoration:none; color:#000000;
16 }
16 }
17 a.title:hover { background-color: #d9d8d1; }
17 a.title:hover { background-color: #d9d8d1; }
18 div.title_text { padding:6px 0px; border: solid #d9d8d1; border-width:0px 0px 1px; }
18 div.title_text { padding:6px 0px; border: solid #d9d8d1; border-width:0px 0px 1px; }
19 div.log_body { padding:8px 8px 8px 150px; }
19 div.log_body { padding:8px 8px 8px 150px; }
20 .age { white-space:nowrap; }
20 .age { white-space:nowrap; }
21 span.age { position:relative; float:left; width:142px; font-style:italic; }
21 span.age { position:relative; float:left; width:142px; font-style:italic; }
22 div.log_link {
22 div.log_link {
23 padding:0px 8px;
23 padding:0px 8px;
24 font-size:10px; font-family:sans-serif; font-style:normal;
24 font-size:10px; font-family:sans-serif; font-style:normal;
25 position:relative; float:left; width:136px;
25 position:relative; float:left; width:136px;
26 }
26 }
27 div.list_head { padding:6px 8px 4px; border:solid #d9d8d1; border-width:1px 0px 0px; font-style:italic; }
27 div.list_head { padding:6px 8px 4px; border:solid #d9d8d1; border-width:1px 0px 0px; font-style:italic; }
28 a.list { text-decoration:none; color:#000000; }
28 a.list { text-decoration:none; color:#000000; }
29 a.list:hover { text-decoration:underline; color:#880000; }
29 a.list:hover { text-decoration:underline; color:#880000; }
30 table { padding:8px 4px; }
30 table { padding:8px 4px; }
31 th { padding:2px 5px; font-size:12px; text-align:left; }
31 th { padding:2px 5px; font-size:12px; text-align:left; }
32 tr.light:hover, .parity0:hover { background-color:#edece6; }
32 tr.light:hover, .parity0:hover { background-color:#edece6; }
33 tr.dark, .parity1 { background-color:#f6f6f0; }
33 tr.dark, .parity1 { background-color:#f6f6f0; }
34 tr.dark:hover, .parity1:hover { background-color:#edece6; }
34 tr.dark:hover, .parity1:hover { background-color:#edece6; }
35 td { padding:2px 5px; font-size:12px; vertical-align:top; }
35 td { padding:2px 5px; font-size:12px; vertical-align:top; }
36 td.closed { background-color: #99f; }
36 td.closed { background-color: #99f; }
37 td.link { padding:2px 5px; font-family:sans-serif; font-size:10px; }
37 td.link { padding:2px 5px; font-family:sans-serif; font-size:10px; }
38 td.indexlinks { white-space: nowrap; }
38 td.indexlinks { white-space: nowrap; }
39 td.indexlinks a {
39 td.indexlinks a {
40 padding: 2px 5px; line-height: 10px;
40 padding: 2px 5px; line-height: 10px;
41 border: 1px solid;
41 border: 1px solid;
42 color: #ffffff; background-color: #7777bb;
42 color: #ffffff; background-color: #7777bb;
43 border-color: #aaaadd #333366 #333366 #aaaadd;
43 border-color: #aaaadd #333366 #333366 #aaaadd;
44 font-weight: bold; text-align: center; text-decoration: none;
44 font-weight: bold; text-align: center; text-decoration: none;
45 font-size: 10px;
45 font-size: 10px;
46 }
46 }
47 td.indexlinks a:hover { background-color: #6666aa; }
47 td.indexlinks a:hover { background-color: #6666aa; }
48 div.pre { font-family:monospace; font-size:12px; white-space:pre; }
48 div.pre { font-family:monospace; font-size:12px; white-space:pre; }
49 div.diff_info { font-family:monospace; color:#000099; background-color:#edece6; font-style:italic; }
49 div.diff_info { font-family:monospace; color:#000099; background-color:#edece6; font-style:italic; }
50 div.index_include { border:solid #d9d8d1; border-width:0px 0px 1px; padding:12px 8px; }
50 div.index_include { border:solid #d9d8d1; border-width:0px 0px 1px; padding:12px 8px; }
51 div.search { margin:4px 8px; position:absolute; top:56px; right:12px }
51 div.search { margin:4px 8px; position:absolute; top:56px; right:12px }
52 .linenr { color:#999999; text-decoration:none }
52 .linenr { color:#999999; text-decoration:none }
53 div.rss_logo { float: right; white-space: nowrap; }
53 div.rss_logo { float: right; white-space: nowrap; }
54 div.rss_logo a {
54 div.rss_logo a {
55 padding:3px 6px; line-height:10px;
55 padding:3px 6px; line-height:10px;
56 border:1px solid; border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e;
56 border:1px solid; border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e;
57 color:#ffffff; background-color:#ff6600;
57 color:#ffffff; background-color:#ff6600;
58 font-weight:bold; font-family:sans-serif; font-size:10px;
58 font-weight:bold; font-family:sans-serif; font-size:10px;
59 text-align:center; text-decoration:none;
59 text-align:center; text-decoration:none;
60 }
60 }
61 div.rss_logo a:hover { background-color:#ee5500; }
61 div.rss_logo a:hover { background-color:#ee5500; }
62 pre { margin: 0; }
62 pre { margin: 0; }
63 span.logtags span {
63 span.logtags span {
64 padding: 0px 4px;
64 padding: 0px 4px;
65 font-size: 10px;
65 font-size: 10px;
66 font-weight: normal;
66 font-weight: normal;
67 border: 1px solid;
67 border: 1px solid;
68 background-color: #ffaaff;
68 background-color: #ffaaff;
69 border-color: #ffccff #ff00ee #ff00ee #ffccff;
69 border-color: #ffccff #ff00ee #ff00ee #ffccff;
70 }
70 }
71 span.logtags span.tagtag {
71 span.logtags span.tagtag {
72 background-color: #ffffaa;
72 background-color: #ffffaa;
73 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
73 border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
74 }
74 }
75 span.logtags span.branchtag {
75 span.logtags span.branchtag {
76 background-color: #aaffaa;
76 background-color: #aaffaa;
77 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
77 border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
78 }
78 }
79 span.logtags span.inbranchtag {
79 span.logtags span.inbranchtag {
80 background-color: #d5dde6;
80 background-color: #d5dde6;
81 border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4;
81 border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4;
82 }
82 }
83 span.logtags span.bookmarktag {
83 span.logtags span.bookmarktag {
84 background-color: #afdffa;
84 background-color: #afdffa;
85 border-color: #ccecff #46ace6 #46ace6 #ccecff;
85 border-color: #ccecff #46ace6 #46ace6 #ccecff;
86 }
86 }
87 span.difflineplus { color:#008800; }
87 span.difflineplus { color:#008800; }
88 span.difflineminus { color:#cc0000; }
88 span.difflineminus { color:#cc0000; }
89 span.difflineat { color:#990099; }
89 span.difflineat { color:#990099; }
90
90
91 /* Graph */
91 /* Graph */
92 div#wrapper {
92 div#wrapper {
93 position: relative;
93 position: relative;
94 margin: 0;
94 margin: 0;
95 padding: 0;
95 padding: 0;
96 margin-top: 3px;
96 margin-top: 3px;
97 }
97 }
98
98
99 canvas {
99 canvas {
100 position: absolute;
100 position: absolute;
101 z-index: 5;
101 z-index: 5;
102 top: -0.9em;
102 top: -0.9em;
103 margin: 0;
103 margin: 0;
104 }
104 }
105
105
106 ul#nodebgs {
106 ul#nodebgs {
107 list-style: none inside none;
107 list-style: none inside none;
108 padding: 0;
108 padding: 0;
109 margin: 0;
109 margin: 0;
110 top: -0.7em;
110 top: -0.7em;
111 }
111 }
112
112
113 ul#graphnodes li, ul#nodebgs li {
113 ul#graphnodes li, ul#nodebgs li {
114 height: 39px;
114 height: 39px;
115 }
115 }
116
116
117 ul#graphnodes {
117 ul#graphnodes {
118 position: absolute;
118 position: absolute;
119 z-index: 10;
119 z-index: 10;
120 top: -0.8em;
120 top: -0.8em;
121 list-style: none inside none;
121 list-style: none inside none;
122 padding: 0;
122 padding: 0;
123 }
123 }
124
124
125 ul#graphnodes li .info {
125 ul#graphnodes li .info {
126 display: block;
126 display: block;
127 font-size: 100%;
127 font-size: 100%;
128 position: relative;
128 position: relative;
129 top: -3px;
129 top: -3px;
130 font-style: italic;
130 font-style: italic;
131 }
131 }
132
132
133 /* Comparison */
133 /* Comparison */
134 .legend {
134 .legend {
135 padding: 1.5% 0 1.5% 0;
135 padding: 1.5% 0 1.5% 0;
136 }
136 }
137
137
138 .legendinfo {
138 .legendinfo {
139 border: 1px solid #d9d8d1;
139 border: 1px solid #d9d8d1;
140 font-size: 80%;
140 font-size: 80%;
141 text-align: center;
141 text-align: center;
142 padding: 0.5%;
142 padding: 0.5%;
143 }
143 }
144
144
145 .equal {
145 .equal {
146 background-color: #ffffff;
146 background-color: #ffffff;
147 }
147 }
148
148
149 .delete {
149 .delete {
150 background-color: #faa;
150 background-color: #faa;
151 color: #333;
151 color: #333;
152 }
152 }
153
153
154 .insert {
154 .insert {
155 background-color: #ffa;
155 background-color: #ffa;
156 }
156 }
157
157
158 .replace {
158 .replace {
159 background-color: #e8e8e8;
159 background-color: #e8e8e8;
160 }
160 }
161
161
162 .comparison {
162 .comparison {
163 overflow-x: auto;
163 overflow-x: auto;
164 }
164 }
165
165
166 .header th {
166 .header th {
167 text-align: center;
167 text-align: center;
168 }
168 }
169
169
170 .block {
170 .block {
171 border-top: 1px solid #d9d8d1;
171 border-top: 1px solid #d9d8d1;
172 }
172 }
173
173
174 .scroll-loading {
174 .scroll-loading {
175 -webkit-animation: change_color 1s linear 0s infinite alternate;
175 -webkit-animation: change_color 1s linear 0s infinite alternate;
176 -moz-animation: change_color 1s linear 0s infinite alternate;
176 -moz-animation: change_color 1s linear 0s infinite alternate;
177 -o-animation: change_color 1s linear 0s infinite alternate;
177 -o-animation: change_color 1s linear 0s infinite alternate;
178 animation: change_color 1s linear 0s infinite alternate;
178 animation: change_color 1s linear 0s infinite alternate;
179 }
179 }
180
180
181 @-webkit-keyframes change_color {
181 @-webkit-keyframes change_color {
182 from { background-color: #A0CEFF; } to { }
182 from { background-color: #A0CEFF; } to { }
183 }
183 }
184 @-moz-keyframes change_color {
184 @-moz-keyframes change_color {
185 from { background-color: #A0CEFF; } to { }
185 from { background-color: #A0CEFF; } to { }
186 }
186 }
187 @-o-keyframes change_color {
187 @-o-keyframes change_color {
188 from { background-color: #A0CEFF; } to { }
188 from { background-color: #A0CEFF; } to { }
189 }
189 }
190 @keyframes change_color {
190 @keyframes change_color {
191 from { background-color: #A0CEFF; } to { }
191 from { background-color: #A0CEFF; } to { }
192 }
192 }
193
193
194 .scroll-loading-error {
194 .scroll-loading-error {
195 background-color: #FFCCCC !important;
195 background-color: #FFCCCC !important;
196 }
196 }
197
198 #doc {
199 margin: 0 8px;
200 }
General Comments 0
You need to be logged in to leave comments. Login now