Show More
@@ -1,4979 +1,4982 b'' | |||||
1 | html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { |
|
1 | html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td { | |
2 | border: 0; |
|
2 | border: 0; | |
3 | outline: 0; |
|
3 | outline: 0; | |
4 | font-size: 100%; |
|
4 | font-size: 100%; | |
5 | vertical-align: baseline; |
|
5 | vertical-align: baseline; | |
6 | background: transparent; |
|
6 | background: transparent; | |
7 | margin: 0; |
|
7 | margin: 0; | |
8 | padding: 0; |
|
8 | padding: 0; | |
9 | } |
|
9 | } | |
10 |
|
10 | |||
11 | body { |
|
11 | body { | |
12 | line-height: 1; |
|
12 | line-height: 1; | |
13 | height: 100%; |
|
13 | height: 100%; | |
14 | background: url("../images/background.png") repeat scroll 0 0 #B0B0B0; |
|
14 | background: url("../images/background.png") repeat scroll 0 0 #B0B0B0; | |
15 | font-family: Lucida Grande, Verdana, Lucida Sans Regular, |
|
15 | font-family: Lucida Grande, Verdana, Lucida Sans Regular, | |
16 | Lucida Sans Unicode, Arial, sans-serif; font-size : 12px; |
|
16 | Lucida Sans Unicode, Arial, sans-serif; font-size : 12px; | |
17 | color: #000; |
|
17 | color: #000; | |
18 | margin: 0; |
|
18 | margin: 0; | |
19 | padding: 0; |
|
19 | padding: 0; | |
20 | font-size: 12px; |
|
20 | font-size: 12px; | |
21 | } |
|
21 | } | |
22 |
|
22 | |||
23 | ol, ul { |
|
23 | ol, ul { | |
24 | list-style: none; |
|
24 | list-style: none; | |
25 | } |
|
25 | } | |
26 |
|
26 | |||
27 | blockquote, q { |
|
27 | blockquote, q { | |
28 | quotes: none; |
|
28 | quotes: none; | |
29 | } |
|
29 | } | |
30 |
|
30 | |||
31 | blockquote:before, blockquote:after, q:before, q:after { |
|
31 | blockquote:before, blockquote:after, q:before, q:after { | |
32 | content: none; |
|
32 | content: none; | |
33 | } |
|
33 | } | |
34 |
|
34 | |||
35 | :focus { |
|
35 | :focus { | |
36 | outline: 0; |
|
36 | outline: 0; | |
37 | } |
|
37 | } | |
38 |
|
38 | |||
39 | del { |
|
39 | del { | |
40 | text-decoration: line-through; |
|
40 | text-decoration: line-through; | |
41 | } |
|
41 | } | |
42 |
|
42 | |||
43 | table { |
|
43 | table { | |
44 | border-collapse: collapse; |
|
44 | border-collapse: collapse; | |
45 | border-spacing: 0; |
|
45 | border-spacing: 0; | |
46 | } |
|
46 | } | |
47 |
|
47 | |||
48 | html { |
|
48 | html { | |
49 | height: 100%; |
|
49 | height: 100%; | |
50 | } |
|
50 | } | |
51 |
|
51 | |||
52 | a { |
|
52 | a { | |
53 | color: #003367; |
|
53 | color: #003367; | |
54 | text-decoration: none; |
|
54 | text-decoration: none; | |
55 | cursor: pointer; |
|
55 | cursor: pointer; | |
56 | } |
|
56 | } | |
57 |
|
57 | |||
58 | a:hover { |
|
58 | a:hover { | |
59 | color: #316293; |
|
59 | color: #316293; | |
60 | text-decoration: underline; |
|
60 | text-decoration: underline; | |
61 | } |
|
61 | } | |
62 |
|
62 | |||
63 | h1, h2, h3, h4, h5, h6, |
|
63 | h1, h2, h3, h4, h5, h6, | |
64 | div.h1, div.h2, div.h3, div.h4, div.h5, div.h6 { |
|
64 | div.h1, div.h2, div.h3, div.h4, div.h5, div.h6 { | |
65 | color: #292929; |
|
65 | color: #292929; | |
66 | font-weight: 700; |
|
66 | font-weight: 700; | |
67 | } |
|
67 | } | |
68 |
|
68 | |||
69 | h1, div.h1 { |
|
69 | h1, div.h1 { | |
70 | font-size: 22px; |
|
70 | font-size: 22px; | |
71 | } |
|
71 | } | |
72 |
|
72 | |||
73 | h2, div.h2 { |
|
73 | h2, div.h2 { | |
74 | font-size: 20px; |
|
74 | font-size: 20px; | |
75 | } |
|
75 | } | |
76 |
|
76 | |||
77 | h3, div.h3 { |
|
77 | h3, div.h3 { | |
78 | font-size: 18px; |
|
78 | font-size: 18px; | |
79 | } |
|
79 | } | |
80 |
|
80 | |||
81 | h4, div.h4 { |
|
81 | h4, div.h4 { | |
82 | font-size: 16px; |
|
82 | font-size: 16px; | |
83 | } |
|
83 | } | |
84 |
|
84 | |||
85 | h5, div.h5 { |
|
85 | h5, div.h5 { | |
86 | font-size: 14px; |
|
86 | font-size: 14px; | |
87 | } |
|
87 | } | |
88 |
|
88 | |||
89 | h6, div.h6 { |
|
89 | h6, div.h6 { | |
90 | font-size: 11px; |
|
90 | font-size: 11px; | |
91 | } |
|
91 | } | |
92 |
|
92 | |||
93 | ul.circle { |
|
93 | ul.circle { | |
94 | list-style-type: circle; |
|
94 | list-style-type: circle; | |
95 | } |
|
95 | } | |
96 |
|
96 | |||
97 | ul.disc { |
|
97 | ul.disc { | |
98 | list-style-type: disc; |
|
98 | list-style-type: disc; | |
99 | } |
|
99 | } | |
100 |
|
100 | |||
101 | ul.square { |
|
101 | ul.square { | |
102 | list-style-type: square; |
|
102 | list-style-type: square; | |
103 | } |
|
103 | } | |
104 |
|
104 | |||
105 | ol.lower-roman { |
|
105 | ol.lower-roman { | |
106 | list-style-type: lower-roman; |
|
106 | list-style-type: lower-roman; | |
107 | } |
|
107 | } | |
108 |
|
108 | |||
109 | ol.upper-roman { |
|
109 | ol.upper-roman { | |
110 | list-style-type: upper-roman; |
|
110 | list-style-type: upper-roman; | |
111 | } |
|
111 | } | |
112 |
|
112 | |||
113 | ol.lower-alpha { |
|
113 | ol.lower-alpha { | |
114 | list-style-type: lower-alpha; |
|
114 | list-style-type: lower-alpha; | |
115 | } |
|
115 | } | |
116 |
|
116 | |||
117 | ol.upper-alpha { |
|
117 | ol.upper-alpha { | |
118 | list-style-type: upper-alpha; |
|
118 | list-style-type: upper-alpha; | |
119 | } |
|
119 | } | |
120 |
|
120 | |||
121 | ol.decimal { |
|
121 | ol.decimal { | |
122 | list-style-type: decimal; |
|
122 | list-style-type: decimal; | |
123 | } |
|
123 | } | |
124 |
|
124 | |||
125 | div.color { |
|
125 | div.color { | |
126 | clear: both; |
|
126 | clear: both; | |
127 | overflow: hidden; |
|
127 | overflow: hidden; | |
128 | position: absolute; |
|
128 | position: absolute; | |
129 | background: #FFF; |
|
129 | background: #FFF; | |
130 | margin: 7px 0 0 60px; |
|
130 | margin: 7px 0 0 60px; | |
131 | padding: 1px 1px 1px 0; |
|
131 | padding: 1px 1px 1px 0; | |
132 | } |
|
132 | } | |
133 |
|
133 | |||
134 | div.color a { |
|
134 | div.color a { | |
135 | width: 15px; |
|
135 | width: 15px; | |
136 | height: 15px; |
|
136 | height: 15px; | |
137 | display: block; |
|
137 | display: block; | |
138 | float: left; |
|
138 | float: left; | |
139 | margin: 0 0 0 1px; |
|
139 | margin: 0 0 0 1px; | |
140 | padding: 0; |
|
140 | padding: 0; | |
141 | } |
|
141 | } | |
142 |
|
142 | |||
143 | div.options { |
|
143 | div.options { | |
144 | clear: both; |
|
144 | clear: both; | |
145 | overflow: hidden; |
|
145 | overflow: hidden; | |
146 | position: absolute; |
|
146 | position: absolute; | |
147 | background: #FFF; |
|
147 | background: #FFF; | |
148 | margin: 7px 0 0 162px; |
|
148 | margin: 7px 0 0 162px; | |
149 | padding: 0; |
|
149 | padding: 0; | |
150 | } |
|
150 | } | |
151 |
|
151 | |||
152 | div.options a { |
|
152 | div.options a { | |
153 | height: 1%; |
|
153 | height: 1%; | |
154 | display: block; |
|
154 | display: block; | |
155 | text-decoration: none; |
|
155 | text-decoration: none; | |
156 | margin: 0; |
|
156 | margin: 0; | |
157 | padding: 3px 8px; |
|
157 | padding: 3px 8px; | |
158 | } |
|
158 | } | |
159 |
|
159 | |||
160 | .top-left-rounded-corner { |
|
160 | .top-left-rounded-corner { | |
161 | -webkit-border-top-left-radius: 8px; |
|
161 | -webkit-border-top-left-radius: 8px; | |
162 | -khtml-border-radius-topleft: 8px; |
|
162 | -khtml-border-radius-topleft: 8px; | |
163 | border-top-left-radius: 8px; |
|
163 | border-top-left-radius: 8px; | |
164 | } |
|
164 | } | |
165 |
|
165 | |||
166 | .top-right-rounded-corner { |
|
166 | .top-right-rounded-corner { | |
167 | -webkit-border-top-right-radius: 8px; |
|
167 | -webkit-border-top-right-radius: 8px; | |
168 | -khtml-border-radius-topright: 8px; |
|
168 | -khtml-border-radius-topright: 8px; | |
169 | border-top-right-radius: 8px; |
|
169 | border-top-right-radius: 8px; | |
170 | } |
|
170 | } | |
171 |
|
171 | |||
172 | .bottom-left-rounded-corner { |
|
172 | .bottom-left-rounded-corner { | |
173 | -webkit-border-bottom-left-radius: 8px; |
|
173 | -webkit-border-bottom-left-radius: 8px; | |
174 | -khtml-border-radius-bottomleft: 8px; |
|
174 | -khtml-border-radius-bottomleft: 8px; | |
175 | border-bottom-left-radius: 8px; |
|
175 | border-bottom-left-radius: 8px; | |
176 | } |
|
176 | } | |
177 |
|
177 | |||
178 | .bottom-right-rounded-corner { |
|
178 | .bottom-right-rounded-corner { | |
179 | -webkit-border-bottom-right-radius: 8px; |
|
179 | -webkit-border-bottom-right-radius: 8px; | |
180 | -khtml-border-radius-bottomright: 8px; |
|
180 | -khtml-border-radius-bottomright: 8px; | |
181 | border-bottom-right-radius: 8px; |
|
181 | border-bottom-right-radius: 8px; | |
182 | } |
|
182 | } | |
183 |
|
183 | |||
184 | .top-left-rounded-corner-mid { |
|
184 | .top-left-rounded-corner-mid { | |
185 | -webkit-border-top-left-radius: 4px; |
|
185 | -webkit-border-top-left-radius: 4px; | |
186 | -khtml-border-radius-topleft: 4px; |
|
186 | -khtml-border-radius-topleft: 4px; | |
187 | border-top-left-radius: 4px; |
|
187 | border-top-left-radius: 4px; | |
188 | } |
|
188 | } | |
189 |
|
189 | |||
190 | .top-right-rounded-corner-mid { |
|
190 | .top-right-rounded-corner-mid { | |
191 | -webkit-border-top-right-radius: 4px; |
|
191 | -webkit-border-top-right-radius: 4px; | |
192 | -khtml-border-radius-topright: 4px; |
|
192 | -khtml-border-radius-topright: 4px; | |
193 | border-top-right-radius: 4px; |
|
193 | border-top-right-radius: 4px; | |
194 | } |
|
194 | } | |
195 |
|
195 | |||
196 | .bottom-left-rounded-corner-mid { |
|
196 | .bottom-left-rounded-corner-mid { | |
197 | -webkit-border-bottom-left-radius: 4px; |
|
197 | -webkit-border-bottom-left-radius: 4px; | |
198 | -khtml-border-radius-bottomleft: 4px; |
|
198 | -khtml-border-radius-bottomleft: 4px; | |
199 | border-bottom-left-radius: 4px; |
|
199 | border-bottom-left-radius: 4px; | |
200 | } |
|
200 | } | |
201 |
|
201 | |||
202 | .bottom-right-rounded-corner-mid { |
|
202 | .bottom-right-rounded-corner-mid { | |
203 | -webkit-border-bottom-right-radius: 4px; |
|
203 | -webkit-border-bottom-right-radius: 4px; | |
204 | -khtml-border-radius-bottomright: 4px; |
|
204 | -khtml-border-radius-bottomright: 4px; | |
205 | border-bottom-right-radius: 4px; |
|
205 | border-bottom-right-radius: 4px; | |
206 | } |
|
206 | } | |
207 |
|
207 | |||
208 | .help-block { |
|
208 | .help-block { | |
209 | color: #999999; |
|
209 | color: #999999; | |
210 | display: block; |
|
210 | display: block; | |
211 | margin-bottom: 0; |
|
211 | margin-bottom: 0; | |
212 | margin-top: 5px; |
|
212 | margin-top: 5px; | |
213 | } |
|
213 | } | |
214 |
|
214 | |||
215 | .empty_data { |
|
215 | .empty_data { | |
216 | color: #B9B9B9; |
|
216 | color: #B9B9B9; | |
217 | } |
|
217 | } | |
218 |
|
218 | |||
219 | .truncate { |
|
219 | .truncate { | |
220 | white-space: nowrap; |
|
220 | white-space: nowrap; | |
221 | overflow: hidden; |
|
221 | overflow: hidden; | |
222 | text-overflow: ellipsis; |
|
222 | text-overflow: ellipsis; | |
223 | -o-text-overflow: ellipsis; |
|
223 | -o-text-overflow: ellipsis; | |
224 | -ms-text-overflow: ellipsis; |
|
224 | -ms-text-overflow: ellipsis; | |
225 | } |
|
225 | } | |
226 |
|
226 | |||
227 | .truncate.autoexpand:hover { |
|
227 | .truncate.autoexpand:hover { | |
228 | text-overflow: none; |
|
228 | text-overflow: none; | |
229 | overflow: visible; |
|
229 | overflow: visible; | |
230 | } |
|
230 | } | |
231 |
|
231 | |||
232 | a.permalink { |
|
232 | a.permalink { | |
233 | visibility: hidden; |
|
233 | visibility: hidden; | |
234 | position: absolute; |
|
234 | position: absolute; | |
235 | margin: 3px 4px; |
|
235 | margin: 3px 4px; | |
236 | } |
|
236 | } | |
237 |
|
237 | |||
238 | a.permalink:hover { |
|
238 | a.permalink:hover { | |
239 | text-decoration: none; |
|
239 | text-decoration: none; | |
240 | } |
|
240 | } | |
241 |
|
241 | |||
242 | h1:hover > a.permalink, |
|
242 | h1:hover > a.permalink, | |
243 | h2:hover > a.permalink, |
|
243 | h2:hover > a.permalink, | |
244 | h3:hover > a.permalink, |
|
244 | h3:hover > a.permalink, | |
245 | h4:hover > a.permalink, |
|
245 | h4:hover > a.permalink, | |
246 | h5:hover > a.permalink, |
|
246 | h5:hover > a.permalink, | |
247 | h6:hover > a.permalink, |
|
247 | h6:hover > a.permalink, | |
248 | div:hover > a.permalink { |
|
248 | div:hover > a.permalink { | |
249 | visibility: visible; |
|
249 | visibility: visible; | |
250 | } |
|
250 | } | |
251 |
|
251 | |||
252 | #header #logo { |
|
252 | #header #logo { | |
253 | padding-left: 20px; |
|
253 | padding-left: 20px; | |
254 | } |
|
254 | } | |
255 |
|
255 | |||
256 | #header #logo div.header, |
|
256 | #header #logo div.header, | |
257 | #header #logo div.branding { |
|
257 | #header #logo div.branding { | |
258 | font-size: 20px; |
|
258 | font-size: 20px; | |
259 | color: white; |
|
259 | color: white; | |
260 | float: left; |
|
260 | float: left; | |
261 | height: 44px; |
|
261 | height: 44px; | |
262 | line-height: 44px; |
|
262 | line-height: 44px; | |
263 | margin-right: 10px; |
|
263 | margin-right: 10px; | |
264 | } |
|
264 | } | |
265 |
|
265 | |||
266 | #header ul#logged-user { |
|
266 | #header ul#logged-user { | |
267 | margin-bottom: 5px !important; |
|
267 | margin-bottom: 5px !important; | |
268 | -webkit-border-radius: 0px 0px 8px 8px; |
|
268 | -webkit-border-radius: 0px 0px 8px 8px; | |
269 | -khtml-border-radius: 0px 0px 8px 8px; |
|
269 | -khtml-border-radius: 0px 0px 8px 8px; | |
270 | border-radius: 0px 0px 8px 8px; |
|
270 | border-radius: 0px 0px 8px 8px; | |
271 | height: 37px; |
|
271 | height: 37px; | |
272 | background-color: #003B76; |
|
272 | background-color: #003B76; | |
273 | background-repeat: repeat-x; |
|
273 | background-repeat: repeat-x; | |
274 | background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) ); |
|
274 | background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) ); | |
275 | background-image: -moz-linear-gradient(top, #003b76, #00376e); |
|
275 | background-image: -moz-linear-gradient(top, #003b76, #00376e); | |
276 | background-image: -ms-linear-gradient(top, #003b76, #00376e); |
|
276 | background-image: -ms-linear-gradient(top, #003b76, #00376e); | |
277 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) ); |
|
277 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) ); | |
278 | background-image: -webkit-linear-gradient(top, #003b76, #00376e); |
|
278 | background-image: -webkit-linear-gradient(top, #003b76, #00376e); | |
279 | background-image: -o-linear-gradient(top, #003b76, #00376e); |
|
279 | background-image: -o-linear-gradient(top, #003b76, #00376e); | |
280 | background-image: linear-gradient(to bottom, #003b76, #00376e); |
|
280 | background-image: linear-gradient(to bottom, #003b76, #00376e); | |
281 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 ); |
|
281 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 ); | |
282 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); |
|
282 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); | |
283 | } |
|
283 | } | |
284 |
|
284 | |||
285 | #header ul#logged-user li { |
|
285 | #header ul#logged-user li { | |
286 | list-style: none; |
|
286 | list-style: none; | |
287 | float: left; |
|
287 | float: left; | |
288 | margin: 8px 0 0; |
|
288 | margin: 8px 0 0; | |
289 | padding: 4px 12px; |
|
289 | padding: 4px 12px; | |
290 | border-left: 1px solid #316293; |
|
290 | border-left: 1px solid #316293; | |
291 | } |
|
291 | } | |
292 |
|
292 | |||
293 | #header ul#logged-user li.first { |
|
293 | #header ul#logged-user li.first { | |
294 | border-left: none; |
|
294 | border-left: none; | |
295 | margin: 4px; |
|
295 | margin: 4px; | |
296 | } |
|
296 | } | |
297 |
|
297 | |||
298 | #header ul#logged-user li.first div.gravatar { |
|
298 | #header ul#logged-user li.first div.gravatar { | |
299 | margin-top: -2px; |
|
299 | margin-top: -2px; | |
300 | } |
|
300 | } | |
301 |
|
301 | |||
302 | #header ul#logged-user li.first div.account { |
|
302 | #header ul#logged-user li.first div.account { | |
303 | padding-top: 4px; |
|
303 | padding-top: 4px; | |
304 | float: left; |
|
304 | float: left; | |
305 | } |
|
305 | } | |
306 |
|
306 | |||
307 | #header ul#logged-user li.last { |
|
307 | #header ul#logged-user li.last { | |
308 | border-right: none; |
|
308 | border-right: none; | |
309 | } |
|
309 | } | |
310 |
|
310 | |||
311 | #header ul#logged-user li a { |
|
311 | #header ul#logged-user li a { | |
312 | color: #fff; |
|
312 | color: #fff; | |
313 | font-weight: 700; |
|
313 | font-weight: 700; | |
314 | text-decoration: none; |
|
314 | text-decoration: none; | |
315 | } |
|
315 | } | |
316 |
|
316 | |||
317 | #header ul#logged-user li a:hover { |
|
317 | #header ul#logged-user li a:hover { | |
318 | text-decoration: underline; |
|
318 | text-decoration: underline; | |
319 | } |
|
319 | } | |
320 |
|
320 | |||
321 | #header ul#logged-user li.highlight a { |
|
321 | #header ul#logged-user li.highlight a { | |
322 | color: #fff; |
|
322 | color: #fff; | |
323 | } |
|
323 | } | |
324 |
|
324 | |||
325 | #header ul#logged-user li.highlight a:hover { |
|
325 | #header ul#logged-user li.highlight a:hover { | |
326 | color: #FFF; |
|
326 | color: #FFF; | |
327 | } |
|
327 | } | |
328 | #header-dd { |
|
328 | #header-dd { | |
329 | clear: both; |
|
329 | clear: both; | |
330 | position: fixed !important; |
|
330 | position: fixed !important; | |
331 | background-color: #003B76; |
|
331 | background-color: #003B76; | |
332 | opacity: 0.01; |
|
332 | opacity: 0.01; | |
333 | cursor: pointer; |
|
333 | cursor: pointer; | |
334 | min-height: 10px; |
|
334 | min-height: 10px; | |
335 | width: 100% !important; |
|
335 | width: 100% !important; | |
336 | -webkit-border-radius: 0px 0px 4px 4px; |
|
336 | -webkit-border-radius: 0px 0px 4px 4px; | |
337 | -khtml-border-radius: 0px 0px 4px 4px; |
|
337 | -khtml-border-radius: 0px 0px 4px 4px; | |
338 | border-radius: 0px 0px 4px 4px; |
|
338 | border-radius: 0px 0px 4px 4px; | |
339 | } |
|
339 | } | |
340 |
|
340 | |||
341 | #header-dd:hover { |
|
341 | #header-dd:hover { | |
342 | opacity: 0.2; |
|
342 | opacity: 0.2; | |
343 | -webkit-transition: opacity 0.5s ease-in-out; |
|
343 | -webkit-transition: opacity 0.5s ease-in-out; | |
344 | -moz-transition: opacity 0.5s ease-in-out; |
|
344 | -moz-transition: opacity 0.5s ease-in-out; | |
345 | transition: opacity 0.5s ease-in-out; |
|
345 | transition: opacity 0.5s ease-in-out; | |
346 | } |
|
346 | } | |
347 |
|
347 | |||
348 | #header #header-inner { |
|
348 | #header #header-inner { | |
349 | min-height: 44px; |
|
349 | min-height: 44px; | |
350 | clear: both; |
|
350 | clear: both; | |
351 | position: relative; |
|
351 | position: relative; | |
352 | background-color: #003B76; |
|
352 | background-color: #003B76; | |
353 | background-repeat: repeat-x; |
|
353 | background-repeat: repeat-x; | |
354 | background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) ); |
|
354 | background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) ); | |
355 | background-image: -moz-linear-gradient(top, #003b76, #00376e); |
|
355 | background-image: -moz-linear-gradient(top, #003b76, #00376e); | |
356 | background-image: -ms-linear-gradient(top, #003b76, #00376e); |
|
356 | background-image: -ms-linear-gradient(top, #003b76, #00376e); | |
357 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),color-stop(100%, #00376e) ); |
|
357 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76),color-stop(100%, #00376e) ); | |
358 | background-image: -webkit-linear-gradient(top, #003b76, #00376e); |
|
358 | background-image: -webkit-linear-gradient(top, #003b76, #00376e); | |
359 | background-image: -o-linear-gradient(top, #003b76, #00376e); |
|
359 | background-image: -o-linear-gradient(top, #003b76, #00376e); | |
360 | background-image: linear-gradient(to bottom, #003b76, #00376e); |
|
360 | background-image: linear-gradient(to bottom, #003b76, #00376e); | |
361 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 ); |
|
361 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76',endColorstr='#00376e', GradientType=0 ); | |
362 | margin: 0; |
|
362 | margin: 0; | |
363 | padding: 0; |
|
363 | padding: 0; | |
364 | display: block; |
|
364 | display: block; | |
365 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); |
|
365 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); | |
366 | -webkit-border-radius: 0px 0px 4px 4px; |
|
366 | -webkit-border-radius: 0px 0px 4px 4px; | |
367 | -khtml-border-radius: 0px 0px 4px 4px; |
|
367 | -khtml-border-radius: 0px 0px 4px 4px; | |
368 | border-radius: 0px 0px 4px 4px; |
|
368 | border-radius: 0px 0px 4px 4px; | |
369 | } |
|
369 | } | |
370 | #header #header-inner.hover { |
|
370 | #header #header-inner.hover { | |
371 | width: 100% !important; |
|
371 | width: 100% !important; | |
372 | -webkit-border-radius: 0px 0px 0px 0px; |
|
372 | -webkit-border-radius: 0px 0px 0px 0px; | |
373 | -khtml-border-radius: 0px 0px 0px 0px; |
|
373 | -khtml-border-radius: 0px 0px 0px 0px; | |
374 | border-radius: 0px 0px 0px 0px; |
|
374 | border-radius: 0px 0px 0px 0px; | |
375 | position: fixed !important; |
|
375 | position: fixed !important; | |
376 | z-index: 10000; |
|
376 | z-index: 10000; | |
377 | } |
|
377 | } | |
378 |
|
378 | |||
379 | .ie7 #header #header-inner.hover, |
|
379 | .ie7 #header #header-inner.hover, | |
380 | .ie8 #header #header-inner.hover, |
|
380 | .ie8 #header #header-inner.hover, | |
381 | .ie9 #header #header-inner.hover |
|
381 | .ie9 #header #header-inner.hover | |
382 | { |
|
382 | { | |
383 | z-index: auto !important; |
|
383 | z-index: auto !important; | |
384 | } |
|
384 | } | |
385 |
|
385 | |||
386 | .header-pos-fix, .anchor { |
|
386 | .header-pos-fix, .anchor { | |
387 | margin-top: -46px; |
|
387 | margin-top: -46px; | |
388 | padding-top: 46px; |
|
388 | padding-top: 46px; | |
389 | } |
|
389 | } | |
390 |
|
390 | |||
391 | #header #header-inner #home a { |
|
391 | #header #header-inner #home a { | |
392 | height: 40px; |
|
392 | height: 40px; | |
393 | width: 46px; |
|
393 | width: 46px; | |
394 | display: block; |
|
394 | display: block; | |
395 | background-position: 0 0; |
|
395 | background-position: 0 0; | |
396 | margin: 0; |
|
396 | margin: 0; | |
397 | padding: 0; |
|
397 | padding: 0; | |
398 | } |
|
398 | } | |
399 |
|
399 | |||
400 | #header #header-inner #home a:hover { |
|
400 | #header #header-inner #home a:hover { | |
401 | background-position: 0 -40px; |
|
401 | background-position: 0 -40px; | |
402 | } |
|
402 | } | |
403 |
|
403 | |||
404 | #header #header-inner #logo { |
|
404 | #header #header-inner #logo { | |
405 | float: left; |
|
405 | float: left; | |
406 | position: absolute; |
|
406 | position: absolute; | |
407 | } |
|
407 | } | |
408 |
|
408 | |||
409 | #header #header-inner #logo h1 { |
|
409 | #header #header-inner #logo h1 { | |
410 | color: #FFF; |
|
410 | color: #FFF; | |
411 | font-size: 20px; |
|
411 | font-size: 20px; | |
412 | margin: 12px 0 0 13px; |
|
412 | margin: 12px 0 0 13px; | |
413 | padding: 0; |
|
413 | padding: 0; | |
414 | } |
|
414 | } | |
415 |
|
415 | |||
416 | #header #header-inner #logo a { |
|
416 | #header #header-inner #logo a { | |
417 | color: #fff; |
|
417 | color: #fff; | |
418 | text-decoration: none; |
|
418 | text-decoration: none; | |
419 | } |
|
419 | } | |
420 |
|
420 | |||
421 | #header #header-inner #logo a:hover { |
|
421 | #header #header-inner #logo a:hover { | |
422 | color: #bfe3ff; |
|
422 | color: #bfe3ff; | |
423 | } |
|
423 | } | |
424 |
|
424 | |||
425 | #header #header-inner #quick { |
|
425 | #header #header-inner #quick { | |
426 | position: relative; |
|
426 | position: relative; | |
427 | float: right; |
|
427 | float: right; | |
428 | list-style-type: none; |
|
428 | list-style-type: none; | |
429 | list-style-position: outside; |
|
429 | list-style-position: outside; | |
430 | margin: 4px 8px 0 0; |
|
430 | margin: 4px 8px 0 0; | |
431 | padding: 0; |
|
431 | padding: 0; | |
432 | border-radius: 4px; |
|
432 | border-radius: 4px; | |
433 | } |
|
433 | } | |
434 |
|
434 | |||
435 | #header #header-inner #quick li span.short { |
|
435 | #header #header-inner #quick li span.short { | |
436 | padding: 9px 6px 8px 6px; |
|
436 | padding: 9px 6px 8px 6px; | |
437 | } |
|
437 | } | |
438 |
|
438 | |||
439 | #header #header-inner #quick li span { |
|
439 | #header #header-inner #quick li span { | |
440 | display: inline; |
|
440 | display: inline; | |
441 | margin: 0; |
|
441 | margin: 0; | |
442 | } |
|
442 | } | |
443 |
|
443 | |||
444 | #header #header-inner #quick li span.normal { |
|
444 | #header #header-inner #quick li span.normal { | |
445 | border: none; |
|
445 | border: none; | |
446 | padding: 10px 12px 8px; |
|
446 | padding: 10px 12px 8px; | |
447 | } |
|
447 | } | |
448 |
|
448 | |||
449 | #header #header-inner #quick li span.icon { |
|
449 | #header #header-inner #quick li span.icon { | |
450 | border-left: none; |
|
450 | border-left: none; | |
451 | padding-left: 10px; |
|
451 | padding-left: 10px; | |
452 | } |
|
452 | } | |
453 |
|
453 | |||
454 | #header #header-inner #quick li span.icon_short { |
|
454 | #header #header-inner #quick li span.icon_short { | |
455 | top: 0; |
|
455 | top: 0; | |
456 | left: 0; |
|
456 | left: 0; | |
457 | border-left: none; |
|
457 | border-left: none; | |
458 | border-right: 1px solid #2e5c89; |
|
458 | border-right: 1px solid #2e5c89; | |
459 | padding: 8px 6px 4px; |
|
459 | padding: 8px 6px 4px; | |
460 | } |
|
460 | } | |
461 |
|
461 | |||
462 | #header #header-inner #quick li span.icon img, #header #header-inner #quick li span.icon_short img { |
|
462 | #header #header-inner #quick li span.icon img, #header #header-inner #quick li span.icon_short img { | |
463 | vertical-align: middle; |
|
463 | vertical-align: middle; | |
464 | margin-bottom: 2px; |
|
464 | margin-bottom: 2px; | |
465 | } |
|
465 | } | |
466 |
|
466 | |||
467 | #header #header-inner #quick ul.repo_switcher { |
|
467 | #header #header-inner #quick ul.repo_switcher { | |
468 | max-height: 275px; |
|
468 | max-height: 275px; | |
469 | overflow-x: hidden; |
|
469 | overflow-x: hidden; | |
470 | overflow-y: auto; |
|
470 | overflow-y: auto; | |
471 | } |
|
471 | } | |
472 |
|
472 | |||
473 | #header #header-inner #quick ul.repo_switcher li.qfilter_rs { |
|
473 | #header #header-inner #quick ul.repo_switcher li.qfilter_rs { | |
474 | padding: 2px 3px; |
|
474 | padding: 2px 3px; | |
475 | padding-right: 17px; |
|
475 | padding-right: 17px; | |
476 | } |
|
476 | } | |
477 |
|
477 | |||
478 | #header #header-inner #quick ul.repo_switcher li.qfilter_rs input { |
|
478 | #header #header-inner #quick ul.repo_switcher li.qfilter_rs input { | |
479 | width: 100%; |
|
479 | width: 100%; | |
480 | border-radius: 10px; |
|
480 | border-radius: 10px; | |
481 | padding: 2px 7px; |
|
481 | padding: 2px 7px; | |
482 | } |
|
482 | } | |
483 |
|
483 | |||
484 | #header #header-inner #quick .repo_switcher_type { |
|
484 | #header #header-inner #quick .repo_switcher_type { | |
485 | position: absolute; |
|
485 | position: absolute; | |
486 | left: 0; |
|
486 | left: 0; | |
487 | top: 9px; |
|
487 | top: 9px; | |
488 | margin: 0px 2px 0px 2px; |
|
488 | margin: 0px 2px 0px 2px; | |
489 | } |
|
489 | } | |
490 |
|
490 | |||
491 | #header #header-inner #quick li ul li a.journal, #header #header-inner #quick li ul li a.journal:hover { |
|
491 | #header #header-inner #quick li ul li a.journal, #header #header-inner #quick li ul li a.journal:hover { | |
492 | background-image: url("../images/icons/book.png"); |
|
492 | background-image: url("../images/icons/book.png"); | |
493 | } |
|
493 | } | |
494 |
|
494 | |||
495 | #header #header-inner #quick li ul li a.private_repo, #header #header-inner #quick li ul li a.private_repo:hover { |
|
495 | #header #header-inner #quick li ul li a.private_repo, #header #header-inner #quick li ul li a.private_repo:hover { | |
496 | background-image: url("../images/icons/private_repo.png") |
|
496 | background-image: url("../images/icons/private_repo.png") | |
497 | } |
|
497 | } | |
498 |
|
498 | |||
499 | #header #header-inner #quick li ul li a.public_repo, #header #header-inner #quick li ul li a.public_repo:hover { |
|
499 | #header #header-inner #quick li ul li a.public_repo, #header #header-inner #quick li ul li a.public_repo:hover { | |
500 | background-image: url("../images/icons/public_repo.png"); |
|
500 | background-image: url("../images/icons/public_repo.png"); | |
501 | } |
|
501 | } | |
502 |
|
502 | |||
503 | #header #header-inner #quick li ul li a.hg, #header #header-inner #quick li ul li a.hg:hover { |
|
503 | #header #header-inner #quick li ul li a.hg, #header #header-inner #quick li ul li a.hg:hover { | |
504 | background-image: url("../images/icons/hgicon.png"); |
|
504 | background-image: url("../images/icons/hgicon.png"); | |
505 | padding-left: 42px; |
|
505 | padding-left: 42px; | |
506 | background-position: 20px 9px; |
|
506 | background-position: 20px 9px; | |
507 | } |
|
507 | } | |
508 |
|
508 | |||
509 | #header #header-inner #quick li ul li a.git, #header #header-inner #quick li ul li a.git:hover { |
|
509 | #header #header-inner #quick li ul li a.git, #header #header-inner #quick li ul li a.git:hover { | |
510 | background-image: url("../images/icons/giticon.png"); |
|
510 | background-image: url("../images/icons/giticon.png"); | |
511 | padding-left: 42px; |
|
511 | padding-left: 42px; | |
512 | background-position: 20px 9px; |
|
512 | background-position: 20px 9px; | |
513 | } |
|
513 | } | |
514 |
|
514 | |||
515 | #header #header-inner #quick li ul li a.repos, #header #header-inner #quick li ul li a.repos:hover { |
|
515 | #header #header-inner #quick li ul li a.repos, #header #header-inner #quick li ul li a.repos:hover { | |
516 | background-image: url("../images/icons/database_edit.png"); |
|
516 | background-image: url("../images/icons/database_edit.png"); | |
517 | } |
|
517 | } | |
518 |
|
518 | |||
519 | #header #header-inner #quick li ul li a.repos_groups, #header #header-inner #quick li ul li a.repos_groups:hover { |
|
519 | #header #header-inner #quick li ul li a.repos_groups, #header #header-inner #quick li ul li a.repos_groups:hover { | |
520 | background-image: url("../images/icons/database_link.png"); |
|
520 | background-image: url("../images/icons/database_link.png"); | |
521 | } |
|
521 | } | |
522 |
|
522 | |||
523 | #header #header-inner #quick li ul li a.users, #header #header-inner #quick li ul li a.users:hover { |
|
523 | #header #header-inner #quick li ul li a.users, #header #header-inner #quick li ul li a.users:hover { | |
524 | background-image: url("../images/icons/user_edit.png"); |
|
524 | background-image: url("../images/icons/user_edit.png"); | |
525 | } |
|
525 | } | |
526 |
|
526 | |||
527 | #header #header-inner #quick li ul li a.groups, #header #header-inner #quick li ul li a.groups:hover { |
|
527 | #header #header-inner #quick li ul li a.groups, #header #header-inner #quick li ul li a.groups:hover { | |
528 | background-image: url("../images/icons/group_edit.png"); |
|
528 | background-image: url("../images/icons/group_edit.png"); | |
529 | } |
|
529 | } | |
530 |
|
530 | |||
531 | #header #header-inner #quick li ul li a.defaults, #header #header-inner #quick li ul li a.defaults:hover { |
|
531 | #header #header-inner #quick li ul li a.defaults, #header #header-inner #quick li ul li a.defaults:hover { | |
532 | background-image: url("../images/icons/wrench.png"); |
|
532 | background-image: url("../images/icons/wrench.png"); | |
533 | } |
|
533 | } | |
534 |
|
534 | |||
535 | #header #header-inner #quick li ul li a.settings, #header #header-inner #quick li ul li a.settings:hover { |
|
535 | #header #header-inner #quick li ul li a.settings, #header #header-inner #quick li ul li a.settings:hover { | |
536 | background-image: url("../images/icons/cog.png"); |
|
536 | background-image: url("../images/icons/cog.png"); | |
537 | } |
|
537 | } | |
538 |
|
538 | |||
539 | #header #header-inner #quick li ul li a.permissions, #header #header-inner #quick li ul li a.permissions:hover { |
|
539 | #header #header-inner #quick li ul li a.permissions, #header #header-inner #quick li ul li a.permissions:hover { | |
540 | background-image: url("../images/icons/key.png"); |
|
540 | background-image: url("../images/icons/key.png"); | |
541 | } |
|
541 | } | |
542 |
|
542 | |||
543 | #header #header-inner #quick li ul li a.ldap, #header #header-inner #quick li ul li a.ldap:hover { |
|
543 | #header #header-inner #quick li ul li a.ldap, #header #header-inner #quick li ul li a.ldap:hover { | |
544 | background-image: url("../images/icons/server_key.png"); |
|
544 | background-image: url("../images/icons/server_key.png"); | |
545 | } |
|
545 | } | |
546 |
|
546 | |||
547 | #header #header-inner #quick li ul li a.fork, #header #header-inner #quick li ul li a.fork:hover { |
|
547 | #header #header-inner #quick li ul li a.fork, #header #header-inner #quick li ul li a.fork:hover { | |
548 | background-image: url("../images/icons/arrow_divide.png"); |
|
548 | background-image: url("../images/icons/arrow_divide.png"); | |
549 | } |
|
549 | } | |
550 |
|
550 | |||
551 | #header #header-inner #quick li ul li a.locking_add, #header #header-inner #quick li ul li a.locking_add:hover { |
|
551 | #header #header-inner #quick li ul li a.locking_add, #header #header-inner #quick li ul li a.locking_add:hover { | |
552 | background-image: url("../images/icons/lock_add.png"); |
|
552 | background-image: url("../images/icons/lock_add.png"); | |
553 | } |
|
553 | } | |
554 |
|
554 | |||
555 | #header #header-inner #quick li ul li a.locking_del, #header #header-inner #quick li ul li a.locking_del:hover { |
|
555 | #header #header-inner #quick li ul li a.locking_del, #header #header-inner #quick li ul li a.locking_del:hover { | |
556 | background-image: url("../images/icons/lock_delete.png"); |
|
556 | background-image: url("../images/icons/lock_delete.png"); | |
557 | } |
|
557 | } | |
558 |
|
558 | |||
559 | #header #header-inner #quick li ul li a.pull_request, #header #header-inner #quick li ul li a.pull_request:hover { |
|
559 | #header #header-inner #quick li ul li a.pull_request, #header #header-inner #quick li ul li a.pull_request:hover { | |
560 | background-image: url("../images/icons/arrow_join.png") ; |
|
560 | background-image: url("../images/icons/arrow_join.png") ; | |
561 | } |
|
561 | } | |
562 |
|
562 | |||
563 | #header #header-inner #quick li ul li a.compare_request, #header #header-inner #quick li ul li a.compare_request:hover { |
|
563 | #header #header-inner #quick li ul li a.compare_request, #header #header-inner #quick li ul li a.compare_request:hover { | |
564 | background-image: url("../images/icons/arrow_inout.png"); |
|
564 | background-image: url("../images/icons/arrow_inout.png"); | |
565 | } |
|
565 | } | |
566 |
|
566 | |||
567 | #header #header-inner #quick li ul li a.search, #header #header-inner #quick li ul li a.search:hover { |
|
567 | #header #header-inner #quick li ul li a.search, #header #header-inner #quick li ul li a.search:hover { | |
568 | background-image: url("../images/icons/search_16.png"); |
|
568 | background-image: url("../images/icons/search_16.png"); | |
569 | } |
|
569 | } | |
570 |
|
570 | |||
571 | #header #header-inner #quick li ul li a.delete, #header #header-inner #quick li ul li a.delete:hover { |
|
571 | #header #header-inner #quick li ul li a.delete, #header #header-inner #quick li ul li a.delete:hover { | |
572 | background-image: url("../images/icons/delete.png"); |
|
572 | background-image: url("../images/icons/delete.png"); | |
573 | } |
|
573 | } | |
574 |
|
574 | |||
575 | #header #header-inner #quick li ul li a.branches, #header #header-inner #quick li ul li a.branches:hover { |
|
575 | #header #header-inner #quick li ul li a.branches, #header #header-inner #quick li ul li a.branches:hover { | |
576 | background-image: url("../images/icons/arrow_branch.png"); |
|
576 | background-image: url("../images/icons/arrow_branch.png"); | |
577 | } |
|
577 | } | |
578 |
|
578 | |||
579 | #header #header-inner #quick li ul li a.tags, |
|
579 | #header #header-inner #quick li ul li a.tags, | |
580 | #header #header-inner #quick li ul li a.tags:hover { |
|
580 | #header #header-inner #quick li ul li a.tags:hover { | |
581 | background: #FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px; |
|
581 | background: #FFF url("../images/icons/tag_blue.png") no-repeat 4px 9px; | |
582 | width: 167px; |
|
582 | width: 167px; | |
583 | margin: 0; |
|
583 | margin: 0; | |
584 | padding: 12px 9px 7px 24px; |
|
584 | padding: 12px 9px 7px 24px; | |
585 | } |
|
585 | } | |
586 |
|
586 | |||
587 | #header #header-inner #quick li ul li a.bookmarks, |
|
587 | #header #header-inner #quick li ul li a.bookmarks, | |
588 | #header #header-inner #quick li ul li a.bookmarks:hover { |
|
588 | #header #header-inner #quick li ul li a.bookmarks:hover { | |
589 | background: #FFF url("../images/icons/tag_green.png") no-repeat 4px 9px; |
|
589 | background: #FFF url("../images/icons/tag_green.png") no-repeat 4px 9px; | |
590 | width: 167px; |
|
590 | width: 167px; | |
591 | margin: 0; |
|
591 | margin: 0; | |
592 | padding: 12px 9px 7px 24px; |
|
592 | padding: 12px 9px 7px 24px; | |
593 | } |
|
593 | } | |
594 |
|
594 | |||
595 | #header #header-inner #quick li ul li a.admin, |
|
595 | #header #header-inner #quick li ul li a.admin, | |
596 | #header #header-inner #quick li ul li a.admin:hover { |
|
596 | #header #header-inner #quick li ul li a.admin:hover { | |
597 | background: #FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px; |
|
597 | background: #FFF url("../images/icons/cog_edit.png") no-repeat 4px 9px; | |
598 | width: 167px; |
|
598 | width: 167px; | |
599 | margin: 0; |
|
599 | margin: 0; | |
600 | padding: 12px 9px 7px 24px; |
|
600 | padding: 12px 9px 7px 24px; | |
601 | } |
|
601 | } | |
602 |
|
602 | |||
603 | .groups_breadcrumbs a { |
|
603 | .groups_breadcrumbs a { | |
604 | color: #fff; |
|
604 | color: #fff; | |
605 | } |
|
605 | } | |
606 |
|
606 | |||
607 | .groups_breadcrumbs a:hover { |
|
607 | .groups_breadcrumbs a:hover { | |
608 | color: #bfe3ff; |
|
608 | color: #bfe3ff; | |
609 | text-decoration: none; |
|
609 | text-decoration: none; | |
610 | } |
|
610 | } | |
611 |
|
611 | |||
612 | td.quick_repo_menu { |
|
612 | td.quick_repo_menu { | |
613 | background: #FFF url("../images/vertical-indicator.png") 8px 50% no-repeat !important; |
|
613 | background: #FFF url("../images/vertical-indicator.png") 8px 50% no-repeat !important; | |
614 | cursor: pointer; |
|
614 | cursor: pointer; | |
615 | width: 8px; |
|
615 | width: 8px; | |
616 | border: 1px solid transparent; |
|
616 | border: 1px solid transparent; | |
617 | } |
|
617 | } | |
618 |
|
618 | |||
619 | td.quick_repo_menu.active { |
|
619 | td.quick_repo_menu.active { | |
620 | background: url("../images/dt-arrow-dn.png") no-repeat scroll 5px 50% #FFFFFF !important; |
|
620 | background: url("../images/dt-arrow-dn.png") no-repeat scroll 5px 50% #FFFFFF !important; | |
621 | border: 1px solid #003367; |
|
621 | border: 1px solid #003367; | |
622 | box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); |
|
622 | box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); | |
623 | cursor: pointer; |
|
623 | cursor: pointer; | |
624 | } |
|
624 | } | |
625 |
|
625 | |||
626 | td.quick_repo_menu .menu_items { |
|
626 | td.quick_repo_menu .menu_items { | |
627 | margin-top: 10px; |
|
627 | margin-top: 10px; | |
628 | margin-left: -6px; |
|
628 | margin-left: -6px; | |
629 | width: 150px; |
|
629 | width: 150px; | |
630 | position: absolute; |
|
630 | position: absolute; | |
631 | background-color: #FFF; |
|
631 | background-color: #FFF; | |
632 | background: none repeat scroll 0 0 #FFFFFF; |
|
632 | background: none repeat scroll 0 0 #FFFFFF; | |
633 | border-color: #003367 #666666 #666666; |
|
633 | border-color: #003367 #666666 #666666; | |
634 | border-right: 1px solid #666666; |
|
634 | border-right: 1px solid #666666; | |
635 | border-style: solid; |
|
635 | border-style: solid; | |
636 | border-width: 1px; |
|
636 | border-width: 1px; | |
637 | box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2); |
|
637 | box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2); | |
638 | border-top-style: none; |
|
638 | border-top-style: none; | |
639 | } |
|
639 | } | |
640 |
|
640 | |||
641 | td.quick_repo_menu .menu_items li { |
|
641 | td.quick_repo_menu .menu_items li { | |
642 | padding: 0 !important; |
|
642 | padding: 0 !important; | |
643 | } |
|
643 | } | |
644 |
|
644 | |||
645 | td.quick_repo_menu .menu_items a { |
|
645 | td.quick_repo_menu .menu_items a { | |
646 | display: block; |
|
646 | display: block; | |
647 | padding: 4px 12px 4px 8px; |
|
647 | padding: 4px 12px 4px 8px; | |
648 | } |
|
648 | } | |
649 |
|
649 | |||
650 | td.quick_repo_menu .menu_items a:hover { |
|
650 | td.quick_repo_menu .menu_items a:hover { | |
651 | background-color: #EEE; |
|
651 | background-color: #EEE; | |
652 | text-decoration: none; |
|
652 | text-decoration: none; | |
653 | } |
|
653 | } | |
654 |
|
654 | |||
655 | td.quick_repo_menu .menu_items .icon img { |
|
655 | td.quick_repo_menu .menu_items .icon img { | |
656 | margin-bottom: -2px; |
|
656 | margin-bottom: -2px; | |
657 | } |
|
657 | } | |
658 |
|
658 | |||
659 | td.quick_repo_menu .menu_items.hidden { |
|
659 | td.quick_repo_menu .menu_items.hidden { | |
660 | display: none; |
|
660 | display: none; | |
661 | } |
|
661 | } | |
662 |
|
662 | |||
663 | .yui-dt-first th { |
|
663 | .yui-dt-first th { | |
664 | text-align: left; |
|
664 | text-align: left; | |
665 | } |
|
665 | } | |
666 |
|
666 | |||
667 | /* |
|
667 | /* | |
668 | Copyright (c) 2011, Yahoo! Inc. All rights reserved. |
|
668 | Copyright (c) 2011, Yahoo! Inc. All rights reserved. | |
669 | Code licensed under the BSD License: |
|
669 | Code licensed under the BSD License: | |
670 | http://developer.yahoo.com/yui/license.html |
|
670 | http://developer.yahoo.com/yui/license.html | |
671 | version: 2.9.0 |
|
671 | version: 2.9.0 | |
672 | */ |
|
672 | */ | |
673 | .yui-skin-sam .yui-dt-mask { |
|
673 | .yui-skin-sam .yui-dt-mask { | |
674 | position: absolute; |
|
674 | position: absolute; | |
675 | z-index: 9500; |
|
675 | z-index: 9500; | |
676 | } |
|
676 | } | |
677 | .yui-dt-tmp { |
|
677 | .yui-dt-tmp { | |
678 | position: absolute; |
|
678 | position: absolute; | |
679 | left: -9000px; |
|
679 | left: -9000px; | |
680 | } |
|
680 | } | |
681 | .yui-dt-scrollable .yui-dt-bd { overflow: auto } |
|
681 | .yui-dt-scrollable .yui-dt-bd { overflow: auto } | |
682 | .yui-dt-scrollable .yui-dt-hd { |
|
682 | .yui-dt-scrollable .yui-dt-hd { | |
683 | overflow: hidden; |
|
683 | overflow: hidden; | |
684 | position: relative; |
|
684 | position: relative; | |
685 | } |
|
685 | } | |
686 | .yui-dt-scrollable .yui-dt-bd thead tr, |
|
686 | .yui-dt-scrollable .yui-dt-bd thead tr, | |
687 | .yui-dt-scrollable .yui-dt-bd thead th { |
|
687 | .yui-dt-scrollable .yui-dt-bd thead th { | |
688 | position: absolute; |
|
688 | position: absolute; | |
689 | left: -1500px; |
|
689 | left: -1500px; | |
690 | } |
|
690 | } | |
691 | .yui-dt-scrollable tbody { -moz-outline: 0 } |
|
691 | .yui-dt-scrollable tbody { -moz-outline: 0 } | |
692 | .yui-skin-sam thead .yui-dt-sortable { cursor: pointer } |
|
692 | .yui-skin-sam thead .yui-dt-sortable { cursor: pointer } | |
693 | .yui-skin-sam thead .yui-dt-draggable { cursor: move } |
|
693 | .yui-skin-sam thead .yui-dt-draggable { cursor: move } | |
694 | .yui-dt-coltarget { |
|
694 | .yui-dt-coltarget { | |
695 | position: absolute; |
|
695 | position: absolute; | |
696 | z-index: 999; |
|
696 | z-index: 999; | |
697 | } |
|
697 | } | |
698 | .yui-dt-hd { zoom: 1 } |
|
698 | .yui-dt-hd { zoom: 1 } | |
699 | th.yui-dt-resizeable .yui-dt-resizerliner { position: relative } |
|
699 | th.yui-dt-resizeable .yui-dt-resizerliner { position: relative } | |
700 | .yui-dt-resizer { |
|
700 | .yui-dt-resizer { | |
701 | position: absolute; |
|
701 | position: absolute; | |
702 | right: 0; |
|
702 | right: 0; | |
703 | bottom: 0; |
|
703 | bottom: 0; | |
704 | height: 100%; |
|
704 | height: 100%; | |
705 | cursor: e-resize; |
|
705 | cursor: e-resize; | |
706 | cursor: col-resize; |
|
706 | cursor: col-resize; | |
707 | background-color: #CCC; |
|
707 | background-color: #CCC; | |
708 | opacity: 0; |
|
708 | opacity: 0; | |
709 | filter: alpha(opacity=0); |
|
709 | filter: alpha(opacity=0); | |
710 | } |
|
710 | } | |
711 | .yui-dt-resizerproxy { |
|
711 | .yui-dt-resizerproxy { | |
712 | visibility: hidden; |
|
712 | visibility: hidden; | |
713 | position: absolute; |
|
713 | position: absolute; | |
714 | z-index: 9000; |
|
714 | z-index: 9000; | |
715 | background-color: #CCC; |
|
715 | background-color: #CCC; | |
716 | opacity: 0; |
|
716 | opacity: 0; | |
717 | filter: alpha(opacity=0); |
|
717 | filter: alpha(opacity=0); | |
718 | } |
|
718 | } | |
719 | th.yui-dt-hidden .yui-dt-liner, |
|
719 | th.yui-dt-hidden .yui-dt-liner, | |
720 | td.yui-dt-hidden .yui-dt-liner, |
|
720 | td.yui-dt-hidden .yui-dt-liner, | |
721 | th.yui-dt-hidden .yui-dt-resizer { display: none } |
|
721 | th.yui-dt-hidden .yui-dt-resizer { display: none } | |
722 | .yui-dt-editor, |
|
722 | .yui-dt-editor, | |
723 | .yui-dt-editor-shim { |
|
723 | .yui-dt-editor-shim { | |
724 | position: absolute; |
|
724 | position: absolute; | |
725 | z-index: 9000; |
|
725 | z-index: 9000; | |
726 | } |
|
726 | } | |
727 | .yui-skin-sam .yui-dt table { |
|
727 | .yui-skin-sam .yui-dt table { | |
728 | margin: 0; |
|
728 | margin: 0; | |
729 | padding: 0; |
|
729 | padding: 0; | |
730 | font-family: arial; |
|
730 | font-family: arial; | |
731 | font-size: inherit; |
|
731 | font-size: inherit; | |
732 | border-collapse: separate; |
|
732 | border-collapse: separate; | |
733 | *border-collapse: collapse; |
|
733 | *border-collapse: collapse; | |
734 | border-spacing: 0; |
|
734 | border-spacing: 0; | |
735 | border: 1px solid #7f7f7f; |
|
735 | border: 1px solid #7f7f7f; | |
736 | } |
|
736 | } | |
737 | .yui-skin-sam .yui-dt thead { border-spacing: 0 } |
|
737 | .yui-skin-sam .yui-dt thead { border-spacing: 0 } | |
738 | .yui-skin-sam .yui-dt caption { |
|
738 | .yui-skin-sam .yui-dt caption { | |
739 | color: #000; |
|
739 | color: #000; | |
740 | font-size: 85%; |
|
740 | font-size: 85%; | |
741 | font-weight: normal; |
|
741 | font-weight: normal; | |
742 | font-style: italic; |
|
742 | font-style: italic; | |
743 | line-height: 1; |
|
743 | line-height: 1; | |
744 | padding: 1em 0; |
|
744 | padding: 1em 0; | |
745 | text-align: center; |
|
745 | text-align: center; | |
746 | } |
|
746 | } | |
747 | .yui-skin-sam .yui-dt th { background: #d8d8da url(../images/sprite.png) repeat-x 0 0 } |
|
747 | .yui-skin-sam .yui-dt th { background: #d8d8da url(../images/sprite.png) repeat-x 0 0 } | |
748 | .yui-skin-sam .yui-dt th, |
|
748 | .yui-skin-sam .yui-dt th, | |
749 | .yui-skin-sam .yui-dt th a { |
|
749 | .yui-skin-sam .yui-dt th a { | |
750 | font-weight: normal; |
|
750 | font-weight: normal; | |
751 | text-decoration: none; |
|
751 | text-decoration: none; | |
752 | color: #000; |
|
752 | color: #000; | |
753 | vertical-align: bottom; |
|
753 | vertical-align: bottom; | |
754 | } |
|
754 | } | |
755 | .yui-skin-sam .yui-dt th { |
|
755 | .yui-skin-sam .yui-dt th { | |
756 | margin: 0; |
|
756 | margin: 0; | |
757 | padding: 0; |
|
757 | padding: 0; | |
758 | border: 0; |
|
758 | border: 0; | |
759 | border-right: 1px solid #cbcbcb; |
|
759 | border-right: 1px solid #cbcbcb; | |
760 | } |
|
760 | } | |
761 | .yui-skin-sam .yui-dt tr.yui-dt-first td { border-top: 1px solid #7f7f7f } |
|
761 | .yui-skin-sam .yui-dt tr.yui-dt-first td { border-top: 1px solid #7f7f7f } | |
762 | .yui-skin-sam .yui-dt th .yui-dt-liner { white-space: nowrap } |
|
762 | .yui-skin-sam .yui-dt th .yui-dt-liner { white-space: nowrap } | |
763 | .yui-skin-sam .yui-dt-liner { |
|
763 | .yui-skin-sam .yui-dt-liner { | |
764 | margin: 0; |
|
764 | margin: 0; | |
765 | padding: 0; |
|
765 | padding: 0; | |
766 | } |
|
766 | } | |
767 | .yui-skin-sam .yui-dt-coltarget { |
|
767 | .yui-skin-sam .yui-dt-coltarget { | |
768 | width: 5px; |
|
768 | width: 5px; | |
769 | background-color: red; |
|
769 | background-color: red; | |
770 | } |
|
770 | } | |
771 | .yui-skin-sam .yui-dt td { |
|
771 | .yui-skin-sam .yui-dt td { | |
772 | margin: 0; |
|
772 | margin: 0; | |
773 | padding: 0; |
|
773 | padding: 0; | |
774 | border: 0; |
|
774 | border: 0; | |
775 | border-right: 1px solid #cbcbcb; |
|
775 | border-right: 1px solid #cbcbcb; | |
776 | text-align: left; |
|
776 | text-align: left; | |
777 | } |
|
777 | } | |
778 | .yui-skin-sam .yui-dt-list td { border-right: 0 } |
|
778 | .yui-skin-sam .yui-dt-list td { border-right: 0 } | |
779 | .yui-skin-sam .yui-dt-resizer { width: 6px } |
|
779 | .yui-skin-sam .yui-dt-resizer { width: 6px } | |
780 | .yui-skin-sam .yui-dt-mask { |
|
780 | .yui-skin-sam .yui-dt-mask { | |
781 | background-color: #000; |
|
781 | background-color: #000; | |
782 | opacity: .25; |
|
782 | opacity: .25; | |
783 | filter: alpha(opacity=25); |
|
783 | filter: alpha(opacity=25); | |
784 | } |
|
784 | } | |
785 | .yui-skin-sam .yui-dt-message { background-color: #FFF } |
|
785 | .yui-skin-sam .yui-dt-message { background-color: #FFF } | |
786 | .yui-skin-sam .yui-dt-scrollable table { border: 0 } |
|
786 | .yui-skin-sam .yui-dt-scrollable table { border: 0 } | |
787 | .yui-skin-sam .yui-dt-scrollable .yui-dt-hd { |
|
787 | .yui-skin-sam .yui-dt-scrollable .yui-dt-hd { | |
788 | border-left: 1px solid #7f7f7f; |
|
788 | border-left: 1px solid #7f7f7f; | |
789 | border-top: 1px solid #7f7f7f; |
|
789 | border-top: 1px solid #7f7f7f; | |
790 | border-right: 1px solid #7f7f7f; |
|
790 | border-right: 1px solid #7f7f7f; | |
791 | } |
|
791 | } | |
792 | .yui-skin-sam .yui-dt-scrollable .yui-dt-bd { |
|
792 | .yui-skin-sam .yui-dt-scrollable .yui-dt-bd { | |
793 | border-left: 1px solid #7f7f7f; |
|
793 | border-left: 1px solid #7f7f7f; | |
794 | border-bottom: 1px solid #7f7f7f; |
|
794 | border-bottom: 1px solid #7f7f7f; | |
795 | border-right: 1px solid #7f7f7f; |
|
795 | border-right: 1px solid #7f7f7f; | |
796 | background-color: #FFF; |
|
796 | background-color: #FFF; | |
797 | } |
|
797 | } | |
798 | .yui-skin-sam .yui-dt-scrollable .yui-dt-data tr.yui-dt-last td { border-bottom: 1px solid #7f7f7f } |
|
798 | .yui-skin-sam .yui-dt-scrollable .yui-dt-data tr.yui-dt-last td { border-bottom: 1px solid #7f7f7f } | |
799 | .yui-skin-sam th.yui-dt-asc, |
|
799 | .yui-skin-sam th.yui-dt-asc, | |
800 | .yui-skin-sam th.yui-dt-desc { background: url(../images/sprite.png) repeat-x 0 -100px } |
|
800 | .yui-skin-sam th.yui-dt-desc { background: url(../images/sprite.png) repeat-x 0 -100px } | |
801 | .yui-skin-sam th.yui-dt-sortable .yui-dt-label { margin-right: 10px } |
|
801 | .yui-skin-sam th.yui-dt-sortable .yui-dt-label { margin-right: 10px } | |
802 | .yui-skin-sam th.yui-dt-asc .yui-dt-liner { background: url(../images/dt-arrow-up.png) no-repeat right } |
|
802 | .yui-skin-sam th.yui-dt-asc .yui-dt-liner { background: url(../images/dt-arrow-up.png) no-repeat right } | |
803 | .yui-skin-sam th.yui-dt-desc .yui-dt-liner { background: url(../images/dt-arrow-dn.png) no-repeat right } |
|
803 | .yui-skin-sam th.yui-dt-desc .yui-dt-liner { background: url(../images/dt-arrow-dn.png) no-repeat right } | |
804 | tbody .yui-dt-editable { cursor: pointer } |
|
804 | tbody .yui-dt-editable { cursor: pointer } | |
805 | .yui-dt-editor { |
|
805 | .yui-dt-editor { | |
806 | text-align: left; |
|
806 | text-align: left; | |
807 | background-color: #f2f2f2; |
|
807 | background-color: #f2f2f2; | |
808 | border: 1px solid #808080; |
|
808 | border: 1px solid #808080; | |
809 | padding: 6px; |
|
809 | padding: 6px; | |
810 | } |
|
810 | } | |
811 | .yui-dt-editor label { |
|
811 | .yui-dt-editor label { | |
812 | padding-left: 4px; |
|
812 | padding-left: 4px; | |
813 | padding-right: 6px; |
|
813 | padding-right: 6px; | |
814 | } |
|
814 | } | |
815 | .yui-dt-editor .yui-dt-button { |
|
815 | .yui-dt-editor .yui-dt-button { | |
816 | padding-top: 6px; |
|
816 | padding-top: 6px; | |
817 | text-align: right; |
|
817 | text-align: right; | |
818 | } |
|
818 | } | |
819 | .yui-dt-editor .yui-dt-button button { |
|
819 | .yui-dt-editor .yui-dt-button button { | |
820 | background: url(../images/sprite.png) repeat-x 0 0; |
|
820 | background: url(../images/sprite.png) repeat-x 0 0; | |
821 | border: 1px solid #999; |
|
821 | border: 1px solid #999; | |
822 | width: 4em; |
|
822 | width: 4em; | |
823 | height: 1.8em; |
|
823 | height: 1.8em; | |
824 | margin-left: 6px; |
|
824 | margin-left: 6px; | |
825 | } |
|
825 | } | |
826 | .yui-dt-editor .yui-dt-button button.yui-dt-default { |
|
826 | .yui-dt-editor .yui-dt-button button.yui-dt-default { | |
827 | background: url(../images/sprite.png) repeat-x 0 -1400px; |
|
827 | background: url(../images/sprite.png) repeat-x 0 -1400px; | |
828 | background-color: #5584e0; |
|
828 | background-color: #5584e0; | |
829 | border: 1px solid #304369; |
|
829 | border: 1px solid #304369; | |
830 | color: #FFF; |
|
830 | color: #FFF; | |
831 | } |
|
831 | } | |
832 | .yui-dt-editor .yui-dt-button button:hover { |
|
832 | .yui-dt-editor .yui-dt-button button:hover { | |
833 | background: url(../images/sprite.png) repeat-x 0 -1300px; |
|
833 | background: url(../images/sprite.png) repeat-x 0 -1300px; | |
834 | color: #000; |
|
834 | color: #000; | |
835 | } |
|
835 | } | |
836 | .yui-dt-editor .yui-dt-button button:active { |
|
836 | .yui-dt-editor .yui-dt-button button:active { | |
837 | background: url(../images/sprite.png) repeat-x 0 -1700px; |
|
837 | background: url(../images/sprite.png) repeat-x 0 -1700px; | |
838 | color: #000; |
|
838 | color: #000; | |
839 | } |
|
839 | } | |
840 | .yui-skin-sam tr.yui-dt-even { background-color: #FFF } |
|
840 | .yui-skin-sam tr.yui-dt-even { background-color: #FFF } | |
841 | .yui-skin-sam tr.yui-dt-odd { background-color: #edf5ff } |
|
841 | .yui-skin-sam tr.yui-dt-odd { background-color: #edf5ff } | |
842 | .yui-skin-sam tr.yui-dt-even td.yui-dt-asc, |
|
842 | .yui-skin-sam tr.yui-dt-even td.yui-dt-asc, | |
843 | .yui-skin-sam tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff } |
|
843 | .yui-skin-sam tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff } | |
844 | .yui-skin-sam tr.yui-dt-odd td.yui-dt-asc, |
|
844 | .yui-skin-sam tr.yui-dt-odd td.yui-dt-asc, | |
845 | .yui-skin-sam tr.yui-dt-odd td.yui-dt-desc { background-color: #dbeaff } |
|
845 | .yui-skin-sam tr.yui-dt-odd td.yui-dt-desc { background-color: #dbeaff } | |
846 | .yui-skin-sam .yui-dt-list tr.yui-dt-even { background-color: #FFF } |
|
846 | .yui-skin-sam .yui-dt-list tr.yui-dt-even { background-color: #FFF } | |
847 | .yui-skin-sam .yui-dt-list tr.yui-dt-odd { background-color: #FFF } |
|
847 | .yui-skin-sam .yui-dt-list tr.yui-dt-odd { background-color: #FFF } | |
848 | .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-asc, |
|
848 | .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-asc, | |
849 | .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff } |
|
849 | .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-desc { background-color: #edf5ff } | |
850 | .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-asc, |
|
850 | .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-asc, | |
851 | .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-desc { background-color: #edf5ff } |
|
851 | .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-desc { background-color: #edf5ff } | |
852 | .yui-skin-sam th.yui-dt-highlighted, |
|
852 | .yui-skin-sam th.yui-dt-highlighted, | |
853 | .yui-skin-sam th.yui-dt-highlighted a { background-color: #b2d2ff } |
|
853 | .yui-skin-sam th.yui-dt-highlighted a { background-color: #b2d2ff } | |
854 | .yui-skin-sam tr.yui-dt-highlighted, |
|
854 | .yui-skin-sam tr.yui-dt-highlighted, | |
855 | .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-asc, |
|
855 | .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-asc, | |
856 | .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-desc, |
|
856 | .yui-skin-sam tr.yui-dt-highlighted td.yui-dt-desc, | |
857 | .yui-skin-sam tr.yui-dt-even td.yui-dt-highlighted, |
|
857 | .yui-skin-sam tr.yui-dt-even td.yui-dt-highlighted, | |
858 | .yui-skin-sam tr.yui-dt-odd td.yui-dt-highlighted { |
|
858 | .yui-skin-sam tr.yui-dt-odd td.yui-dt-highlighted { | |
859 | cursor: pointer; |
|
859 | cursor: pointer; | |
860 | background-color: #b2d2ff; |
|
860 | background-color: #b2d2ff; | |
861 | } |
|
861 | } | |
862 | .yui-skin-sam .yui-dt-list th.yui-dt-highlighted, |
|
862 | .yui-skin-sam .yui-dt-list th.yui-dt-highlighted, | |
863 | .yui-skin-sam .yui-dt-list th.yui-dt-highlighted a { background-color: #b2d2ff } |
|
863 | .yui-skin-sam .yui-dt-list th.yui-dt-highlighted a { background-color: #b2d2ff } | |
864 | .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted, |
|
864 | .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted, | |
865 | .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-asc, |
|
865 | .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-asc, | |
866 | .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-desc, |
|
866 | .yui-skin-sam .yui-dt-list tr.yui-dt-highlighted td.yui-dt-desc, | |
867 | .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-highlighted, |
|
867 | .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-highlighted, | |
868 | .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-highlighted { |
|
868 | .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-highlighted { | |
869 | cursor: pointer; |
|
869 | cursor: pointer; | |
870 | background-color: #b2d2ff; |
|
870 | background-color: #b2d2ff; | |
871 | } |
|
871 | } | |
872 | .yui-skin-sam th.yui-dt-selected, |
|
872 | .yui-skin-sam th.yui-dt-selected, | |
873 | .yui-skin-sam th.yui-dt-selected a { background-color: #446cd7 } |
|
873 | .yui-skin-sam th.yui-dt-selected a { background-color: #446cd7 } | |
874 | .yui-skin-sam tr.yui-dt-selected td, |
|
874 | .yui-skin-sam tr.yui-dt-selected td, | |
875 | .yui-skin-sam tr.yui-dt-selected td.yui-dt-asc, |
|
875 | .yui-skin-sam tr.yui-dt-selected td.yui-dt-asc, | |
876 | .yui-skin-sam tr.yui-dt-selected td.yui-dt-desc { |
|
876 | .yui-skin-sam tr.yui-dt-selected td.yui-dt-desc { | |
877 | background-color: #426fd9; |
|
877 | background-color: #426fd9; | |
878 | color: #FFF; |
|
878 | color: #FFF; | |
879 | } |
|
879 | } | |
880 | .yui-skin-sam tr.yui-dt-even td.yui-dt-selected, |
|
880 | .yui-skin-sam tr.yui-dt-even td.yui-dt-selected, | |
881 | .yui-skin-sam tr.yui-dt-odd td.yui-dt-selected { |
|
881 | .yui-skin-sam tr.yui-dt-odd td.yui-dt-selected { | |
882 | background-color: #446cd7; |
|
882 | background-color: #446cd7; | |
883 | color: #FFF; |
|
883 | color: #FFF; | |
884 | } |
|
884 | } | |
885 | .yui-skin-sam .yui-dt-list th.yui-dt-selected, |
|
885 | .yui-skin-sam .yui-dt-list th.yui-dt-selected, | |
886 | .yui-skin-sam .yui-dt-list th.yui-dt-selected a { background-color: #446cd7 } |
|
886 | .yui-skin-sam .yui-dt-list th.yui-dt-selected a { background-color: #446cd7 } | |
887 | .yui-skin-sam .yui-dt-list tr.yui-dt-selected td, |
|
887 | .yui-skin-sam .yui-dt-list tr.yui-dt-selected td, | |
888 | .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-asc, |
|
888 | .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-asc, | |
889 | .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-desc { |
|
889 | .yui-skin-sam .yui-dt-list tr.yui-dt-selected td.yui-dt-desc { | |
890 | background-color: #426fd9; |
|
890 | background-color: #426fd9; | |
891 | color: #FFF; |
|
891 | color: #FFF; | |
892 | } |
|
892 | } | |
893 | .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-selected, |
|
893 | .yui-skin-sam .yui-dt-list tr.yui-dt-even td.yui-dt-selected, | |
894 | .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-selected { |
|
894 | .yui-skin-sam .yui-dt-list tr.yui-dt-odd td.yui-dt-selected { | |
895 | background-color: #446cd7; |
|
895 | background-color: #446cd7; | |
896 | color: #FFF; |
|
896 | color: #FFF; | |
897 | } |
|
897 | } | |
898 | .yui-skin-sam .yui-dt-paginator { |
|
898 | .yui-skin-sam .yui-dt-paginator { | |
899 | display: block; |
|
899 | display: block; | |
900 | margin: 6px 0; |
|
900 | margin: 6px 0; | |
901 | white-space: nowrap; |
|
901 | white-space: nowrap; | |
902 | } |
|
902 | } | |
903 | .yui-skin-sam .yui-dt-paginator .yui-dt-first, |
|
903 | .yui-skin-sam .yui-dt-paginator .yui-dt-first, | |
904 | .yui-skin-sam .yui-dt-paginator .yui-dt-last, |
|
904 | .yui-skin-sam .yui-dt-paginator .yui-dt-last, | |
905 | .yui-skin-sam .yui-dt-paginator .yui-dt-selected { padding: 2px 6px } |
|
905 | .yui-skin-sam .yui-dt-paginator .yui-dt-selected { padding: 2px 6px } | |
906 | .yui-skin-sam .yui-dt-paginator a.yui-dt-first, |
|
906 | .yui-skin-sam .yui-dt-paginator a.yui-dt-first, | |
907 | .yui-skin-sam .yui-dt-paginator a.yui-dt-last { text-decoration: none } |
|
907 | .yui-skin-sam .yui-dt-paginator a.yui-dt-last { text-decoration: none } | |
908 | .yui-skin-sam .yui-dt-paginator .yui-dt-previous, |
|
908 | .yui-skin-sam .yui-dt-paginator .yui-dt-previous, | |
909 | .yui-skin-sam .yui-dt-paginator .yui-dt-next { display: none } |
|
909 | .yui-skin-sam .yui-dt-paginator .yui-dt-next { display: none } | |
910 | .yui-skin-sam a.yui-dt-page { |
|
910 | .yui-skin-sam a.yui-dt-page { | |
911 | border: 1px solid #cbcbcb; |
|
911 | border: 1px solid #cbcbcb; | |
912 | padding: 2px 6px; |
|
912 | padding: 2px 6px; | |
913 | text-decoration: none; |
|
913 | text-decoration: none; | |
914 | background-color: #fff; |
|
914 | background-color: #fff; | |
915 | } |
|
915 | } | |
916 | .yui-skin-sam .yui-dt-selected { |
|
916 | .yui-skin-sam .yui-dt-selected { | |
917 | border: 1px solid #fff; |
|
917 | border: 1px solid #fff; | |
918 | background-color: #fff; |
|
918 | background-color: #fff; | |
919 | } |
|
919 | } | |
920 |
|
920 | |||
921 | #content #left { |
|
921 | #content #left { | |
922 | left: 0; |
|
922 | left: 0; | |
923 | width: 280px; |
|
923 | width: 280px; | |
924 | position: absolute; |
|
924 | position: absolute; | |
925 | } |
|
925 | } | |
926 |
|
926 | |||
927 | #content #right { |
|
927 | #content #right { | |
928 | margin: 0 60px 10px 290px; |
|
928 | margin: 0 60px 10px 290px; | |
929 | } |
|
929 | } | |
930 |
|
930 | |||
931 | #content div.box { |
|
931 | #content div.box { | |
932 | clear: both; |
|
932 | clear: both; | |
933 | background: #fff; |
|
933 | background: #fff; | |
934 | margin: 0 0 10px; |
|
934 | margin: 0 0 10px; | |
935 | padding: 0 0 10px; |
|
935 | padding: 0 0 10px; | |
936 | -webkit-border-radius: 4px 4px 4px 4px; |
|
936 | -webkit-border-radius: 4px 4px 4px 4px; | |
937 | -khtml-border-radius: 4px 4px 4px 4px; |
|
937 | -khtml-border-radius: 4px 4px 4px 4px; | |
938 | border-radius: 4px 4px 4px 4px; |
|
938 | border-radius: 4px 4px 4px 4px; | |
939 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); |
|
939 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); | |
940 | } |
|
940 | } | |
941 |
|
941 | |||
942 | #content div.box-left { |
|
942 | #content div.box-left { | |
943 | width: 49%; |
|
943 | width: 49%; | |
944 | clear: none; |
|
944 | clear: none; | |
945 | float: left; |
|
945 | float: left; | |
946 | margin: 0 0 10px; |
|
946 | margin: 0 0 10px; | |
947 | } |
|
947 | } | |
948 |
|
948 | |||
949 | #content div.box-right { |
|
949 | #content div.box-right { | |
950 | width: 49%; |
|
950 | width: 49%; | |
951 | clear: none; |
|
951 | clear: none; | |
952 | float: right; |
|
952 | float: right; | |
953 | margin: 0 0 10px; |
|
953 | margin: 0 0 10px; | |
954 | } |
|
954 | } | |
955 |
|
955 | |||
956 | #content div.box div.title { |
|
956 | #content div.box div.title { | |
957 | clear: both; |
|
957 | clear: both; | |
958 | overflow: hidden; |
|
958 | overflow: hidden; | |
959 | background-color: #003B76; |
|
959 | background-color: #003B76; | |
960 | background-repeat: repeat-x; |
|
960 | background-repeat: repeat-x; | |
961 | background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) ); |
|
961 | background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) ); | |
962 | background-image: -moz-linear-gradient(top, #003b76, #00376e); |
|
962 | background-image: -moz-linear-gradient(top, #003b76, #00376e); | |
963 | background-image: -ms-linear-gradient(top, #003b76, #00376e); |
|
963 | background-image: -ms-linear-gradient(top, #003b76, #00376e); | |
964 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) ); |
|
964 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) ); | |
965 | background-image: -webkit-linear-gradient(top, #003b76, #00376e); |
|
965 | background-image: -webkit-linear-gradient(top, #003b76, #00376e); | |
966 | background-image: -o-linear-gradient(top, #003b76, #00376e); |
|
966 | background-image: -o-linear-gradient(top, #003b76, #00376e); | |
967 | background-image: linear-gradient(to bottom, #003b76, #00376e); |
|
967 | background-image: linear-gradient(to bottom, #003b76, #00376e); | |
968 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 ); |
|
968 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 ); | |
969 | margin: 0 0 20px; |
|
969 | margin: 0 0 20px; | |
970 | padding: 0; |
|
970 | padding: 0; | |
971 | border-radius: 4px 4px 0 0; |
|
971 | border-radius: 4px 4px 0 0; | |
972 | } |
|
972 | } | |
973 |
|
973 | |||
974 | #content div.box div.title h5 { |
|
974 | #content div.box div.title h5 { | |
975 | float: left; |
|
975 | float: left; | |
976 | border: none; |
|
976 | border: none; | |
977 | color: #fff; |
|
977 | color: #fff; | |
978 | margin: 0; |
|
978 | margin: 0; | |
979 | padding: 11px 0 11px 10px; |
|
979 | padding: 11px 0 11px 10px; | |
980 | } |
|
980 | } | |
981 |
|
981 | |||
982 | #content div.box div.title .link-white { |
|
982 | #content div.box div.title .link-white { | |
983 | color: #FFFFFF; |
|
983 | color: #FFFFFF; | |
984 | } |
|
984 | } | |
985 |
|
985 | |||
986 | #content div.box div.title .link-white.current { |
|
986 | #content div.box div.title .link-white.current { | |
987 | color: #BFE3FF; |
|
987 | color: #BFE3FF; | |
988 | } |
|
988 | } | |
989 |
|
989 | |||
990 | #content div.box div.title ul.links li { |
|
990 | #content div.box div.title ul.links li { | |
991 | list-style: none; |
|
991 | list-style: none; | |
992 | float: left; |
|
992 | float: left; | |
993 | margin: 0; |
|
993 | margin: 0; | |
994 | padding: 0; |
|
994 | padding: 0; | |
995 | } |
|
995 | } | |
996 |
|
996 | |||
997 | #content div.box div.title ul.links li a { |
|
997 | #content div.box div.title ul.links li a { | |
998 | border-left: 1px solid #316293; |
|
998 | border-left: 1px solid #316293; | |
999 | color: #FFFFFF; |
|
999 | color: #FFFFFF; | |
1000 | display: block; |
|
1000 | display: block; | |
1001 | float: left; |
|
1001 | float: left; | |
1002 | font-size: 13px; |
|
1002 | font-size: 13px; | |
1003 | font-weight: 700; |
|
1003 | font-weight: 700; | |
1004 | height: 1%; |
|
1004 | height: 1%; | |
1005 | margin: 0; |
|
1005 | margin: 0; | |
1006 | padding: 11px 22px 12px; |
|
1006 | padding: 11px 22px 12px; | |
1007 | text-decoration: none; |
|
1007 | text-decoration: none; | |
1008 | } |
|
1008 | } | |
1009 |
|
1009 | |||
1010 | #content div.box h1, #content div.box h2, #content div.box h3, #content div.box h4, #content div.box h5, #content div.box h6, |
|
1010 | #content div.box h1, #content div.box h2, #content div.box h3, #content div.box h4, #content div.box h5, #content div.box h6, | |
1011 | #content div.box div.h1, #content div.box div.h2, #content div.box div.h3, #content div.box div.h4, #content div.box div.h5, #content div.box div.h6 { |
|
1011 | #content div.box div.h1, #content div.box div.h2, #content div.box div.h3, #content div.box div.h4, #content div.box div.h5, #content div.box div.h6 { | |
1012 | clear: both; |
|
1012 | clear: both; | |
1013 | overflow: hidden; |
|
1013 | overflow: hidden; | |
1014 | margin: 8px 20px 5px; |
|
1014 | margin: 8px 20px 5px; | |
1015 | } |
|
1015 | } | |
1016 |
|
1016 | |||
1017 | #content div.box p { |
|
1017 | #content div.box p { | |
1018 | color: #5f5f5f; |
|
1018 | color: #5f5f5f; | |
1019 | font-size: 12px; |
|
1019 | font-size: 12px; | |
1020 | line-height: 150%; |
|
1020 | line-height: 150%; | |
1021 | margin: 0 24px 10px; |
|
1021 | margin: 0 24px 10px; | |
1022 | padding: 0; |
|
1022 | padding: 0; | |
1023 | } |
|
1023 | } | |
1024 |
|
1024 | |||
1025 | #content div.box blockquote { |
|
1025 | #content div.box blockquote { | |
1026 | border-left: 4px solid #DDD; |
|
1026 | border-left: 4px solid #DDD; | |
1027 | color: #5f5f5f; |
|
1027 | color: #5f5f5f; | |
1028 | font-size: 11px; |
|
1028 | font-size: 11px; | |
1029 | line-height: 150%; |
|
1029 | line-height: 150%; | |
1030 | margin: 0 34px; |
|
1030 | margin: 0 34px; | |
1031 | padding: 0 0 0 14px; |
|
1031 | padding: 0 0 0 14px; | |
1032 | } |
|
1032 | } | |
1033 |
|
1033 | |||
1034 | #content div.box blockquote p { |
|
1034 | #content div.box blockquote p { | |
1035 | margin: 10px 0; |
|
1035 | margin: 10px 0; | |
1036 | padding: 0; |
|
1036 | padding: 0; | |
1037 | } |
|
1037 | } | |
1038 |
|
1038 | |||
1039 | #content div.box dl { |
|
1039 | #content div.box dl { | |
1040 | margin: 10px 0px; |
|
1040 | margin: 10px 0px; | |
1041 | } |
|
1041 | } | |
1042 |
|
1042 | |||
1043 | #content div.box dt { |
|
1043 | #content div.box dt { | |
1044 | font-size: 12px; |
|
1044 | font-size: 12px; | |
1045 | margin: 0; |
|
1045 | margin: 0; | |
1046 | } |
|
1046 | } | |
1047 |
|
1047 | |||
1048 | #content div.box dd { |
|
1048 | #content div.box dd { | |
1049 | font-size: 12px; |
|
1049 | font-size: 12px; | |
1050 | margin: 0; |
|
1050 | margin: 0; | |
1051 | padding: 8px 0 8px 15px; |
|
1051 | padding: 8px 0 8px 15px; | |
1052 | } |
|
1052 | } | |
1053 |
|
1053 | |||
1054 | #content div.box li { |
|
1054 | #content div.box li { | |
1055 | font-size: 12px; |
|
1055 | font-size: 12px; | |
1056 | padding: 4px 0; |
|
1056 | padding: 4px 0; | |
1057 | } |
|
1057 | } | |
1058 |
|
1058 | |||
1059 | #content div.box ul.disc, #content div.box ul.circle { |
|
1059 | #content div.box ul.disc, #content div.box ul.circle { | |
1060 | margin: 10px 24px 10px 38px; |
|
1060 | margin: 10px 24px 10px 38px; | |
1061 | } |
|
1061 | } | |
1062 |
|
1062 | |||
1063 | #content div.box ul.square { |
|
1063 | #content div.box ul.square { | |
1064 | margin: 10px 24px 10px 40px; |
|
1064 | margin: 10px 24px 10px 40px; | |
1065 | } |
|
1065 | } | |
1066 |
|
1066 | |||
1067 | #content div.box img.left { |
|
1067 | #content div.box img.left { | |
1068 | border: none; |
|
1068 | border: none; | |
1069 | float: left; |
|
1069 | float: left; | |
1070 | margin: 10px 10px 10px 0; |
|
1070 | margin: 10px 10px 10px 0; | |
1071 | } |
|
1071 | } | |
1072 |
|
1072 | |||
1073 | #content div.box img.right { |
|
1073 | #content div.box img.right { | |
1074 | border: none; |
|
1074 | border: none; | |
1075 | float: right; |
|
1075 | float: right; | |
1076 | margin: 10px 0 10px 10px; |
|
1076 | margin: 10px 0 10px 10px; | |
1077 | } |
|
1077 | } | |
1078 |
|
1078 | |||
1079 | #content div.box div.messages { |
|
1079 | #content div.box div.messages { | |
1080 | clear: both; |
|
1080 | clear: both; | |
1081 | overflow: hidden; |
|
1081 | overflow: hidden; | |
1082 | margin: 0 20px; |
|
1082 | margin: 0 20px; | |
1083 | padding: 0; |
|
1083 | padding: 0; | |
1084 | } |
|
1084 | } | |
1085 |
|
1085 | |||
1086 | #content div.box div.message { |
|
1086 | #content div.box div.message { | |
1087 | clear: both; |
|
1087 | clear: both; | |
1088 | overflow: hidden; |
|
1088 | overflow: hidden; | |
1089 | margin: 0; |
|
1089 | margin: 0; | |
1090 | padding: 5px 0; |
|
1090 | padding: 5px 0; | |
1091 | white-space: pre-wrap; |
|
1091 | white-space: pre-wrap; | |
1092 | } |
|
1092 | } | |
1093 | #content div.box div.expand { |
|
1093 | #content div.box div.expand { | |
1094 | width: 110%; |
|
1094 | width: 110%; | |
1095 | height: 14px; |
|
1095 | height: 14px; | |
1096 | font-size: 10px; |
|
1096 | font-size: 10px; | |
1097 | text-align: center; |
|
1097 | text-align: center; | |
1098 | cursor: pointer; |
|
1098 | cursor: pointer; | |
1099 | color: #666; |
|
1099 | color: #666; | |
1100 |
|
1100 | |||
1101 | background: -webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(64,96,128,0.1))); |
|
1101 | background: -webkit-gradient(linear,0% 50%,100% 50%,color-stop(0%,rgba(255,255,255,0)),color-stop(100%,rgba(64,96,128,0.1))); | |
1102 | background: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); |
|
1102 | background: -webkit-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); | |
1103 | background: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); |
|
1103 | background: -moz-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); | |
1104 | background: -o-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); |
|
1104 | background: -o-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); | |
1105 | background: -ms-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); |
|
1105 | background: -ms-linear-gradient(top,rgba(255,255,255,0),rgba(64,96,128,0.1)); | |
1106 | background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(64,96,128,0.1)); |
|
1106 | background: linear-gradient(to bottom,rgba(255,255,255,0),rgba(64,96,128,0.1)); | |
1107 |
|
1107 | |||
1108 | display: none; |
|
1108 | display: none; | |
1109 | overflow: hidden; |
|
1109 | overflow: hidden; | |
1110 | } |
|
1110 | } | |
1111 | #content div.box div.expand .expandtext { |
|
1111 | #content div.box div.expand .expandtext { | |
1112 | background-color: #ffffff; |
|
1112 | background-color: #ffffff; | |
1113 | padding: 2px; |
|
1113 | padding: 2px; | |
1114 | border-radius: 2px; |
|
1114 | border-radius: 2px; | |
1115 | } |
|
1115 | } | |
1116 |
|
1116 | |||
1117 | #content div.box div.message a { |
|
1117 | #content div.box div.message a { | |
1118 | font-weight: 400 !important; |
|
1118 | font-weight: 400 !important; | |
1119 | } |
|
1119 | } | |
1120 |
|
1120 | |||
1121 | #content div.box div.message div.image { |
|
1121 | #content div.box div.message div.image { | |
1122 | float: left; |
|
1122 | float: left; | |
1123 | margin: 9px 0 0 5px; |
|
1123 | margin: 9px 0 0 5px; | |
1124 | padding: 6px; |
|
1124 | padding: 6px; | |
1125 | } |
|
1125 | } | |
1126 |
|
1126 | |||
1127 | #content div.box div.message div.image img { |
|
1127 | #content div.box div.message div.image img { | |
1128 | vertical-align: middle; |
|
1128 | vertical-align: middle; | |
1129 | margin: 0; |
|
1129 | margin: 0; | |
1130 | } |
|
1130 | } | |
1131 |
|
1131 | |||
1132 | #content div.box div.message div.text { |
|
1132 | #content div.box div.message div.text { | |
1133 | float: left; |
|
1133 | float: left; | |
1134 | margin: 0; |
|
1134 | margin: 0; | |
1135 | padding: 9px 6px; |
|
1135 | padding: 9px 6px; | |
1136 | } |
|
1136 | } | |
1137 |
|
1137 | |||
1138 | #content div.box div.message div.dismiss a { |
|
1138 | #content div.box div.message div.dismiss a { | |
1139 | height: 16px; |
|
1139 | height: 16px; | |
1140 | width: 16px; |
|
1140 | width: 16px; | |
1141 | display: block; |
|
1141 | display: block; | |
1142 | background: url("../images/icons/cross.png") no-repeat; |
|
1142 | background: url("../images/icons/cross.png") no-repeat; | |
1143 | margin: 15px 14px 0 0; |
|
1143 | margin: 15px 14px 0 0; | |
1144 | padding: 0; |
|
1144 | padding: 0; | |
1145 | } |
|
1145 | } | |
1146 |
|
1146 | |||
1147 | #content div.box div.message div.text h1, #content div.box div.message div.text h2, #content div.box div.message div.text h3, #content div.box div.message div.text h4, #content div.box div.message div.text h5, #content div.box div.message div.text h6 { |
|
1147 | #content div.box div.message div.text h1, #content div.box div.message div.text h2, #content div.box div.message div.text h3, #content div.box div.message div.text h4, #content div.box div.message div.text h5, #content div.box div.message div.text h6 { | |
1148 | border: none; |
|
1148 | border: none; | |
1149 | margin: 0; |
|
1149 | margin: 0; | |
1150 | padding: 0; |
|
1150 | padding: 0; | |
1151 | } |
|
1151 | } | |
1152 |
|
1152 | |||
1153 | #content div.box div.message div.text span { |
|
1153 | #content div.box div.message div.text span { | |
1154 | height: 1%; |
|
1154 | height: 1%; | |
1155 | display: block; |
|
1155 | display: block; | |
1156 | margin: 0; |
|
1156 | margin: 0; | |
1157 | padding: 5px 0 0; |
|
1157 | padding: 5px 0 0; | |
1158 | } |
|
1158 | } | |
1159 |
|
1159 | |||
1160 | #content div.box div.message-error { |
|
1160 | #content div.box div.message-error { | |
1161 | height: 1%; |
|
1161 | height: 1%; | |
1162 | clear: both; |
|
1162 | clear: both; | |
1163 | overflow: hidden; |
|
1163 | overflow: hidden; | |
1164 | background: #FBE3E4; |
|
1164 | background: #FBE3E4; | |
1165 | border: 1px solid #FBC2C4; |
|
1165 | border: 1px solid #FBC2C4; | |
1166 | color: #860006; |
|
1166 | color: #860006; | |
1167 | } |
|
1167 | } | |
1168 |
|
1168 | |||
1169 | #content div.box div.message-error h6 { |
|
1169 | #content div.box div.message-error h6 { | |
1170 | color: #860006; |
|
1170 | color: #860006; | |
1171 | } |
|
1171 | } | |
1172 |
|
1172 | |||
1173 | #content div.box div.message-warning { |
|
1173 | #content div.box div.message-warning { | |
1174 | height: 1%; |
|
1174 | height: 1%; | |
1175 | clear: both; |
|
1175 | clear: both; | |
1176 | overflow: hidden; |
|
1176 | overflow: hidden; | |
1177 | background: #FFF6BF; |
|
1177 | background: #FFF6BF; | |
1178 | border: 1px solid #FFD324; |
|
1178 | border: 1px solid #FFD324; | |
1179 | color: #5f5200; |
|
1179 | color: #5f5200; | |
1180 | } |
|
1180 | } | |
1181 |
|
1181 | |||
1182 | #content div.box div.message-warning h6 { |
|
1182 | #content div.box div.message-warning h6 { | |
1183 | color: #5f5200; |
|
1183 | color: #5f5200; | |
1184 | } |
|
1184 | } | |
1185 |
|
1185 | |||
1186 | #content div.box div.message-notice { |
|
1186 | #content div.box div.message-notice { | |
1187 | height: 1%; |
|
1187 | height: 1%; | |
1188 | clear: both; |
|
1188 | clear: both; | |
1189 | overflow: hidden; |
|
1189 | overflow: hidden; | |
1190 | background: #8FBDE0; |
|
1190 | background: #8FBDE0; | |
1191 | border: 1px solid #6BACDE; |
|
1191 | border: 1px solid #6BACDE; | |
1192 | color: #003863; |
|
1192 | color: #003863; | |
1193 | } |
|
1193 | } | |
1194 |
|
1194 | |||
1195 | #content div.box div.message-notice h6 { |
|
1195 | #content div.box div.message-notice h6 { | |
1196 | color: #003863; |
|
1196 | color: #003863; | |
1197 | } |
|
1197 | } | |
1198 |
|
1198 | |||
1199 | #content div.box div.message-success { |
|
1199 | #content div.box div.message-success { | |
1200 | height: 1%; |
|
1200 | height: 1%; | |
1201 | clear: both; |
|
1201 | clear: both; | |
1202 | overflow: hidden; |
|
1202 | overflow: hidden; | |
1203 | background: #E6EFC2; |
|
1203 | background: #E6EFC2; | |
1204 | border: 1px solid #C6D880; |
|
1204 | border: 1px solid #C6D880; | |
1205 | color: #4e6100; |
|
1205 | color: #4e6100; | |
1206 | } |
|
1206 | } | |
1207 |
|
1207 | |||
1208 | #content div.box div.message-success h6 { |
|
1208 | #content div.box div.message-success h6 { | |
1209 | color: #4e6100; |
|
1209 | color: #4e6100; | |
1210 | } |
|
1210 | } | |
1211 |
|
1211 | |||
1212 | #content div.box div.form div.fields div.field { |
|
1212 | #content div.box div.form div.fields div.field { | |
1213 | height: 1%; |
|
1213 | height: 1%; | |
1214 | min-height: 12px; |
|
1214 | min-height: 12px; | |
1215 | border-bottom: 1px solid #DDD; |
|
1215 | border-bottom: 1px solid #DDD; | |
1216 | clear: both; |
|
1216 | clear: both; | |
1217 | margin: 0; |
|
1217 | margin: 0; | |
1218 | padding: 10px 0; |
|
1218 | padding: 10px 0; | |
1219 | } |
|
1219 | } | |
1220 |
|
1220 | |||
1221 | #content div.box div.form div.fields div.field-first { |
|
1221 | #content div.box div.form div.fields div.field-first { | |
1222 | padding: 0 0 10px; |
|
1222 | padding: 0 0 10px; | |
1223 | } |
|
1223 | } | |
1224 |
|
1224 | |||
1225 | #content div.box div.form div.fields div.field-noborder { |
|
1225 | #content div.box div.form div.fields div.field-noborder { | |
1226 | border-bottom: 0 !important; |
|
1226 | border-bottom: 0 !important; | |
1227 | } |
|
1227 | } | |
1228 |
|
1228 | |||
1229 | #content div.box div.form div.fields div.field span.error-message { |
|
1229 | #content div.box div.form div.fields div.field span.error-message { | |
1230 | height: 1%; |
|
1230 | height: 1%; | |
1231 | display: inline-block; |
|
1231 | display: inline-block; | |
1232 | color: red; |
|
1232 | color: red; | |
1233 | margin: 8px 0 0 4px; |
|
1233 | margin: 8px 0 0 4px; | |
1234 | padding: 0; |
|
1234 | padding: 0; | |
1235 | } |
|
1235 | } | |
1236 |
|
1236 | |||
1237 | #content div.box div.form div.fields div.field span.success { |
|
1237 | #content div.box div.form div.fields div.field span.success { | |
1238 | height: 1%; |
|
1238 | height: 1%; | |
1239 | display: block; |
|
1239 | display: block; | |
1240 | color: #316309; |
|
1240 | color: #316309; | |
1241 | margin: 8px 0 0; |
|
1241 | margin: 8px 0 0; | |
1242 | padding: 0; |
|
1242 | padding: 0; | |
1243 | } |
|
1243 | } | |
1244 |
|
1244 | |||
1245 | #content div.box div.form div.fields div.field div.label { |
|
1245 | #content div.box div.form div.fields div.field div.label { | |
1246 | left: 70px; |
|
1246 | left: 70px; | |
1247 | width: 155px; |
|
1247 | width: 155px; | |
1248 | position: absolute; |
|
1248 | position: absolute; | |
1249 | margin: 0; |
|
1249 | margin: 0; | |
1250 | padding: 5px 0 0 0px; |
|
1250 | padding: 5px 0 0 0px; | |
1251 | } |
|
1251 | } | |
1252 |
|
1252 | |||
1253 | #content div.box div.form div.fields div.field div.label-summary { |
|
1253 | #content div.box div.form div.fields div.field div.label-summary { | |
1254 | left: 30px; |
|
1254 | left: 30px; | |
1255 | width: 155px; |
|
1255 | width: 155px; | |
1256 | position: absolute; |
|
1256 | position: absolute; | |
1257 | margin: 0; |
|
1257 | margin: 0; | |
1258 | padding: 0px 0 0 0px; |
|
1258 | padding: 0px 0 0 0px; | |
1259 | } |
|
1259 | } | |
1260 |
|
1260 | |||
1261 | #content div.box-left div.form div.fields div.field div.label, |
|
1261 | #content div.box-left div.form div.fields div.field div.label, | |
1262 | #content div.box-right div.form div.fields div.field div.label, |
|
1262 | #content div.box-right div.form div.fields div.field div.label, | |
1263 | #content div.box-left div.form div.fields div.field div.label, |
|
1263 | #content div.box-left div.form div.fields div.field div.label, | |
1264 | #content div.box-left div.form div.fields div.field div.label-summary, |
|
1264 | #content div.box-left div.form div.fields div.field div.label-summary, | |
1265 | #content div.box-right div.form div.fields div.field div.label-summary, |
|
1265 | #content div.box-right div.form div.fields div.field div.label-summary, | |
1266 | #content div.box-left div.form div.fields div.field div.label-summary { |
|
1266 | #content div.box-left div.form div.fields div.field div.label-summary { | |
1267 | clear: both; |
|
1267 | clear: both; | |
1268 | overflow: hidden; |
|
1268 | overflow: hidden; | |
1269 | left: 0; |
|
1269 | left: 0; | |
1270 | width: auto; |
|
1270 | width: auto; | |
1271 | position: relative; |
|
1271 | position: relative; | |
1272 | margin: 0; |
|
1272 | margin: 0; | |
1273 | padding: 0 0 8px; |
|
1273 | padding: 0 0 8px; | |
1274 | } |
|
1274 | } | |
1275 |
|
1275 | |||
1276 | #content div.box div.form div.fields div.field div.label-select { |
|
1276 | #content div.box div.form div.fields div.field div.label-select { | |
1277 | padding: 5px 0 0 5px; |
|
1277 | padding: 5px 0 0 5px; | |
1278 | } |
|
1278 | } | |
1279 |
|
1279 | |||
1280 | #content div.box-left div.form div.fields div.field div.label-select, |
|
1280 | #content div.box-left div.form div.fields div.field div.label-select, | |
1281 | #content div.box-right div.form div.fields div.field div.label-select { |
|
1281 | #content div.box-right div.form div.fields div.field div.label-select { | |
1282 | padding: 0 0 8px; |
|
1282 | padding: 0 0 8px; | |
1283 | } |
|
1283 | } | |
1284 |
|
1284 | |||
1285 | #content div.box-left div.form div.fields div.field div.label-textarea, |
|
1285 | #content div.box-left div.form div.fields div.field div.label-textarea, | |
1286 | #content div.box-right div.form div.fields div.field div.label-textarea { |
|
1286 | #content div.box-right div.form div.fields div.field div.label-textarea { | |
1287 | padding: 0 0 8px !important; |
|
1287 | padding: 0 0 8px !important; | |
1288 | } |
|
1288 | } | |
1289 |
|
1289 | |||
1290 | #content div.box div.form div.fields div.field div.label label, div.label label { |
|
1290 | #content div.box div.form div.fields div.field div.label label, div.label label { | |
1291 | color: #393939; |
|
1291 | color: #393939; | |
1292 | font-weight: 700; |
|
1292 | font-weight: 700; | |
1293 | } |
|
1293 | } | |
1294 | #content div.box div.form div.fields div.field div.label label, div.label-summary label { |
|
1294 | #content div.box div.form div.fields div.field div.label label, div.label-summary label { | |
1295 | color: #393939; |
|
1295 | color: #393939; | |
1296 | font-weight: 700; |
|
1296 | font-weight: 700; | |
1297 | } |
|
1297 | } | |
1298 | #content div.box div.form div.fields div.field div.input { |
|
1298 | #content div.box div.form div.fields div.field div.input { | |
1299 | margin: 0 0 0 200px; |
|
1299 | margin: 0 0 0 200px; | |
1300 | } |
|
1300 | } | |
1301 |
|
1301 | |||
1302 | #content div.box div.form div.fields div.field div.input.summary { |
|
1302 | #content div.box div.form div.fields div.field div.input.summary { | |
1303 | margin: 0 0 0 110px; |
|
1303 | margin: 0 0 0 110px; | |
1304 | } |
|
1304 | } | |
1305 | #content div.box div.form div.fields div.field div.input.summary-short { |
|
1305 | #content div.box div.form div.fields div.field div.input.summary-short { | |
1306 | margin: 0 0 0 110px; |
|
1306 | margin: 0 0 0 110px; | |
1307 | } |
|
1307 | } | |
1308 | #content div.box div.form div.fields div.field div.file { |
|
1308 | #content div.box div.form div.fields div.field div.file { | |
1309 | margin: 0 0 0 200px; |
|
1309 | margin: 0 0 0 200px; | |
1310 | } |
|
1310 | } | |
1311 |
|
1311 | |||
1312 | #content div.box-left div.form div.fields div.field div.input, #content div.box-right div.form div.fields div.field div.input { |
|
1312 | #content div.box-left div.form div.fields div.field div.input, #content div.box-right div.form div.fields div.field div.input { | |
1313 | margin: 0 0 0 0px; |
|
1313 | margin: 0 0 0 0px; | |
1314 | } |
|
1314 | } | |
1315 |
|
1315 | |||
1316 | #content div.box div.form div.fields div.field div.input input, |
|
1316 | #content div.box div.form div.fields div.field div.input input, | |
1317 | .reviewer_ac input { |
|
1317 | .reviewer_ac input { | |
1318 | background: #FFF; |
|
1318 | background: #FFF; | |
1319 | border-top: 1px solid #b3b3b3; |
|
1319 | border-top: 1px solid #b3b3b3; | |
1320 | border-left: 1px solid #b3b3b3; |
|
1320 | border-left: 1px solid #b3b3b3; | |
1321 | border-right: 1px solid #eaeaea; |
|
1321 | border-right: 1px solid #eaeaea; | |
1322 | border-bottom: 1px solid #eaeaea; |
|
1322 | border-bottom: 1px solid #eaeaea; | |
1323 | color: #000; |
|
1323 | color: #000; | |
1324 | font-size: 12px; |
|
1324 | font-size: 12px; | |
1325 | margin: 0; |
|
1325 | margin: 0; | |
1326 | padding: 7px 7px 6px; |
|
1326 | padding: 7px 7px 6px; | |
1327 | } |
|
1327 | } | |
1328 |
|
1328 | |||
1329 | #content div.box div.form div.fields div.field div.input input#clone_url, |
|
1329 | #content div.box div.form div.fields div.field div.input input#clone_url, | |
1330 | #content div.box div.form div.fields div.field div.input input#clone_url_id |
|
1330 | #content div.box div.form div.fields div.field div.input input#clone_url_id | |
1331 | { |
|
1331 | { | |
1332 | font-size: 16px; |
|
1332 | font-size: 16px; | |
1333 | padding: 2px; |
|
1333 | padding: 2px; | |
1334 | } |
|
1334 | } | |
1335 |
|
1335 | |||
1336 | #content div.box div.form div.fields div.field div.file input { |
|
1336 | #content div.box div.form div.fields div.field div.file input { | |
1337 | background: none repeat scroll 0 0 #FFFFFF; |
|
1337 | background: none repeat scroll 0 0 #FFFFFF; | |
1338 | border-color: #B3B3B3 #EAEAEA #EAEAEA #B3B3B3; |
|
1338 | border-color: #B3B3B3 #EAEAEA #EAEAEA #B3B3B3; | |
1339 | border-style: solid; |
|
1339 | border-style: solid; | |
1340 | border-width: 1px; |
|
1340 | border-width: 1px; | |
1341 | color: #000000; |
|
1341 | color: #000000; | |
1342 | font-size: 12px; |
|
1342 | font-size: 12px; | |
1343 | margin: 0; |
|
1343 | margin: 0; | |
1344 | padding: 7px 7px 6px; |
|
1344 | padding: 7px 7px 6px; | |
1345 | } |
|
1345 | } | |
1346 |
|
1346 | |||
1347 | input.disabled { |
|
1347 | input.disabled { | |
1348 | background-color: #F5F5F5 !important; |
|
1348 | background-color: #F5F5F5 !important; | |
1349 | } |
|
1349 | } | |
1350 | #content div.box div.form div.fields div.field div.input input.small { |
|
1350 | #content div.box div.form div.fields div.field div.input input.small { | |
1351 | width: 30%; |
|
1351 | width: 30%; | |
1352 | } |
|
1352 | } | |
1353 |
|
1353 | |||
1354 | #content div.box div.form div.fields div.field div.input input.medium { |
|
1354 | #content div.box div.form div.fields div.field div.input input.medium { | |
1355 | width: 55%; |
|
1355 | width: 55%; | |
1356 | } |
|
1356 | } | |
1357 |
|
1357 | |||
1358 | #content div.box div.form div.fields div.field div.input input.large { |
|
1358 | #content div.box div.form div.fields div.field div.input input.large { | |
1359 | width: 85%; |
|
1359 | width: 85%; | |
1360 | } |
|
1360 | } | |
1361 |
|
1361 | |||
1362 | #content div.box div.form div.fields div.field div.input input.date { |
|
1362 | #content div.box div.form div.fields div.field div.input input.date { | |
1363 | width: 177px; |
|
1363 | width: 177px; | |
1364 | } |
|
1364 | } | |
1365 |
|
1365 | |||
1366 | #content div.box div.form div.fields div.field div.input input.button { |
|
1366 | #content div.box div.form div.fields div.field div.input input.button { | |
1367 | background: #D4D0C8; |
|
1367 | background: #D4D0C8; | |
1368 | border-top: 1px solid #FFF; |
|
1368 | border-top: 1px solid #FFF; | |
1369 | border-left: 1px solid #FFF; |
|
1369 | border-left: 1px solid #FFF; | |
1370 | border-right: 1px solid #404040; |
|
1370 | border-right: 1px solid #404040; | |
1371 | border-bottom: 1px solid #404040; |
|
1371 | border-bottom: 1px solid #404040; | |
1372 | color: #000; |
|
1372 | color: #000; | |
1373 | margin: 0; |
|
1373 | margin: 0; | |
1374 | padding: 4px 8px; |
|
1374 | padding: 4px 8px; | |
1375 | } |
|
1375 | } | |
1376 |
|
1376 | |||
1377 | #content div.box div.form div.fields div.field div.textarea { |
|
1377 | #content div.box div.form div.fields div.field div.textarea { | |
1378 | border-top: 1px solid #b3b3b3; |
|
1378 | border-top: 1px solid #b3b3b3; | |
1379 | border-left: 1px solid #b3b3b3; |
|
1379 | border-left: 1px solid #b3b3b3; | |
1380 | border-right: 1px solid #eaeaea; |
|
1380 | border-right: 1px solid #eaeaea; | |
1381 | border-bottom: 1px solid #eaeaea; |
|
1381 | border-bottom: 1px solid #eaeaea; | |
1382 | margin: 0 0 0 200px; |
|
1382 | margin: 0 0 0 200px; | |
1383 | padding: 7px 7px 6px; |
|
1383 | padding: 7px 7px 6px; | |
1384 | } |
|
1384 | } | |
1385 |
|
1385 | |||
1386 | #content div.box div.form div.fields div.field div.textarea-editor { |
|
1386 | #content div.box div.form div.fields div.field div.textarea-editor { | |
1387 | border: 1px solid #ddd; |
|
1387 | border: 1px solid #ddd; | |
1388 | padding: 0; |
|
1388 | padding: 0; | |
1389 | } |
|
1389 | } | |
1390 |
|
1390 | |||
1391 | #content div.box div.form div.fields div.field div.textarea textarea { |
|
1391 | #content div.box div.form div.fields div.field div.textarea textarea { | |
1392 | width: 100%; |
|
1392 | width: 100%; | |
1393 | height: 220px; |
|
1393 | height: 220px; | |
1394 | overflow: hidden; |
|
1394 | overflow: hidden; | |
1395 | background: #FFF; |
|
1395 | background: #FFF; | |
1396 | color: #000; |
|
1396 | color: #000; | |
1397 | font-size: 12px; |
|
1397 | font-size: 12px; | |
1398 | outline: none; |
|
1398 | outline: none; | |
1399 | border-width: 0; |
|
1399 | border-width: 0; | |
1400 | margin: 0; |
|
1400 | margin: 0; | |
1401 | padding: 0; |
|
1401 | padding: 0; | |
1402 | } |
|
1402 | } | |
1403 |
|
1403 | |||
1404 | #content div.box-left div.form div.fields div.field div.textarea textarea, #content div.box-right div.form div.fields div.field div.textarea textarea { |
|
1404 | #content div.box-left div.form div.fields div.field div.textarea textarea, #content div.box-right div.form div.fields div.field div.textarea textarea { | |
1405 | width: 100%; |
|
1405 | width: 100%; | |
1406 | height: 100px; |
|
1406 | height: 100px; | |
1407 | } |
|
1407 | } | |
1408 |
|
1408 | |||
1409 | #content div.box div.form div.fields div.field div.textarea table { |
|
1409 | #content div.box div.form div.fields div.field div.textarea table { | |
1410 | width: 100%; |
|
1410 | width: 100%; | |
1411 | border: none; |
|
1411 | border: none; | |
1412 | margin: 0; |
|
1412 | margin: 0; | |
1413 | padding: 0; |
|
1413 | padding: 0; | |
1414 | } |
|
1414 | } | |
1415 |
|
1415 | |||
1416 | #content div.box div.form div.fields div.field div.textarea table td { |
|
1416 | #content div.box div.form div.fields div.field div.textarea table td { | |
1417 | background: #DDD; |
|
1417 | background: #DDD; | |
1418 | border: none; |
|
1418 | border: none; | |
1419 | padding: 0; |
|
1419 | padding: 0; | |
1420 | } |
|
1420 | } | |
1421 |
|
1421 | |||
1422 | #content div.box div.form div.fields div.field div.textarea table td table { |
|
1422 | #content div.box div.form div.fields div.field div.textarea table td table { | |
1423 | width: auto; |
|
1423 | width: auto; | |
1424 | border: none; |
|
1424 | border: none; | |
1425 | margin: 0; |
|
1425 | margin: 0; | |
1426 | padding: 0; |
|
1426 | padding: 0; | |
1427 | } |
|
1427 | } | |
1428 |
|
1428 | |||
1429 | #content div.box div.form div.fields div.field div.textarea table td table td { |
|
1429 | #content div.box div.form div.fields div.field div.textarea table td table td { | |
1430 | font-size: 11px; |
|
1430 | font-size: 11px; | |
1431 | padding: 5px 5px 5px 0; |
|
1431 | padding: 5px 5px 5px 0; | |
1432 | } |
|
1432 | } | |
1433 |
|
1433 | |||
1434 | #content div.box div.form div.fields div.field input[type=text]:focus, |
|
1434 | #content div.box div.form div.fields div.field input[type=text]:focus, | |
1435 | #content div.box div.form div.fields div.field input[type=password]:focus, |
|
1435 | #content div.box div.form div.fields div.field input[type=password]:focus, | |
1436 | #content div.box div.form div.fields div.field input[type=file]:focus, |
|
1436 | #content div.box div.form div.fields div.field input[type=file]:focus, | |
1437 | #content div.box div.form div.fields div.field textarea:focus, |
|
1437 | #content div.box div.form div.fields div.field textarea:focus, | |
1438 | #content div.box div.form div.fields div.field select:focus, |
|
1438 | #content div.box div.form div.fields div.field select:focus, | |
1439 | .reviewer_ac input:focus { |
|
1439 | .reviewer_ac input:focus { | |
1440 | background: #f6f6f6; |
|
1440 | background: #f6f6f6; | |
1441 | border-color: #666; |
|
1441 | border-color: #666; | |
1442 | } |
|
1442 | } | |
1443 |
|
1443 | |||
1444 | .reviewer_ac { |
|
1444 | .reviewer_ac { | |
1445 | padding: 10px |
|
1445 | padding: 10px | |
1446 | } |
|
1446 | } | |
1447 |
|
1447 | |||
1448 | div.form div.fields div.field div.button { |
|
1448 | div.form div.fields div.field div.button { | |
1449 | margin: 0; |
|
1449 | margin: 0; | |
1450 | padding: 0 0 0 8px; |
|
1450 | padding: 0 0 0 8px; | |
1451 | } |
|
1451 | } | |
1452 | #content div.box table.noborder { |
|
1452 | #content div.box table.noborder { | |
1453 | border: 1px solid transparent; |
|
1453 | border: 1px solid transparent; | |
1454 | } |
|
1454 | } | |
1455 |
|
1455 | |||
1456 | #content div.box table { |
|
1456 | #content div.box table { | |
1457 | width: 100%; |
|
1457 | width: 100%; | |
1458 | border-collapse: separate; |
|
1458 | border-collapse: separate; | |
1459 | margin: 0; |
|
1459 | margin: 0; | |
1460 | padding: 0; |
|
1460 | padding: 0; | |
1461 | border: 1px solid #eee; |
|
1461 | border: 1px solid #eee; | |
1462 | -webkit-border-radius: 4px; |
|
1462 | -webkit-border-radius: 4px; | |
1463 | border-radius: 4px; |
|
1463 | border-radius: 4px; | |
1464 | } |
|
1464 | } | |
1465 |
|
1465 | |||
1466 | #content div.box table th { |
|
1466 | #content div.box table th { | |
1467 | background: #eee; |
|
1467 | background: #eee; | |
1468 | border-bottom: 1px solid #ddd; |
|
1468 | border-bottom: 1px solid #ddd; | |
1469 | padding: 5px 0px 5px 5px; |
|
1469 | padding: 5px 0px 5px 5px; | |
1470 | text-align: left; |
|
1470 | text-align: left; | |
1471 | } |
|
1471 | } | |
1472 |
|
1472 | |||
1473 | #content div.box table th.left { |
|
1473 | #content div.box table th.left { | |
1474 | text-align: left; |
|
1474 | text-align: left; | |
1475 | } |
|
1475 | } | |
1476 |
|
1476 | |||
1477 | #content div.box table th.right { |
|
1477 | #content div.box table th.right { | |
1478 | text-align: right; |
|
1478 | text-align: right; | |
1479 | } |
|
1479 | } | |
1480 |
|
1480 | |||
1481 | #content div.box table th.center { |
|
1481 | #content div.box table th.center { | |
1482 | text-align: center; |
|
1482 | text-align: center; | |
1483 | } |
|
1483 | } | |
1484 |
|
1484 | |||
1485 | #content div.box table th.selected { |
|
1485 | #content div.box table th.selected { | |
1486 | vertical-align: middle; |
|
1486 | vertical-align: middle; | |
1487 | padding: 0; |
|
1487 | padding: 0; | |
1488 | } |
|
1488 | } | |
1489 |
|
1489 | |||
1490 | #content div.box table td { |
|
1490 | #content div.box table td { | |
1491 | background: #fff; |
|
1491 | background: #fff; | |
1492 | border-bottom: 1px solid #cdcdcd; |
|
1492 | border-bottom: 1px solid #cdcdcd; | |
1493 | vertical-align: middle; |
|
1493 | vertical-align: middle; | |
1494 | padding: 5px; |
|
1494 | padding: 5px; | |
1495 | } |
|
1495 | } | |
1496 |
|
1496 | |||
1497 | #content div.box table tr.selected td { |
|
1497 | #content div.box table tr.selected td { | |
1498 | background: #FFC; |
|
1498 | background: #FFC; | |
1499 | } |
|
1499 | } | |
1500 |
|
1500 | |||
1501 | #content div.box table td.selected { |
|
1501 | #content div.box table td.selected { | |
1502 | width: 3%; |
|
1502 | width: 3%; | |
1503 | text-align: center; |
|
1503 | text-align: center; | |
1504 | vertical-align: middle; |
|
1504 | vertical-align: middle; | |
1505 | padding: 0; |
|
1505 | padding: 0; | |
1506 | } |
|
1506 | } | |
1507 |
|
1507 | |||
1508 | #content div.box table td.action { |
|
1508 | #content div.box table td.action { | |
1509 | width: 45%; |
|
1509 | width: 45%; | |
1510 | text-align: left; |
|
1510 | text-align: left; | |
1511 | } |
|
1511 | } | |
1512 |
|
1512 | |||
1513 | #content div.box table td.date { |
|
1513 | #content div.box table td.date { | |
1514 | width: 33%; |
|
1514 | width: 33%; | |
1515 | text-align: center; |
|
1515 | text-align: center; | |
1516 | } |
|
1516 | } | |
1517 |
|
1517 | |||
1518 | #content div.box div.action { |
|
1518 | #content div.box div.action { | |
1519 | float: right; |
|
1519 | float: right; | |
1520 | background: #FFF; |
|
1520 | background: #FFF; | |
1521 | text-align: right; |
|
1521 | text-align: right; | |
1522 | margin: 10px 0 0; |
|
1522 | margin: 10px 0 0; | |
1523 | padding: 0; |
|
1523 | padding: 0; | |
1524 | } |
|
1524 | } | |
1525 |
|
1525 | |||
1526 | #content div.box div.action select { |
|
1526 | #content div.box div.action select { | |
1527 | font-size: 11px; |
|
1527 | font-size: 11px; | |
1528 | margin: 0; |
|
1528 | margin: 0; | |
1529 | } |
|
1529 | } | |
1530 |
|
1530 | |||
1531 | #content div.box div.action .ui-selectmenu { |
|
1531 | #content div.box div.action .ui-selectmenu { | |
1532 | margin: 0; |
|
1532 | margin: 0; | |
1533 | padding: 0; |
|
1533 | padding: 0; | |
1534 | } |
|
1534 | } | |
1535 |
|
1535 | |||
1536 | #content div.box div.pagination { |
|
1536 | #content div.box div.pagination { | |
1537 | height: 1%; |
|
1537 | height: 1%; | |
1538 | clear: both; |
|
1538 | clear: both; | |
1539 | overflow: hidden; |
|
1539 | overflow: hidden; | |
1540 | margin: 10px 0 0; |
|
1540 | margin: 10px 0 0; | |
1541 | padding: 0; |
|
1541 | padding: 0; | |
1542 | } |
|
1542 | } | |
1543 |
|
1543 | |||
1544 | #content div.box div.pagination ul.pager { |
|
1544 | #content div.box div.pagination ul.pager { | |
1545 | float: right; |
|
1545 | float: right; | |
1546 | text-align: right; |
|
1546 | text-align: right; | |
1547 | margin: 0; |
|
1547 | margin: 0; | |
1548 | padding: 0; |
|
1548 | padding: 0; | |
1549 | } |
|
1549 | } | |
1550 |
|
1550 | |||
1551 | #content div.box div.pagination ul.pager li { |
|
1551 | #content div.box div.pagination ul.pager li { | |
1552 | height: 1%; |
|
1552 | height: 1%; | |
1553 | float: left; |
|
1553 | float: left; | |
1554 | list-style: none; |
|
1554 | list-style: none; | |
1555 | background: #ebebeb url("../images/pager.png") repeat-x; |
|
1555 | background: #ebebeb url("../images/pager.png") repeat-x; | |
1556 | border-top: 1px solid #dedede; |
|
1556 | border-top: 1px solid #dedede; | |
1557 | border-left: 1px solid #cfcfcf; |
|
1557 | border-left: 1px solid #cfcfcf; | |
1558 | border-right: 1px solid #c4c4c4; |
|
1558 | border-right: 1px solid #c4c4c4; | |
1559 | border-bottom: 1px solid #c4c4c4; |
|
1559 | border-bottom: 1px solid #c4c4c4; | |
1560 | color: #4A4A4A; |
|
1560 | color: #4A4A4A; | |
1561 | font-weight: 700; |
|
1561 | font-weight: 700; | |
1562 | margin: 0 0 0 4px; |
|
1562 | margin: 0 0 0 4px; | |
1563 | padding: 0; |
|
1563 | padding: 0; | |
1564 | } |
|
1564 | } | |
1565 |
|
1565 | |||
1566 | #content div.box div.pagination ul.pager li.separator { |
|
1566 | #content div.box div.pagination ul.pager li.separator { | |
1567 | padding: 6px; |
|
1567 | padding: 6px; | |
1568 | } |
|
1568 | } | |
1569 |
|
1569 | |||
1570 | #content div.box div.pagination ul.pager li.current { |
|
1570 | #content div.box div.pagination ul.pager li.current { | |
1571 | background: #b4b4b4 url("../images/pager_selected.png") repeat-x; |
|
1571 | background: #b4b4b4 url("../images/pager_selected.png") repeat-x; | |
1572 | border-top: 1px solid #ccc; |
|
1572 | border-top: 1px solid #ccc; | |
1573 | border-left: 1px solid #bebebe; |
|
1573 | border-left: 1px solid #bebebe; | |
1574 | border-right: 1px solid #b1b1b1; |
|
1574 | border-right: 1px solid #b1b1b1; | |
1575 | border-bottom: 1px solid #afafaf; |
|
1575 | border-bottom: 1px solid #afafaf; | |
1576 | color: #515151; |
|
1576 | color: #515151; | |
1577 | padding: 6px; |
|
1577 | padding: 6px; | |
1578 | } |
|
1578 | } | |
1579 |
|
1579 | |||
1580 | #content div.box div.pagination ul.pager li a { |
|
1580 | #content div.box div.pagination ul.pager li a { | |
1581 | height: 1%; |
|
1581 | height: 1%; | |
1582 | display: block; |
|
1582 | display: block; | |
1583 | float: left; |
|
1583 | float: left; | |
1584 | color: #515151; |
|
1584 | color: #515151; | |
1585 | text-decoration: none; |
|
1585 | text-decoration: none; | |
1586 | margin: 0; |
|
1586 | margin: 0; | |
1587 | padding: 6px; |
|
1587 | padding: 6px; | |
1588 | } |
|
1588 | } | |
1589 |
|
1589 | |||
1590 | #content div.box div.pagination ul.pager li a:hover, |
|
1590 | #content div.box div.pagination ul.pager li a:hover, | |
1591 | #content div.box div.pagination ul.pager li a:active { |
|
1591 | #content div.box div.pagination ul.pager li a:active { | |
1592 | background: #b4b4b4 url("../images/pager_selected.png") repeat-x; |
|
1592 | background: #b4b4b4 url("../images/pager_selected.png") repeat-x; | |
1593 | border-top: 1px solid #ccc; |
|
1593 | border-top: 1px solid #ccc; | |
1594 | border-left: 1px solid #bebebe; |
|
1594 | border-left: 1px solid #bebebe; | |
1595 | border-right: 1px solid #b1b1b1; |
|
1595 | border-right: 1px solid #b1b1b1; | |
1596 | border-bottom: 1px solid #afafaf; |
|
1596 | border-bottom: 1px solid #afafaf; | |
1597 | margin: -1px; |
|
1597 | margin: -1px; | |
1598 | } |
|
1598 | } | |
1599 |
|
1599 | |||
1600 | #content div.box div.pagination-right { |
|
1600 | #content div.box div.pagination-right { | |
1601 | float: right; |
|
1601 | float: right; | |
1602 | } |
|
1602 | } | |
1603 |
|
1603 | |||
1604 | #content div.box div.pagination-wh { |
|
1604 | #content div.box div.pagination-wh { | |
1605 | height: 1%; |
|
1605 | height: 1%; | |
1606 | overflow: hidden; |
|
1606 | overflow: hidden; | |
1607 | text-align: right; |
|
1607 | text-align: right; | |
1608 | margin: 10px 0 0; |
|
1608 | margin: 10px 0 0; | |
1609 | padding: 0; |
|
1609 | padding: 0; | |
1610 | } |
|
1610 | } | |
1611 |
|
1611 | |||
1612 | #content div.box div.pagination-wh > :first-child { |
|
1612 | #content div.box div.pagination-wh > :first-child { | |
1613 | border-radius: 4px 0px 0px 4px; |
|
1613 | border-radius: 4px 0px 0px 4px; | |
1614 | } |
|
1614 | } | |
1615 |
|
1615 | |||
1616 | #content div.box div.pagination-wh > :last-child { |
|
1616 | #content div.box div.pagination-wh > :last-child { | |
1617 | border-radius: 0px 4px 4px 0px; |
|
1617 | border-radius: 0px 4px 4px 0px; | |
1618 | border-right: 1px solid #cfcfcf; |
|
1618 | border-right: 1px solid #cfcfcf; | |
1619 | } |
|
1619 | } | |
1620 |
|
1620 | |||
1621 | #content div.box div.pagination-wh a, |
|
1621 | #content div.box div.pagination-wh a, | |
1622 | #content div.box div.pagination-wh span.pager_dotdot, |
|
1622 | #content div.box div.pagination-wh span.pager_dotdot, | |
1623 | #content div.box div.pagination-wh span.yui-pg-previous, |
|
1623 | #content div.box div.pagination-wh span.yui-pg-previous, | |
1624 | #content div.box div.pagination-wh span.yui-pg-last, |
|
1624 | #content div.box div.pagination-wh span.yui-pg-last, | |
1625 | #content div.box div.pagination-wh span.yui-pg-next, |
|
1625 | #content div.box div.pagination-wh span.yui-pg-next, | |
1626 | #content div.box div.pagination-wh span.yui-pg-first { |
|
1626 | #content div.box div.pagination-wh span.yui-pg-first { | |
1627 | height: 1%; |
|
1627 | height: 1%; | |
1628 | float: left; |
|
1628 | float: left; | |
1629 | background: #ebebeb url("../images/pager.png") repeat-x; |
|
1629 | background: #ebebeb url("../images/pager.png") repeat-x; | |
1630 | border-top: 1px solid #dedede; |
|
1630 | border-top: 1px solid #dedede; | |
1631 | border-left: 1px solid #cfcfcf; |
|
1631 | border-left: 1px solid #cfcfcf; | |
1632 | border-bottom: 1px solid #c4c4c4; |
|
1632 | border-bottom: 1px solid #c4c4c4; | |
1633 | color: #4A4A4A; |
|
1633 | color: #4A4A4A; | |
1634 | font-weight: 700; |
|
1634 | font-weight: 700; | |
1635 | padding: 6px; |
|
1635 | padding: 6px; | |
1636 | } |
|
1636 | } | |
1637 |
|
1637 | |||
1638 | #content div.box div.pagination-wh span.pager_curpage { |
|
1638 | #content div.box div.pagination-wh span.pager_curpage { | |
1639 | height: 1%; |
|
1639 | height: 1%; | |
1640 | float: left; |
|
1640 | float: left; | |
1641 | background: #b4b4b4 url("../images/pager_selected.png") repeat-x; |
|
1641 | background: #b4b4b4 url("../images/pager_selected.png") repeat-x; | |
1642 | border-top: 1px solid #ccc; |
|
1642 | border-top: 1px solid #ccc; | |
1643 | border-left: 1px solid #bebebe; |
|
1643 | border-left: 1px solid #bebebe; | |
1644 | border-bottom: 1px solid #afafaf; |
|
1644 | border-bottom: 1px solid #afafaf; | |
1645 | color: #515151; |
|
1645 | color: #515151; | |
1646 | font-weight: 700; |
|
1646 | font-weight: 700; | |
1647 | padding: 6px; |
|
1647 | padding: 6px; | |
1648 | } |
|
1648 | } | |
1649 |
|
1649 | |||
1650 | #content div.box div.pagination-wh a:hover, #content div.box div.pagination-wh a:active { |
|
1650 | #content div.box div.pagination-wh a:hover, #content div.box div.pagination-wh a:active { | |
1651 | background: #b4b4b4 url("../images/pager_selected.png") repeat-x; |
|
1651 | background: #b4b4b4 url("../images/pager_selected.png") repeat-x; | |
1652 | border-top: 1px solid #ccc; |
|
1652 | border-top: 1px solid #ccc; | |
1653 | border-left: 1px solid #bebebe; |
|
1653 | border-left: 1px solid #bebebe; | |
1654 | border-bottom: 1px solid #afafaf; |
|
1654 | border-bottom: 1px solid #afafaf; | |
1655 | text-decoration: none; |
|
1655 | text-decoration: none; | |
1656 | } |
|
1656 | } | |
1657 |
|
1657 | |||
1658 | #content div.box div.traffic div.legend { |
|
1658 | #content div.box div.traffic div.legend { | |
1659 | clear: both; |
|
1659 | clear: both; | |
1660 | overflow: hidden; |
|
1660 | overflow: hidden; | |
1661 | border-bottom: 1px solid #ddd; |
|
1661 | border-bottom: 1px solid #ddd; | |
1662 | margin: 0 0 10px; |
|
1662 | margin: 0 0 10px; | |
1663 | padding: 0 0 10px; |
|
1663 | padding: 0 0 10px; | |
1664 | } |
|
1664 | } | |
1665 |
|
1665 | |||
1666 | #content div.box div.traffic div.legend h6 { |
|
1666 | #content div.box div.traffic div.legend h6 { | |
1667 | float: left; |
|
1667 | float: left; | |
1668 | border: none; |
|
1668 | border: none; | |
1669 | margin: 0; |
|
1669 | margin: 0; | |
1670 | padding: 0; |
|
1670 | padding: 0; | |
1671 | } |
|
1671 | } | |
1672 |
|
1672 | |||
1673 | #content div.box div.traffic div.legend li { |
|
1673 | #content div.box div.traffic div.legend li { | |
1674 | list-style: none; |
|
1674 | list-style: none; | |
1675 | float: left; |
|
1675 | float: left; | |
1676 | font-size: 11px; |
|
1676 | font-size: 11px; | |
1677 | margin: 0; |
|
1677 | margin: 0; | |
1678 | padding: 0 8px 0 4px; |
|
1678 | padding: 0 8px 0 4px; | |
1679 | } |
|
1679 | } | |
1680 |
|
1680 | |||
1681 | #content div.box div.traffic div.legend li.visits { |
|
1681 | #content div.box div.traffic div.legend li.visits { | |
1682 | border-left: 12px solid #edc240; |
|
1682 | border-left: 12px solid #edc240; | |
1683 | } |
|
1683 | } | |
1684 |
|
1684 | |||
1685 | #content div.box div.traffic div.legend li.pageviews { |
|
1685 | #content div.box div.traffic div.legend li.pageviews { | |
1686 | border-left: 12px solid #afd8f8; |
|
1686 | border-left: 12px solid #afd8f8; | |
1687 | } |
|
1687 | } | |
1688 |
|
1688 | |||
1689 | #content div.box div.traffic table { |
|
1689 | #content div.box div.traffic table { | |
1690 | width: auto; |
|
1690 | width: auto; | |
1691 | } |
|
1691 | } | |
1692 |
|
1692 | |||
1693 | #content div.box div.traffic table td { |
|
1693 | #content div.box div.traffic table td { | |
1694 | background: transparent; |
|
1694 | background: transparent; | |
1695 | border: none; |
|
1695 | border: none; | |
1696 | padding: 2px 3px 3px; |
|
1696 | padding: 2px 3px 3px; | |
1697 | } |
|
1697 | } | |
1698 |
|
1698 | |||
1699 | #content div.box div.traffic table td.legendLabel { |
|
1699 | #content div.box div.traffic table td.legendLabel { | |
1700 | padding: 0 3px 2px; |
|
1700 | padding: 0 3px 2px; | |
1701 | } |
|
1701 | } | |
1702 |
|
1702 | |||
1703 | #content div.box #summary { |
|
1703 | #content div.box #summary { | |
1704 | margin-right: 200px; |
|
1704 | margin-right: 200px; | |
1705 | } |
|
1705 | } | |
1706 |
|
1706 | |||
1707 | #summary-menu-stats { |
|
1707 | #summary-menu-stats { | |
1708 | float: left; |
|
1708 | float: left; | |
1709 | width: 180px; |
|
1709 | width: 180px; | |
1710 | position: absolute; |
|
1710 | position: absolute; | |
1711 | top: 0; |
|
1711 | top: 0; | |
1712 | right: 0; |
|
1712 | right: 0; | |
1713 | } |
|
1713 | } | |
1714 |
|
1714 | |||
1715 | #summary-menu-stats ul { |
|
1715 | #summary-menu-stats ul { | |
1716 | margin: 0 10px; |
|
1716 | margin: 0 10px; | |
1717 | display: block; |
|
1717 | display: block; | |
1718 | background-color: #f9f9f9; |
|
1718 | background-color: #f9f9f9; | |
1719 | border: 1px solid #d1d1d1; |
|
1719 | border: 1px solid #d1d1d1; | |
1720 | border-radius: 4px; |
|
1720 | border-radius: 4px; | |
1721 | } |
|
1721 | } | |
1722 |
|
1722 | |||
1723 | #content #summary-menu-stats li { |
|
1723 | #content #summary-menu-stats li { | |
1724 | border-top: 1px solid #d1d1d1; |
|
1724 | border-top: 1px solid #d1d1d1; | |
1725 | padding: 0; |
|
1725 | padding: 0; | |
1726 | } |
|
1726 | } | |
1727 |
|
1727 | |||
1728 | #content #summary-menu-stats li:hover { |
|
1728 | #content #summary-menu-stats li:hover { | |
1729 | background: #f0f0f0; |
|
1729 | background: #f0f0f0; | |
1730 | } |
|
1730 | } | |
1731 |
|
1731 | |||
1732 | #content #summary-menu-stats li:first-child { |
|
1732 | #content #summary-menu-stats li:first-child { | |
1733 | border-top: none; |
|
1733 | border-top: none; | |
1734 | } |
|
1734 | } | |
1735 |
|
1735 | |||
1736 | #summary-menu-stats a.followers { background-image: url('../images/icons/heart.png')} |
|
1736 | #summary-menu-stats a.followers { background-image: url('../images/icons/heart.png')} | |
1737 | #summary-menu-stats a.forks { background-image: url('../images/icons/arrow_divide.png')} |
|
1737 | #summary-menu-stats a.forks { background-image: url('../images/icons/arrow_divide.png')} | |
1738 | #summary-menu-stats a.settings { background-image: url('../images/icons/cog_edit.png')} |
|
1738 | #summary-menu-stats a.settings { background-image: url('../images/icons/cog_edit.png')} | |
1739 | #summary-menu-stats a.feed { background-image: url('../images/icons/rss_16.png')} |
|
1739 | #summary-menu-stats a.feed { background-image: url('../images/icons/rss_16.png')} | |
1740 | #summary-menu-stats a.repo-size { background-image: url('../images/icons/server.png')} |
|
1740 | #summary-menu-stats a.repo-size { background-image: url('../images/icons/server.png')} | |
1741 |
|
1741 | |||
1742 | #summary-menu-stats a { |
|
1742 | #summary-menu-stats a { | |
1743 | display: block; |
|
1743 | display: block; | |
1744 | padding: 12px 30px; |
|
1744 | padding: 12px 30px; | |
1745 | background-repeat: no-repeat; |
|
1745 | background-repeat: no-repeat; | |
1746 | background-position: 10px 50%; |
|
1746 | background-position: 10px 50%; | |
1747 | padding-right: 10px; |
|
1747 | padding-right: 10px; | |
1748 | } |
|
1748 | } | |
1749 |
|
1749 | |||
1750 | #repo_size_2.loaded { |
|
1750 | #repo_size_2.loaded { | |
1751 | margin-left: 30px; |
|
1751 | margin-left: 30px; | |
1752 | display: block; |
|
1752 | display: block; | |
1753 | padding-right: 10px; |
|
1753 | padding-right: 10px; | |
1754 | padding-bottom: 7px; |
|
1754 | padding-bottom: 7px; | |
1755 | } |
|
1755 | } | |
1756 |
|
1756 | |||
1757 | #summary-menu-stats a:hover { |
|
1757 | #summary-menu-stats a:hover { | |
1758 | text-decoration: none; |
|
1758 | text-decoration: none; | |
1759 | } |
|
1759 | } | |
1760 |
|
1760 | |||
1761 | #summary-menu-stats a span { |
|
1761 | #summary-menu-stats a span { | |
1762 | background-color: #DEDEDE; |
|
1762 | background-color: #DEDEDE; | |
1763 | color: #888 !important; |
|
1763 | color: #888 !important; | |
1764 | border-radius: 4px; |
|
1764 | border-radius: 4px; | |
1765 | padding: 2px 4px; |
|
1765 | padding: 2px 4px; | |
1766 | font-size: 10px; |
|
1766 | font-size: 10px; | |
1767 | } |
|
1767 | } | |
1768 |
|
1768 | |||
1769 | #summary .metatag { |
|
1769 | #summary .metatag { | |
1770 | display: inline-block; |
|
1770 | display: inline-block; | |
1771 | padding: 3px 5px; |
|
1771 | padding: 3px 5px; | |
1772 | margin-bottom: 3px; |
|
1772 | margin-bottom: 3px; | |
1773 | margin-right: 1px; |
|
1773 | margin-right: 1px; | |
1774 | border-radius: 5px; |
|
1774 | border-radius: 5px; | |
1775 | } |
|
1775 | } | |
1776 |
|
1776 | |||
1777 | #content div.box #summary p { |
|
1777 | #content div.box #summary p { | |
1778 | margin-bottom: -5px; |
|
1778 | margin-bottom: -5px; | |
1779 | width: 600px; |
|
1779 | width: 600px; | |
1780 | white-space: pre-wrap; |
|
1780 | white-space: pre-wrap; | |
1781 | } |
|
1781 | } | |
1782 |
|
1782 | |||
1783 | #content div.box #summary p:last-child { |
|
1783 | #content div.box #summary p:last-child { | |
1784 | margin-bottom: 9px; |
|
1784 | margin-bottom: 9px; | |
1785 | } |
|
1785 | } | |
1786 |
|
1786 | |||
1787 | #content div.box #summary p:first-of-type { |
|
1787 | #content div.box #summary p:first-of-type { | |
1788 | margin-top: 9px; |
|
1788 | margin-top: 9px; | |
1789 | } |
|
1789 | } | |
1790 |
|
1790 | |||
1791 | .metatag { |
|
1791 | .metatag { | |
1792 | display: inline-block; |
|
1792 | display: inline-block; | |
1793 | margin-right: 1px; |
|
1793 | margin-right: 1px; | |
1794 | -webkit-border-radius: 4px 4px 4px 4px; |
|
1794 | -webkit-border-radius: 4px 4px 4px 4px; | |
1795 | -khtml-border-radius: 4px 4px 4px 4px; |
|
1795 | -khtml-border-radius: 4px 4px 4px 4px; | |
1796 | border-radius: 4px 4px 4px 4px; |
|
1796 | border-radius: 4px 4px 4px 4px; | |
1797 |
|
1797 | |||
1798 | border: solid 1px #9CF; |
|
1798 | border: solid 1px #9CF; | |
1799 | padding: 2px 3px 2px 3px !important; |
|
1799 | padding: 2px 3px 2px 3px !important; | |
1800 | background-color: #DEF; |
|
1800 | background-color: #DEF; | |
1801 | } |
|
1801 | } | |
1802 |
|
1802 | |||
1803 | .metatag[tag="dead"] { |
|
1803 | .metatag[tag="dead"] { | |
1804 | background-color: #E44; |
|
1804 | background-color: #E44; | |
1805 | } |
|
1805 | } | |
1806 |
|
1806 | |||
1807 | .metatag[tag="stale"] { |
|
1807 | .metatag[tag="stale"] { | |
1808 | background-color: #EA4; |
|
1808 | background-color: #EA4; | |
1809 | } |
|
1809 | } | |
1810 |
|
1810 | |||
1811 | .metatag[tag="featured"] { |
|
1811 | .metatag[tag="featured"] { | |
1812 | background-color: #AEA; |
|
1812 | background-color: #AEA; | |
1813 | } |
|
1813 | } | |
1814 |
|
1814 | |||
1815 | .metatag[tag="requires"] { |
|
1815 | .metatag[tag="requires"] { | |
1816 | background-color: #9CF; |
|
1816 | background-color: #9CF; | |
1817 | } |
|
1817 | } | |
1818 |
|
1818 | |||
1819 | .metatag[tag="recommends"] { |
|
1819 | .metatag[tag="recommends"] { | |
1820 | background-color: #BDF; |
|
1820 | background-color: #BDF; | |
1821 | } |
|
1821 | } | |
1822 |
|
1822 | |||
1823 | .metatag[tag="lang"] { |
|
1823 | .metatag[tag="lang"] { | |
1824 | background-color: #FAF474; |
|
1824 | background-color: #FAF474; | |
1825 | } |
|
1825 | } | |
1826 |
|
1826 | |||
1827 | .metatag[tag="license"] { |
|
1827 | .metatag[tag="license"] { | |
1828 | border: solid 1px #9CF; |
|
1828 | border: solid 1px #9CF; | |
1829 | background-color: #DEF; |
|
1829 | background-color: #DEF; | |
1830 | target-new: tab !important; |
|
1830 | target-new: tab !important; | |
1831 | } |
|
1831 | } | |
1832 | .metatag[tag="see"] { |
|
1832 | .metatag[tag="see"] { | |
1833 | border: solid 1px #CBD; |
|
1833 | border: solid 1px #CBD; | |
1834 | background-color: #EDF; |
|
1834 | background-color: #EDF; | |
1835 | } |
|
1835 | } | |
1836 |
|
1836 | |||
1837 | a.metatag[tag="license"]:hover { |
|
1837 | a.metatag[tag="license"]:hover { | |
1838 | background-color: #003367; |
|
1838 | background-color: #003367; | |
1839 | color: #FFF; |
|
1839 | color: #FFF; | |
1840 | text-decoration: none; |
|
1840 | text-decoration: none; | |
1841 | } |
|
1841 | } | |
1842 |
|
1842 | |||
1843 | #summary .desc { |
|
1843 | #summary .desc { | |
1844 | white-space: pre; |
|
1844 | white-space: pre; | |
1845 | width: 100%; |
|
1845 | width: 100%; | |
1846 | } |
|
1846 | } | |
1847 |
|
1847 | |||
1848 | #summary .repo_name { |
|
1848 | #summary .repo_name { | |
1849 | font-size: 1.6em; |
|
1849 | font-size: 1.6em; | |
1850 | font-weight: bold; |
|
1850 | font-weight: bold; | |
1851 | vertical-align: baseline; |
|
1851 | vertical-align: baseline; | |
1852 | clear: right |
|
1852 | clear: right | |
1853 | } |
|
1853 | } | |
1854 |
|
1854 | |||
1855 | #footer { |
|
1855 | #footer { | |
1856 | clear: both; |
|
1856 | clear: both; | |
1857 | overflow: hidden; |
|
1857 | overflow: hidden; | |
1858 | text-align: right; |
|
1858 | text-align: right; | |
1859 | margin: 0; |
|
1859 | margin: 0; | |
1860 | padding: 0 10px 4px; |
|
1860 | padding: 0 10px 4px; | |
1861 | margin: -10px 0 0; |
|
1861 | margin: -10px 0 0; | |
1862 | } |
|
1862 | } | |
1863 |
|
1863 | |||
1864 | #footer div#footer-inner { |
|
1864 | #footer div#footer-inner { | |
1865 | background-color: #003B76; |
|
1865 | background-color: #003B76; | |
1866 | background-repeat: repeat-x; |
|
1866 | background-repeat: repeat-x; | |
1867 | background-image: -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E)); |
|
1867 | background-image: -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E)); | |
1868 | background-image: -moz-linear-gradient(top, #003b76, #00376e); |
|
1868 | background-image: -moz-linear-gradient(top, #003b76, #00376e); | |
1869 | background-image: -ms-linear-gradient( top, #003b76, #00376e); |
|
1869 | background-image: -ms-linear-gradient( top, #003b76, #00376e); | |
1870 | background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e)); |
|
1870 | background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e)); | |
1871 | background-image: -webkit-linear-gradient( top, #003b76, #00376e)); |
|
1871 | background-image: -webkit-linear-gradient( top, #003b76, #00376e)); | |
1872 | background-image: -o-linear-gradient( top, #003b76, #00376e)); |
|
1872 | background-image: -o-linear-gradient( top, #003b76, #00376e)); | |
1873 | background-image: linear-gradient(to bottom, #003b76, #00376e); |
|
1873 | background-image: linear-gradient(to bottom, #003b76, #00376e); | |
1874 | filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0); |
|
1874 | filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0); | |
1875 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); |
|
1875 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); | |
1876 | -webkit-border-radius: 4px 4px 4px 4px; |
|
1876 | -webkit-border-radius: 4px 4px 4px 4px; | |
1877 | -khtml-border-radius: 4px 4px 4px 4px; |
|
1877 | -khtml-border-radius: 4px 4px 4px 4px; | |
1878 | border-radius: 4px 4px 4px 4px; |
|
1878 | border-radius: 4px 4px 4px 4px; | |
1879 | } |
|
1879 | } | |
1880 |
|
1880 | |||
1881 | #footer div#footer-inner p { |
|
1881 | #footer div#footer-inner p { | |
1882 | padding: 15px 25px 15px 0; |
|
1882 | padding: 15px 25px 15px 0; | |
1883 | color: #FFF; |
|
1883 | color: #FFF; | |
1884 | font-weight: 700; |
|
1884 | font-weight: 700; | |
1885 | } |
|
1885 | } | |
1886 |
|
1886 | |||
1887 | #footer div#footer-inner .footer-link { |
|
1887 | #footer div#footer-inner .footer-link { | |
1888 | float: left; |
|
1888 | float: left; | |
1889 | padding-left: 10px; |
|
1889 | padding-left: 10px; | |
1890 | } |
|
1890 | } | |
1891 |
|
1891 | |||
1892 | #footer div#footer-inner .footer-link a, #footer div#footer-inner .footer-link-right a { |
|
1892 | #footer div#footer-inner .footer-link a, #footer div#footer-inner .footer-link-right a { | |
1893 | color: #FFF; |
|
1893 | color: #FFF; | |
1894 | } |
|
1894 | } | |
1895 |
|
1895 | |||
1896 | #login div.title { |
|
1896 | #login div.title { | |
1897 | clear: both; |
|
1897 | clear: both; | |
1898 | overflow: hidden; |
|
1898 | overflow: hidden; | |
1899 | position: relative; |
|
1899 | position: relative; | |
1900 | background-color: #003B76; |
|
1900 | background-color: #003B76; | |
1901 | background-repeat: repeat-x; |
|
1901 | background-repeat: repeat-x; | |
1902 | background-image: -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E)); |
|
1902 | background-image: -khtml-gradient( linear, left top, left bottom, from(#003B76), to(#00376E)); | |
1903 | background-image: -moz-linear-gradient( top, #003b76, #00376e); |
|
1903 | background-image: -moz-linear-gradient( top, #003b76, #00376e); | |
1904 | background-image: -ms-linear-gradient( top, #003b76, #00376e); |
|
1904 | background-image: -ms-linear-gradient( top, #003b76, #00376e); | |
1905 | background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e)); |
|
1905 | background-image: -webkit-gradient( linear, left top, left bottom, color-stop( 0%, #003b76), color-stop( 100%, #00376e)); | |
1906 | background-image: -webkit-linear-gradient( top, #003b76, #00376e)); |
|
1906 | background-image: -webkit-linear-gradient( top, #003b76, #00376e)); | |
1907 | background-image: -o-linear-gradient( top, #003b76, #00376e)); |
|
1907 | background-image: -o-linear-gradient( top, #003b76, #00376e)); | |
1908 | background-image: linear-gradient(to bottom, #003b76, #00376e); |
|
1908 | background-image: linear-gradient(to bottom, #003b76, #00376e); | |
1909 | filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0); |
|
1909 | filter: progid : DXImageTransform.Microsoft.gradient ( startColorstr = '#003b76', endColorstr = '#00376e', GradientType = 0); | |
1910 | margin: 0 auto; |
|
1910 | margin: 0 auto; | |
1911 | padding: 0; |
|
1911 | padding: 0; | |
1912 | } |
|
1912 | } | |
1913 |
|
1913 | |||
1914 | #login div.inner { |
|
1914 | #login div.inner { | |
1915 | background: #FFF url("../images/login.png") no-repeat top left; |
|
1915 | background: #FFF url("../images/login.png") no-repeat top left; | |
1916 | border-top: none; |
|
1916 | border-top: none; | |
1917 | border-bottom: none; |
|
1917 | border-bottom: none; | |
1918 | margin: 0 auto; |
|
1918 | margin: 0 auto; | |
1919 | padding: 20px; |
|
1919 | padding: 20px; | |
1920 | } |
|
1920 | } | |
1921 |
|
1921 | |||
1922 | #login div.form div.fields div.field div.label { |
|
1922 | #login div.form div.fields div.field div.label { | |
1923 | width: 173px; |
|
1923 | width: 173px; | |
1924 | float: left; |
|
1924 | float: left; | |
1925 | text-align: right; |
|
1925 | text-align: right; | |
1926 | margin: 2px 10px 0 0; |
|
1926 | margin: 2px 10px 0 0; | |
1927 | padding: 5px 0 0 5px; |
|
1927 | padding: 5px 0 0 5px; | |
1928 | } |
|
1928 | } | |
1929 |
|
1929 | |||
1930 | #login div.form div.fields div.field div.input input { |
|
1930 | #login div.form div.fields div.field div.input input { | |
1931 | background: #FFF; |
|
1931 | background: #FFF; | |
1932 | border-top: 1px solid #b3b3b3; |
|
1932 | border-top: 1px solid #b3b3b3; | |
1933 | border-left: 1px solid #b3b3b3; |
|
1933 | border-left: 1px solid #b3b3b3; | |
1934 | border-right: 1px solid #eaeaea; |
|
1934 | border-right: 1px solid #eaeaea; | |
1935 | border-bottom: 1px solid #eaeaea; |
|
1935 | border-bottom: 1px solid #eaeaea; | |
1936 | color: #000; |
|
1936 | color: #000; | |
1937 | font-size: 11px; |
|
1937 | font-size: 11px; | |
1938 | margin: 0; |
|
1938 | margin: 0; | |
1939 | padding: 7px 7px 6px; |
|
1939 | padding: 7px 7px 6px; | |
1940 | } |
|
1940 | } | |
1941 |
|
1941 | |||
1942 | #login div.form div.fields div.buttons { |
|
1942 | #login div.form div.fields div.buttons { | |
1943 | clear: both; |
|
1943 | clear: both; | |
1944 | overflow: hidden; |
|
1944 | overflow: hidden; | |
1945 | border-top: 1px solid #DDD; |
|
1945 | border-top: 1px solid #DDD; | |
1946 | text-align: right; |
|
1946 | text-align: right; | |
1947 | margin: 0; |
|
1947 | margin: 0; | |
1948 | padding: 10px 0 0; |
|
1948 | padding: 10px 0 0; | |
1949 | } |
|
1949 | } | |
1950 |
|
1950 | |||
1951 | #login div.form div.links { |
|
1951 | #login div.form div.links { | |
1952 | clear: both; |
|
1952 | clear: both; | |
1953 | overflow: hidden; |
|
1953 | overflow: hidden; | |
1954 | margin: 10px 0 0; |
|
1954 | margin: 10px 0 0; | |
1955 | padding: 0 0 2px; |
|
1955 | padding: 0 0 2px; | |
1956 | } |
|
1956 | } | |
1957 |
|
1957 | |||
1958 | .user-menu { |
|
1958 | .user-menu { | |
1959 | margin: 0px !important; |
|
1959 | margin: 0px !important; | |
1960 | float: left; |
|
1960 | float: left; | |
1961 | } |
|
1961 | } | |
1962 |
|
1962 | |||
1963 | .user-menu .container { |
|
1963 | .user-menu .container { | |
1964 | padding: 0px 4px 0px 4px; |
|
1964 | padding: 0px 4px 0px 4px; | |
1965 | margin: 0px 0px 0px 0px; |
|
1965 | margin: 0px 0px 0px 0px; | |
1966 | } |
|
1966 | } | |
1967 |
|
1967 | |||
1968 | .user-menu .gravatar { |
|
1968 | .user-menu .gravatar { | |
1969 | margin: 0px 0px 0px 0px; |
|
1969 | margin: 0px 0px 0px 0px; | |
1970 | cursor: pointer; |
|
1970 | cursor: pointer; | |
1971 | } |
|
1971 | } | |
1972 | .user-menu .gravatar.enabled { |
|
1972 | .user-menu .gravatar.enabled { | |
1973 | background-color: #FDF784 !important; |
|
1973 | background-color: #FDF784 !important; | |
1974 | } |
|
1974 | } | |
1975 | .user-menu .gravatar:hover { |
|
1975 | .user-menu .gravatar:hover { | |
1976 | background-color: #FDF784 !important; |
|
1976 | background-color: #FDF784 !important; | |
1977 | } |
|
1977 | } | |
1978 | #quick_login { |
|
1978 | #quick_login { | |
1979 | min-height: 110px; |
|
1979 | min-height: 110px; | |
1980 | padding: 4px; |
|
1980 | padding: 4px; | |
1981 | position: absolute; |
|
1981 | position: absolute; | |
1982 | right: 0; |
|
1982 | right: 0; | |
1983 | background-color: #003B76; |
|
1983 | background-color: #003B76; | |
1984 | background-repeat: repeat-x; |
|
1984 | background-repeat: repeat-x; | |
1985 | background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) ); |
|
1985 | background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) ); | |
1986 | background-image: -moz-linear-gradient(top, #003b76, #00376e); |
|
1986 | background-image: -moz-linear-gradient(top, #003b76, #00376e); | |
1987 | background-image: -ms-linear-gradient(top, #003b76, #00376e); |
|
1987 | background-image: -ms-linear-gradient(top, #003b76, #00376e); | |
1988 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) ); |
|
1988 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) ); | |
1989 | background-image: -webkit-linear-gradient(top, #003b76, #00376e); |
|
1989 | background-image: -webkit-linear-gradient(top, #003b76, #00376e); | |
1990 | background-image: -o-linear-gradient(top, #003b76, #00376e); |
|
1990 | background-image: -o-linear-gradient(top, #003b76, #00376e); | |
1991 | background-image: linear-gradient(to bottom, #003b76, #00376e); |
|
1991 | background-image: linear-gradient(to bottom, #003b76, #00376e); | |
1992 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 ); |
|
1992 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', endColorstr='#00376e', GradientType=0 ); | |
1993 |
|
1993 | |||
1994 | z-index: 999; |
|
1994 | z-index: 999; | |
1995 | -webkit-border-radius: 0px 0px 4px 4px; |
|
1995 | -webkit-border-radius: 0px 0px 4px 4px; | |
1996 | -khtml-border-radius: 0px 0px 4px 4px; |
|
1996 | -khtml-border-radius: 0px 0px 4px 4px; | |
1997 | border-radius: 0px 0px 4px 4px; |
|
1997 | border-radius: 0px 0px 4px 4px; | |
1998 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); |
|
1998 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); | |
1999 |
|
1999 | |||
2000 | overflow: hidden; |
|
2000 | overflow: hidden; | |
2001 | } |
|
2001 | } | |
2002 | #quick_login h4 { |
|
2002 | #quick_login h4 { | |
2003 | color: #fff; |
|
2003 | color: #fff; | |
2004 | padding: 5px 0px 5px 14px; |
|
2004 | padding: 5px 0px 5px 14px; | |
2005 | } |
|
2005 | } | |
2006 |
|
2006 | |||
2007 | #quick_login .password_forgoten { |
|
2007 | #quick_login .password_forgoten { | |
2008 | padding-right: 0px; |
|
2008 | padding-right: 0px; | |
2009 | padding-top: 0px; |
|
2009 | padding-top: 0px; | |
2010 | text-align: left; |
|
2010 | text-align: left; | |
2011 | } |
|
2011 | } | |
2012 |
|
2012 | |||
2013 | #quick_login .password_forgoten a { |
|
2013 | #quick_login .password_forgoten a { | |
2014 | font-size: 10px; |
|
2014 | font-size: 10px; | |
2015 | color: #fff; |
|
2015 | color: #fff; | |
2016 | padding: 0px !important; |
|
2016 | padding: 0px !important; | |
2017 | line-height: 20px !important; |
|
2017 | line-height: 20px !important; | |
2018 | } |
|
2018 | } | |
2019 |
|
2019 | |||
2020 | #quick_login .register { |
|
2020 | #quick_login .register { | |
2021 | padding-right: 10px; |
|
2021 | padding-right: 10px; | |
2022 | padding-top: 5px; |
|
2022 | padding-top: 5px; | |
2023 | text-align: left; |
|
2023 | text-align: left; | |
2024 | } |
|
2024 | } | |
2025 |
|
2025 | |||
2026 | #quick_login .register a { |
|
2026 | #quick_login .register a { | |
2027 | font-size: 10px; |
|
2027 | font-size: 10px; | |
2028 | color: #fff; |
|
2028 | color: #fff; | |
2029 | padding: 0px !important; |
|
2029 | padding: 0px !important; | |
2030 | line-height: 20px !important; |
|
2030 | line-height: 20px !important; | |
2031 | } |
|
2031 | } | |
2032 |
|
2032 | |||
2033 | #quick_login .submit { |
|
2033 | #quick_login .submit { | |
2034 | margin: -20px 0 0 0px; |
|
2034 | margin: -20px 0 0 0px; | |
2035 | position: absolute; |
|
2035 | position: absolute; | |
2036 | right: 15px; |
|
2036 | right: 15px; | |
2037 | } |
|
2037 | } | |
2038 |
|
2038 | |||
2039 | #quick_login .links_left { |
|
2039 | #quick_login .links_left { | |
2040 | float: left; |
|
2040 | float: left; | |
2041 | margin-right: 130px; |
|
2041 | margin-right: 130px; | |
2042 | width: 170px; |
|
2042 | width: 170px; | |
2043 | } |
|
2043 | } | |
2044 | #quick_login .links_right { |
|
2044 | #quick_login .links_right { | |
2045 |
|
2045 | |||
2046 | position: absolute; |
|
2046 | position: absolute; | |
2047 | right: 0; |
|
2047 | right: 0; | |
2048 | } |
|
2048 | } | |
2049 | #quick_login .full_name { |
|
2049 | #quick_login .full_name { | |
2050 | color: #FFFFFF; |
|
2050 | color: #FFFFFF; | |
2051 | font-weight: bold; |
|
2051 | font-weight: bold; | |
2052 | padding: 3px 3px 3px 6px; |
|
2052 | padding: 3px 3px 3px 6px; | |
2053 | } |
|
2053 | } | |
2054 | #quick_login .big_gravatar { |
|
2054 | #quick_login .big_gravatar { | |
2055 | padding: 4px 0px 0px 6px; |
|
2055 | padding: 4px 0px 0px 6px; | |
2056 | } |
|
2056 | } | |
2057 | #quick_login .notifications { |
|
2057 | #quick_login .notifications { | |
2058 | padding: 2px 0px 0px 6px; |
|
2058 | padding: 2px 0px 0px 6px; | |
2059 | color: #FFFFFF; |
|
2059 | color: #FFFFFF; | |
2060 | font-weight: bold; |
|
2060 | font-weight: bold; | |
2061 | line-height: 10px !important; |
|
2061 | line-height: 10px !important; | |
2062 | } |
|
2062 | } | |
2063 | #quick_login .notifications a, |
|
2063 | #quick_login .notifications a, | |
2064 | #quick_login .unread a { |
|
2064 | #quick_login .unread a { | |
2065 | color: #FFFFFF; |
|
2065 | color: #FFFFFF; | |
2066 | display: block; |
|
2066 | display: block; | |
2067 | padding: 0px !important; |
|
2067 | padding: 0px !important; | |
2068 | } |
|
2068 | } | |
2069 | #quick_login .notifications a:hover, |
|
2069 | #quick_login .notifications a:hover, | |
2070 | #quick_login .unread a:hover { |
|
2070 | #quick_login .unread a:hover { | |
2071 | background-color: inherit !important; |
|
2071 | background-color: inherit !important; | |
2072 | } |
|
2072 | } | |
2073 | #quick_login .email, #quick_login .unread { |
|
2073 | #quick_login .email, #quick_login .unread { | |
2074 | color: #FFFFFF; |
|
2074 | color: #FFFFFF; | |
2075 | padding: 3px 3px 3px 6px; |
|
2075 | padding: 3px 3px 3px 6px; | |
2076 | } |
|
2076 | } | |
2077 | #quick_login .links .logout { |
|
2077 | #quick_login .links .logout { | |
2078 | } |
|
2078 | } | |
2079 |
|
2079 | |||
2080 | #quick_login div.form div.fields { |
|
2080 | #quick_login div.form div.fields { | |
2081 | padding-top: 2px; |
|
2081 | padding-top: 2px; | |
2082 | padding-left: 10px; |
|
2082 | padding-left: 10px; | |
2083 | } |
|
2083 | } | |
2084 |
|
2084 | |||
2085 | #quick_login div.form div.fields div.field { |
|
2085 | #quick_login div.form div.fields div.field { | |
2086 | padding: 5px; |
|
2086 | padding: 5px; | |
2087 | } |
|
2087 | } | |
2088 |
|
2088 | |||
2089 | #quick_login div.form div.fields div.field div.label label { |
|
2089 | #quick_login div.form div.fields div.field div.label label { | |
2090 | color: #fff; |
|
2090 | color: #fff; | |
2091 | padding-bottom: 3px; |
|
2091 | padding-bottom: 3px; | |
2092 | } |
|
2092 | } | |
2093 |
|
2093 | |||
2094 | #quick_login div.form div.fields div.field div.input input { |
|
2094 | #quick_login div.form div.fields div.field div.input input { | |
2095 | width: 236px; |
|
2095 | width: 236px; | |
2096 | background: #FFF; |
|
2096 | background: #FFF; | |
2097 | border-top: 1px solid #b3b3b3; |
|
2097 | border-top: 1px solid #b3b3b3; | |
2098 | border-left: 1px solid #b3b3b3; |
|
2098 | border-left: 1px solid #b3b3b3; | |
2099 | border-right: 1px solid #eaeaea; |
|
2099 | border-right: 1px solid #eaeaea; | |
2100 | border-bottom: 1px solid #eaeaea; |
|
2100 | border-bottom: 1px solid #eaeaea; | |
2101 | color: #000; |
|
2101 | color: #000; | |
2102 | font-size: 11px; |
|
2102 | font-size: 11px; | |
2103 | margin: 0; |
|
2103 | margin: 0; | |
2104 | padding: 5px 7px 4px; |
|
2104 | padding: 5px 7px 4px; | |
2105 | } |
|
2105 | } | |
2106 |
|
2106 | |||
2107 | #quick_login div.form div.fields div.buttons { |
|
2107 | #quick_login div.form div.fields div.buttons { | |
2108 | clear: both; |
|
2108 | clear: both; | |
2109 | overflow: hidden; |
|
2109 | overflow: hidden; | |
2110 | text-align: right; |
|
2110 | text-align: right; | |
2111 | margin: 0; |
|
2111 | margin: 0; | |
2112 | padding: 5px 14px 0px 5px; |
|
2112 | padding: 5px 14px 0px 5px; | |
2113 | } |
|
2113 | } | |
2114 |
|
2114 | |||
2115 | #quick_login div.form div.links { |
|
2115 | #quick_login div.form div.links { | |
2116 | clear: both; |
|
2116 | clear: both; | |
2117 | overflow: hidden; |
|
2117 | overflow: hidden; | |
2118 | margin: 10px 0 0; |
|
2118 | margin: 10px 0 0; | |
2119 | padding: 0 0 2px; |
|
2119 | padding: 0 0 2px; | |
2120 | } |
|
2120 | } | |
2121 |
|
2121 | |||
2122 | #quick_login ol.links { |
|
2122 | #quick_login ol.links { | |
2123 | display: block; |
|
2123 | display: block; | |
2124 | font-weight: bold; |
|
2124 | font-weight: bold; | |
2125 | list-style: none outside none; |
|
2125 | list-style: none outside none; | |
2126 | text-align: right; |
|
2126 | text-align: right; | |
2127 | } |
|
2127 | } | |
2128 | #quick_login ol.links li { |
|
2128 | #quick_login ol.links li { | |
2129 | line-height: 27px; |
|
2129 | line-height: 27px; | |
2130 | margin: 0; |
|
2130 | margin: 0; | |
2131 | padding: 0; |
|
2131 | padding: 0; | |
2132 | color: #fff; |
|
2132 | color: #fff; | |
2133 | display: block; |
|
2133 | display: block; | |
2134 | float: none !important; |
|
2134 | float: none !important; | |
2135 | } |
|
2135 | } | |
2136 |
|
2136 | |||
2137 | #quick_login ol.links li a { |
|
2137 | #quick_login ol.links li a { | |
2138 | color: #fff; |
|
2138 | color: #fff; | |
2139 | display: block; |
|
2139 | display: block; | |
2140 | padding: 2px; |
|
2140 | padding: 2px; | |
2141 | } |
|
2141 | } | |
2142 | #quick_login ol.links li a:HOVER { |
|
2142 | #quick_login ol.links li a:HOVER { | |
2143 | background-color: inherit !important; |
|
2143 | background-color: inherit !important; | |
2144 | } |
|
2144 | } | |
2145 |
|
2145 | |||
2146 | #register div.title { |
|
2146 | #register div.title { | |
2147 | clear: both; |
|
2147 | clear: both; | |
2148 | overflow: hidden; |
|
2148 | overflow: hidden; | |
2149 | position: relative; |
|
2149 | position: relative; | |
2150 | background-color: #003B76; |
|
2150 | background-color: #003B76; | |
2151 | background-repeat: repeat-x; |
|
2151 | background-repeat: repeat-x; | |
2152 | background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) ); |
|
2152 | background-image: -khtml-gradient(linear, left top, left bottom, from(#003B76), to(#00376E) ); | |
2153 | background-image: -moz-linear-gradient(top, #003b76, #00376e); |
|
2153 | background-image: -moz-linear-gradient(top, #003b76, #00376e); | |
2154 | background-image: -ms-linear-gradient(top, #003b76, #00376e); |
|
2154 | background-image: -ms-linear-gradient(top, #003b76, #00376e); | |
2155 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) ); |
|
2155 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #003b76), color-stop(100%, #00376e) ); | |
2156 | background-image: -webkit-linear-gradient(top, #003b76, #00376e); |
|
2156 | background-image: -webkit-linear-gradient(top, #003b76, #00376e); | |
2157 | background-image: -o-linear-gradient(top, #003b76, #00376e); |
|
2157 | background-image: -o-linear-gradient(top, #003b76, #00376e); | |
2158 | background-image: linear-gradient(to bottom, #003b76, #00376e); |
|
2158 | background-image: linear-gradient(to bottom, #003b76, #00376e); | |
2159 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', |
|
2159 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#003b76', | |
2160 | endColorstr='#00376e', GradientType=0 ); |
|
2160 | endColorstr='#00376e', GradientType=0 ); | |
2161 | margin: 0 auto; |
|
2161 | margin: 0 auto; | |
2162 | padding: 0; |
|
2162 | padding: 0; | |
2163 | } |
|
2163 | } | |
2164 |
|
2164 | |||
2165 | #register div.inner { |
|
2165 | #register div.inner { | |
2166 | background: #FFF; |
|
2166 | background: #FFF; | |
2167 | border-top: none; |
|
2167 | border-top: none; | |
2168 | border-bottom: none; |
|
2168 | border-bottom: none; | |
2169 | margin: 0 auto; |
|
2169 | margin: 0 auto; | |
2170 | padding: 20px; |
|
2170 | padding: 20px; | |
2171 | } |
|
2171 | } | |
2172 |
|
2172 | |||
2173 | #register div.form div.fields div.field div.label { |
|
2173 | #register div.form div.fields div.field div.label { | |
2174 | width: 135px; |
|
2174 | width: 135px; | |
2175 | float: left; |
|
2175 | float: left; | |
2176 | text-align: right; |
|
2176 | text-align: right; | |
2177 | margin: 2px 10px 0 0; |
|
2177 | margin: 2px 10px 0 0; | |
2178 | padding: 5px 0 0 5px; |
|
2178 | padding: 5px 0 0 5px; | |
2179 | } |
|
2179 | } | |
2180 |
|
2180 | |||
2181 | #register div.form div.fields div.field div.input input { |
|
2181 | #register div.form div.fields div.field div.input input { | |
2182 | width: 300px; |
|
2182 | width: 300px; | |
2183 | background: #FFF; |
|
2183 | background: #FFF; | |
2184 | border-top: 1px solid #b3b3b3; |
|
2184 | border-top: 1px solid #b3b3b3; | |
2185 | border-left: 1px solid #b3b3b3; |
|
2185 | border-left: 1px solid #b3b3b3; | |
2186 | border-right: 1px solid #eaeaea; |
|
2186 | border-right: 1px solid #eaeaea; | |
2187 | border-bottom: 1px solid #eaeaea; |
|
2187 | border-bottom: 1px solid #eaeaea; | |
2188 | color: #000; |
|
2188 | color: #000; | |
2189 | font-size: 11px; |
|
2189 | font-size: 11px; | |
2190 | margin: 0; |
|
2190 | margin: 0; | |
2191 | padding: 7px 7px 6px; |
|
2191 | padding: 7px 7px 6px; | |
2192 | } |
|
2192 | } | |
2193 |
|
2193 | |||
2194 | #register div.form div.fields div.buttons { |
|
2194 | #register div.form div.fields div.buttons { | |
2195 | clear: both; |
|
2195 | clear: both; | |
2196 | overflow: hidden; |
|
2196 | overflow: hidden; | |
2197 | border-top: 1px solid #DDD; |
|
2197 | border-top: 1px solid #DDD; | |
2198 | text-align: left; |
|
2198 | text-align: left; | |
2199 | margin: 0; |
|
2199 | margin: 0; | |
2200 | padding: 10px 0 0 150px; |
|
2200 | padding: 10px 0 0 150px; | |
2201 | } |
|
2201 | } | |
2202 |
|
2202 | |||
2203 | #register div.form div.activation_msg { |
|
2203 | #register div.form div.activation_msg { | |
2204 | padding-top: 4px; |
|
2204 | padding-top: 4px; | |
2205 | padding-bottom: 4px; |
|
2205 | padding-bottom: 4px; | |
2206 | } |
|
2206 | } | |
2207 |
|
2207 | |||
2208 | #journal .journal_day { |
|
2208 | #journal .journal_day { | |
2209 | font-size: 20px; |
|
2209 | font-size: 20px; | |
2210 | padding: 10px 0px; |
|
2210 | padding: 10px 0px; | |
2211 | border-bottom: 2px solid #DDD; |
|
2211 | border-bottom: 2px solid #DDD; | |
2212 | margin-left: 10px; |
|
2212 | margin-left: 10px; | |
2213 | margin-right: 10px; |
|
2213 | margin-right: 10px; | |
2214 | } |
|
2214 | } | |
2215 |
|
2215 | |||
2216 | #journal .journal_container { |
|
2216 | #journal .journal_container { | |
2217 | padding: 5px; |
|
2217 | padding: 5px; | |
2218 | clear: both; |
|
2218 | clear: both; | |
2219 | margin: 0px 5px 0px 10px; |
|
2219 | margin: 0px 5px 0px 10px; | |
2220 | } |
|
2220 | } | |
2221 |
|
2221 | |||
2222 | #journal .journal_action_container { |
|
2222 | #journal .journal_action_container { | |
2223 | padding-left: 38px; |
|
2223 | padding-left: 38px; | |
2224 | } |
|
2224 | } | |
2225 |
|
2225 | |||
2226 | #journal .journal_user { |
|
2226 | #journal .journal_user { | |
2227 | color: #747474; |
|
2227 | color: #747474; | |
2228 | font-size: 14px; |
|
2228 | font-size: 14px; | |
2229 | font-weight: bold; |
|
2229 | font-weight: bold; | |
2230 | height: 30px; |
|
2230 | height: 30px; | |
2231 | } |
|
2231 | } | |
2232 |
|
2232 | |||
2233 | #journal .journal_user.deleted { |
|
2233 | #journal .journal_user.deleted { | |
2234 | color: #747474; |
|
2234 | color: #747474; | |
2235 | font-size: 14px; |
|
2235 | font-size: 14px; | |
2236 | font-weight: normal; |
|
2236 | font-weight: normal; | |
2237 | height: 30px; |
|
2237 | height: 30px; | |
2238 | font-style: italic; |
|
2238 | font-style: italic; | |
2239 | } |
|
2239 | } | |
2240 |
|
2240 | |||
2241 |
|
2241 | |||
2242 | #journal .journal_icon { |
|
2242 | #journal .journal_icon { | |
2243 | clear: both; |
|
2243 | clear: both; | |
2244 | float: left; |
|
2244 | float: left; | |
2245 | padding-right: 4px; |
|
2245 | padding-right: 4px; | |
2246 | padding-top: 3px; |
|
2246 | padding-top: 3px; | |
2247 | } |
|
2247 | } | |
2248 |
|
2248 | |||
2249 | #journal .journal_action { |
|
2249 | #journal .journal_action { | |
2250 | padding-top: 4px; |
|
2250 | padding-top: 4px; | |
2251 | min-height: 2px; |
|
2251 | min-height: 2px; | |
2252 | float: left |
|
2252 | float: left | |
2253 | } |
|
2253 | } | |
2254 |
|
2254 | |||
2255 | #journal .journal_action_params { |
|
2255 | #journal .journal_action_params { | |
2256 | clear: left; |
|
2256 | clear: left; | |
2257 | padding-left: 22px; |
|
2257 | padding-left: 22px; | |
2258 | } |
|
2258 | } | |
2259 |
|
2259 | |||
2260 | #journal .journal_repo { |
|
2260 | #journal .journal_repo { | |
2261 | float: left; |
|
2261 | float: left; | |
2262 | margin-left: 6px; |
|
2262 | margin-left: 6px; | |
2263 | padding-top: 3px; |
|
2263 | padding-top: 3px; | |
2264 | } |
|
2264 | } | |
2265 |
|
2265 | |||
2266 | #journal .date { |
|
2266 | #journal .date { | |
2267 | clear: both; |
|
2267 | clear: both; | |
2268 | color: #777777; |
|
2268 | color: #777777; | |
2269 | font-size: 11px; |
|
2269 | font-size: 11px; | |
2270 | padding-left: 22px; |
|
2270 | padding-left: 22px; | |
2271 | } |
|
2271 | } | |
2272 |
|
2272 | |||
2273 | #journal .journal_repo .journal_repo_name { |
|
2273 | #journal .journal_repo .journal_repo_name { | |
2274 | font-weight: bold; |
|
2274 | font-weight: bold; | |
2275 | font-size: 1.1em; |
|
2275 | font-size: 1.1em; | |
2276 | } |
|
2276 | } | |
2277 |
|
2277 | |||
2278 | #journal .compare_view { |
|
2278 | #journal .compare_view { | |
2279 | padding: 5px 0px 5px 0px; |
|
2279 | padding: 5px 0px 5px 0px; | |
2280 | width: 95px; |
|
2280 | width: 95px; | |
2281 | } |
|
2281 | } | |
2282 |
|
2282 | |||
2283 | .journal_highlight { |
|
2283 | .journal_highlight { | |
2284 | font-weight: bold; |
|
2284 | font-weight: bold; | |
2285 | padding: 0 2px; |
|
2285 | padding: 0 2px; | |
2286 | vertical-align: bottom; |
|
2286 | vertical-align: bottom; | |
2287 | } |
|
2287 | } | |
2288 |
|
2288 | |||
2289 | .trending_language_tbl, .trending_language_tbl td { |
|
2289 | .trending_language_tbl, .trending_language_tbl td { | |
2290 | border: 0 !important; |
|
2290 | border: 0 !important; | |
2291 | margin: 0 !important; |
|
2291 | margin: 0 !important; | |
2292 | padding: 0 !important; |
|
2292 | padding: 0 !important; | |
2293 | } |
|
2293 | } | |
2294 |
|
2294 | |||
2295 | .trending_language_tbl, .trending_language_tbl tr { |
|
2295 | .trending_language_tbl, .trending_language_tbl tr { | |
2296 | border-spacing: 1px; |
|
2296 | border-spacing: 1px; | |
2297 | } |
|
2297 | } | |
2298 |
|
2298 | |||
2299 | .trending_language { |
|
2299 | .trending_language { | |
2300 | background-color: #003367; |
|
2300 | background-color: #003367; | |
2301 | color: #FFF; |
|
2301 | color: #FFF; | |
2302 | display: block; |
|
2302 | display: block; | |
2303 | min-width: 20px; |
|
2303 | min-width: 20px; | |
2304 | text-decoration: none; |
|
2304 | text-decoration: none; | |
2305 | height: 12px; |
|
2305 | height: 12px; | |
2306 | margin-bottom: 0px; |
|
2306 | margin-bottom: 0px; | |
2307 | margin-left: 5px; |
|
2307 | margin-left: 5px; | |
2308 | white-space: pre; |
|
2308 | white-space: pre; | |
2309 | padding: 3px; |
|
2309 | padding: 3px; | |
2310 | } |
|
2310 | } | |
2311 |
|
2311 | |||
2312 | h3.files_location { |
|
2312 | h3.files_location { | |
2313 | font-size: 1.8em; |
|
2313 | font-size: 1.8em; | |
2314 | font-weight: 700; |
|
2314 | font-weight: 700; | |
2315 | border-bottom: none !important; |
|
2315 | border-bottom: none !important; | |
2316 | margin: 10px 0 !important; |
|
2316 | margin: 10px 0 !important; | |
2317 | } |
|
2317 | } | |
2318 |
|
2318 | |||
2319 | #files_data dl dt { |
|
2319 | #files_data dl dt { | |
2320 | float: left; |
|
2320 | float: left; | |
2321 | width: 60px; |
|
2321 | width: 60px; | |
2322 | margin: 0 !important; |
|
2322 | margin: 0 !important; | |
2323 | padding: 5px; |
|
2323 | padding: 5px; | |
2324 | } |
|
2324 | } | |
2325 |
|
2325 | |||
2326 | #files_data dl dd { |
|
2326 | #files_data dl dd { | |
2327 | margin: 0 !important; |
|
2327 | margin: 0 !important; | |
2328 | padding: 5px !important; |
|
2328 | padding: 5px !important; | |
2329 | } |
|
2329 | } | |
2330 |
|
2330 | |||
2331 | #files_data .codeblock #editor_container .error-message { |
|
2331 | #files_data .codeblock #editor_container .error-message { | |
2332 | color: red; |
|
2332 | color: red; | |
2333 | padding: 10px 10px 10px 26px |
|
2333 | padding: 10px 10px 10px 26px | |
2334 | } |
|
2334 | } | |
2335 |
|
2335 | |||
2336 | .file_history { |
|
2336 | .file_history { | |
2337 | padding-top: 10px; |
|
2337 | padding-top: 10px; | |
2338 | font-size: 16px; |
|
2338 | font-size: 16px; | |
2339 | } |
|
2339 | } | |
2340 | .file_author { |
|
2340 | .file_author { | |
2341 | float: left; |
|
2341 | float: left; | |
2342 | } |
|
2342 | } | |
2343 |
|
2343 | |||
2344 | .file_author .item { |
|
2344 | .file_author .item { | |
2345 | float: left; |
|
2345 | float: left; | |
2346 | padding: 5px; |
|
2346 | padding: 5px; | |
2347 | color: #888; |
|
2347 | color: #888; | |
2348 | } |
|
2348 | } | |
2349 |
|
2349 | |||
2350 | .tablerow0 { |
|
2350 | .tablerow0 { | |
2351 | background-color: #F8F8F8; |
|
2351 | background-color: #F8F8F8; | |
2352 | } |
|
2352 | } | |
2353 |
|
2353 | |||
2354 | .tablerow1 { |
|
2354 | .tablerow1 { | |
2355 | background-color: #FFFFFF; |
|
2355 | background-color: #FFFFFF; | |
2356 | } |
|
2356 | } | |
2357 |
|
2357 | |||
2358 | .changeset_id { |
|
2358 | .changeset_id { | |
2359 | color: #666666; |
|
2359 | color: #666666; | |
2360 | margin-right: -3px; |
|
2360 | margin-right: -3px; | |
2361 | } |
|
2361 | } | |
2362 |
|
2362 | |||
2363 | .changeset_hash { |
|
2363 | .changeset_hash { | |
2364 | color: #000000; |
|
2364 | color: #000000; | |
2365 | } |
|
2365 | } | |
2366 |
|
2366 | |||
2367 | #changeset_content { |
|
2367 | #changeset_content { | |
2368 | border-left: 1px solid #CCC; |
|
2368 | border-left: 1px solid #CCC; | |
2369 | border-right: 1px solid #CCC; |
|
2369 | border-right: 1px solid #CCC; | |
2370 | border-bottom: 1px solid #CCC; |
|
2370 | border-bottom: 1px solid #CCC; | |
2371 | padding: 5px; |
|
2371 | padding: 5px; | |
2372 | } |
|
2372 | } | |
2373 |
|
2373 | |||
2374 | #changeset_compare_view_content { |
|
2374 | #changeset_compare_view_content { | |
2375 | border: 1px solid #CCC; |
|
2375 | border: 1px solid #CCC; | |
2376 | padding: 5px; |
|
2376 | padding: 5px; | |
2377 | } |
|
2377 | } | |
2378 |
|
2378 | |||
2379 | #changeset_content .container { |
|
2379 | #changeset_content .container { | |
2380 | min-height: 100px; |
|
2380 | min-height: 100px; | |
2381 | font-size: 1.2em; |
|
2381 | font-size: 1.2em; | |
2382 | overflow: hidden; |
|
2382 | overflow: hidden; | |
2383 | } |
|
2383 | } | |
2384 |
|
2384 | |||
2385 | #changeset_compare_view_content .compare_view_commits { |
|
2385 | #changeset_compare_view_content .compare_view_commits { | |
2386 | width: auto !important; |
|
2386 | width: auto !important; | |
2387 | } |
|
2387 | } | |
2388 |
|
2388 | |||
2389 | #changeset_compare_view_content .compare_view_commits td { |
|
2389 | #changeset_compare_view_content .compare_view_commits td { | |
2390 | padding: 0px 0px 0px 12px !important; |
|
2390 | padding: 0px 0px 0px 12px !important; | |
2391 | } |
|
2391 | } | |
2392 |
|
2392 | |||
2393 | #changeset_content .container .right { |
|
2393 | #changeset_content .container .right { | |
2394 | float: right; |
|
2394 | float: right; | |
2395 | width: 20%; |
|
2395 | width: 20%; | |
2396 | text-align: right; |
|
2396 | text-align: right; | |
2397 | } |
|
2397 | } | |
2398 |
|
2398 | |||
2399 | #changeset_content .container .message { |
|
2399 | #changeset_content .container .message { | |
2400 | white-space: pre-wrap; |
|
2400 | white-space: pre-wrap; | |
2401 | } |
|
2401 | } | |
2402 | #changeset_content .container .message a:hover { |
|
2402 | #changeset_content .container .message a:hover { | |
2403 | text-decoration: none; |
|
2403 | text-decoration: none; | |
2404 | } |
|
2404 | } | |
2405 | .cs_files .cur_cs { |
|
2405 | .cs_files .cur_cs { | |
2406 | margin: 10px 2px; |
|
2406 | margin: 10px 2px; | |
2407 | font-weight: bold; |
|
2407 | font-weight: bold; | |
2408 | } |
|
2408 | } | |
2409 |
|
2409 | |||
2410 | .cs_files .node { |
|
2410 | .cs_files .node { | |
2411 | float: left; |
|
2411 | float: left; | |
2412 | } |
|
2412 | } | |
2413 |
|
2413 | |||
2414 | .cs_files .changes { |
|
2414 | .cs_files .changes { | |
2415 | float: right; |
|
2415 | float: right; | |
2416 | color: #003367; |
|
2416 | color: #003367; | |
2417 | } |
|
2417 | } | |
2418 |
|
2418 | |||
2419 | .cs_files .changes .added { |
|
2419 | .cs_files .changes .added { | |
2420 | background-color: #BBFFBB; |
|
2420 | background-color: #BBFFBB; | |
2421 | float: left; |
|
2421 | float: left; | |
2422 | text-align: center; |
|
2422 | text-align: center; | |
2423 | font-size: 9px; |
|
2423 | font-size: 9px; | |
2424 | padding: 2px 0px 2px 0px; |
|
2424 | padding: 2px 0px 2px 0px; | |
2425 | } |
|
2425 | } | |
2426 |
|
2426 | |||
2427 | .cs_files .changes .deleted { |
|
2427 | .cs_files .changes .deleted { | |
2428 | background-color: #FF8888; |
|
2428 | background-color: #FF8888; | |
2429 | float: left; |
|
2429 | float: left; | |
2430 | text-align: center; |
|
2430 | text-align: center; | |
2431 | font-size: 9px; |
|
2431 | font-size: 9px; | |
2432 | padding: 2px 0px 2px 0px; |
|
2432 | padding: 2px 0px 2px 0px; | |
2433 | } |
|
2433 | } | |
2434 | /*new binary |
|
2434 | /*new binary | |
2435 | NEW_FILENODE = 1 |
|
2435 | NEW_FILENODE = 1 | |
2436 | DEL_FILENODE = 2 |
|
2436 | DEL_FILENODE = 2 | |
2437 | MOD_FILENODE = 3 |
|
2437 | MOD_FILENODE = 3 | |
2438 | RENAMED_FILENODE = 4 |
|
2438 | RENAMED_FILENODE = 4 | |
2439 | CHMOD_FILENODE = 5 |
|
2439 | CHMOD_FILENODE = 5 | |
2440 | BIN_FILENODE = 6 |
|
2440 | BIN_FILENODE = 6 | |
2441 | */ |
|
2441 | */ | |
2442 | .cs_files .changes .bin { |
|
2442 | .cs_files .changes .bin { | |
2443 | background-color: #BBFFBB; |
|
2443 | background-color: #BBFFBB; | |
2444 | float: left; |
|
2444 | float: left; | |
2445 | text-align: center; |
|
2445 | text-align: center; | |
2446 | font-size: 9px; |
|
2446 | font-size: 9px; | |
2447 | padding: 2px 0px 2px 0px; |
|
2447 | padding: 2px 0px 2px 0px; | |
2448 | } |
|
2448 | } | |
2449 | .cs_files .changes .bin.bin1 { |
|
2449 | .cs_files .changes .bin.bin1 { | |
2450 | background-color: #BBFFBB; |
|
2450 | background-color: #BBFFBB; | |
2451 | } |
|
2451 | } | |
2452 |
|
2452 | |||
2453 | /*deleted binary*/ |
|
2453 | /*deleted binary*/ | |
2454 | .cs_files .changes .bin.bin2 { |
|
2454 | .cs_files .changes .bin.bin2 { | |
2455 | background-color: #FF8888; |
|
2455 | background-color: #FF8888; | |
2456 | } |
|
2456 | } | |
2457 |
|
2457 | |||
2458 | /*mod binary*/ |
|
2458 | /*mod binary*/ | |
2459 | .cs_files .changes .bin.bin3 { |
|
2459 | .cs_files .changes .bin.bin3 { | |
2460 | background-color: #DDDDDD; |
|
2460 | background-color: #DDDDDD; | |
2461 | } |
|
2461 | } | |
2462 |
|
2462 | |||
2463 | /*rename file*/ |
|
2463 | /*rename file*/ | |
2464 | .cs_files .changes .bin.bin4 { |
|
2464 | .cs_files .changes .bin.bin4 { | |
2465 | background-color: #6D99FF; |
|
2465 | background-color: #6D99FF; | |
2466 | } |
|
2466 | } | |
2467 |
|
2467 | |||
2468 | /*rename file*/ |
|
2468 | /*rename file*/ | |
2469 | .cs_files .changes .bin.bin4 { |
|
2469 | .cs_files .changes .bin.bin4 { | |
2470 | background-color: #6D99FF; |
|
2470 | background-color: #6D99FF; | |
2471 | } |
|
2471 | } | |
2472 |
|
2472 | |||
2473 | /*chmod file*/ |
|
2473 | /*chmod file*/ | |
2474 | .cs_files .changes .bin.bin5 { |
|
2474 | .cs_files .changes .bin.bin5 { | |
2475 | background-color: #6D99FF; |
|
2475 | background-color: #6D99FF; | |
2476 | } |
|
2476 | } | |
2477 |
|
2477 | |||
2478 | .cs_files .cs_added, .cs_files .cs_A { |
|
2478 | .cs_files .cs_added, .cs_files .cs_A { | |
2479 | background: url("../images/icons/page_white_add.png") no-repeat scroll |
|
2479 | background: url("../images/icons/page_white_add.png") no-repeat scroll | |
2480 | 3px; |
|
2480 | 3px; | |
2481 | height: 16px; |
|
2481 | height: 16px; | |
2482 | padding-left: 20px; |
|
2482 | padding-left: 20px; | |
2483 | margin-top: 7px; |
|
2483 | margin-top: 7px; | |
2484 | text-align: left; |
|
2484 | text-align: left; | |
2485 | } |
|
2485 | } | |
2486 |
|
2486 | |||
2487 | .cs_files .cs_changed, .cs_files .cs_M { |
|
2487 | .cs_files .cs_changed, .cs_files .cs_M { | |
2488 | background: url("../images/icons/page_white_edit.png") no-repeat scroll |
|
2488 | background: url("../images/icons/page_white_edit.png") no-repeat scroll | |
2489 | 3px; |
|
2489 | 3px; | |
2490 | height: 16px; |
|
2490 | height: 16px; | |
2491 | padding-left: 20px; |
|
2491 | padding-left: 20px; | |
2492 | margin-top: 7px; |
|
2492 | margin-top: 7px; | |
2493 | text-align: left; |
|
2493 | text-align: left; | |
2494 | } |
|
2494 | } | |
2495 |
|
2495 | |||
2496 | .cs_files .cs_removed, .cs_files .cs_D { |
|
2496 | .cs_files .cs_removed, .cs_files .cs_D { | |
2497 | background: url("../images/icons/page_white_delete.png") no-repeat |
|
2497 | background: url("../images/icons/page_white_delete.png") no-repeat | |
2498 | scroll 3px; |
|
2498 | scroll 3px; | |
2499 | height: 16px; |
|
2499 | height: 16px; | |
2500 | padding-left: 20px; |
|
2500 | padding-left: 20px; | |
2501 | margin-top: 7px; |
|
2501 | margin-top: 7px; | |
2502 | text-align: left; |
|
2502 | text-align: left; | |
2503 | } |
|
2503 | } | |
2504 |
|
2504 | |||
2505 | .table { |
|
2505 | .table { | |
2506 | position: relative; |
|
2506 | position: relative; | |
2507 | } |
|
2507 | } | |
2508 |
|
2508 | |||
2509 | #graph { |
|
2509 | #graph { | |
2510 | position: relative; |
|
2510 | position: relative; | |
2511 | overflow: hidden; |
|
2511 | overflow: hidden; | |
2512 | } |
|
2512 | } | |
2513 |
|
2513 | |||
2514 | #graph_nodes { |
|
2514 | #graph_nodes { | |
2515 | position: absolute; |
|
2515 | position: absolute; | |
2516 | } |
|
2516 | } | |
2517 |
|
2517 | |||
2518 | #graph_content, |
|
2518 | #graph_content, | |
2519 | #graph .info_box, |
|
2519 | #graph .info_box, | |
2520 | #graph .container_header { |
|
2520 | #graph .container_header { | |
2521 | margin-left: 100px; |
|
2521 | margin-left: 100px; | |
2522 | } |
|
2522 | } | |
2523 |
|
2523 | |||
2524 | #graph_content { |
|
2524 | #graph_content { | |
2525 | position: relative; |
|
2525 | position: relative; | |
2526 | } |
|
2526 | } | |
2527 |
|
2527 | |||
2528 | #graph .container_header { |
|
2528 | #graph .container_header { | |
2529 | padding: 10px; |
|
2529 | padding: 10px; | |
2530 | height: 25px; |
|
2530 | height: 25px; | |
2531 | } |
|
2531 | } | |
2532 |
|
2532 | |||
2533 | #graph_content #rev_range_container { |
|
2533 | #graph_content #rev_range_container { | |
2534 | float: left; |
|
2534 | float: left; | |
2535 | margin: 0px 0px 0px 3px; |
|
2535 | margin: 0px 0px 0px 3px; | |
2536 | } |
|
2536 | } | |
2537 |
|
2537 | |||
2538 | #graph_content #rev_range_clear { |
|
2538 | #graph_content #rev_range_clear { | |
2539 | float: left; |
|
2539 | float: left; | |
2540 | margin: 0px 0px 0px 3px; |
|
2540 | margin: 0px 0px 0px 3px; | |
2541 | } |
|
2541 | } | |
2542 |
|
2542 | |||
2543 | #graph_content #changesets { |
|
2543 | #graph_content #changesets { | |
2544 | table-layout: fixed; |
|
2544 | table-layout: fixed; | |
2545 | border-collapse: collapse; |
|
2545 | border-collapse: collapse; | |
2546 | border-left: none; |
|
2546 | border-left: none; | |
2547 | border-right: none; |
|
2547 | border-right: none; | |
2548 | border-color: #cdcdcd; |
|
2548 | border-color: #cdcdcd; | |
2549 | } |
|
2549 | } | |
2550 |
|
2550 | |||
2551 | #graph_content #changesets td { |
|
2551 | #graph_content #changesets td { | |
2552 | overflow: hidden; |
|
2552 | overflow: hidden; | |
2553 | text-overflow: ellipsis; |
|
2553 | text-overflow: ellipsis; | |
2554 | white-space: nowrap; |
|
2554 | white-space: nowrap; | |
2555 | height: 31px; |
|
2555 | height: 31px; | |
2556 | border-color: #cdcdcd; |
|
2556 | border-color: #cdcdcd; | |
2557 | text-align: left; |
|
2557 | text-align: left; | |
2558 | } |
|
2558 | } | |
2559 |
|
2559 | |||
2560 | #graph_content .container .checkbox { |
|
2560 | #graph_content .container .checkbox { | |
2561 | width: 12px; |
|
2561 | width: 12px; | |
2562 | font-size: 0.85em; |
|
2562 | font-size: 0.85em; | |
2563 | } |
|
2563 | } | |
2564 |
|
2564 | |||
2565 | #graph_content .container .status { |
|
2565 | #graph_content .container .status { | |
2566 | width: 14px; |
|
2566 | width: 14px; | |
2567 | font-size: 0.85em; |
|
2567 | font-size: 0.85em; | |
2568 | } |
|
2568 | } | |
2569 |
|
2569 | |||
2570 | #graph_content .container .author { |
|
2570 | #graph_content .container .author { | |
2571 | width: 105px; |
|
2571 | width: 105px; | |
2572 | } |
|
2572 | } | |
2573 |
|
2573 | |||
2574 | #graph_content .container .hash { |
|
2574 | #graph_content .container .hash { | |
2575 | width: 100px; |
|
2575 | width: 100px; | |
2576 | font-size: 0.85em; |
|
2576 | font-size: 0.85em; | |
2577 | } |
|
2577 | } | |
2578 |
|
2578 | |||
2579 | #graph_content #changesets .container .date { |
|
2579 | #graph_content #changesets .container .date { | |
2580 | width: 76px; |
|
2580 | width: 76px; | |
2581 | color: #666; |
|
2581 | color: #666; | |
2582 | font-size: 10px; |
|
2582 | font-size: 10px; | |
2583 | } |
|
2583 | } | |
2584 |
|
2584 | |||
2585 | #graph_content #changesets .container .right { |
|
2585 | #graph_content #changesets .container .right { | |
2586 | width: 120px; |
|
2586 | width: 120px; | |
2587 | padding-right: 0px; |
|
2587 | padding-right: 0px; | |
2588 | overflow: visible; |
|
2588 | overflow: visible; | |
2589 | position: relative; |
|
2589 | position: relative; | |
2590 | } |
|
2590 | } | |
2591 |
|
2591 | |||
2592 | #graph_content .container .mid { |
|
2592 | #graph_content .container .mid { | |
2593 | padding: 0; |
|
2593 | padding: 0; | |
2594 | } |
|
2594 | } | |
2595 |
|
2595 | |||
2596 | #graph_content .log-container { |
|
2596 | #graph_content .log-container { | |
2597 | position: relative; |
|
2597 | position: relative; | |
2598 | } |
|
2598 | } | |
2599 |
|
2599 | |||
2600 | #graph_content .container .changeset_range { |
|
2600 | #graph_content .container .changeset_range { | |
2601 | float: left; |
|
2601 | float: left; | |
2602 | margin: 6px 3px; |
|
2602 | margin: 6px 3px; | |
2603 | } |
|
2603 | } | |
2604 |
|
2604 | |||
2605 | #graph_content .container .author img { |
|
2605 | #graph_content .container .author img { | |
2606 | vertical-align: middle; |
|
2606 | vertical-align: middle; | |
2607 | } |
|
2607 | } | |
2608 |
|
2608 | |||
2609 | #graph_content .container .author .user { |
|
2609 | #graph_content .container .author .user { | |
2610 | color: #444444; |
|
2610 | color: #444444; | |
2611 | } |
|
2611 | } | |
2612 |
|
2612 | |||
2613 | #graph_content .container .mid .message { |
|
2613 | #graph_content .container .mid .message { | |
2614 | white-space: pre-wrap; |
|
2614 | white-space: pre-wrap; | |
2615 | padding: 0; |
|
2615 | padding: 0; | |
2616 | overflow: hidden; |
|
2616 | overflow: hidden; | |
2617 | height: 1.1em; |
|
2617 | height: 1.1em; | |
2618 | } |
|
2618 | } | |
2619 |
|
2619 | |||
2620 | #graph_content .container .extra-container { |
|
2620 | #graph_content .container .extra-container { | |
2621 | display: block; |
|
2621 | display: block; | |
2622 | position: absolute; |
|
2622 | position: absolute; | |
2623 | top: -15px; |
|
2623 | top: -15px; | |
2624 | right: 0; |
|
2624 | right: 0; | |
2625 | padding-left: 5px; |
|
2625 | padding-left: 5px; | |
2626 | background: #FFFFFF; |
|
2626 | background: #FFFFFF; | |
2627 | height: 41px; |
|
2627 | height: 41px; | |
2628 | } |
|
2628 | } | |
2629 |
|
2629 | |||
2630 | #graph_content .comments-container, |
|
2630 | #graph_content .comments-container, | |
2631 | #shortlog_data .comments-container, |
|
2631 | #shortlog_data .comments-container, | |
2632 | #graph_content .logtags { |
|
2632 | #graph_content .logtags { | |
2633 | display: block; |
|
2633 | display: block; | |
2634 | float: left; |
|
2634 | float: left; | |
2635 | overflow: hidden; |
|
2635 | overflow: hidden; | |
2636 | padding: 0; |
|
2636 | padding: 0; | |
2637 | margin: 0; |
|
2637 | margin: 0; | |
2638 | } |
|
2638 | } | |
2639 |
|
2639 | |||
2640 | #graph_content .comments-container { |
|
2640 | #graph_content .comments-container { | |
2641 | margin: 0.8em 0; |
|
2641 | margin: 0.8em 0; | |
2642 | margin-right: 0.5em; |
|
2642 | margin-right: 0.5em; | |
2643 | } |
|
2643 | } | |
2644 |
|
2644 | |||
2645 | #graph_content .tagcontainer { |
|
2645 | #graph_content .tagcontainer { | |
2646 | width: 80px; |
|
2646 | width: 80px; | |
2647 | position: relative; |
|
2647 | position: relative; | |
2648 | float: right; |
|
2648 | float: right; | |
2649 | height: 100%; |
|
2649 | height: 100%; | |
2650 | top: 7px; |
|
2650 | top: 7px; | |
2651 | margin-left: 0.5em; |
|
2651 | margin-left: 0.5em; | |
2652 | } |
|
2652 | } | |
2653 |
|
2653 | |||
2654 | #graph_content .logtags { |
|
2654 | #graph_content .logtags { | |
2655 | min-width: 80px; |
|
2655 | min-width: 80px; | |
2656 | height: 1.1em; |
|
2656 | height: 1.1em; | |
2657 | position: absolute; |
|
2657 | position: absolute; | |
2658 | left: 0px; |
|
2658 | left: 0px; | |
2659 | width: auto; |
|
2659 | width: auto; | |
2660 | top: 0px; |
|
2660 | top: 0px; | |
2661 | } |
|
2661 | } | |
2662 |
|
2662 | |||
2663 | #graph_content .logtags.tags { |
|
2663 | #graph_content .logtags.tags { | |
2664 | top: 14px; |
|
2664 | top: 14px; | |
2665 | } |
|
2665 | } | |
2666 |
|
2666 | |||
2667 | #graph_content .logtags:hover { |
|
2667 | #graph_content .logtags:hover { | |
2668 | overflow: visible; |
|
2668 | overflow: visible; | |
2669 | position: absolute; |
|
2669 | position: absolute; | |
2670 | width: auto; |
|
2670 | width: auto; | |
2671 | right: 0; |
|
2671 | right: 0; | |
2672 | left: initial; |
|
2672 | left: initial; | |
2673 | } |
|
2673 | } | |
2674 |
|
2674 | |||
2675 | #graph_content .logtags .booktag, |
|
2675 | #graph_content .logtags .booktag, | |
2676 | #graph_content .logtags .tagtag { |
|
2676 | #graph_content .logtags .tagtag { | |
2677 | float: left; |
|
2677 | float: left; | |
2678 | line-height: 1em; |
|
2678 | line-height: 1em; | |
2679 | margin-bottom: 1px; |
|
2679 | margin-bottom: 1px; | |
2680 | margin-right: 1px; |
|
2680 | margin-right: 1px; | |
2681 | padding: 1px 3px; |
|
2681 | padding: 1px 3px; | |
2682 | font-size: 10px; |
|
2682 | font-size: 10px; | |
2683 | } |
|
2683 | } | |
2684 |
|
2684 | |||
2685 | #graph_content .container .mid .message a:hover { |
|
2685 | #graph_content .container .mid .message a:hover { | |
2686 | text-decoration: none; |
|
2686 | text-decoration: none; | |
2687 | } |
|
2687 | } | |
2688 |
|
2688 | |||
2689 | .revision-link { |
|
2689 | .revision-link { | |
2690 | color: #3F6F9F; |
|
2690 | color: #3F6F9F; | |
2691 | font-weight: bold !important; |
|
2691 | font-weight: bold !important; | |
2692 | } |
|
2692 | } | |
2693 |
|
2693 | |||
2694 | .issue-tracker-link { |
|
2694 | .issue-tracker-link { | |
2695 | color: #3F6F9F; |
|
2695 | color: #3F6F9F; | |
2696 | font-weight: bold !important; |
|
2696 | font-weight: bold !important; | |
2697 | } |
|
2697 | } | |
2698 |
|
2698 | |||
2699 | .changeset-status-container { |
|
2699 | .changeset-status-container { | |
2700 | padding-right: 5px; |
|
2700 | padding-right: 5px; | |
2701 | margin-top: 1px; |
|
2701 | margin-top: 1px; | |
2702 | float: right; |
|
2702 | float: right; | |
2703 | height: 14px; |
|
2703 | height: 14px; | |
2704 | } |
|
2704 | } | |
2705 | .code-header .changeset-status-container { |
|
2705 | .code-header .changeset-status-container { | |
2706 | float: left; |
|
2706 | float: left; | |
2707 | padding: 2px 0px 0px 2px; |
|
2707 | padding: 2px 0px 0px 2px; | |
2708 | } |
|
2708 | } | |
2709 | .changeset-status-container .changeset-status-lbl { |
|
2709 | .changeset-status-container .changeset-status-lbl { | |
2710 | float: left; |
|
2710 | float: left; | |
2711 | padding: 3px 4px 0px 0px |
|
2711 | padding: 3px 4px 0px 0px | |
2712 | } |
|
2712 | } | |
2713 | .code-header .changeset-status-container .changeset-status-lbl { |
|
2713 | .code-header .changeset-status-container .changeset-status-lbl { | |
2714 | float: left; |
|
2714 | float: left; | |
2715 | padding: 0px 4px 0px 0px; |
|
2715 | padding: 0px 4px 0px 0px; | |
2716 | } |
|
2716 | } | |
2717 | .changeset-status-container .changeset-status-ico { |
|
2717 | .changeset-status-container .changeset-status-ico { | |
2718 | float: left; |
|
2718 | float: left; | |
2719 | } |
|
2719 | } | |
2720 | .code-header .changeset-status-container .changeset-status-ico, .container .changeset-status-ico { |
|
2720 | .code-header .changeset-status-container .changeset-status-ico, .container .changeset-status-ico { | |
2721 | float: left; |
|
2721 | float: left; | |
2722 | } |
|
2722 | } | |
2723 |
|
2723 | |||
2724 | #graph_content .comments-cnt { |
|
2724 | #graph_content .comments-cnt { | |
2725 | color: rgb(136, 136, 136); |
|
2725 | color: rgb(136, 136, 136); | |
2726 | padding: 5px 0; |
|
2726 | padding: 5px 0; | |
2727 | } |
|
2727 | } | |
2728 |
|
2728 | |||
2729 | #shortlog_data .comments-cnt { |
|
2729 | #shortlog_data .comments-cnt { | |
2730 | color: rgb(136, 136, 136); |
|
2730 | color: rgb(136, 136, 136); | |
2731 | padding: 3px 0; |
|
2731 | padding: 3px 0; | |
2732 | } |
|
2732 | } | |
2733 |
|
2733 | |||
2734 | #graph_content .comments-cnt a, |
|
2734 | #graph_content .comments-cnt a, | |
2735 | #shortlog_data .comments-cnt a { |
|
2735 | #shortlog_data .comments-cnt a { | |
2736 | background-image: url('../images/icons/comments.png'); |
|
2736 | background-image: url('../images/icons/comments.png'); | |
2737 | background-repeat: no-repeat; |
|
2737 | background-repeat: no-repeat; | |
2738 | background-position: 100% 50%; |
|
2738 | background-position: 100% 50%; | |
2739 | padding: 5px 0; |
|
2739 | padding: 5px 0; | |
2740 | padding-right: 20px; |
|
2740 | padding-right: 20px; | |
2741 | } |
|
2741 | } | |
2742 |
|
2742 | |||
2743 | .right .changes { |
|
2743 | .right .changes { | |
2744 | clear: both; |
|
2744 | clear: both; | |
2745 | } |
|
2745 | } | |
2746 |
|
2746 | |||
2747 | .right .changes .changed_total { |
|
2747 | .right .changes .changed_total { | |
2748 | display: block; |
|
2748 | display: block; | |
2749 | float: right; |
|
2749 | float: right; | |
2750 | text-align: center; |
|
2750 | text-align: center; | |
2751 | min-width: 45px; |
|
2751 | min-width: 45px; | |
2752 | cursor: pointer; |
|
2752 | cursor: pointer; | |
2753 | color: #444444; |
|
2753 | color: #444444; | |
2754 | background: #FEA; |
|
2754 | background: #FEA; | |
2755 | -webkit-border-radius: 0px 0px 0px 6px; |
|
2755 | -webkit-border-radius: 0px 0px 0px 6px; | |
2756 | border-radius: 0px 0px 0px 6px; |
|
2756 | border-radius: 0px 0px 0px 6px; | |
2757 | padding: 1px; |
|
2757 | padding: 1px; | |
2758 | } |
|
2758 | } | |
2759 |
|
2759 | |||
2760 | .right .changes .added, .changed, .removed { |
|
2760 | .right .changes .added, .changed, .removed { | |
2761 | display: block; |
|
2761 | display: block; | |
2762 | padding: 1px; |
|
2762 | padding: 1px; | |
2763 | color: #444444; |
|
2763 | color: #444444; | |
2764 | float: right; |
|
2764 | float: right; | |
2765 | text-align: center; |
|
2765 | text-align: center; | |
2766 | min-width: 15px; |
|
2766 | min-width: 15px; | |
2767 | } |
|
2767 | } | |
2768 |
|
2768 | |||
2769 | .right .changes .added { |
|
2769 | .right .changes .added { | |
2770 | background: #CFC; |
|
2770 | background: #CFC; | |
2771 | } |
|
2771 | } | |
2772 |
|
2772 | |||
2773 | .right .changes .changed { |
|
2773 | .right .changes .changed { | |
2774 | background: #FEA; |
|
2774 | background: #FEA; | |
2775 | } |
|
2775 | } | |
2776 |
|
2776 | |||
2777 | .right .changes .removed { |
|
2777 | .right .changes .removed { | |
2778 | background: #FAA; |
|
2778 | background: #FAA; | |
2779 | } |
|
2779 | } | |
2780 |
|
2780 | |||
2781 | .right .merge { |
|
2781 | .right .merge { | |
2782 | padding: 1px 3px 1px 3px; |
|
2782 | padding: 1px 3px 1px 3px; | |
2783 | background-color: #fca062; |
|
2783 | background-color: #fca062; | |
2784 | font-size: 10px; |
|
2784 | font-size: 10px; | |
2785 | color: #ffffff; |
|
2785 | color: #ffffff; | |
2786 | text-transform: uppercase; |
|
2786 | text-transform: uppercase; | |
2787 | white-space: nowrap; |
|
2787 | white-space: nowrap; | |
2788 | -webkit-border-radius: 3px; |
|
2788 | -webkit-border-radius: 3px; | |
2789 | border-radius: 3px; |
|
2789 | border-radius: 3px; | |
2790 | margin-right: 2px; |
|
2790 | margin-right: 2px; | |
2791 | } |
|
2791 | } | |
2792 |
|
2792 | |||
2793 | .right .parent { |
|
2793 | .right .parent { | |
2794 | color: #666666; |
|
2794 | color: #666666; | |
2795 | clear: both; |
|
2795 | clear: both; | |
2796 | } |
|
2796 | } | |
2797 | .right .logtags { |
|
2797 | .right .logtags { | |
2798 | line-height: 2.2em; |
|
2798 | line-height: 2.2em; | |
2799 | } |
|
2799 | } | |
2800 | .branchtag, .logtags .tagtag, .logtags .booktag { |
|
2800 | .branchtag, .logtags .tagtag, .logtags .booktag { | |
2801 | margin: 0px 2px; |
|
2801 | margin: 0px 2px; | |
2802 | } |
|
2802 | } | |
2803 |
|
2803 | |||
2804 | .branchtag, |
|
2804 | .branchtag, | |
2805 | .tagtag, |
|
2805 | .tagtag, | |
2806 | .booktag, |
|
2806 | .booktag, | |
2807 | .spantag { |
|
2807 | .spantag { | |
2808 | padding: 1px 3px 1px 3px; |
|
2808 | padding: 1px 3px 1px 3px; | |
2809 | font-size: 10px; |
|
2809 | font-size: 10px; | |
2810 | color: #336699; |
|
2810 | color: #336699; | |
2811 | white-space: nowrap; |
|
2811 | white-space: nowrap; | |
2812 | -webkit-border-radius: 4px; |
|
2812 | -webkit-border-radius: 4px; | |
2813 | border-radius: 4px; |
|
2813 | border-radius: 4px; | |
2814 | border: 1px solid #d9e8f8; |
|
2814 | border: 1px solid #d9e8f8; | |
2815 | line-height: 1.5em; |
|
2815 | line-height: 1.5em; | |
2816 | } |
|
2816 | } | |
2817 |
|
2817 | |||
2818 | #graph_content .branchtag, |
|
2818 | #graph_content .branchtag, | |
2819 | #graph_content .tagtag, |
|
2819 | #graph_content .tagtag, | |
2820 | #graph_content .booktag { |
|
2820 | #graph_content .booktag { | |
2821 | margin: 1.1em 0; |
|
2821 | margin: 1.1em 0; | |
2822 | margin-right: 0.5em; |
|
2822 | margin-right: 0.5em; | |
2823 | } |
|
2823 | } | |
2824 |
|
2824 | |||
2825 | .branchtag, |
|
2825 | .branchtag, | |
2826 | .tagtag, |
|
2826 | .tagtag, | |
2827 | .booktag { |
|
2827 | .booktag { | |
2828 | float: left; |
|
2828 | float: left; | |
2829 | } |
|
2829 | } | |
2830 |
|
2830 | |||
2831 | .right .logtags .branchtag, |
|
2831 | .right .logtags .branchtag, | |
2832 | .right .logtags .tagtag, |
|
2832 | .right .logtags .tagtag, | |
2833 | .right .logtags .booktag, |
|
2833 | .right .logtags .booktag, | |
2834 | .right .merge { |
|
2834 | .right .merge { | |
2835 | float: right; |
|
2835 | float: right; | |
2836 | line-height: 1em; |
|
2836 | line-height: 1em; | |
2837 | margin: 1px 1px !important; |
|
2837 | margin: 1px 1px !important; | |
2838 | display: block; |
|
2838 | display: block; | |
2839 | } |
|
2839 | } | |
2840 |
|
2840 | |||
2841 | .booktag { |
|
2841 | .booktag { | |
2842 | border-color: #46A546; |
|
2842 | border-color: #46A546; | |
2843 | color: #46A546; |
|
2843 | color: #46A546; | |
2844 | } |
|
2844 | } | |
2845 |
|
2845 | |||
2846 | .tagtag { |
|
2846 | .tagtag { | |
2847 | border-color: #62cffc; |
|
2847 | border-color: #62cffc; | |
2848 | color: #62cffc; |
|
2848 | color: #62cffc; | |
2849 | } |
|
2849 | } | |
2850 |
|
2850 | |||
2851 | .logtags .branchtag a:hover, |
|
2851 | .logtags .branchtag a:hover, | |
2852 | .logtags .branchtag a, |
|
2852 | .logtags .branchtag a, | |
2853 | .branchtag a, |
|
2853 | .branchtag a, | |
2854 | .branchtag a:hover { |
|
2854 | .branchtag a:hover { | |
2855 | text-decoration: none; |
|
2855 | text-decoration: none; | |
2856 | color: inherit; |
|
2856 | color: inherit; | |
2857 | } |
|
2857 | } | |
2858 | .logtags .tagtag { |
|
2858 | .logtags .tagtag { | |
2859 | padding: 1px 3px 1px 3px; |
|
2859 | padding: 1px 3px 1px 3px; | |
2860 | background-color: #62cffc; |
|
2860 | background-color: #62cffc; | |
2861 | font-size: 10px; |
|
2861 | font-size: 10px; | |
2862 | color: #ffffff; |
|
2862 | color: #ffffff; | |
2863 | white-space: nowrap; |
|
2863 | white-space: nowrap; | |
2864 | -webkit-border-radius: 3px; |
|
2864 | -webkit-border-radius: 3px; | |
2865 | border-radius: 3px; |
|
2865 | border-radius: 3px; | |
2866 | } |
|
2866 | } | |
2867 |
|
2867 | |||
2868 | .tagtag a, |
|
2868 | .tagtag a, | |
2869 | .tagtag a:hover, |
|
2869 | .tagtag a:hover, | |
2870 | .logtags .tagtag a, |
|
2870 | .logtags .tagtag a, | |
2871 | .logtags .tagtag a:hover { |
|
2871 | .logtags .tagtag a:hover { | |
2872 | text-decoration: none; |
|
2872 | text-decoration: none; | |
2873 | color: inherit; |
|
2873 | color: inherit; | |
2874 | } |
|
2874 | } | |
2875 | .logbooks .booktag, .logbooks .booktag, .logtags .booktag, .logtags .booktag { |
|
2875 | .logbooks .booktag, .logbooks .booktag, .logtags .booktag, .logtags .booktag { | |
2876 | padding: 1px 3px 1px 3px; |
|
2876 | padding: 1px 3px 1px 3px; | |
2877 | background-color: #46A546; |
|
2877 | background-color: #46A546; | |
2878 | font-size: 10px; |
|
2878 | font-size: 10px; | |
2879 | color: #ffffff; |
|
2879 | color: #ffffff; | |
2880 | white-space: nowrap; |
|
2880 | white-space: nowrap; | |
2881 | -webkit-border-radius: 3px; |
|
2881 | -webkit-border-radius: 3px; | |
2882 | border-radius: 3px; |
|
2882 | border-radius: 3px; | |
2883 | } |
|
2883 | } | |
2884 | .logbooks .booktag, .logbooks .booktag a, .right .logtags .booktag, .logtags .booktag a { |
|
2884 | .logbooks .booktag, .logbooks .booktag a, .right .logtags .booktag, .logtags .booktag a { | |
2885 | color: #ffffff; |
|
2885 | color: #ffffff; | |
2886 | } |
|
2886 | } | |
2887 |
|
2887 | |||
2888 | .logbooks .booktag, .logbooks .booktag a:hover, |
|
2888 | .logbooks .booktag, .logbooks .booktag a:hover, | |
2889 | .logtags .booktag, .logtags .booktag a:hover, |
|
2889 | .logtags .booktag, .logtags .booktag a:hover, | |
2890 | .booktag a, |
|
2890 | .booktag a, | |
2891 | .booktag a:hover { |
|
2891 | .booktag a:hover { | |
2892 | text-decoration: none; |
|
2892 | text-decoration: none; | |
2893 | color: inherit; |
|
2893 | color: inherit; | |
2894 | } |
|
2894 | } | |
2895 | div.browserblock { |
|
2895 | div.browserblock { | |
2896 | overflow: hidden; |
|
2896 | overflow: hidden; | |
2897 | border: 1px solid #ccc; |
|
2897 | border: 1px solid #ccc; | |
2898 | background: #f8f8f8; |
|
2898 | background: #f8f8f8; | |
2899 | font-size: 100%; |
|
2899 | font-size: 100%; | |
2900 | line-height: 125%; |
|
2900 | line-height: 125%; | |
2901 | padding: 0; |
|
2901 | padding: 0; | |
2902 | -webkit-border-radius: 6px 6px 0px 0px; |
|
2902 | -webkit-border-radius: 6px 6px 0px 0px; | |
2903 | border-radius: 6px 6px 0px 0px; |
|
2903 | border-radius: 6px 6px 0px 0px; | |
2904 | } |
|
2904 | } | |
2905 |
|
2905 | |||
2906 | div.browserblock .browser-header { |
|
2906 | div.browserblock .browser-header { | |
2907 | background: #FFF; |
|
2907 | background: #FFF; | |
2908 | padding: 10px 0px 15px 0px; |
|
2908 | padding: 10px 0px 15px 0px; | |
2909 | width: 100%; |
|
2909 | width: 100%; | |
2910 | } |
|
2910 | } | |
2911 |
|
2911 | |||
2912 | div.browserblock .browser-nav { |
|
2912 | div.browserblock .browser-nav { | |
2913 | float: left |
|
2913 | float: left | |
2914 | } |
|
2914 | } | |
2915 |
|
2915 | |||
2916 | div.browserblock .browser-branch { |
|
2916 | div.browserblock .browser-branch { | |
2917 | float: left; |
|
2917 | float: left; | |
2918 | } |
|
2918 | } | |
2919 |
|
2919 | |||
2920 | div.browserblock .browser-branch label { |
|
2920 | div.browserblock .browser-branch label { | |
2921 | color: #4A4A4A; |
|
2921 | color: #4A4A4A; | |
2922 | vertical-align: text-top; |
|
2922 | vertical-align: text-top; | |
2923 | } |
|
2923 | } | |
2924 |
|
2924 | |||
2925 | div.browserblock .browser-header span { |
|
2925 | div.browserblock .browser-header span { | |
2926 | margin-left: 5px; |
|
2926 | margin-left: 5px; | |
2927 | font-weight: 700; |
|
2927 | font-weight: 700; | |
2928 | } |
|
2928 | } | |
2929 |
|
2929 | |||
2930 | div.browserblock .browser-search { |
|
2930 | div.browserblock .browser-search { | |
2931 | clear: both; |
|
2931 | clear: both; | |
2932 | padding: 8px 8px 0px 5px; |
|
2932 | padding: 8px 8px 0px 5px; | |
2933 | height: 20px; |
|
2933 | height: 20px; | |
2934 | } |
|
2934 | } | |
2935 |
|
2935 | |||
2936 | div.browserblock #node_filter_box { |
|
2936 | div.browserblock #node_filter_box { | |
2937 | } |
|
2937 | } | |
2938 |
|
2938 | |||
2939 | div.browserblock .search_activate { |
|
2939 | div.browserblock .search_activate { | |
2940 | float: left |
|
2940 | float: left | |
2941 | } |
|
2941 | } | |
2942 |
|
2942 | |||
2943 | div.browserblock .add_node { |
|
2943 | div.browserblock .add_node { | |
2944 | float: left; |
|
2944 | float: left; | |
2945 | padding-left: 5px; |
|
2945 | padding-left: 5px; | |
2946 | } |
|
2946 | } | |
2947 |
|
2947 | |||
2948 | div.browserblock .search_activate a:hover, div.browserblock .add_node a:hover { |
|
2948 | div.browserblock .search_activate a:hover, div.browserblock .add_node a:hover { | |
2949 | text-decoration: none !important; |
|
2949 | text-decoration: none !important; | |
2950 | } |
|
2950 | } | |
2951 |
|
2951 | |||
2952 | div.browserblock .browser-body { |
|
2952 | div.browserblock .browser-body { | |
2953 | background: #EEE; |
|
2953 | background: #EEE; | |
2954 | border-top: 1px solid #CCC; |
|
2954 | border-top: 1px solid #CCC; | |
2955 | } |
|
2955 | } | |
2956 |
|
2956 | |||
2957 | table.code-browser { |
|
2957 | table.code-browser { | |
2958 | border-collapse: collapse; |
|
2958 | border-collapse: collapse; | |
2959 | width: 100%; |
|
2959 | width: 100%; | |
2960 | } |
|
2960 | } | |
2961 |
|
2961 | |||
2962 | table.code-browser tr { |
|
2962 | table.code-browser tr { | |
2963 | margin: 3px; |
|
2963 | margin: 3px; | |
2964 | } |
|
2964 | } | |
2965 |
|
2965 | |||
2966 | table.code-browser thead th { |
|
2966 | table.code-browser thead th { | |
2967 | background-color: #EEE; |
|
2967 | background-color: #EEE; | |
2968 | height: 20px; |
|
2968 | height: 20px; | |
2969 | font-size: 1.1em; |
|
2969 | font-size: 1.1em; | |
2970 | font-weight: 700; |
|
2970 | font-weight: 700; | |
2971 | text-align: left; |
|
2971 | text-align: left; | |
2972 | padding-left: 10px; |
|
2972 | padding-left: 10px; | |
2973 | } |
|
2973 | } | |
2974 |
|
2974 | |||
2975 | table.code-browser tbody td { |
|
2975 | table.code-browser tbody td { | |
2976 | padding-left: 10px; |
|
2976 | padding-left: 10px; | |
2977 | height: 20px; |
|
2977 | height: 20px; | |
2978 | } |
|
2978 | } | |
2979 |
|
2979 | |||
2980 | table.code-browser .browser-file { |
|
2980 | table.code-browser .browser-file { | |
2981 | background: url("../images/icons/document_16.png") no-repeat scroll 3px; |
|
2981 | background: url("../images/icons/document_16.png") no-repeat scroll 3px; | |
2982 | height: 16px; |
|
2982 | height: 16px; | |
2983 | padding-left: 20px; |
|
2983 | padding-left: 20px; | |
2984 | text-align: left; |
|
2984 | text-align: left; | |
2985 | } |
|
2985 | } | |
2986 | .diffblock .changeset_header { |
|
2986 | .diffblock .changeset_header { | |
2987 | height: 16px; |
|
2987 | height: 16px; | |
2988 | } |
|
2988 | } | |
2989 | .diffblock .changeset_file { |
|
2989 | .diffblock .changeset_file { | |
2990 | background: url("../images/icons/file.png") no-repeat scroll 3px; |
|
2990 | background: url("../images/icons/file.png") no-repeat scroll 3px; | |
2991 | text-align: left; |
|
2991 | text-align: left; | |
2992 | float: left; |
|
2992 | float: left; | |
2993 | padding: 2px 0px 2px 22px; |
|
2993 | padding: 2px 0px 2px 22px; | |
2994 | } |
|
2994 | } | |
2995 | .diffblock .diff-menu-wrapper { |
|
2995 | .diffblock .diff-menu-wrapper { | |
2996 | float: left; |
|
2996 | float: left; | |
2997 | } |
|
2997 | } | |
2998 |
|
2998 | |||
2999 | .diffblock .diff-menu { |
|
2999 | .diffblock .diff-menu { | |
3000 | position: absolute; |
|
3000 | position: absolute; | |
3001 | background: none repeat scroll 0 0 #FFFFFF; |
|
3001 | background: none repeat scroll 0 0 #FFFFFF; | |
3002 | border-color: #003367 #666666 #666666; |
|
3002 | border-color: #003367 #666666 #666666; | |
3003 | border-right: 1px solid #666666; |
|
3003 | border-right: 1px solid #666666; | |
3004 | border-style: solid solid solid; |
|
3004 | border-style: solid solid solid; | |
3005 | border-width: 1px; |
|
3005 | border-width: 1px; | |
3006 | box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2); |
|
3006 | box-shadow: 2px 8px 4px rgba(0, 0, 0, 0.2); | |
3007 | margin-top: 5px; |
|
3007 | margin-top: 5px; | |
3008 | margin-left: 1px; |
|
3008 | margin-left: 1px; | |
3009 |
|
3009 | |||
3010 | } |
|
3010 | } | |
3011 | .diffblock .diff-actions { |
|
3011 | .diffblock .diff-actions { | |
3012 | padding: 2px 0px 0px 2px; |
|
3012 | padding: 2px 0px 0px 2px; | |
3013 | float: left; |
|
3013 | float: left; | |
3014 | } |
|
3014 | } | |
3015 | .diffblock .diff-menu ul li { |
|
3015 | .diffblock .diff-menu ul li { | |
3016 | padding: 0px 0px 0px 0px !important; |
|
3016 | padding: 0px 0px 0px 0px !important; | |
3017 | } |
|
3017 | } | |
3018 | .diffblock .diff-menu ul li a { |
|
3018 | .diffblock .diff-menu ul li a { | |
3019 | display: block; |
|
3019 | display: block; | |
3020 | padding: 3px 8px 3px 8px !important; |
|
3020 | padding: 3px 8px 3px 8px !important; | |
3021 | } |
|
3021 | } | |
3022 | .diffblock .diff-menu ul li a:hover { |
|
3022 | .diffblock .diff-menu ul li a:hover { | |
3023 | text-decoration: none; |
|
3023 | text-decoration: none; | |
3024 | background-color: #EEEEEE; |
|
3024 | background-color: #EEEEEE; | |
3025 | } |
|
3025 | } | |
3026 | table.code-browser .browser-dir { |
|
3026 | table.code-browser .browser-dir { | |
3027 | background: url("../images/icons/folder_16.png") no-repeat scroll 3px; |
|
3027 | background: url("../images/icons/folder_16.png") no-repeat scroll 3px; | |
3028 | height: 16px; |
|
3028 | height: 16px; | |
3029 | padding-left: 20px; |
|
3029 | padding-left: 20px; | |
3030 | text-align: left; |
|
3030 | text-align: left; | |
3031 | } |
|
3031 | } | |
3032 |
|
3032 | |||
3033 | table.code-browser .submodule-dir { |
|
3033 | table.code-browser .submodule-dir { | |
3034 | background: url("../images/icons/disconnect.png") no-repeat scroll 3px; |
|
3034 | background: url("../images/icons/disconnect.png") no-repeat scroll 3px; | |
3035 | height: 16px; |
|
3035 | height: 16px; | |
3036 | padding-left: 20px; |
|
3036 | padding-left: 20px; | |
3037 | text-align: left; |
|
3037 | text-align: left; | |
3038 | } |
|
3038 | } | |
3039 |
|
3039 | |||
3040 |
|
3040 | |||
3041 | .box .search { |
|
3041 | .box .search { | |
3042 | clear: both; |
|
3042 | clear: both; | |
3043 | overflow: hidden; |
|
3043 | overflow: hidden; | |
3044 | margin: 0; |
|
3044 | margin: 0; | |
3045 | padding: 0 20px 10px; |
|
3045 | padding: 0 20px 10px; | |
3046 | } |
|
3046 | } | |
3047 |
|
3047 | |||
3048 | .box .search div.search_path { |
|
3048 | .box .search div.search_path { | |
3049 | background: none repeat scroll 0 0 #EEE; |
|
3049 | background: none repeat scroll 0 0 #EEE; | |
3050 | border: 1px solid #CCC; |
|
3050 | border: 1px solid #CCC; | |
3051 | color: blue; |
|
3051 | color: blue; | |
3052 | margin-bottom: 10px; |
|
3052 | margin-bottom: 10px; | |
3053 | padding: 10px 0; |
|
3053 | padding: 10px 0; | |
3054 | } |
|
3054 | } | |
3055 |
|
3055 | |||
3056 | .box .search div.search_path div.link { |
|
3056 | .box .search div.search_path div.link { | |
3057 | font-weight: 700; |
|
3057 | font-weight: 700; | |
3058 | margin-left: 25px; |
|
3058 | margin-left: 25px; | |
3059 | } |
|
3059 | } | |
3060 |
|
3060 | |||
3061 | .box .search div.search_path div.link a { |
|
3061 | .box .search div.search_path div.link a { | |
3062 | color: #003367; |
|
3062 | color: #003367; | |
3063 | cursor: pointer; |
|
3063 | cursor: pointer; | |
3064 | text-decoration: none; |
|
3064 | text-decoration: none; | |
3065 | } |
|
3065 | } | |
3066 |
|
3066 | |||
3067 | #path_unlock { |
|
3067 | #path_unlock { | |
3068 | color: red; |
|
3068 | color: red; | |
3069 | font-size: 1.2em; |
|
3069 | font-size: 1.2em; | |
3070 | padding-left: 4px; |
|
3070 | padding-left: 4px; | |
3071 | } |
|
3071 | } | |
3072 |
|
3072 | |||
3073 | .info_box span { |
|
3073 | .info_box span { | |
3074 | margin-left: 3px; |
|
3074 | margin-left: 3px; | |
3075 | margin-right: 3px; |
|
3075 | margin-right: 3px; | |
3076 | } |
|
3076 | } | |
3077 |
|
3077 | |||
3078 | .info_box .rev { |
|
3078 | .info_box .rev { | |
3079 | color: #003367; |
|
3079 | color: #003367; | |
3080 | font-size: 1.6em; |
|
3080 | font-size: 1.6em; | |
3081 | font-weight: bold; |
|
3081 | font-weight: bold; | |
3082 | vertical-align: sub; |
|
3082 | vertical-align: sub; | |
3083 | } |
|
3083 | } | |
3084 |
|
3084 | |||
3085 | .info_box input#at_rev, .info_box input#size { |
|
3085 | .info_box input#at_rev, .info_box input#size { | |
3086 | background: #FFF; |
|
3086 | background: #FFF; | |
3087 | border-top: 1px solid #b3b3b3; |
|
3087 | border-top: 1px solid #b3b3b3; | |
3088 | border-left: 1px solid #b3b3b3; |
|
3088 | border-left: 1px solid #b3b3b3; | |
3089 | border-right: 1px solid #eaeaea; |
|
3089 | border-right: 1px solid #eaeaea; | |
3090 | border-bottom: 1px solid #eaeaea; |
|
3090 | border-bottom: 1px solid #eaeaea; | |
3091 | color: #000; |
|
3091 | color: #000; | |
3092 | font-size: 12px; |
|
3092 | font-size: 12px; | |
3093 | margin: 0; |
|
3093 | margin: 0; | |
3094 | padding: 1px 5px 1px; |
|
3094 | padding: 1px 5px 1px; | |
3095 | } |
|
3095 | } | |
3096 |
|
3096 | |||
3097 | .info_box input#view { |
|
3097 | .info_box input#view { | |
3098 | text-align: center; |
|
3098 | text-align: center; | |
3099 | padding: 4px 3px 2px 2px; |
|
3099 | padding: 4px 3px 2px 2px; | |
3100 | } |
|
3100 | } | |
3101 |
|
3101 | |||
3102 | .yui-overlay, .yui-panel-container { |
|
3102 | .yui-overlay, .yui-panel-container { | |
3103 | visibility: hidden; |
|
3103 | visibility: hidden; | |
3104 | position: absolute; |
|
3104 | position: absolute; | |
3105 | z-index: 2; |
|
3105 | z-index: 2; | |
3106 | } |
|
3106 | } | |
3107 |
|
3107 | |||
3108 | #tip-box { |
|
3108 | #tip-box { | |
3109 | position: absolute; |
|
3109 | position: absolute; | |
3110 |
|
3110 | |||
3111 | background-color: #FFF; |
|
3111 | background-color: #FFF; | |
3112 | border: 2px solid #003367; |
|
3112 | border: 2px solid #003367; | |
3113 | font: 100% sans-serif; |
|
3113 | font: 100% sans-serif; | |
3114 | width: auto; |
|
3114 | width: auto; | |
3115 | opacity: 1; |
|
3115 | opacity: 1; | |
3116 | padding: 8px; |
|
3116 | padding: 8px; | |
3117 |
|
3117 | |||
3118 | white-space: pre-wrap; |
|
3118 | white-space: pre-wrap; | |
3119 | -webkit-border-radius: 8px 8px 8px 8px; |
|
3119 | -webkit-border-radius: 8px 8px 8px 8px; | |
3120 | -khtml-border-radius: 8px 8px 8px 8px; |
|
3120 | -khtml-border-radius: 8px 8px 8px 8px; | |
3121 | border-radius: 8px 8px 8px 8px; |
|
3121 | border-radius: 8px 8px 8px 8px; | |
3122 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); |
|
3122 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); | |
3123 | -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); |
|
3123 | -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); | |
3124 | z-index: 100000; |
|
3124 | z-index: 100000; | |
3125 | } |
|
3125 | } | |
3126 |
|
3126 | |||
3127 | .hl-tip-box { |
|
3127 | .hl-tip-box { | |
3128 | visibility: hidden; |
|
3128 | visibility: hidden; | |
3129 | position: absolute; |
|
3129 | position: absolute; | |
3130 | color: #666; |
|
3130 | color: #666; | |
3131 | background-color: #FFF; |
|
3131 | background-color: #FFF; | |
3132 | border: 2px solid #003367; |
|
3132 | border: 2px solid #003367; | |
3133 | font: 100% sans-serif; |
|
3133 | font: 100% sans-serif; | |
3134 | width: auto; |
|
3134 | width: auto; | |
3135 | opacity: 1; |
|
3135 | opacity: 1; | |
3136 | padding: 8px; |
|
3136 | padding: 8px; | |
3137 | white-space: pre-wrap; |
|
3137 | white-space: pre-wrap; | |
3138 | -webkit-border-radius: 8px 8px 8px 8px; |
|
3138 | -webkit-border-radius: 8px 8px 8px 8px; | |
3139 | -khtml-border-radius: 8px 8px 8px 8px; |
|
3139 | -khtml-border-radius: 8px 8px 8px 8px; | |
3140 | border-radius: 8px 8px 8px 8px; |
|
3140 | border-radius: 8px 8px 8px 8px; | |
3141 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); |
|
3141 | box-shadow: 0 2px 2px rgba(0, 0, 0, 0.6); | |
3142 | } |
|
3142 | } | |
3143 |
|
3143 | |||
3144 |
|
3144 | |||
3145 | .mentions-container { |
|
3145 | .mentions-container { | |
3146 | width: 90% !important; |
|
3146 | width: 90% !important; | |
3147 | } |
|
3147 | } | |
3148 | .mentions-container .yui-ac-content { |
|
3148 | .mentions-container .yui-ac-content { | |
3149 | width: 100% !important; |
|
3149 | width: 100% !important; | |
3150 | } |
|
3150 | } | |
3151 |
|
3151 | |||
3152 | .ac { |
|
3152 | .ac { | |
3153 | vertical-align: top; |
|
3153 | vertical-align: top; | |
3154 | } |
|
3154 | } | |
3155 |
|
3155 | |||
3156 | .ac .yui-ac { |
|
3156 | .ac .yui-ac { | |
3157 | position: inherit; |
|
3157 | position: inherit; | |
3158 | font-size: 100%; |
|
3158 | font-size: 100%; | |
3159 | } |
|
3159 | } | |
3160 |
|
3160 | |||
3161 | .ac .perm_ac { |
|
3161 | .ac .perm_ac { | |
3162 | width: 20em; |
|
3162 | width: 20em; | |
3163 | } |
|
3163 | } | |
3164 |
|
3164 | |||
3165 | .ac .yui-ac-input { |
|
3165 | .ac .yui-ac-input { | |
3166 | width: 100%; |
|
3166 | width: 100%; | |
3167 | } |
|
3167 | } | |
3168 |
|
3168 | |||
3169 | .ac .yui-ac-container { |
|
3169 | .ac .yui-ac-container { | |
3170 | position: absolute; |
|
3170 | position: absolute; | |
3171 | top: 1.6em; |
|
3171 | top: 1.6em; | |
3172 | width: auto; |
|
3172 | width: auto; | |
3173 | } |
|
3173 | } | |
3174 |
|
3174 | |||
3175 | .ac .yui-ac-content { |
|
3175 | .ac .yui-ac-content { | |
3176 | position: absolute; |
|
3176 | position: absolute; | |
3177 | border: 1px solid gray; |
|
3177 | border: 1px solid gray; | |
3178 | background: #fff; |
|
3178 | background: #fff; | |
3179 | z-index: 9050; |
|
3179 | z-index: 9050; | |
3180 | } |
|
3180 | } | |
3181 |
|
3181 | |||
3182 | .ac .yui-ac-shadow { |
|
3182 | .ac .yui-ac-shadow { | |
3183 | position: absolute; |
|
3183 | position: absolute; | |
3184 | width: 100%; |
|
3184 | width: 100%; | |
3185 | background: #000; |
|
3185 | background: #000; | |
3186 | opacity: .10; |
|
3186 | opacity: .10; | |
3187 | filter: alpha(opacity = 10); |
|
3187 | filter: alpha(opacity = 10); | |
3188 | z-index: 9049; |
|
3188 | z-index: 9049; | |
3189 | margin: .3em; |
|
3189 | margin: .3em; | |
3190 | } |
|
3190 | } | |
3191 |
|
3191 | |||
3192 | .ac .yui-ac-content ul { |
|
3192 | .ac .yui-ac-content ul { | |
3193 | width: 100%; |
|
3193 | width: 100%; | |
3194 | margin: 0; |
|
3194 | margin: 0; | |
3195 | padding: 0; |
|
3195 | padding: 0; | |
3196 | z-index: 9050; |
|
3196 | z-index: 9050; | |
3197 | } |
|
3197 | } | |
3198 |
|
3198 | |||
3199 | .ac .yui-ac-content li { |
|
3199 | .ac .yui-ac-content li { | |
3200 | cursor: default; |
|
3200 | cursor: default; | |
3201 | white-space: nowrap; |
|
3201 | white-space: nowrap; | |
3202 | margin: 0; |
|
3202 | margin: 0; | |
3203 | padding: 2px 5px; |
|
3203 | padding: 2px 5px; | |
3204 | height: 18px; |
|
3204 | height: 18px; | |
3205 | z-index: 9050; |
|
3205 | z-index: 9050; | |
3206 | display: block; |
|
3206 | display: block; | |
3207 | width: auto !important; |
|
3207 | width: auto !important; | |
3208 | } |
|
3208 | } | |
3209 |
|
3209 | |||
3210 | .ac .yui-ac-content li .ac-container-wrap { |
|
3210 | .ac .yui-ac-content li .ac-container-wrap { | |
3211 | width: auto; |
|
3211 | width: auto; | |
3212 | } |
|
3212 | } | |
3213 |
|
3213 | |||
3214 | .ac .yui-ac-content li.yui-ac-prehighlight { |
|
3214 | .ac .yui-ac-content li.yui-ac-prehighlight { | |
3215 | background: #B3D4FF; |
|
3215 | background: #B3D4FF; | |
3216 | z-index: 9050; |
|
3216 | z-index: 9050; | |
3217 | } |
|
3217 | } | |
3218 |
|
3218 | |||
3219 | .ac .yui-ac-content li.yui-ac-highlight { |
|
3219 | .ac .yui-ac-content li.yui-ac-highlight { | |
3220 | background: #556CB5; |
|
3220 | background: #556CB5; | |
3221 | color: #FFF; |
|
3221 | color: #FFF; | |
3222 | z-index: 9050; |
|
3222 | z-index: 9050; | |
3223 | } |
|
3223 | } | |
3224 | .ac .yui-ac-bd { |
|
3224 | .ac .yui-ac-bd { | |
3225 | z-index: 9050; |
|
3225 | z-index: 9050; | |
3226 | } |
|
3226 | } | |
3227 |
|
3227 | |||
3228 | .reposize { |
|
3228 | .reposize { | |
3229 | background: url("../images/icons/server.png") no-repeat scroll 3px; |
|
3229 | background: url("../images/icons/server.png") no-repeat scroll 3px; | |
3230 | height: 16px; |
|
3230 | height: 16px; | |
3231 | width: 20px; |
|
3231 | width: 20px; | |
3232 | cursor: pointer; |
|
3232 | cursor: pointer; | |
3233 | display: block; |
|
3233 | display: block; | |
3234 | float: right; |
|
3234 | float: right; | |
3235 | margin-top: 2px; |
|
3235 | margin-top: 2px; | |
3236 | } |
|
3236 | } | |
3237 |
|
3237 | |||
3238 | #repo_size { |
|
3238 | #repo_size { | |
3239 | display: block; |
|
3239 | display: block; | |
3240 | margin-top: 4px; |
|
3240 | margin-top: 4px; | |
3241 | color: #666; |
|
3241 | color: #666; | |
3242 | float: right; |
|
3242 | float: right; | |
3243 | } |
|
3243 | } | |
3244 |
|
3244 | |||
3245 | .locking_locked { |
|
3245 | .locking_locked { | |
3246 | background: #FFF url("../images/icons/block_16.png") no-repeat scroll 3px; |
|
3246 | background: #FFF url("../images/icons/block_16.png") no-repeat scroll 3px; | |
3247 | height: 16px; |
|
3247 | height: 16px; | |
3248 | width: 20px; |
|
3248 | width: 20px; | |
3249 | cursor: pointer; |
|
3249 | cursor: pointer; | |
3250 | display: block; |
|
3250 | display: block; | |
3251 | float: right; |
|
3251 | float: right; | |
3252 | margin-top: 2px; |
|
3252 | margin-top: 2px; | |
3253 | } |
|
3253 | } | |
3254 |
|
3254 | |||
3255 | .locking_unlocked { |
|
3255 | .locking_unlocked { | |
3256 | background: #FFF url("../images/icons/accept.png") no-repeat scroll 3px; |
|
3256 | background: #FFF url("../images/icons/accept.png") no-repeat scroll 3px; | |
3257 | height: 16px; |
|
3257 | height: 16px; | |
3258 | width: 20px; |
|
3258 | width: 20px; | |
3259 | cursor: pointer; |
|
3259 | cursor: pointer; | |
3260 | display: block; |
|
3260 | display: block; | |
3261 | float: right; |
|
3261 | float: right; | |
3262 | margin-top: 2px; |
|
3262 | margin-top: 2px; | |
3263 | } |
|
3263 | } | |
3264 |
|
3264 | |||
3265 | .currently_following { |
|
3265 | .currently_following { | |
3266 | padding-left: 10px; |
|
3266 | padding-left: 10px; | |
3267 | padding-bottom: 5px; |
|
3267 | padding-bottom: 5px; | |
3268 | } |
|
3268 | } | |
3269 |
|
3269 | |||
3270 | .add_icon { |
|
3270 | .add_icon { | |
3271 | background: url("../images/icons/add.png") no-repeat scroll 3px; |
|
3271 | background: url("../images/icons/add.png") no-repeat scroll 3px; | |
3272 | padding-left: 20px; |
|
3272 | padding-left: 20px; | |
3273 | padding-top: 0px; |
|
3273 | padding-top: 0px; | |
3274 | text-align: left; |
|
3274 | text-align: left; | |
3275 | } |
|
3275 | } | |
3276 |
|
3276 | |||
3277 | .accept_icon { |
|
3277 | .accept_icon { | |
3278 | background: url("../images/icons/accept.png") no-repeat scroll 3px; |
|
3278 | background: url("../images/icons/accept.png") no-repeat scroll 3px; | |
3279 | padding-left: 20px; |
|
3279 | padding-left: 20px; | |
3280 | padding-top: 0px; |
|
3280 | padding-top: 0px; | |
3281 | text-align: left; |
|
3281 | text-align: left; | |
3282 | } |
|
3282 | } | |
3283 |
|
3283 | |||
3284 | .edit_icon { |
|
3284 | .edit_icon { | |
3285 | background: url("../images/icons/application_form_edit.png") no-repeat scroll 3px; |
|
3285 | background: url("../images/icons/application_form_edit.png") no-repeat scroll 3px; | |
3286 | padding-left: 20px; |
|
3286 | padding-left: 20px; | |
3287 | padding-top: 0px; |
|
3287 | padding-top: 0px; | |
3288 | text-align: left; |
|
3288 | text-align: left; | |
3289 | } |
|
3289 | } | |
3290 |
|
3290 | |||
3291 | .delete_icon { |
|
3291 | .delete_icon { | |
3292 | background: url("../images/icons/delete.png") no-repeat scroll 3px; |
|
3292 | background: url("../images/icons/delete.png") no-repeat scroll 3px; | |
3293 | padding-left: 20px; |
|
3293 | padding-left: 20px; | |
3294 | padding-top: 0px; |
|
3294 | padding-top: 0px; | |
3295 | text-align: left; |
|
3295 | text-align: left; | |
3296 | } |
|
3296 | } | |
3297 |
|
3297 | |||
3298 | .refresh_icon { |
|
3298 | .refresh_icon { | |
3299 | background: url("../images/icons/arrow_refresh.png") no-repeat scroll |
|
3299 | background: url("../images/icons/arrow_refresh.png") no-repeat scroll | |
3300 | 3px; |
|
3300 | 3px; | |
3301 | padding-left: 20px; |
|
3301 | padding-left: 20px; | |
3302 | padding-top: 0px; |
|
3302 | padding-top: 0px; | |
3303 | text-align: left; |
|
3303 | text-align: left; | |
3304 | } |
|
3304 | } | |
3305 |
|
3305 | |||
3306 | .pull_icon { |
|
3306 | .pull_icon { | |
3307 | background: url("../images/icons/connect.png") no-repeat scroll 3px; |
|
3307 | background: url("../images/icons/connect.png") no-repeat scroll 3px; | |
3308 | padding-left: 20px; |
|
3308 | padding-left: 20px; | |
3309 | padding-top: 0px; |
|
3309 | padding-top: 0px; | |
3310 | text-align: left; |
|
3310 | text-align: left; | |
3311 | } |
|
3311 | } | |
3312 |
|
3312 | |||
3313 | .rss_icon { |
|
3313 | .rss_icon { | |
3314 | background: url("../images/icons/rss_16.png") no-repeat scroll 3px; |
|
3314 | background: url("../images/icons/rss_16.png") no-repeat scroll 3px; | |
3315 | padding-left: 20px; |
|
3315 | padding-left: 20px; | |
3316 | padding-top: 4px; |
|
3316 | padding-top: 4px; | |
3317 | text-align: left; |
|
3317 | text-align: left; | |
3318 | font-size: 8px |
|
3318 | font-size: 8px | |
3319 | } |
|
3319 | } | |
3320 |
|
3320 | |||
3321 | .atom_icon { |
|
3321 | .atom_icon { | |
3322 | background: url("../images/icons/rss_16.png") no-repeat scroll 3px; |
|
3322 | background: url("../images/icons/rss_16.png") no-repeat scroll 3px; | |
3323 | padding-left: 20px; |
|
3323 | padding-left: 20px; | |
3324 | padding-top: 4px; |
|
3324 | padding-top: 4px; | |
3325 | text-align: left; |
|
3325 | text-align: left; | |
3326 | font-size: 8px |
|
3326 | font-size: 8px | |
3327 | } |
|
3327 | } | |
3328 |
|
3328 | |||
3329 | .archive_icon { |
|
3329 | .archive_icon { | |
3330 | background: url("../images/icons/compress.png") no-repeat scroll 3px; |
|
3330 | background: url("../images/icons/compress.png") no-repeat scroll 3px; | |
3331 | padding-left: 20px; |
|
3331 | padding-left: 20px; | |
3332 | text-align: left; |
|
3332 | text-align: left; | |
3333 | padding-top: 1px; |
|
3333 | padding-top: 1px; | |
3334 | } |
|
3334 | } | |
3335 |
|
3335 | |||
3336 | .start_following_icon { |
|
3336 | .start_following_icon { | |
3337 | background: url("../images/icons/heart_add.png") no-repeat scroll 3px; |
|
3337 | background: url("../images/icons/heart_add.png") no-repeat scroll 3px; | |
3338 | padding-left: 20px; |
|
3338 | padding-left: 20px; | |
3339 | text-align: left; |
|
3339 | text-align: left; | |
3340 | padding-top: 0px; |
|
3340 | padding-top: 0px; | |
3341 | } |
|
3341 | } | |
3342 |
|
3342 | |||
3343 | .stop_following_icon { |
|
3343 | .stop_following_icon { | |
3344 | background: url("../images/icons/heart_delete.png") no-repeat scroll 3px; |
|
3344 | background: url("../images/icons/heart_delete.png") no-repeat scroll 3px; | |
3345 | padding-left: 20px; |
|
3345 | padding-left: 20px; | |
3346 | text-align: left; |
|
3346 | text-align: left; | |
3347 | padding-top: 0px; |
|
3347 | padding-top: 0px; | |
3348 | } |
|
3348 | } | |
3349 |
|
3349 | |||
3350 | .action_button { |
|
3350 | .action_button { | |
3351 | border: 0; |
|
3351 | border: 0; | |
3352 | display: inline; |
|
3352 | display: inline; | |
3353 | } |
|
3353 | } | |
3354 |
|
3354 | |||
3355 | .action_button:hover { |
|
3355 | .action_button:hover { | |
3356 | border: 0; |
|
3356 | border: 0; | |
3357 | text-decoration: underline; |
|
3357 | text-decoration: underline; | |
3358 | cursor: pointer; |
|
3358 | cursor: pointer; | |
3359 | } |
|
3359 | } | |
3360 |
|
3360 | |||
3361 | #switch_repos { |
|
3361 | #switch_repos { | |
3362 | position: absolute; |
|
3362 | position: absolute; | |
3363 | height: 25px; |
|
3363 | height: 25px; | |
3364 | z-index: 1; |
|
3364 | z-index: 1; | |
3365 | } |
|
3365 | } | |
3366 |
|
3366 | |||
3367 | #switch_repos select { |
|
3367 | #switch_repos select { | |
3368 | min-width: 150px; |
|
3368 | min-width: 150px; | |
3369 | max-height: 250px; |
|
3369 | max-height: 250px; | |
3370 | z-index: 1; |
|
3370 | z-index: 1; | |
3371 | } |
|
3371 | } | |
3372 |
|
3372 | |||
3373 | .breadcrumbs { |
|
3373 | .breadcrumbs { | |
3374 | border: medium none; |
|
3374 | border: medium none; | |
3375 | color: #FFF; |
|
3375 | color: #FFF; | |
3376 | float: left; |
|
3376 | float: left; | |
3377 | font-weight: 700; |
|
3377 | font-weight: 700; | |
3378 | font-size: 14px; |
|
3378 | font-size: 14px; | |
3379 | margin: 0; |
|
3379 | margin: 0; | |
3380 | padding: 11px 0 11px 10px; |
|
3380 | padding: 11px 0 11px 10px; | |
3381 | } |
|
3381 | } | |
3382 |
|
3382 | |||
3383 | .breadcrumbs .hash { |
|
3383 | .breadcrumbs .hash { | |
3384 | text-transform: none; |
|
3384 | text-transform: none; | |
3385 | color: #fff; |
|
3385 | color: #fff; | |
3386 | } |
|
3386 | } | |
3387 |
|
3387 | |||
3388 | .breadcrumbs a { |
|
3388 | .breadcrumbs a { | |
3389 | color: #FFF; |
|
3389 | color: #FFF; | |
3390 | } |
|
3390 | } | |
3391 |
|
3391 | |||
3392 | .flash_msg { |
|
3392 | .flash_msg { | |
3393 | } |
|
3393 | } | |
3394 |
|
3394 | |||
3395 | .flash_msg ul { |
|
3395 | .flash_msg ul { | |
3396 | } |
|
3396 | } | |
3397 |
|
3397 | |||
3398 | .error_red { |
|
3398 | .error_red { | |
3399 | color: red; |
|
3399 | color: red; | |
3400 | } |
|
3400 | } | |
3401 |
|
3401 | |||
3402 | .error_msg { |
|
3402 | .flash_msg .alert-error { | |
3403 | background-color: #c43c35; |
|
3403 | background-color: #c43c35; | |
3404 | background-repeat: repeat-x; |
|
3404 | background-repeat: repeat-x; | |
3405 | background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35) ); |
|
3405 | background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35) ); | |
3406 | background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35); |
|
3406 | background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35); | |
3407 | background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35); |
|
3407 | background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35); | |
3408 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35) ); |
|
3408 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35) ); | |
3409 | background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); |
|
3409 | background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); | |
3410 | background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); |
|
3410 | background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); | |
3411 | background-image: linear-gradient(to bottom, #ee5f5b, #c43c35); |
|
3411 | background-image: linear-gradient(to bottom, #ee5f5b, #c43c35); | |
3412 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 ); |
|
3412 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b',endColorstr='#c43c35', GradientType=0 ); | |
3413 | border-color: #c43c35 #c43c35 #882a25; |
|
3413 | border-color: #c43c35 #c43c35 #882a25; | |
3414 | } |
|
3414 | } | |
3415 |
|
3415 | |||
3416 | .error_msg a { |
|
3416 | .flash_msg .alert-error a { | |
3417 | text-decoration: underline; |
|
3417 | text-decoration: underline; | |
3418 | } |
|
3418 | } | |
3419 |
|
3419 | |||
3420 | .warning_msg { |
|
3420 | .flash_msg .alert-warning { | |
3421 | color: #404040 !important; |
|
3421 | color: #404040 !important; | |
3422 | background-color: #eedc94; |
|
3422 | background-color: #eedc94; | |
3423 | background-repeat: repeat-x; |
|
3423 | background-repeat: repeat-x; | |
3424 | background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) ); |
|
3424 | background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94) ); | |
3425 | background-image: -moz-linear-gradient(top, #fceec1, #eedc94); |
|
3425 | background-image: -moz-linear-gradient(top, #fceec1, #eedc94); | |
3426 | background-image: -ms-linear-gradient(top, #fceec1, #eedc94); |
|
3426 | background-image: -ms-linear-gradient(top, #fceec1, #eedc94); | |
3427 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94) ); |
|
3427 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94) ); | |
3428 | background-image: -webkit-linear-gradient(top, #fceec1, #eedc94); |
|
3428 | background-image: -webkit-linear-gradient(top, #fceec1, #eedc94); | |
3429 | background-image: -o-linear-gradient(top, #fceec1, #eedc94); |
|
3429 | background-image: -o-linear-gradient(top, #fceec1, #eedc94); | |
3430 | background-image: linear-gradient(to bottom, #fceec1, #eedc94); |
|
3430 | background-image: linear-gradient(to bottom, #fceec1, #eedc94); | |
3431 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 ); |
|
3431 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0 ); | |
3432 | border-color: #eedc94 #eedc94 #e4c652; |
|
3432 | border-color: #eedc94 #eedc94 #e4c652; | |
3433 | } |
|
3433 | } | |
3434 |
|
3434 | |||
3435 | .warning_msg a { |
|
3435 | .flash_msg .alert-warning a { | |
3436 | text-decoration: underline; |
|
3436 | text-decoration: underline; | |
3437 | } |
|
3437 | } | |
3438 |
|
3438 | |||
3439 | .success_msg { |
|
3439 | .flash_msg .alert-success { | |
3440 | background-color: #57a957; |
|
3440 | background-color: #57a957; | |
3441 | background-repeat: repeat-x !important; |
|
3441 | background-repeat: repeat-x !important; | |
3442 | background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957) ); |
|
3442 | background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957) ); | |
3443 | background-image: -moz-linear-gradient(top, #62c462, #57a957); |
|
3443 | background-image: -moz-linear-gradient(top, #62c462, #57a957); | |
3444 | background-image: -ms-linear-gradient(top, #62c462, #57a957); |
|
3444 | background-image: -ms-linear-gradient(top, #62c462, #57a957); | |
3445 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957) ); |
|
3445 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957) ); | |
3446 | background-image: -webkit-linear-gradient(top, #62c462, #57a957); |
|
3446 | background-image: -webkit-linear-gradient(top, #62c462, #57a957); | |
3447 | background-image: -o-linear-gradient(top, #62c462, #57a957); |
|
3447 | background-image: -o-linear-gradient(top, #62c462, #57a957); | |
3448 | background-image: linear-gradient(to bottom, #62c462, #57a957); |
|
3448 | background-image: linear-gradient(to bottom, #62c462, #57a957); | |
3449 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 ); |
|
3449 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0 ); | |
3450 | border-color: #57a957 #57a957 #3d773d; |
|
3450 | border-color: #57a957 #57a957 #3d773d; | |
3451 | } |
|
3451 | } | |
3452 |
|
3452 | |||
3453 | .success_msg a { |
|
3453 | .flash_msg .alert-success a { | |
3454 | text-decoration: underline; |
|
3454 | text-decoration: underline; | |
3455 | color: #FFF !important; |
|
3455 | color: #FFF !important; | |
3456 | } |
|
3456 | } | |
3457 |
|
3457 | |||
3458 | .notice_msg { |
|
3458 | .flash_msg .alert-info { | |
3459 | background-color: #339bb9; |
|
3459 | background-color: #339bb9; | |
3460 | background-repeat: repeat-x; |
|
3460 | background-repeat: repeat-x; | |
3461 | background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9) ); |
|
3461 | background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9) ); | |
3462 | background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); |
|
3462 | background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); | |
3463 | background-image: -ms-linear-gradient(top, #5bc0de, #339bb9); |
|
3463 | background-image: -ms-linear-gradient(top, #5bc0de, #339bb9); | |
3464 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9) ); |
|
3464 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9) ); | |
3465 | background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); |
|
3465 | background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); | |
3466 | background-image: -o-linear-gradient(top, #5bc0de, #339bb9); |
|
3466 | background-image: -o-linear-gradient(top, #5bc0de, #339bb9); | |
3467 | background-image: linear-gradient(to bottom, #5bc0de, #339bb9); |
|
3467 | background-image: linear-gradient(to bottom, #5bc0de, #339bb9); | |
3468 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 ); |
|
3468 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0 ); | |
3469 | border-color: #339bb9 #339bb9 #22697d; |
|
3469 | border-color: #339bb9 #339bb9 #22697d; | |
3470 | } |
|
3470 | } | |
3471 |
|
3471 | |||
3472 | .notice_msg a { |
|
3472 | .flash_msg .alert-info a { | |
3473 | text-decoration: underline; |
|
3473 | text-decoration: underline; | |
3474 | } |
|
3474 | } | |
3475 |
|
3475 | |||
3476 | .success_msg, .error_msg, .notice_msg, .warning_msg { |
|
3476 | .flash_msg .alert-error, | |
|
3477 | .flash_msg .alert-warning, | |||
|
3478 | .flash_msg .alert-success, | |||
|
3479 | .flash_msg .alert-info { | |||
3477 | font-size: 12px; |
|
3480 | font-size: 12px; | |
3478 | font-weight: 700; |
|
3481 | font-weight: 700; | |
3479 | min-height: 14px; |
|
3482 | min-height: 14px; | |
3480 | line-height: 14px; |
|
3483 | line-height: 14px; | |
3481 | margin-bottom: 10px; |
|
3484 | margin-bottom: 10px; | |
3482 | margin-top: 0; |
|
3485 | margin-top: 0; | |
3483 | display: block; |
|
3486 | display: block; | |
3484 | overflow: auto; |
|
3487 | overflow: auto; | |
3485 | padding: 6px 10px 6px 10px; |
|
3488 | padding: 6px 10px 6px 10px; | |
3486 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
|
3489 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); | |
3487 | position: relative; |
|
3490 | position: relative; | |
3488 | color: #FFF; |
|
3491 | color: #FFF; | |
3489 | border-width: 1px; |
|
3492 | border-width: 1px; | |
3490 | border-style: solid; |
|
3493 | border-style: solid; | |
3491 | -webkit-border-radius: 4px; |
|
3494 | -webkit-border-radius: 4px; | |
3492 | border-radius: 4px; |
|
3495 | border-radius: 4px; | |
3493 | -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); |
|
3496 | -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); | |
3494 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); |
|
3497 | box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); | |
3495 | } |
|
3498 | } | |
3496 |
|
3499 | |||
3497 | #msg_close { |
|
3500 | #msg_close { | |
3498 | background: transparent url("../images/cross_grey_small.png") no-repeat scroll 0 0; |
|
3501 | background: transparent url("../images/cross_grey_small.png") no-repeat scroll 0 0; | |
3499 | cursor: pointer; |
|
3502 | cursor: pointer; | |
3500 | height: 16px; |
|
3503 | height: 16px; | |
3501 | position: absolute; |
|
3504 | position: absolute; | |
3502 | right: 5px; |
|
3505 | right: 5px; | |
3503 | top: 5px; |
|
3506 | top: 5px; | |
3504 | width: 16px; |
|
3507 | width: 16px; | |
3505 | } |
|
3508 | } | |
3506 | div#legend_data { |
|
3509 | div#legend_data { | |
3507 | padding-left: 10px; |
|
3510 | padding-left: 10px; | |
3508 | } |
|
3511 | } | |
3509 | div#legend_container table { |
|
3512 | div#legend_container table { | |
3510 | border: none !important; |
|
3513 | border: none !important; | |
3511 | } |
|
3514 | } | |
3512 | div#legend_container table, div#legend_choices table { |
|
3515 | div#legend_container table, div#legend_choices table { | |
3513 | width: auto !important; |
|
3516 | width: auto !important; | |
3514 | } |
|
3517 | } | |
3515 |
|
3518 | |||
3516 | table#permissions_manage { |
|
3519 | table#permissions_manage { | |
3517 | width: 0 !important; |
|
3520 | width: 0 !important; | |
3518 | } |
|
3521 | } | |
3519 |
|
3522 | |||
3520 | table#permissions_manage span.private_repo_msg { |
|
3523 | table#permissions_manage span.private_repo_msg { | |
3521 | font-size: 0.8em; |
|
3524 | font-size: 0.8em; | |
3522 | opacity: 0.6; |
|
3525 | opacity: 0.6; | |
3523 | } |
|
3526 | } | |
3524 |
|
3527 | |||
3525 | table#permissions_manage td.private_repo_msg { |
|
3528 | table#permissions_manage td.private_repo_msg { | |
3526 | font-size: 0.8em; |
|
3529 | font-size: 0.8em; | |
3527 | } |
|
3530 | } | |
3528 |
|
3531 | |||
3529 | table#permissions_manage tr#add_perm_input td { |
|
3532 | table#permissions_manage tr#add_perm_input td { | |
3530 | vertical-align: middle; |
|
3533 | vertical-align: middle; | |
3531 | } |
|
3534 | } | |
3532 |
|
3535 | |||
3533 | div.gravatar { |
|
3536 | div.gravatar { | |
3534 | background-color: #FFF; |
|
3537 | background-color: #FFF; | |
3535 | float: left; |
|
3538 | float: left; | |
3536 | margin-right: 0.7em; |
|
3539 | margin-right: 0.7em; | |
3537 | padding: 1px 1px 1px 1px; |
|
3540 | padding: 1px 1px 1px 1px; | |
3538 | line-height: 0; |
|
3541 | line-height: 0; | |
3539 | -webkit-border-radius: 3px; |
|
3542 | -webkit-border-radius: 3px; | |
3540 | -khtml-border-radius: 3px; |
|
3543 | -khtml-border-radius: 3px; | |
3541 | border-radius: 3px; |
|
3544 | border-radius: 3px; | |
3542 | } |
|
3545 | } | |
3543 |
|
3546 | |||
3544 | div.gravatar img { |
|
3547 | div.gravatar img { | |
3545 | -webkit-border-radius: 2px; |
|
3548 | -webkit-border-radius: 2px; | |
3546 | -khtml-border-radius: 2px; |
|
3549 | -khtml-border-radius: 2px; | |
3547 | border-radius: 2px; |
|
3550 | border-radius: 2px; | |
3548 | } |
|
3551 | } | |
3549 |
|
3552 | |||
3550 | #header, #content, #footer { |
|
3553 | #header, #content, #footer { | |
3551 | min-width: 978px; |
|
3554 | min-width: 978px; | |
3552 | } |
|
3555 | } | |
3553 |
|
3556 | |||
3554 | #content { |
|
3557 | #content { | |
3555 | clear: both; |
|
3558 | clear: both; | |
3556 | padding: 10px 10px 14px 10px; |
|
3559 | padding: 10px 10px 14px 10px; | |
3557 | } |
|
3560 | } | |
3558 |
|
3561 | |||
3559 | #content.hover { |
|
3562 | #content.hover { | |
3560 | padding: 55px 10px 14px 10px !important; |
|
3563 | padding: 55px 10px 14px 10px !important; | |
3561 | } |
|
3564 | } | |
3562 |
|
3565 | |||
3563 | #content div.box div.title div.search { |
|
3566 | #content div.box div.title div.search { | |
3564 | border-left: 1px solid #316293; |
|
3567 | border-left: 1px solid #316293; | |
3565 | } |
|
3568 | } | |
3566 |
|
3569 | |||
3567 | #content div.box div.title div.search div.input input { |
|
3570 | #content div.box div.title div.search div.input input { | |
3568 | border: 1px solid #316293; |
|
3571 | border: 1px solid #316293; | |
3569 | } |
|
3572 | } | |
3570 |
|
3573 | |||
3571 | .ui-btn { |
|
3574 | .ui-btn { | |
3572 | color: #515151; |
|
3575 | color: #515151; | |
3573 | background-color: #DADADA; |
|
3576 | background-color: #DADADA; | |
3574 | background-repeat: repeat-x; |
|
3577 | background-repeat: repeat-x; | |
3575 | background-image: -khtml-gradient(linear, left top, left bottom, from(#F4F4F4),to(#DADADA) ); |
|
3578 | background-image: -khtml-gradient(linear, left top, left bottom, from(#F4F4F4),to(#DADADA) ); | |
3576 | background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA); |
|
3579 | background-image: -moz-linear-gradient(top, #F4F4F4, #DADADA); | |
3577 | background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA); |
|
3580 | background-image: -ms-linear-gradient(top, #F4F4F4, #DADADA); | |
3578 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4),color-stop(100%, #DADADA) ); |
|
3581 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F4F4),color-stop(100%, #DADADA) ); | |
3579 | background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) ); |
|
3582 | background-image: -webkit-linear-gradient(top, #F4F4F4, #DADADA) ); | |
3580 | background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) ); |
|
3583 | background-image: -o-linear-gradient(top, #F4F4F4, #DADADA) ); | |
3581 | background-image: linear-gradient(to bottom, #F4F4F4, #DADADA); |
|
3584 | background-image: linear-gradient(to bottom, #F4F4F4, #DADADA); | |
3582 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0); |
|
3585 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4', endColorstr='#DADADA', GradientType=0); | |
3583 |
|
3586 | |||
3584 | border-top: 1px solid #DDD; |
|
3587 | border-top: 1px solid #DDD; | |
3585 | border-left: 1px solid #c6c6c6; |
|
3588 | border-left: 1px solid #c6c6c6; | |
3586 | border-right: 1px solid #DDD; |
|
3589 | border-right: 1px solid #DDD; | |
3587 | border-bottom: 1px solid #c6c6c6; |
|
3590 | border-bottom: 1px solid #c6c6c6; | |
3588 | color: #515151; |
|
3591 | color: #515151; | |
3589 | outline: none; |
|
3592 | outline: none; | |
3590 | margin: 0px 3px 3px 0px; |
|
3593 | margin: 0px 3px 3px 0px; | |
3591 | -webkit-border-radius: 4px 4px 4px 4px !important; |
|
3594 | -webkit-border-radius: 4px 4px 4px 4px !important; | |
3592 | -khtml-border-radius: 4px 4px 4px 4px !important; |
|
3595 | -khtml-border-radius: 4px 4px 4px 4px !important; | |
3593 | border-radius: 4px 4px 4px 4px !important; |
|
3596 | border-radius: 4px 4px 4px 4px !important; | |
3594 | cursor: pointer !important; |
|
3597 | cursor: pointer !important; | |
3595 | padding: 3px 3px 3px 3px; |
|
3598 | padding: 3px 3px 3px 3px; | |
3596 | background-position: 0 -100px; |
|
3599 | background-position: 0 -100px; | |
3597 |
|
3600 | |||
3598 | } |
|
3601 | } | |
3599 |
|
3602 | |||
3600 | .ui-btn.badge { |
|
3603 | .ui-btn.badge { | |
3601 | cursor: default !important; |
|
3604 | cursor: default !important; | |
3602 | } |
|
3605 | } | |
3603 |
|
3606 | |||
3604 | .ui-btn.disabled { |
|
3607 | .ui-btn.disabled { | |
3605 | color: #999; |
|
3608 | color: #999; | |
3606 | } |
|
3609 | } | |
3607 |
|
3610 | |||
3608 | .ui-btn.xsmall { |
|
3611 | .ui-btn.xsmall { | |
3609 | padding: 1px 2px 1px 1px; |
|
3612 | padding: 1px 2px 1px 1px; | |
3610 | } |
|
3613 | } | |
3611 |
|
3614 | |||
3612 | .ui-btn.large { |
|
3615 | .ui-btn.large { | |
3613 | padding: 6px 12px; |
|
3616 | padding: 6px 12px; | |
3614 | } |
|
3617 | } | |
3615 |
|
3618 | |||
3616 | .ui-btn.clone { |
|
3619 | .ui-btn.clone { | |
3617 | padding: 5px 2px 6px 1px; |
|
3620 | padding: 5px 2px 6px 1px; | |
3618 | margin: 0px 0px 3px -4px; |
|
3621 | margin: 0px 0px 3px -4px; | |
3619 | -webkit-border-radius: 0px 4px 4px 0px !important; |
|
3622 | -webkit-border-radius: 0px 4px 4px 0px !important; | |
3620 | -khtml-border-radius: 0px 4px 4px 0px !important; |
|
3623 | -khtml-border-radius: 0px 4px 4px 0px !important; | |
3621 | border-radius: 0px 4px 4px 0px !important; |
|
3624 | border-radius: 0px 4px 4px 0px !important; | |
3622 | width: 100px; |
|
3625 | width: 100px; | |
3623 | text-align: center; |
|
3626 | text-align: center; | |
3624 | display: inline-block; |
|
3627 | display: inline-block; | |
3625 | position: relative; |
|
3628 | position: relative; | |
3626 | top: -2px; |
|
3629 | top: -2px; | |
3627 | } |
|
3630 | } | |
3628 | .ui-btn:focus { |
|
3631 | .ui-btn:focus { | |
3629 | outline: none; |
|
3632 | outline: none; | |
3630 | } |
|
3633 | } | |
3631 | .ui-btn:hover { |
|
3634 | .ui-btn:hover { | |
3632 | background-position: 0 -100px; |
|
3635 | background-position: 0 -100px; | |
3633 | text-decoration: none; |
|
3636 | text-decoration: none; | |
3634 | color: #515151; |
|
3637 | color: #515151; | |
3635 | box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF !important; |
|
3638 | box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 0 3px #FFFFFF !important; | |
3636 | } |
|
3639 | } | |
3637 | .ui-btn.badge:hover { |
|
3640 | .ui-btn.badge:hover { | |
3638 | box-shadow: none !important; |
|
3641 | box-shadow: none !important; | |
3639 | } |
|
3642 | } | |
3640 | .ui-btn.disabled:hover { |
|
3643 | .ui-btn.disabled:hover { | |
3641 | background-position: 0; |
|
3644 | background-position: 0; | |
3642 | color: #999; |
|
3645 | color: #999; | |
3643 | text-decoration: none; |
|
3646 | text-decoration: none; | |
3644 | box-shadow: none !important; |
|
3647 | box-shadow: none !important; | |
3645 | } |
|
3648 | } | |
3646 |
|
3649 | |||
3647 | .ui-btn.red { |
|
3650 | .ui-btn.red { | |
3648 | color: #fff; |
|
3651 | color: #fff; | |
3649 | background-color: #c43c35; |
|
3652 | background-color: #c43c35; | |
3650 | background-repeat: repeat-x; |
|
3653 | background-repeat: repeat-x; | |
3651 | background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35)); |
|
3654 | background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35)); | |
3652 | background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35); |
|
3655 | background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35); | |
3653 | background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35); |
|
3656 | background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35); | |
3654 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35)); |
|
3657 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35)); | |
3655 | background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); |
|
3658 | background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35); | |
3656 | background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); |
|
3659 | background-image: -o-linear-gradient(top, #ee5f5b, #c43c35); | |
3657 | background-image: linear-gradient(to bottom, #ee5f5b, #c43c35); |
|
3660 | background-image: linear-gradient(to bottom, #ee5f5b, #c43c35); | |
3658 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0); |
|
3661 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0); | |
3659 | border-color: #c43c35 #c43c35 #882a25; |
|
3662 | border-color: #c43c35 #c43c35 #882a25; | |
3660 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
|
3663 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); | |
3661 | } |
|
3664 | } | |
3662 |
|
3665 | |||
3663 |
|
3666 | |||
3664 | .ui-btn.blue { |
|
3667 | .ui-btn.blue { | |
3665 | color: #fff; |
|
3668 | color: #fff; | |
3666 | background-color: #339bb9; |
|
3669 | background-color: #339bb9; | |
3667 | background-repeat: repeat-x; |
|
3670 | background-repeat: repeat-x; | |
3668 | background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9)); |
|
3671 | background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9)); | |
3669 | background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); |
|
3672 | background-image: -moz-linear-gradient(top, #5bc0de, #339bb9); | |
3670 | background-image: -ms-linear-gradient(top, #5bc0de, #339bb9); |
|
3673 | background-image: -ms-linear-gradient(top, #5bc0de, #339bb9); | |
3671 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9)); |
|
3674 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9)); | |
3672 | background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); |
|
3675 | background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9); | |
3673 | background-image: -o-linear-gradient(top, #5bc0de, #339bb9); |
|
3676 | background-image: -o-linear-gradient(top, #5bc0de, #339bb9); | |
3674 | background-image: linear-gradient(to bottom, #5bc0de, #339bb9); |
|
3677 | background-image: linear-gradient(to bottom, #5bc0de, #339bb9); | |
3675 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0); |
|
3678 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0); | |
3676 | border-color: #339bb9 #339bb9 #22697d; |
|
3679 | border-color: #339bb9 #339bb9 #22697d; | |
3677 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
|
3680 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); | |
3678 | } |
|
3681 | } | |
3679 |
|
3682 | |||
3680 | .ui-btn.green { |
|
3683 | .ui-btn.green { | |
3681 | color: #fff; |
|
3684 | color: #fff; | |
3682 | background-color: #57a957; |
|
3685 | background-color: #57a957; | |
3683 | background-repeat: repeat-x; |
|
3686 | background-repeat: repeat-x; | |
3684 | background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957)); |
|
3687 | background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957)); | |
3685 | background-image: -moz-linear-gradient(top, #62c462, #57a957); |
|
3688 | background-image: -moz-linear-gradient(top, #62c462, #57a957); | |
3686 | background-image: -ms-linear-gradient(top, #62c462, #57a957); |
|
3689 | background-image: -ms-linear-gradient(top, #62c462, #57a957); | |
3687 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957)); |
|
3690 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957)); | |
3688 | background-image: -webkit-linear-gradient(top, #62c462, #57a957); |
|
3691 | background-image: -webkit-linear-gradient(top, #62c462, #57a957); | |
3689 | background-image: -o-linear-gradient(top, #62c462, #57a957); |
|
3692 | background-image: -o-linear-gradient(top, #62c462, #57a957); | |
3690 | background-image: linear-gradient(to bottom, #62c462, #57a957); |
|
3693 | background-image: linear-gradient(to bottom, #62c462, #57a957); | |
3691 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0); |
|
3694 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0); | |
3692 | border-color: #57a957 #57a957 #3d773d; |
|
3695 | border-color: #57a957 #57a957 #3d773d; | |
3693 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
|
3696 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); | |
3694 | } |
|
3697 | } | |
3695 |
|
3698 | |||
3696 | .ui-btn.yellow { |
|
3699 | .ui-btn.yellow { | |
3697 | color: #fff; |
|
3700 | color: #fff; | |
3698 | background-color: #faa732; |
|
3701 | background-color: #faa732; | |
3699 | background-repeat: repeat-x; |
|
3702 | background-repeat: repeat-x; | |
3700 | background-image: -khtml-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406)); |
|
3703 | background-image: -khtml-gradient(linear, left top, left bottom, from(#fbb450), to(#f89406)); | |
3701 | background-image: -moz-linear-gradient(top, #fbb450, #f89406); |
|
3704 | background-image: -moz-linear-gradient(top, #fbb450, #f89406); | |
3702 | background-image: -ms-linear-gradient(top, #fbb450, #f89406); |
|
3705 | background-image: -ms-linear-gradient(top, #fbb450, #f89406); | |
3703 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbb450), color-stop(100%, #f89406)); |
|
3706 | background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fbb450), color-stop(100%, #f89406)); | |
3704 | background-image: -webkit-linear-gradient(top, #fbb450, #f89406); |
|
3707 | background-image: -webkit-linear-gradient(top, #fbb450, #f89406); | |
3705 | background-image: -o-linear-gradient(top, #fbb450, #f89406); |
|
3708 | background-image: -o-linear-gradient(top, #fbb450, #f89406); | |
3706 | background-image: linear-gradient(to bottom, #fbb450, #f89406); |
|
3709 | background-image: linear-gradient(to bottom, #fbb450, #f89406); | |
3707 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0); |
|
3710 | filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89406', GradientType=0); | |
3708 | border-color: #f89406 #f89406 #ad6704; |
|
3711 | border-color: #f89406 #f89406 #ad6704; | |
3709 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); |
|
3712 | border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); | |
3710 | } |
|
3713 | } | |
3711 |
|
3714 | |||
3712 | label.disabled { |
|
3715 | label.disabled { | |
3713 | color: #aaa; |
|
3716 | color: #aaa; | |
3714 | } |
|
3717 | } | |
3715 |
|
3718 | |||
3716 | .ui-btn.blue.hidden { |
|
3719 | .ui-btn.blue.hidden { | |
3717 | display: none; |
|
3720 | display: none; | |
3718 | } |
|
3721 | } | |
3719 |
|
3722 | |||
3720 | .ui-btn.active { |
|
3723 | .ui-btn.active { | |
3721 | font-weight: bold; |
|
3724 | font-weight: bold; | |
3722 | } |
|
3725 | } | |
3723 |
|
3726 | |||
3724 | ins, div.options a:hover { |
|
3727 | ins, div.options a:hover { | |
3725 | text-decoration: none; |
|
3728 | text-decoration: none; | |
3726 | } |
|
3729 | } | |
3727 |
|
3730 | |||
3728 | img, |
|
3731 | img, | |
3729 | #header #header-inner #quick li a:hover span.normal, |
|
3732 | #header #header-inner #quick li a:hover span.normal, | |
3730 | #content div.box div.form div.fields div.field div.textarea table td table td a, |
|
3733 | #content div.box div.form div.fields div.field div.textarea table td table td a, | |
3731 | #clone_url, |
|
3734 | #clone_url, | |
3732 | #clone_url_id |
|
3735 | #clone_url_id | |
3733 | { |
|
3736 | { | |
3734 | border: none; |
|
3737 | border: none; | |
3735 | } |
|
3738 | } | |
3736 |
|
3739 | |||
3737 | img.icon, .right .merge img { |
|
3740 | img.icon, .right .merge img { | |
3738 | vertical-align: bottom; |
|
3741 | vertical-align: bottom; | |
3739 | } |
|
3742 | } | |
3740 |
|
3743 | |||
3741 | #header ul#logged-user, #content div.box div.title ul.links, |
|
3744 | #header ul#logged-user, #content div.box div.title ul.links, | |
3742 | #content div.box div.message div.dismiss, |
|
3745 | #content div.box div.message div.dismiss, | |
3743 | #content div.box div.traffic div.legend ul { |
|
3746 | #content div.box div.traffic div.legend ul { | |
3744 | float: right; |
|
3747 | float: right; | |
3745 | margin: 0; |
|
3748 | margin: 0; | |
3746 | padding: 0; |
|
3749 | padding: 0; | |
3747 | } |
|
3750 | } | |
3748 |
|
3751 | |||
3749 | #header #header-inner #home, #header #header-inner #logo, |
|
3752 | #header #header-inner #home, #header #header-inner #logo, | |
3750 | #content div.box ul.left, #content div.box ol.left, |
|
3753 | #content div.box ul.left, #content div.box ol.left, | |
3751 | div#commit_history, |
|
3754 | div#commit_history, | |
3752 | div#legend_data, div#legend_container, div#legend_choices { |
|
3755 | div#legend_data, div#legend_container, div#legend_choices { | |
3753 | float: left; |
|
3756 | float: left; | |
3754 | } |
|
3757 | } | |
3755 |
|
3758 | |||
3756 | #header #header-inner #quick li #quick_login, |
|
3759 | #header #header-inner #quick li #quick_login, | |
3757 | #header #header-inner #quick li:hover ul ul, |
|
3760 | #header #header-inner #quick li:hover ul ul, | |
3758 | #header #header-inner #quick li:hover ul ul ul, |
|
3761 | #header #header-inner #quick li:hover ul ul ul, | |
3759 | #header #header-inner #quick li:hover ul ul ul ul, |
|
3762 | #header #header-inner #quick li:hover ul ul ul ul, | |
3760 | #content #left #menu ul.closed, #content #left #menu li ul.collapsed, .yui-tt-shadow { |
|
3763 | #content #left #menu ul.closed, #content #left #menu li ul.collapsed, .yui-tt-shadow { | |
3761 | display: none; |
|
3764 | display: none; | |
3762 | } |
|
3765 | } | |
3763 |
|
3766 | |||
3764 | #header #header-inner #quick li:hover #quick_login, |
|
3767 | #header #header-inner #quick li:hover #quick_login, | |
3765 | #header #header-inner #quick li:hover ul, #header #header-inner #quick li li:hover ul, #header #header-inner #quick li li li:hover ul, #header #header-inner #quick li li li li:hover ul, #content #left #menu ul.opened, #content #left #menu li ul.expanded { |
|
3768 | #header #header-inner #quick li:hover ul, #header #header-inner #quick li li:hover ul, #header #header-inner #quick li li li:hover ul, #header #header-inner #quick li li li li:hover ul, #content #left #menu ul.opened, #content #left #menu li ul.expanded { | |
3766 | display: block; |
|
3769 | display: block; | |
3767 | } |
|
3770 | } | |
3768 |
|
3771 | |||
3769 | #content div.graph { |
|
3772 | #content div.graph { | |
3770 | padding: 0 10px 10px; |
|
3773 | padding: 0 10px 10px; | |
3771 | } |
|
3774 | } | |
3772 |
|
3775 | |||
3773 | #content div.box div.title ul.links li a:hover, |
|
3776 | #content div.box div.title ul.links li a:hover, | |
3774 | #content div.box div.title ul.links li.ui-tabs-selected a { |
|
3777 | #content div.box div.title ul.links li.ui-tabs-selected a { | |
3775 |
|
3778 | |||
3776 | background: #6388ad; /* Old browsers */ |
|
3779 | background: #6388ad; /* Old browsers */ | |
3777 | background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */ |
|
3780 | background: -moz-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* FF3.6+ */ | |
3778 | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */ |
|
3781 | background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */ | |
3779 | background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */ |
|
3782 | background: -webkit-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Chrome10+,Safari5.1+ */ | |
3780 | background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */ |
|
3783 | background: -o-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* Opera 11.10+ */ | |
3781 | background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* IE10+ */ |
|
3784 | background: -ms-linear-gradient(top, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* IE10+ */ | |
3782 | background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* W3C */ |
|
3785 | background: linear-gradient(to bottom, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.1) 100%); /* W3C */ | |
3783 | /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */ |
|
3786 | /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#88bfe8', endColorstr='#70b0e0',GradientType=0 ); /* IE6-9 */ | |
3784 | } |
|
3787 | } | |
3785 |
|
3788 | |||
3786 | #content div.box ol.lower-roman, #content div.box ol.upper-roman, #content div.box ol.lower-alpha, #content div.box ol.upper-alpha, #content div.box ol.decimal { |
|
3789 | #content div.box ol.lower-roman, #content div.box ol.upper-roman, #content div.box ol.lower-alpha, #content div.box ol.upper-alpha, #content div.box ol.decimal { | |
3787 | margin: 10px 24px 10px 44px; |
|
3790 | margin: 10px 24px 10px 44px; | |
3788 | } |
|
3791 | } | |
3789 |
|
3792 | |||
3790 | #content div.box div.form, #content div.box div.table, #content div.box div.traffic { |
|
3793 | #content div.box div.form, #content div.box div.table, #content div.box div.traffic { | |
3791 | position: relative; |
|
3794 | position: relative; | |
3792 | clear: both; |
|
3795 | clear: both; | |
3793 | margin: 0; |
|
3796 | margin: 0; | |
3794 | padding: 0 20px 10px; |
|
3797 | padding: 0 20px 10px; | |
3795 | } |
|
3798 | } | |
3796 |
|
3799 | |||
3797 | #content div.box div.form div.fields, #login div.form, #login div.form div.fields, #register div.form, #register div.form div.fields { |
|
3800 | #content div.box div.form div.fields, #login div.form, #login div.form div.fields, #register div.form, #register div.form div.fields { | |
3798 | clear: both; |
|
3801 | clear: both; | |
3799 | overflow: hidden; |
|
3802 | overflow: hidden; | |
3800 | margin: 0; |
|
3803 | margin: 0; | |
3801 | padding: 0; |
|
3804 | padding: 0; | |
3802 | } |
|
3805 | } | |
3803 |
|
3806 | |||
3804 | #content div.box div.form div.fields div.field div.label span, #login div.form div.fields div.field div.label span, #register div.form div.fields div.field div.label span { |
|
3807 | #content div.box div.form div.fields div.field div.label span, #login div.form div.fields div.field div.label span, #register div.form div.fields div.field div.label span { | |
3805 | height: 1%; |
|
3808 | height: 1%; | |
3806 | display: block; |
|
3809 | display: block; | |
3807 | color: #363636; |
|
3810 | color: #363636; | |
3808 | margin: 0; |
|
3811 | margin: 0; | |
3809 | padding: 2px 0 0; |
|
3812 | padding: 2px 0 0; | |
3810 | } |
|
3813 | } | |
3811 |
|
3814 | |||
3812 | #content div.box div.form div.fields div.field div.input input.error, #login div.form div.fields div.field div.input input.error, #register div.form div.fields div.field div.input input.error { |
|
3815 | #content div.box div.form div.fields div.field div.input input.error, #login div.form div.fields div.field div.input input.error, #register div.form div.fields div.field div.input input.error { | |
3813 | background: #FBE3E4; |
|
3816 | background: #FBE3E4; | |
3814 | border-top: 1px solid #e1b2b3; |
|
3817 | border-top: 1px solid #e1b2b3; | |
3815 | border-left: 1px solid #e1b2b3; |
|
3818 | border-left: 1px solid #e1b2b3; | |
3816 | border-right: 1px solid #FBC2C4; |
|
3819 | border-right: 1px solid #FBC2C4; | |
3817 | border-bottom: 1px solid #FBC2C4; |
|
3820 | border-bottom: 1px solid #FBC2C4; | |
3818 | } |
|
3821 | } | |
3819 |
|
3822 | |||
3820 | #content div.box div.form div.fields div.field div.input input.success, #login div.form div.fields div.field div.input input.success, #register div.form div.fields div.field div.input input.success { |
|
3823 | #content div.box div.form div.fields div.field div.input input.success, #login div.form div.fields div.field div.input input.success, #register div.form div.fields div.field div.input input.success { | |
3821 | background: #E6EFC2; |
|
3824 | background: #E6EFC2; | |
3822 | border-top: 1px solid #cebb98; |
|
3825 | border-top: 1px solid #cebb98; | |
3823 | border-left: 1px solid #cebb98; |
|
3826 | border-left: 1px solid #cebb98; | |
3824 | border-right: 1px solid #c6d880; |
|
3827 | border-right: 1px solid #c6d880; | |
3825 | border-bottom: 1px solid #c6d880; |
|
3828 | border-bottom: 1px solid #c6d880; | |
3826 | } |
|
3829 | } | |
3827 |
|
3830 | |||
3828 | #content div.box-left div.form div.fields div.field div.textarea, #content div.box-right div.form div.fields div.field div.textarea, #content div.box div.form div.fields div.field div.select select, #content div.box table th.selected input, #content div.box table td.selected input { |
|
3831 | #content div.box-left div.form div.fields div.field div.textarea, #content div.box-right div.form div.fields div.field div.textarea, #content div.box div.form div.fields div.field div.select select, #content div.box table th.selected input, #content div.box table td.selected input { | |
3829 | margin: 0; |
|
3832 | margin: 0; | |
3830 | } |
|
3833 | } | |
3831 |
|
3834 | |||
3832 | #content div.box-left div.form div.fields div.field div.select, #content div.box-left div.form div.fields div.field div.checkboxes, #content div.box-left div.form div.fields div.field div.radios, #content div.box-right div.form div.fields div.field div.select, #content div.box-right div.form div.fields div.field div.checkboxes, #content div.box-right div.form div.fields div.field div.radios { |
|
3835 | #content div.box-left div.form div.fields div.field div.select, #content div.box-left div.form div.fields div.field div.checkboxes, #content div.box-left div.form div.fields div.field div.radios, #content div.box-right div.form div.fields div.field div.select, #content div.box-right div.form div.fields div.field div.checkboxes, #content div.box-right div.form div.fields div.field div.radios { | |
3833 | margin: 0 0 0 0px !important; |
|
3836 | margin: 0 0 0 0px !important; | |
3834 | padding: 0; |
|
3837 | padding: 0; | |
3835 | } |
|
3838 | } | |
3836 |
|
3839 | |||
3837 | #content div.box div.form div.fields div.field div.select, #content div.box div.form div.fields div.field div.checkboxes, #content div.box div.form div.fields div.field div.radios { |
|
3840 | #content div.box div.form div.fields div.field div.select, #content div.box div.form div.fields div.field div.checkboxes, #content div.box div.form div.fields div.field div.radios { | |
3838 | margin: 0 0 0 200px; |
|
3841 | margin: 0 0 0 200px; | |
3839 | padding: 0; |
|
3842 | padding: 0; | |
3840 | } |
|
3843 | } | |
3841 |
|
3844 | |||
3842 | #content div.box div.form div.fields div.field div.select a:hover, #content div.box div.form div.fields div.field div.select a.ui-selectmenu:hover, #content div.box div.action a:hover { |
|
3845 | #content div.box div.form div.fields div.field div.select a:hover, #content div.box div.form div.fields div.field div.select a.ui-selectmenu:hover, #content div.box div.action a:hover { | |
3843 | color: #000; |
|
3846 | color: #000; | |
3844 | text-decoration: none; |
|
3847 | text-decoration: none; | |
3845 | } |
|
3848 | } | |
3846 |
|
3849 | |||
3847 | #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus, #content div.box div.action a.ui-selectmenu-focus { |
|
3850 | #content div.box div.form div.fields div.field div.select a.ui-selectmenu-focus, #content div.box div.action a.ui-selectmenu-focus { | |
3848 | border: 1px solid #666; |
|
3851 | border: 1px solid #666; | |
3849 | } |
|
3852 | } | |
3850 |
|
3853 | |||
3851 | #content div.box div.form div.fields div.field div.checkboxes div.checkbox, #content div.box div.form div.fields div.field div.radios div.radio { |
|
3854 | #content div.box div.form div.fields div.field div.checkboxes div.checkbox, #content div.box div.form div.fields div.field div.radios div.radio { | |
3852 | clear: both; |
|
3855 | clear: both; | |
3853 | overflow: hidden; |
|
3856 | overflow: hidden; | |
3854 | margin: 0; |
|
3857 | margin: 0; | |
3855 | padding: 8px 0 2px; |
|
3858 | padding: 8px 0 2px; | |
3856 | } |
|
3859 | } | |
3857 |
|
3860 | |||
3858 | #content div.box div.form div.fields div.field div.checkboxes div.checkbox input, #content div.box div.form div.fields div.field div.radios div.radio input { |
|
3861 | #content div.box div.form div.fields div.field div.checkboxes div.checkbox input, #content div.box div.form div.fields div.field div.radios div.radio input { | |
3859 | float: left; |
|
3862 | float: left; | |
3860 | margin: 0; |
|
3863 | margin: 0; | |
3861 | } |
|
3864 | } | |
3862 |
|
3865 | |||
3863 | #content div.box div.form div.fields div.field div.checkboxes div.checkbox label, #content div.box div.form div.fields div.field div.radios div.radio label { |
|
3866 | #content div.box div.form div.fields div.field div.checkboxes div.checkbox label, #content div.box div.form div.fields div.field div.radios div.radio label { | |
3864 | height: 1%; |
|
3867 | height: 1%; | |
3865 | display: block; |
|
3868 | display: block; | |
3866 | float: left; |
|
3869 | float: left; | |
3867 | margin: 2px 0 0 4px; |
|
3870 | margin: 2px 0 0 4px; | |
3868 | } |
|
3871 | } | |
3869 |
|
3872 | |||
3870 | div.form div.fields div.field div.button input, |
|
3873 | div.form div.fields div.field div.button input, | |
3871 | #content div.box div.form div.fields div.buttons input |
|
3874 | #content div.box div.form div.fields div.buttons input | |
3872 | div.form div.fields div.buttons input, |
|
3875 | div.form div.fields div.buttons input, | |
3873 | #content div.box div.action div.button input { |
|
3876 | #content div.box div.action div.button input { | |
3874 | font-size: 11px; |
|
3877 | font-size: 11px; | |
3875 | font-weight: 700; |
|
3878 | font-weight: 700; | |
3876 | margin: 0; |
|
3879 | margin: 0; | |
3877 | } |
|
3880 | } | |
3878 |
|
3881 | |||
3879 | input.ui-button { |
|
3882 | input.ui-button { | |
3880 | background: #e5e3e3 url("../images/button.png") repeat-x; |
|
3883 | background: #e5e3e3 url("../images/button.png") repeat-x; | |
3881 | border-top: 1px solid #DDD; |
|
3884 | border-top: 1px solid #DDD; | |
3882 | border-left: 1px solid #c6c6c6; |
|
3885 | border-left: 1px solid #c6c6c6; | |
3883 | border-right: 1px solid #DDD; |
|
3886 | border-right: 1px solid #DDD; | |
3884 | border-bottom: 1px solid #c6c6c6; |
|
3887 | border-bottom: 1px solid #c6c6c6; | |
3885 | color: #515151 !important; |
|
3888 | color: #515151 !important; | |
3886 | outline: none; |
|
3889 | outline: none; | |
3887 | margin: 0; |
|
3890 | margin: 0; | |
3888 | padding: 6px 12px; |
|
3891 | padding: 6px 12px; | |
3889 | -webkit-border-radius: 4px 4px 4px 4px; |
|
3892 | -webkit-border-radius: 4px 4px 4px 4px; | |
3890 | -khtml-border-radius: 4px 4px 4px 4px; |
|
3893 | -khtml-border-radius: 4px 4px 4px 4px; | |
3891 | border-radius: 4px 4px 4px 4px; |
|
3894 | border-radius: 4px 4px 4px 4px; | |
3892 | box-shadow: 0 1px 0 #ececec; |
|
3895 | box-shadow: 0 1px 0 #ececec; | |
3893 | cursor: pointer; |
|
3896 | cursor: pointer; | |
3894 | } |
|
3897 | } | |
3895 |
|
3898 | |||
3896 | input.ui-button:hover { |
|
3899 | input.ui-button:hover { | |
3897 | background: #b4b4b4 url("../images/button_selected.png") repeat-x; |
|
3900 | background: #b4b4b4 url("../images/button_selected.png") repeat-x; | |
3898 | border-top: 1px solid #ccc; |
|
3901 | border-top: 1px solid #ccc; | |
3899 | border-left: 1px solid #bebebe; |
|
3902 | border-left: 1px solid #bebebe; | |
3900 | border-right: 1px solid #b1b1b1; |
|
3903 | border-right: 1px solid #b1b1b1; | |
3901 | border-bottom: 1px solid #afafaf; |
|
3904 | border-bottom: 1px solid #afafaf; | |
3902 | } |
|
3905 | } | |
3903 |
|
3906 | |||
3904 | div.form div.fields div.field div.highlight, #content div.box div.form div.fields div.buttons div.highlight { |
|
3907 | div.form div.fields div.field div.highlight, #content div.box div.form div.fields div.buttons div.highlight { | |
3905 | display: inline; |
|
3908 | display: inline; | |
3906 | } |
|
3909 | } | |
3907 |
|
3910 | |||
3908 | #content div.box div.form div.fields div.buttons, div.form div.fields div.buttons { |
|
3911 | #content div.box div.form div.fields div.buttons, div.form div.fields div.buttons { | |
3909 | margin: 10px 0 0 200px; |
|
3912 | margin: 10px 0 0 200px; | |
3910 | padding: 0; |
|
3913 | padding: 0; | |
3911 | } |
|
3914 | } | |
3912 |
|
3915 | |||
3913 | #content div.box-left div.form div.fields div.buttons, #content div.box-right div.form div.fields div.buttons, div.box-left div.form div.fields div.buttons, div.box-right div.form div.fields div.buttons { |
|
3916 | #content div.box-left div.form div.fields div.buttons, #content div.box-right div.form div.fields div.buttons, div.box-left div.form div.fields div.buttons, div.box-right div.form div.fields div.buttons { | |
3914 | margin: 10px 0 0; |
|
3917 | margin: 10px 0 0; | |
3915 | } |
|
3918 | } | |
3916 |
|
3919 | |||
3917 | #content div.box table td.user, #content div.box table td.address { |
|
3920 | #content div.box table td.user, #content div.box table td.address { | |
3918 | width: 10%; |
|
3921 | width: 10%; | |
3919 | text-align: center; |
|
3922 | text-align: center; | |
3920 | } |
|
3923 | } | |
3921 |
|
3924 | |||
3922 | #content div.box div.action div.button, #login div.form div.fields div.field div.input div.link, #register div.form div.fields div.field div.input div.link { |
|
3925 | #content div.box div.action div.button, #login div.form div.fields div.field div.input div.link, #register div.form div.fields div.field div.input div.link { | |
3923 | text-align: right; |
|
3926 | text-align: right; | |
3924 | margin: 6px 0 0; |
|
3927 | margin: 6px 0 0; | |
3925 | padding: 0; |
|
3928 | padding: 0; | |
3926 | } |
|
3929 | } | |
3927 |
|
3930 | |||
3928 | #content div.box div.action div.button input.ui-state-hover, #login div.form div.fields div.buttons input.ui-state-hover, #register div.form div.fields div.buttons input.ui-state-hover { |
|
3931 | #content div.box div.action div.button input.ui-state-hover, #login div.form div.fields div.buttons input.ui-state-hover, #register div.form div.fields div.buttons input.ui-state-hover { | |
3929 | background: #b4b4b4 url("../images/button_selected.png") repeat-x; |
|
3932 | background: #b4b4b4 url("../images/button_selected.png") repeat-x; | |
3930 | border-top: 1px solid #ccc; |
|
3933 | border-top: 1px solid #ccc; | |
3931 | border-left: 1px solid #bebebe; |
|
3934 | border-left: 1px solid #bebebe; | |
3932 | border-right: 1px solid #b1b1b1; |
|
3935 | border-right: 1px solid #b1b1b1; | |
3933 | border-bottom: 1px solid #afafaf; |
|
3936 | border-bottom: 1px solid #afafaf; | |
3934 | color: #515151; |
|
3937 | color: #515151; | |
3935 | margin: 0; |
|
3938 | margin: 0; | |
3936 | padding: 6px 12px; |
|
3939 | padding: 6px 12px; | |
3937 | } |
|
3940 | } | |
3938 |
|
3941 | |||
3939 | #content div.box div.pagination div.results, #content div.box div.pagination-wh div.results { |
|
3942 | #content div.box div.pagination div.results, #content div.box div.pagination-wh div.results { | |
3940 | text-align: left; |
|
3943 | text-align: left; | |
3941 | float: left; |
|
3944 | float: left; | |
3942 | margin: 0; |
|
3945 | margin: 0; | |
3943 | padding: 0; |
|
3946 | padding: 0; | |
3944 | } |
|
3947 | } | |
3945 |
|
3948 | |||
3946 | #content div.box div.pagination div.results span, #content div.box div.pagination-wh div.results span { |
|
3949 | #content div.box div.pagination div.results span, #content div.box div.pagination-wh div.results span { | |
3947 | height: 1%; |
|
3950 | height: 1%; | |
3948 | display: block; |
|
3951 | display: block; | |
3949 | float: left; |
|
3952 | float: left; | |
3950 | background: #ebebeb url("../images/pager.png") repeat-x; |
|
3953 | background: #ebebeb url("../images/pager.png") repeat-x; | |
3951 | border-top: 1px solid #dedede; |
|
3954 | border-top: 1px solid #dedede; | |
3952 | border-left: 1px solid #cfcfcf; |
|
3955 | border-left: 1px solid #cfcfcf; | |
3953 | border-right: 1px solid #c4c4c4; |
|
3956 | border-right: 1px solid #c4c4c4; | |
3954 | border-bottom: 1px solid #c4c4c4; |
|
3957 | border-bottom: 1px solid #c4c4c4; | |
3955 | color: #4A4A4A; |
|
3958 | color: #4A4A4A; | |
3956 | font-weight: 700; |
|
3959 | font-weight: 700; | |
3957 | margin: 0; |
|
3960 | margin: 0; | |
3958 | padding: 6px 8px; |
|
3961 | padding: 6px 8px; | |
3959 | } |
|
3962 | } | |
3960 |
|
3963 | |||
3961 | #content div.box div.pagination ul.pager li.disabled, #content div.box div.pagination-wh a.disabled { |
|
3964 | #content div.box div.pagination ul.pager li.disabled, #content div.box div.pagination-wh a.disabled { | |
3962 | color: #B4B4B4; |
|
3965 | color: #B4B4B4; | |
3963 | padding: 6px; |
|
3966 | padding: 6px; | |
3964 | } |
|
3967 | } | |
3965 |
|
3968 | |||
3966 | #login, #register { |
|
3969 | #login, #register { | |
3967 | width: 520px; |
|
3970 | width: 520px; | |
3968 | margin: 10% auto 0; |
|
3971 | margin: 10% auto 0; | |
3969 | padding: 0; |
|
3972 | padding: 0; | |
3970 | } |
|
3973 | } | |
3971 |
|
3974 | |||
3972 | #login div.color, #register div.color { |
|
3975 | #login div.color, #register div.color { | |
3973 | clear: both; |
|
3976 | clear: both; | |
3974 | overflow: hidden; |
|
3977 | overflow: hidden; | |
3975 | background: #FFF; |
|
3978 | background: #FFF; | |
3976 | margin: 10px auto 0; |
|
3979 | margin: 10px auto 0; | |
3977 | padding: 3px 3px 3px 0; |
|
3980 | padding: 3px 3px 3px 0; | |
3978 | } |
|
3981 | } | |
3979 |
|
3982 | |||
3980 | #login div.color a, #register div.color a { |
|
3983 | #login div.color a, #register div.color a { | |
3981 | width: 20px; |
|
3984 | width: 20px; | |
3982 | height: 20px; |
|
3985 | height: 20px; | |
3983 | display: block; |
|
3986 | display: block; | |
3984 | float: left; |
|
3987 | float: left; | |
3985 | margin: 0 0 0 3px; |
|
3988 | margin: 0 0 0 3px; | |
3986 | padding: 0; |
|
3989 | padding: 0; | |
3987 | } |
|
3990 | } | |
3988 |
|
3991 | |||
3989 | #login div.title h5, #register div.title h5 { |
|
3992 | #login div.title h5, #register div.title h5 { | |
3990 | color: #fff; |
|
3993 | color: #fff; | |
3991 | margin: 10px; |
|
3994 | margin: 10px; | |
3992 | padding: 0; |
|
3995 | padding: 0; | |
3993 | } |
|
3996 | } | |
3994 |
|
3997 | |||
3995 | #login div.form div.fields div.field, #register div.form div.fields div.field { |
|
3998 | #login div.form div.fields div.field, #register div.form div.fields div.field { | |
3996 | clear: both; |
|
3999 | clear: both; | |
3997 | overflow: hidden; |
|
4000 | overflow: hidden; | |
3998 | margin: 0; |
|
4001 | margin: 0; | |
3999 | padding: 0 0 10px; |
|
4002 | padding: 0 0 10px; | |
4000 | } |
|
4003 | } | |
4001 |
|
4004 | |||
4002 | #login div.form div.fields div.field span.error-message, #register div.form div.fields div.field span.error-message { |
|
4005 | #login div.form div.fields div.field span.error-message, #register div.form div.fields div.field span.error-message { | |
4003 | height: 1%; |
|
4006 | height: 1%; | |
4004 | display: block; |
|
4007 | display: block; | |
4005 | color: red; |
|
4008 | color: red; | |
4006 | margin: 8px 0 0; |
|
4009 | margin: 8px 0 0; | |
4007 | padding: 0; |
|
4010 | padding: 0; | |
4008 | max-width: 320px; |
|
4011 | max-width: 320px; | |
4009 | } |
|
4012 | } | |
4010 |
|
4013 | |||
4011 | #login div.form div.fields div.field div.label label, #register div.form div.fields div.field div.label label { |
|
4014 | #login div.form div.fields div.field div.label label, #register div.form div.fields div.field div.label label { | |
4012 | color: #000; |
|
4015 | color: #000; | |
4013 | font-weight: 700; |
|
4016 | font-weight: 700; | |
4014 | } |
|
4017 | } | |
4015 |
|
4018 | |||
4016 | #login div.form div.fields div.field div.input, #register div.form div.fields div.field div.input { |
|
4019 | #login div.form div.fields div.field div.input, #register div.form div.fields div.field div.input { | |
4017 | float: left; |
|
4020 | float: left; | |
4018 | margin: 0; |
|
4021 | margin: 0; | |
4019 | padding: 0; |
|
4022 | padding: 0; | |
4020 | } |
|
4023 | } | |
4021 |
|
4024 | |||
4022 | #login div.form div.fields div.field div.input input.large { |
|
4025 | #login div.form div.fields div.field div.input input.large { | |
4023 | width: 250px; |
|
4026 | width: 250px; | |
4024 | } |
|
4027 | } | |
4025 |
|
4028 | |||
4026 | #login div.form div.fields div.field div.checkbox, #register div.form div.fields div.field div.checkbox { |
|
4029 | #login div.form div.fields div.field div.checkbox, #register div.form div.fields div.field div.checkbox { | |
4027 | margin: 0 0 0 184px; |
|
4030 | margin: 0 0 0 184px; | |
4028 | padding: 0; |
|
4031 | padding: 0; | |
4029 | } |
|
4032 | } | |
4030 |
|
4033 | |||
4031 | #login div.form div.fields div.field div.checkbox label, #register div.form div.fields div.field div.checkbox label { |
|
4034 | #login div.form div.fields div.field div.checkbox label, #register div.form div.fields div.field div.checkbox label { | |
4032 | color: #565656; |
|
4035 | color: #565656; | |
4033 | font-weight: 700; |
|
4036 | font-weight: 700; | |
4034 | } |
|
4037 | } | |
4035 |
|
4038 | |||
4036 | #login div.form div.fields div.buttons input, #register div.form div.fields div.buttons input { |
|
4039 | #login div.form div.fields div.buttons input, #register div.form div.fields div.buttons input { | |
4037 | color: #000; |
|
4040 | color: #000; | |
4038 | font-size: 1em; |
|
4041 | font-size: 1em; | |
4039 | font-weight: 700; |
|
4042 | font-weight: 700; | |
4040 | margin: 0; |
|
4043 | margin: 0; | |
4041 | } |
|
4044 | } | |
4042 |
|
4045 | |||
4043 | #changeset_content .container .wrapper, #graph_content .container .wrapper { |
|
4046 | #changeset_content .container .wrapper, #graph_content .container .wrapper { | |
4044 | width: 600px; |
|
4047 | width: 600px; | |
4045 | } |
|
4048 | } | |
4046 |
|
4049 | |||
4047 | #changeset_content .container .date, .ac .match { |
|
4050 | #changeset_content .container .date, .ac .match { | |
4048 | font-weight: 700; |
|
4051 | font-weight: 700; | |
4049 | padding-top: 5px; |
|
4052 | padding-top: 5px; | |
4050 | padding-bottom: 5px; |
|
4053 | padding-bottom: 5px; | |
4051 | } |
|
4054 | } | |
4052 |
|
4055 | |||
4053 | div#legend_container table td, div#legend_choices table td { |
|
4056 | div#legend_container table td, div#legend_choices table td { | |
4054 | border: none !important; |
|
4057 | border: none !important; | |
4055 | height: 20px !important; |
|
4058 | height: 20px !important; | |
4056 | padding: 0 !important; |
|
4059 | padding: 0 !important; | |
4057 | } |
|
4060 | } | |
4058 |
|
4061 | |||
4059 | .q_filter_box { |
|
4062 | .q_filter_box { | |
4060 | -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset; |
|
4063 | -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset; | |
4061 | -webkit-border-radius: 4px; |
|
4064 | -webkit-border-radius: 4px; | |
4062 | border-radius: 4px; |
|
4065 | border-radius: 4px; | |
4063 | border: 0 none; |
|
4066 | border: 0 none; | |
4064 | margin-bottom: -4px; |
|
4067 | margin-bottom: -4px; | |
4065 | margin-top: -4px; |
|
4068 | margin-top: -4px; | |
4066 | padding-left: 3px; |
|
4069 | padding-left: 3px; | |
4067 | } |
|
4070 | } | |
4068 |
|
4071 | |||
4069 | #node_filter { |
|
4072 | #node_filter { | |
4070 | border: 0px solid #545454; |
|
4073 | border: 0px solid #545454; | |
4071 | color: #AAAAAA; |
|
4074 | color: #AAAAAA; | |
4072 | padding-left: 3px; |
|
4075 | padding-left: 3px; | |
4073 | } |
|
4076 | } | |
4074 |
|
4077 | |||
4075 |
|
4078 | |||
4076 | .group_members_wrap { |
|
4079 | .group_members_wrap { | |
4077 | min-height: 85px; |
|
4080 | min-height: 85px; | |
4078 | padding-left: 20px; |
|
4081 | padding-left: 20px; | |
4079 | } |
|
4082 | } | |
4080 |
|
4083 | |||
4081 | .group_members .group_member { |
|
4084 | .group_members .group_member { | |
4082 | height: 30px; |
|
4085 | height: 30px; | |
4083 | padding: 0px 0px 0px 0px; |
|
4086 | padding: 0px 0px 0px 0px; | |
4084 | } |
|
4087 | } | |
4085 |
|
4088 | |||
4086 | .reviewers_member { |
|
4089 | .reviewers_member { | |
4087 | height: 15px; |
|
4090 | height: 15px; | |
4088 | padding: 0px 0px 0px 10px; |
|
4091 | padding: 0px 0px 0px 10px; | |
4089 | } |
|
4092 | } | |
4090 |
|
4093 | |||
4091 | .emails_wrap { |
|
4094 | .emails_wrap { | |
4092 | padding: 0px 20px; |
|
4095 | padding: 0px 20px; | |
4093 | } |
|
4096 | } | |
4094 |
|
4097 | |||
4095 | .emails_wrap .email_entry { |
|
4098 | .emails_wrap .email_entry { | |
4096 | height: 30px; |
|
4099 | height: 30px; | |
4097 | padding: 0px 0px 0px 10px; |
|
4100 | padding: 0px 0px 0px 10px; | |
4098 | } |
|
4101 | } | |
4099 | .emails_wrap .email_entry .email { |
|
4102 | .emails_wrap .email_entry .email { | |
4100 | float: left |
|
4103 | float: left | |
4101 | } |
|
4104 | } | |
4102 | .emails_wrap .email_entry .email_action { |
|
4105 | .emails_wrap .email_entry .email_action { | |
4103 | float: left |
|
4106 | float: left | |
4104 | } |
|
4107 | } | |
4105 |
|
4108 | |||
4106 | .ips_wrap { |
|
4109 | .ips_wrap { | |
4107 | padding: 0px 20px; |
|
4110 | padding: 0px 20px; | |
4108 | } |
|
4111 | } | |
4109 |
|
4112 | |||
4110 | .ips_wrap .ip_entry { |
|
4113 | .ips_wrap .ip_entry { | |
4111 | height: 30px; |
|
4114 | height: 30px; | |
4112 | padding: 0px 0px 0px 10px; |
|
4115 | padding: 0px 0px 0px 10px; | |
4113 | } |
|
4116 | } | |
4114 | .ips_wrap .ip_entry .ip { |
|
4117 | .ips_wrap .ip_entry .ip { | |
4115 | float: left |
|
4118 | float: left | |
4116 | } |
|
4119 | } | |
4117 | .ips_wrap .ip_entry .ip_action { |
|
4120 | .ips_wrap .ip_entry .ip_action { | |
4118 | float: left |
|
4121 | float: left | |
4119 | } |
|
4122 | } | |
4120 |
|
4123 | |||
4121 |
|
4124 | |||
4122 | /*README STYLE*/ |
|
4125 | /*README STYLE*/ | |
4123 |
|
4126 | |||
4124 | div.readme { |
|
4127 | div.readme { | |
4125 | padding: 0px; |
|
4128 | padding: 0px; | |
4126 | } |
|
4129 | } | |
4127 |
|
4130 | |||
4128 | div.readme h2 { |
|
4131 | div.readme h2 { | |
4129 | font-weight: normal; |
|
4132 | font-weight: normal; | |
4130 | } |
|
4133 | } | |
4131 |
|
4134 | |||
4132 | div.readme .readme_box { |
|
4135 | div.readme .readme_box { | |
4133 | background-color: #fafafa; |
|
4136 | background-color: #fafafa; | |
4134 | } |
|
4137 | } | |
4135 |
|
4138 | |||
4136 | div.readme .readme_box { |
|
4139 | div.readme .readme_box { | |
4137 | clear: both; |
|
4140 | clear: both; | |
4138 | overflow: hidden; |
|
4141 | overflow: hidden; | |
4139 | margin: 0; |
|
4142 | margin: 0; | |
4140 | padding: 0 20px 10px; |
|
4143 | padding: 0 20px 10px; | |
4141 | } |
|
4144 | } | |
4142 |
|
4145 | |||
4143 | div.readme .readme_box h1, div.readme .readme_box h2, div.readme .readme_box h3, div.readme .readme_box h4, div.readme .readme_box h5, div.readme .readme_box h6 { |
|
4146 | div.readme .readme_box h1, div.readme .readme_box h2, div.readme .readme_box h3, div.readme .readme_box h4, div.readme .readme_box h5, div.readme .readme_box h6 { | |
4144 | border-bottom: 0 !important; |
|
4147 | border-bottom: 0 !important; | |
4145 | margin: 0 !important; |
|
4148 | margin: 0 !important; | |
4146 | padding: 0 !important; |
|
4149 | padding: 0 !important; | |
4147 | line-height: 1.5em !important; |
|
4150 | line-height: 1.5em !important; | |
4148 | } |
|
4151 | } | |
4149 |
|
4152 | |||
4150 |
|
4153 | |||
4151 | div.readme .readme_box h1:first-child { |
|
4154 | div.readme .readme_box h1:first-child { | |
4152 | padding-top: .25em !important; |
|
4155 | padding-top: .25em !important; | |
4153 | } |
|
4156 | } | |
4154 |
|
4157 | |||
4155 | div.readme .readme_box h2, div.readme .readme_box h3 { |
|
4158 | div.readme .readme_box h2, div.readme .readme_box h3 { | |
4156 | margin: 1em 0 !important; |
|
4159 | margin: 1em 0 !important; | |
4157 | } |
|
4160 | } | |
4158 |
|
4161 | |||
4159 | div.readme .readme_box h2 { |
|
4162 | div.readme .readme_box h2 { | |
4160 | margin-top: 1.5em !important; |
|
4163 | margin-top: 1.5em !important; | |
4161 | border-top: 4px solid #e0e0e0 !important; |
|
4164 | border-top: 4px solid #e0e0e0 !important; | |
4162 | padding-top: .5em !important; |
|
4165 | padding-top: .5em !important; | |
4163 | } |
|
4166 | } | |
4164 |
|
4167 | |||
4165 | div.readme .readme_box p { |
|
4168 | div.readme .readme_box p { | |
4166 | color: black !important; |
|
4169 | color: black !important; | |
4167 | margin: 1em 0 !important; |
|
4170 | margin: 1em 0 !important; | |
4168 | line-height: 1.5em !important; |
|
4171 | line-height: 1.5em !important; | |
4169 | } |
|
4172 | } | |
4170 |
|
4173 | |||
4171 | div.readme .readme_box ul { |
|
4174 | div.readme .readme_box ul { | |
4172 | list-style: disc !important; |
|
4175 | list-style: disc !important; | |
4173 | margin: 1em 0 1em 2em !important; |
|
4176 | margin: 1em 0 1em 2em !important; | |
4174 | } |
|
4177 | } | |
4175 |
|
4178 | |||
4176 | div.readme .readme_box ol { |
|
4179 | div.readme .readme_box ol { | |
4177 | list-style: decimal; |
|
4180 | list-style: decimal; | |
4178 | margin: 1em 0 1em 2em !important; |
|
4181 | margin: 1em 0 1em 2em !important; | |
4179 | } |
|
4182 | } | |
4180 |
|
4183 | |||
4181 | div.readme .readme_box pre, code { |
|
4184 | div.readme .readme_box pre, code { | |
4182 | font: 12px "Bitstream Vera Sans Mono","Courier",monospace; |
|
4185 | font: 12px "Bitstream Vera Sans Mono","Courier",monospace; | |
4183 | } |
|
4186 | } | |
4184 |
|
4187 | |||
4185 | div.readme .readme_box code { |
|
4188 | div.readme .readme_box code { | |
4186 | font-size: 12px !important; |
|
4189 | font-size: 12px !important; | |
4187 | background-color: ghostWhite !important; |
|
4190 | background-color: ghostWhite !important; | |
4188 | color: #444 !important; |
|
4191 | color: #444 !important; | |
4189 | padding: 0 .2em !important; |
|
4192 | padding: 0 .2em !important; | |
4190 | border: 1px solid #dedede !important; |
|
4193 | border: 1px solid #dedede !important; | |
4191 | } |
|
4194 | } | |
4192 |
|
4195 | |||
4193 | div.readme .readme_box pre code { |
|
4196 | div.readme .readme_box pre code { | |
4194 | padding: 0 !important; |
|
4197 | padding: 0 !important; | |
4195 | font-size: 12px !important; |
|
4198 | font-size: 12px !important; | |
4196 | background-color: #eee !important; |
|
4199 | background-color: #eee !important; | |
4197 | border: none !important; |
|
4200 | border: none !important; | |
4198 | } |
|
4201 | } | |
4199 |
|
4202 | |||
4200 | div.readme .readme_box pre { |
|
4203 | div.readme .readme_box pre { | |
4201 | margin: 1em 0; |
|
4204 | margin: 1em 0; | |
4202 | font-size: 12px; |
|
4205 | font-size: 12px; | |
4203 | background-color: #eee; |
|
4206 | background-color: #eee; | |
4204 | border: 1px solid #ddd; |
|
4207 | border: 1px solid #ddd; | |
4205 | padding: 5px; |
|
4208 | padding: 5px; | |
4206 | color: #444; |
|
4209 | color: #444; | |
4207 | overflow: auto; |
|
4210 | overflow: auto; | |
4208 | -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset; |
|
4211 | -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset; | |
4209 | -webkit-border-radius: 3px; |
|
4212 | -webkit-border-radius: 3px; | |
4210 | border-radius: 3px; |
|
4213 | border-radius: 3px; | |
4211 | } |
|
4214 | } | |
4212 |
|
4215 | |||
4213 | div.readme .readme_box table { |
|
4216 | div.readme .readme_box table { | |
4214 | display: table; |
|
4217 | display: table; | |
4215 | border-collapse: separate; |
|
4218 | border-collapse: separate; | |
4216 | border-spacing: 2px; |
|
4219 | border-spacing: 2px; | |
4217 | border-color: gray; |
|
4220 | border-color: gray; | |
4218 | width: auto !important; |
|
4221 | width: auto !important; | |
4219 | } |
|
4222 | } | |
4220 |
|
4223 | |||
4221 |
|
4224 | |||
4222 | /** RST STYLE **/ |
|
4225 | /** RST STYLE **/ | |
4223 |
|
4226 | |||
4224 |
|
4227 | |||
4225 | div.rst-block { |
|
4228 | div.rst-block { | |
4226 | padding: 0px; |
|
4229 | padding: 0px; | |
4227 | } |
|
4230 | } | |
4228 |
|
4231 | |||
4229 | div.rst-block h2 { |
|
4232 | div.rst-block h2 { | |
4230 | font-weight: normal; |
|
4233 | font-weight: normal; | |
4231 | } |
|
4234 | } | |
4232 |
|
4235 | |||
4233 | div.rst-block { |
|
4236 | div.rst-block { | |
4234 | background-color: #fafafa; |
|
4237 | background-color: #fafafa; | |
4235 | } |
|
4238 | } | |
4236 |
|
4239 | |||
4237 | div.rst-block { |
|
4240 | div.rst-block { | |
4238 | clear: both; |
|
4241 | clear: both; | |
4239 | overflow: hidden; |
|
4242 | overflow: hidden; | |
4240 | margin: 0; |
|
4243 | margin: 0; | |
4241 | padding: 0 20px 10px; |
|
4244 | padding: 0 20px 10px; | |
4242 | } |
|
4245 | } | |
4243 |
|
4246 | |||
4244 | div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 { |
|
4247 | div.rst-block h1, div.rst-block h2, div.rst-block h3, div.rst-block h4, div.rst-block h5, div.rst-block h6 { | |
4245 | border-bottom: 0 !important; |
|
4248 | border-bottom: 0 !important; | |
4246 | margin: 0 !important; |
|
4249 | margin: 0 !important; | |
4247 | padding: 0 !important; |
|
4250 | padding: 0 !important; | |
4248 | line-height: 1.5em !important; |
|
4251 | line-height: 1.5em !important; | |
4249 | } |
|
4252 | } | |
4250 |
|
4253 | |||
4251 |
|
4254 | |||
4252 | div.rst-block h1:first-child { |
|
4255 | div.rst-block h1:first-child { | |
4253 | padding-top: .25em !important; |
|
4256 | padding-top: .25em !important; | |
4254 | } |
|
4257 | } | |
4255 |
|
4258 | |||
4256 | div.rst-block h2, div.rst-block h3 { |
|
4259 | div.rst-block h2, div.rst-block h3 { | |
4257 | margin: 1em 0 !important; |
|
4260 | margin: 1em 0 !important; | |
4258 | } |
|
4261 | } | |
4259 |
|
4262 | |||
4260 | div.rst-block h2 { |
|
4263 | div.rst-block h2 { | |
4261 | margin-top: 1.5em !important; |
|
4264 | margin-top: 1.5em !important; | |
4262 | border-top: 4px solid #e0e0e0 !important; |
|
4265 | border-top: 4px solid #e0e0e0 !important; | |
4263 | padding-top: .5em !important; |
|
4266 | padding-top: .5em !important; | |
4264 | } |
|
4267 | } | |
4265 |
|
4268 | |||
4266 | div.rst-block p { |
|
4269 | div.rst-block p { | |
4267 | color: black !important; |
|
4270 | color: black !important; | |
4268 | margin: 1em 0 !important; |
|
4271 | margin: 1em 0 !important; | |
4269 | line-height: 1.5em !important; |
|
4272 | line-height: 1.5em !important; | |
4270 | } |
|
4273 | } | |
4271 |
|
4274 | |||
4272 | div.rst-block ul { |
|
4275 | div.rst-block ul { | |
4273 | list-style: disc !important; |
|
4276 | list-style: disc !important; | |
4274 | margin: 1em 0 1em 2em !important; |
|
4277 | margin: 1em 0 1em 2em !important; | |
4275 | } |
|
4278 | } | |
4276 |
|
4279 | |||
4277 | div.rst-block ol { |
|
4280 | div.rst-block ol { | |
4278 | list-style: decimal; |
|
4281 | list-style: decimal; | |
4279 | margin: 1em 0 1em 2em !important; |
|
4282 | margin: 1em 0 1em 2em !important; | |
4280 | } |
|
4283 | } | |
4281 |
|
4284 | |||
4282 | div.rst-block pre, code { |
|
4285 | div.rst-block pre, code { | |
4283 | font: 12px "Bitstream Vera Sans Mono","Courier",monospace; |
|
4286 | font: 12px "Bitstream Vera Sans Mono","Courier",monospace; | |
4284 | } |
|
4287 | } | |
4285 |
|
4288 | |||
4286 | div.rst-block code { |
|
4289 | div.rst-block code { | |
4287 | font-size: 12px !important; |
|
4290 | font-size: 12px !important; | |
4288 | background-color: ghostWhite !important; |
|
4291 | background-color: ghostWhite !important; | |
4289 | color: #444 !important; |
|
4292 | color: #444 !important; | |
4290 | padding: 0 .2em !important; |
|
4293 | padding: 0 .2em !important; | |
4291 | border: 1px solid #dedede !important; |
|
4294 | border: 1px solid #dedede !important; | |
4292 | } |
|
4295 | } | |
4293 |
|
4296 | |||
4294 | div.rst-block pre code { |
|
4297 | div.rst-block pre code { | |
4295 | padding: 0 !important; |
|
4298 | padding: 0 !important; | |
4296 | font-size: 12px !important; |
|
4299 | font-size: 12px !important; | |
4297 | background-color: #eee !important; |
|
4300 | background-color: #eee !important; | |
4298 | border: none !important; |
|
4301 | border: none !important; | |
4299 | } |
|
4302 | } | |
4300 |
|
4303 | |||
4301 | div.rst-block pre { |
|
4304 | div.rst-block pre { | |
4302 | margin: 1em 0; |
|
4305 | margin: 1em 0; | |
4303 | font-size: 12px; |
|
4306 | font-size: 12px; | |
4304 | background-color: #eee; |
|
4307 | background-color: #eee; | |
4305 | border: 1px solid #ddd; |
|
4308 | border: 1px solid #ddd; | |
4306 | padding: 5px; |
|
4309 | padding: 5px; | |
4307 | color: #444; |
|
4310 | color: #444; | |
4308 | overflow: auto; |
|
4311 | overflow: auto; | |
4309 | -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset; |
|
4312 | -webkit-box-shadow: rgba(0,0,0,0.07) 0 1px 2px inset; | |
4310 | -webkit-border-radius: 3px; |
|
4313 | -webkit-border-radius: 3px; | |
4311 | border-radius: 3px; |
|
4314 | border-radius: 3px; | |
4312 | } |
|
4315 | } | |
4313 |
|
4316 | |||
4314 |
|
4317 | |||
4315 | /** comment main **/ |
|
4318 | /** comment main **/ | |
4316 | .comments { |
|
4319 | .comments { | |
4317 | padding: 10px 20px; |
|
4320 | padding: 10px 20px; | |
4318 | } |
|
4321 | } | |
4319 |
|
4322 | |||
4320 | .comments .comment { |
|
4323 | .comments .comment { | |
4321 | border: 1px solid #ddd; |
|
4324 | border: 1px solid #ddd; | |
4322 | margin-top: 10px; |
|
4325 | margin-top: 10px; | |
4323 | -webkit-border-radius: 4px; |
|
4326 | -webkit-border-radius: 4px; | |
4324 | border-radius: 4px; |
|
4327 | border-radius: 4px; | |
4325 | } |
|
4328 | } | |
4326 |
|
4329 | |||
4327 | .comments .comment .meta { |
|
4330 | .comments .comment .meta { | |
4328 | background: #f8f8f8; |
|
4331 | background: #f8f8f8; | |
4329 | padding: 4px; |
|
4332 | padding: 4px; | |
4330 | border-bottom: 1px solid #ddd; |
|
4333 | border-bottom: 1px solid #ddd; | |
4331 | height: 18px; |
|
4334 | height: 18px; | |
4332 | } |
|
4335 | } | |
4333 |
|
4336 | |||
4334 | .comments .comment .meta img { |
|
4337 | .comments .comment .meta img { | |
4335 | vertical-align: middle; |
|
4338 | vertical-align: middle; | |
4336 | } |
|
4339 | } | |
4337 |
|
4340 | |||
4338 | .comments .comment .meta .user { |
|
4341 | .comments .comment .meta .user { | |
4339 | font-weight: bold; |
|
4342 | font-weight: bold; | |
4340 | float: left; |
|
4343 | float: left; | |
4341 | padding: 4px 2px 2px 2px; |
|
4344 | padding: 4px 2px 2px 2px; | |
4342 | } |
|
4345 | } | |
4343 |
|
4346 | |||
4344 | .comments .comment .meta .date { |
|
4347 | .comments .comment .meta .date { | |
4345 | float: left; |
|
4348 | float: left; | |
4346 | padding: 4px 4px 0px 4px; |
|
4349 | padding: 4px 4px 0px 4px; | |
4347 | } |
|
4350 | } | |
4348 |
|
4351 | |||
4349 | .comments .comment .text { |
|
4352 | .comments .comment .text { | |
4350 | background-color: #FAFAFA; |
|
4353 | background-color: #FAFAFA; | |
4351 | } |
|
4354 | } | |
4352 | .comment .text div.rst-block p { |
|
4355 | .comment .text div.rst-block p { | |
4353 | margin: 0.5em 0px !important; |
|
4356 | margin: 0.5em 0px !important; | |
4354 | } |
|
4357 | } | |
4355 |
|
4358 | |||
4356 | .comments .comments-number { |
|
4359 | .comments .comments-number { | |
4357 | padding: 0px 0px 10px 0px; |
|
4360 | padding: 0px 0px 10px 0px; | |
4358 | font-weight: bold; |
|
4361 | font-weight: bold; | |
4359 | color: #666; |
|
4362 | color: #666; | |
4360 | font-size: 16px; |
|
4363 | font-size: 16px; | |
4361 | } |
|
4364 | } | |
4362 |
|
4365 | |||
4363 | /** comment form **/ |
|
4366 | /** comment form **/ | |
4364 |
|
4367 | |||
4365 | .status-block { |
|
4368 | .status-block { | |
4366 | min-height: 80px; |
|
4369 | min-height: 80px; | |
4367 | clear: both |
|
4370 | clear: both | |
4368 | } |
|
4371 | } | |
4369 |
|
4372 | |||
4370 |
|
4373 | |||
4371 | div.comment-form { |
|
4374 | div.comment-form { | |
4372 | margin-top: 20px; |
|
4375 | margin-top: 20px; | |
4373 | } |
|
4376 | } | |
4374 |
|
4377 | |||
4375 | .comment-form strong { |
|
4378 | .comment-form strong { | |
4376 | display: block; |
|
4379 | display: block; | |
4377 | margin-bottom: 15px; |
|
4380 | margin-bottom: 15px; | |
4378 | } |
|
4381 | } | |
4379 |
|
4382 | |||
4380 | .comment-form textarea { |
|
4383 | .comment-form textarea { | |
4381 | width: 100%; |
|
4384 | width: 100%; | |
4382 | height: 100px; |
|
4385 | height: 100px; | |
4383 | font-family: 'Monaco', 'Courier', 'Courier New', monospace; |
|
4386 | font-family: 'Monaco', 'Courier', 'Courier New', monospace; | |
4384 | } |
|
4387 | } | |
4385 |
|
4388 | |||
4386 | form.comment-form { |
|
4389 | form.comment-form { | |
4387 | margin-top: 10px; |
|
4390 | margin-top: 10px; | |
4388 | margin-left: 10px; |
|
4391 | margin-left: 10px; | |
4389 | } |
|
4392 | } | |
4390 |
|
4393 | |||
4391 | .comment-inline-form .comment-block-ta, |
|
4394 | .comment-inline-form .comment-block-ta, | |
4392 | .comment-form .comment-block-ta { |
|
4395 | .comment-form .comment-block-ta { | |
4393 | border: 1px solid #ccc; |
|
4396 | border: 1px solid #ccc; | |
4394 | border-radius: 3px; |
|
4397 | border-radius: 3px; | |
4395 | box-sizing: border-box; |
|
4398 | box-sizing: border-box; | |
4396 | } |
|
4399 | } | |
4397 |
|
4400 | |||
4398 | .comment-form-submit { |
|
4401 | .comment-form-submit { | |
4399 | margin-top: 5px; |
|
4402 | margin-top: 5px; | |
4400 | margin-left: 525px; |
|
4403 | margin-left: 525px; | |
4401 | } |
|
4404 | } | |
4402 |
|
4405 | |||
4403 | .file-comments { |
|
4406 | .file-comments { | |
4404 | display: none; |
|
4407 | display: none; | |
4405 | } |
|
4408 | } | |
4406 |
|
4409 | |||
4407 | .comment-form .comment { |
|
4410 | .comment-form .comment { | |
4408 | margin-left: 10px; |
|
4411 | margin-left: 10px; | |
4409 | } |
|
4412 | } | |
4410 |
|
4413 | |||
4411 | .comment-form .comment-help { |
|
4414 | .comment-form .comment-help { | |
4412 | padding: 5px 5px 5px 5px; |
|
4415 | padding: 5px 5px 5px 5px; | |
4413 | color: #666; |
|
4416 | color: #666; | |
4414 | } |
|
4417 | } | |
4415 | .comment-form .comment-help .preview-btn, |
|
4418 | .comment-form .comment-help .preview-btn, | |
4416 | .comment-form .comment-help .edit-btn { |
|
4419 | .comment-form .comment-help .edit-btn { | |
4417 | float: right; |
|
4420 | float: right; | |
4418 | margin: -6px 0px 0px 0px; |
|
4421 | margin: -6px 0px 0px 0px; | |
4419 | } |
|
4422 | } | |
4420 |
|
4423 | |||
4421 | .comment-form .preview-box.unloaded, |
|
4424 | .comment-form .preview-box.unloaded, | |
4422 | .comment-inline-form .preview-box.unloaded { |
|
4425 | .comment-inline-form .preview-box.unloaded { | |
4423 | height: 50px; |
|
4426 | height: 50px; | |
4424 | text-align: center; |
|
4427 | text-align: center; | |
4425 | padding: 20px; |
|
4428 | padding: 20px; | |
4426 | background-color: #fafafa; |
|
4429 | background-color: #fafafa; | |
4427 | } |
|
4430 | } | |
4428 |
|
4431 | |||
4429 | .comment-form .comment-button { |
|
4432 | .comment-form .comment-button { | |
4430 | padding-top: 5px; |
|
4433 | padding-top: 5px; | |
4431 | } |
|
4434 | } | |
4432 |
|
4435 | |||
4433 | .add-another-button { |
|
4436 | .add-another-button { | |
4434 | margin-left: 10px; |
|
4437 | margin-left: 10px; | |
4435 | margin-top: 10px; |
|
4438 | margin-top: 10px; | |
4436 | margin-bottom: 10px; |
|
4439 | margin-bottom: 10px; | |
4437 | } |
|
4440 | } | |
4438 |
|
4441 | |||
4439 | .comment .buttons { |
|
4442 | .comment .buttons { | |
4440 | float: right; |
|
4443 | float: right; | |
4441 | margin: -1px 0px 0px 0px; |
|
4444 | margin: -1px 0px 0px 0px; | |
4442 | } |
|
4445 | } | |
4443 |
|
4446 | |||
4444 |
|
4447 | |||
4445 | .show-inline-comments { |
|
4448 | .show-inline-comments { | |
4446 | position: relative; |
|
4449 | position: relative; | |
4447 | top: 1px |
|
4450 | top: 1px | |
4448 | } |
|
4451 | } | |
4449 |
|
4452 | |||
4450 | /** comment inline form **/ |
|
4453 | /** comment inline form **/ | |
4451 | .comment-inline-form { |
|
4454 | .comment-inline-form { | |
4452 | margin: 4px; |
|
4455 | margin: 4px; | |
4453 | } |
|
4456 | } | |
4454 | .comment-inline-form .overlay { |
|
4457 | .comment-inline-form .overlay { | |
4455 | display: none; |
|
4458 | display: none; | |
4456 | } |
|
4459 | } | |
4457 | .comment-inline-form .overlay.submitting { |
|
4460 | .comment-inline-form .overlay.submitting { | |
4458 | display: block; |
|
4461 | display: block; | |
4459 | background: none repeat scroll 0 0 white; |
|
4462 | background: none repeat scroll 0 0 white; | |
4460 | font-size: 16px; |
|
4463 | font-size: 16px; | |
4461 | opacity: 0.5; |
|
4464 | opacity: 0.5; | |
4462 | position: absolute; |
|
4465 | position: absolute; | |
4463 | text-align: center; |
|
4466 | text-align: center; | |
4464 | vertical-align: top; |
|
4467 | vertical-align: top; | |
4465 |
|
4468 | |||
4466 | } |
|
4469 | } | |
4467 | .comment-inline-form .overlay.submitting .overlay-text { |
|
4470 | .comment-inline-form .overlay.submitting .overlay-text { | |
4468 | width: 100%; |
|
4471 | width: 100%; | |
4469 | margin-top: 5%; |
|
4472 | margin-top: 5%; | |
4470 | } |
|
4473 | } | |
4471 |
|
4474 | |||
4472 | .comment-inline-form .clearfix, |
|
4475 | .comment-inline-form .clearfix, | |
4473 | .comment-form .clearfix { |
|
4476 | .comment-form .clearfix { | |
4474 | background: #EEE; |
|
4477 | background: #EEE; | |
4475 | -webkit-border-radius: 4px; |
|
4478 | -webkit-border-radius: 4px; | |
4476 | border-radius: 4px; |
|
4479 | border-radius: 4px; | |
4477 | padding: 5px; |
|
4480 | padding: 5px; | |
4478 | margin: 0px; |
|
4481 | margin: 0px; | |
4479 | } |
|
4482 | } | |
4480 |
|
4483 | |||
4481 | div.comment-inline-form { |
|
4484 | div.comment-inline-form { | |
4482 | padding: 4px 0px 6px 0px; |
|
4485 | padding: 4px 0px 6px 0px; | |
4483 | } |
|
4486 | } | |
4484 |
|
4487 | |||
4485 | .comment-inline-form strong { |
|
4488 | .comment-inline-form strong { | |
4486 | display: block; |
|
4489 | display: block; | |
4487 | margin-bottom: 15px; |
|
4490 | margin-bottom: 15px; | |
4488 | } |
|
4491 | } | |
4489 |
|
4492 | |||
4490 | .comment-inline-form textarea { |
|
4493 | .comment-inline-form textarea { | |
4491 | width: 100%; |
|
4494 | width: 100%; | |
4492 | height: 100px; |
|
4495 | height: 100px; | |
4493 | font-family: 'Monaco', 'Courier', 'Courier New', monospace; |
|
4496 | font-family: 'Monaco', 'Courier', 'Courier New', monospace; | |
4494 | } |
|
4497 | } | |
4495 |
|
4498 | |||
4496 | form.comment-inline-form { |
|
4499 | form.comment-inline-form { | |
4497 | margin-top: 10px; |
|
4500 | margin-top: 10px; | |
4498 | margin-left: 10px; |
|
4501 | margin-left: 10px; | |
4499 | } |
|
4502 | } | |
4500 |
|
4503 | |||
4501 | .comment-inline-form-submit { |
|
4504 | .comment-inline-form-submit { | |
4502 | margin-top: 5px; |
|
4505 | margin-top: 5px; | |
4503 | margin-left: 525px; |
|
4506 | margin-left: 525px; | |
4504 | } |
|
4507 | } | |
4505 |
|
4508 | |||
4506 | .file-comments { |
|
4509 | .file-comments { | |
4507 | display: none; |
|
4510 | display: none; | |
4508 | } |
|
4511 | } | |
4509 |
|
4512 | |||
4510 | .comment-inline-form .comment { |
|
4513 | .comment-inline-form .comment { | |
4511 | margin-left: 10px; |
|
4514 | margin-left: 10px; | |
4512 | } |
|
4515 | } | |
4513 |
|
4516 | |||
4514 | .comment-inline-form .comment-help { |
|
4517 | .comment-inline-form .comment-help { | |
4515 | padding: 5px 5px 5px 5px; |
|
4518 | padding: 5px 5px 5px 5px; | |
4516 | color: #666; |
|
4519 | color: #666; | |
4517 | } |
|
4520 | } | |
4518 |
|
4521 | |||
4519 | .comment-inline-form .comment-help .preview-btn, |
|
4522 | .comment-inline-form .comment-help .preview-btn, | |
4520 | .comment-inline-form .comment-help .edit-btn { |
|
4523 | .comment-inline-form .comment-help .edit-btn { | |
4521 | float: right; |
|
4524 | float: right; | |
4522 | margin: -6px 0px 0px 0px; |
|
4525 | margin: -6px 0px 0px 0px; | |
4523 | } |
|
4526 | } | |
4524 |
|
4527 | |||
4525 | .comment-inline-form .comment-button { |
|
4528 | .comment-inline-form .comment-button { | |
4526 | padding-top: 5px; |
|
4529 | padding-top: 5px; | |
4527 | } |
|
4530 | } | |
4528 |
|
4531 | |||
4529 | /** comment inline **/ |
|
4532 | /** comment inline **/ | |
4530 | .inline-comments { |
|
4533 | .inline-comments { | |
4531 | padding: 10px 20px; |
|
4534 | padding: 10px 20px; | |
4532 | } |
|
4535 | } | |
4533 |
|
4536 | |||
4534 | .inline-comments div.rst-block { |
|
4537 | .inline-comments div.rst-block { | |
4535 | clear: both; |
|
4538 | clear: both; | |
4536 | overflow: hidden; |
|
4539 | overflow: hidden; | |
4537 | margin: 0; |
|
4540 | margin: 0; | |
4538 | padding: 0 20px 0px; |
|
4541 | padding: 0 20px 0px; | |
4539 | } |
|
4542 | } | |
4540 | .inline-comments .comment { |
|
4543 | .inline-comments .comment { | |
4541 | border: 1px solid #ddd; |
|
4544 | border: 1px solid #ddd; | |
4542 | -webkit-border-radius: 4px; |
|
4545 | -webkit-border-radius: 4px; | |
4543 | border-radius: 4px; |
|
4546 | border-radius: 4px; | |
4544 | margin: 3px 3px 5px 5px; |
|
4547 | margin: 3px 3px 5px 5px; | |
4545 | background-color: #FAFAFA; |
|
4548 | background-color: #FAFAFA; | |
4546 | } |
|
4549 | } | |
4547 | .inline-comments .add-comment { |
|
4550 | .inline-comments .add-comment { | |
4548 | padding: 2px 4px 8px 5px; |
|
4551 | padding: 2px 4px 8px 5px; | |
4549 | } |
|
4552 | } | |
4550 |
|
4553 | |||
4551 | .inline-comments .comment-wrapp { |
|
4554 | .inline-comments .comment-wrapp { | |
4552 | padding: 1px; |
|
4555 | padding: 1px; | |
4553 | } |
|
4556 | } | |
4554 | .inline-comments .comment .meta { |
|
4557 | .inline-comments .comment .meta { | |
4555 | background: #f8f8f8; |
|
4558 | background: #f8f8f8; | |
4556 | padding: 4px; |
|
4559 | padding: 4px; | |
4557 | border-bottom: 1px solid #ddd; |
|
4560 | border-bottom: 1px solid #ddd; | |
4558 | height: 20px; |
|
4561 | height: 20px; | |
4559 | } |
|
4562 | } | |
4560 |
|
4563 | |||
4561 | .inline-comments .comment .meta img { |
|
4564 | .inline-comments .comment .meta img { | |
4562 | vertical-align: middle; |
|
4565 | vertical-align: middle; | |
4563 | } |
|
4566 | } | |
4564 |
|
4567 | |||
4565 | .inline-comments .comment .meta .user { |
|
4568 | .inline-comments .comment .meta .user { | |
4566 | font-weight: bold; |
|
4569 | font-weight: bold; | |
4567 | float: left; |
|
4570 | float: left; | |
4568 | padding: 3px; |
|
4571 | padding: 3px; | |
4569 | } |
|
4572 | } | |
4570 |
|
4573 | |||
4571 | .inline-comments .comment .meta .date { |
|
4574 | .inline-comments .comment .meta .date { | |
4572 | float: left; |
|
4575 | float: left; | |
4573 | padding: 3px; |
|
4576 | padding: 3px; | |
4574 | } |
|
4577 | } | |
4575 |
|
4578 | |||
4576 | .inline-comments .comment .text { |
|
4579 | .inline-comments .comment .text { | |
4577 | background-color: #FAFAFA; |
|
4580 | background-color: #FAFAFA; | |
4578 | } |
|
4581 | } | |
4579 |
|
4582 | |||
4580 | .inline-comments .comments-number { |
|
4583 | .inline-comments .comments-number { | |
4581 | padding: 0px 0px 10px 0px; |
|
4584 | padding: 0px 0px 10px 0px; | |
4582 | font-weight: bold; |
|
4585 | font-weight: bold; | |
4583 | color: #666; |
|
4586 | color: #666; | |
4584 | font-size: 16px; |
|
4587 | font-size: 16px; | |
4585 | } |
|
4588 | } | |
4586 | .inline-comments-button .add-comment { |
|
4589 | .inline-comments-button .add-comment { | |
4587 | margin: 2px 0px 8px 5px !important |
|
4590 | margin: 2px 0px 8px 5px !important | |
4588 | } |
|
4591 | } | |
4589 |
|
4592 | |||
4590 | .notification-paginator { |
|
4593 | .notification-paginator { | |
4591 | padding: 0px 0px 4px 16px; |
|
4594 | padding: 0px 0px 4px 16px; | |
4592 | } |
|
4595 | } | |
4593 |
|
4596 | |||
4594 | #context-pages .pull-request span, |
|
4597 | #context-pages .pull-request span, | |
4595 | .menu_link_notifications { |
|
4598 | .menu_link_notifications { | |
4596 | padding: 4px 4px !important; |
|
4599 | padding: 4px 4px !important; | |
4597 | text-align: center; |
|
4600 | text-align: center; | |
4598 | color: #888 !important; |
|
4601 | color: #888 !important; | |
4599 | background-color: #DEDEDE !important; |
|
4602 | background-color: #DEDEDE !important; | |
4600 | border-radius: 4px !important; |
|
4603 | border-radius: 4px !important; | |
4601 | -webkit-border-radius: 4px !important; |
|
4604 | -webkit-border-radius: 4px !important; | |
4602 | } |
|
4605 | } | |
4603 |
|
4606 | |||
4604 | #context-pages .forks span, |
|
4607 | #context-pages .forks span, | |
4605 | .menu_link_notifications { |
|
4608 | .menu_link_notifications { | |
4606 | padding: 4px 4px !important; |
|
4609 | padding: 4px 4px !important; | |
4607 | text-align: center; |
|
4610 | text-align: center; | |
4608 | color: #888 !important; |
|
4611 | color: #888 !important; | |
4609 | background-color: #DEDEDE !important; |
|
4612 | background-color: #DEDEDE !important; | |
4610 | border-radius: 4px !important; |
|
4613 | border-radius: 4px !important; | |
4611 | -webkit-border-radius: 4px !important; |
|
4614 | -webkit-border-radius: 4px !important; | |
4612 | } |
|
4615 | } | |
4613 |
|
4616 | |||
4614 |
|
4617 | |||
4615 | .notification-header { |
|
4618 | .notification-header { | |
4616 | padding-top: 6px; |
|
4619 | padding-top: 6px; | |
4617 | } |
|
4620 | } | |
4618 | .notification-header .desc { |
|
4621 | .notification-header .desc { | |
4619 | font-size: 16px; |
|
4622 | font-size: 16px; | |
4620 | height: 24px; |
|
4623 | height: 24px; | |
4621 | float: left |
|
4624 | float: left | |
4622 | } |
|
4625 | } | |
4623 | .notification-list .container.unread { |
|
4626 | .notification-list .container.unread { | |
4624 | background: none repeat scroll 0 0 rgba(255, 255, 180, 0.6); |
|
4627 | background: none repeat scroll 0 0 rgba(255, 255, 180, 0.6); | |
4625 | } |
|
4628 | } | |
4626 | .notification-header .gravatar { |
|
4629 | .notification-header .gravatar { | |
4627 | background: none repeat scroll 0 0 transparent; |
|
4630 | background: none repeat scroll 0 0 transparent; | |
4628 | padding: 0px 0px 0px 8px; |
|
4631 | padding: 0px 0px 0px 8px; | |
4629 | } |
|
4632 | } | |
4630 | .notification-list .container .notification-header .desc { |
|
4633 | .notification-list .container .notification-header .desc { | |
4631 | font-weight: bold; |
|
4634 | font-weight: bold; | |
4632 | font-size: 17px; |
|
4635 | font-size: 17px; | |
4633 | } |
|
4636 | } | |
4634 | .notification-table { |
|
4637 | .notification-table { | |
4635 | border: 1px solid #ccc; |
|
4638 | border: 1px solid #ccc; | |
4636 | -webkit-border-radius: 6px 6px 6px 6px; |
|
4639 | -webkit-border-radius: 6px 6px 6px 6px; | |
4637 | border-radius: 6px 6px 6px 6px; |
|
4640 | border-radius: 6px 6px 6px 6px; | |
4638 | clear: both; |
|
4641 | clear: both; | |
4639 | margin: 0px 20px 0px 20px; |
|
4642 | margin: 0px 20px 0px 20px; | |
4640 | } |
|
4643 | } | |
4641 | .notification-header .delete-notifications { |
|
4644 | .notification-header .delete-notifications { | |
4642 | float: right; |
|
4645 | float: right; | |
4643 | padding-top: 8px; |
|
4646 | padding-top: 8px; | |
4644 | cursor: pointer; |
|
4647 | cursor: pointer; | |
4645 | } |
|
4648 | } | |
4646 | .notification-header .read-notifications { |
|
4649 | .notification-header .read-notifications { | |
4647 | float: right; |
|
4650 | float: right; | |
4648 | padding-top: 8px; |
|
4651 | padding-top: 8px; | |
4649 | cursor: pointer; |
|
4652 | cursor: pointer; | |
4650 | } |
|
4653 | } | |
4651 | .notification-subject { |
|
4654 | .notification-subject { | |
4652 | clear: both; |
|
4655 | clear: both; | |
4653 | border-bottom: 1px solid #eee; |
|
4656 | border-bottom: 1px solid #eee; | |
4654 | padding: 5px 0px 5px 38px; |
|
4657 | padding: 5px 0px 5px 38px; | |
4655 | } |
|
4658 | } | |
4656 |
|
4659 | |||
4657 | .notification-body { |
|
4660 | .notification-body { | |
4658 | clear: both; |
|
4661 | clear: both; | |
4659 | margin: 34px 2px 2px 8px |
|
4662 | margin: 34px 2px 2px 8px | |
4660 | } |
|
4663 | } | |
4661 |
|
4664 | |||
4662 | /**** |
|
4665 | /**** | |
4663 | PULL REQUESTS |
|
4666 | PULL REQUESTS | |
4664 | *****/ |
|
4667 | *****/ | |
4665 | .pullrequests_section_head { |
|
4668 | .pullrequests_section_head { | |
4666 | padding: 10px 10px 10px 0px; |
|
4669 | padding: 10px 10px 10px 0px; | |
4667 | font-size: 16px; |
|
4670 | font-size: 16px; | |
4668 | font-weight: bold; |
|
4671 | font-weight: bold; | |
4669 | } |
|
4672 | } | |
4670 |
|
4673 | |||
4671 | div.pr-details-title.closed, |
|
4674 | div.pr-details-title.closed, | |
4672 | #pullrequests_container li.closed a |
|
4675 | #pullrequests_container li.closed a | |
4673 | { |
|
4676 | { | |
4674 | color: #555; |
|
4677 | color: #555; | |
4675 | background: #eee; |
|
4678 | background: #eee; | |
4676 | } |
|
4679 | } | |
4677 |
|
4680 | |||
4678 | div.pr-title { |
|
4681 | div.pr-title { | |
4679 | font-size: 1.6em; |
|
4682 | font-size: 1.6em; | |
4680 | } |
|
4683 | } | |
4681 | div.pr-details-title { |
|
4684 | div.pr-details-title { | |
4682 | font-size: 1.6em; |
|
4685 | font-size: 1.6em; | |
4683 | margin: 0px 20px 0px 20px; |
|
4686 | margin: 0px 20px 0px 20px; | |
4684 | padding: 5px 0px 5px 10px; |
|
4687 | padding: 5px 0px 5px 10px; | |
4685 | } |
|
4688 | } | |
4686 |
|
4689 | |||
4687 | div.pr { |
|
4690 | div.pr { | |
4688 | border-bottom: 1px solid #DDD; |
|
4691 | border-bottom: 1px solid #DDD; | |
4689 | margin: 0px 20px; |
|
4692 | margin: 0px 20px; | |
4690 | padding: 10px 4px; |
|
4693 | padding: 10px 4px; | |
4691 | } |
|
4694 | } | |
4692 | div.pr-desc { |
|
4695 | div.pr-desc { | |
4693 | margin: 0px 20px; |
|
4696 | margin: 0px 20px; | |
4694 | } |
|
4697 | } | |
4695 | div.pr-closed { |
|
4698 | div.pr-closed { | |
4696 | background-color: #eee; |
|
4699 | background-color: #eee; | |
4697 | } |
|
4700 | } | |
4698 |
|
4701 | |||
4699 | span.pr-closed-tag { |
|
4702 | span.pr-closed-tag { | |
4700 | margin-bottom: 1px; |
|
4703 | margin-bottom: 1px; | |
4701 | margin-right: 1px; |
|
4704 | margin-right: 1px; | |
4702 | padding: 1px 3px; |
|
4705 | padding: 1px 3px; | |
4703 | font-size: 10px; |
|
4706 | font-size: 10px; | |
4704 | padding: 1px 3px 1px 3px; |
|
4707 | padding: 1px 3px 1px 3px; | |
4705 | font-size: 10px; |
|
4708 | font-size: 10px; | |
4706 | color: #336699; |
|
4709 | color: #336699; | |
4707 | white-space: nowrap; |
|
4710 | white-space: nowrap; | |
4708 | -webkit-border-radius: 4px; |
|
4711 | -webkit-border-radius: 4px; | |
4709 | border-radius: 4px; |
|
4712 | border-radius: 4px; | |
4710 | border: 1px solid #d9e8f8; |
|
4713 | border: 1px solid #d9e8f8; | |
4711 | line-height: 1.5em; |
|
4714 | line-height: 1.5em; | |
4712 | } |
|
4715 | } | |
4713 |
|
4716 | |||
4714 | /**** |
|
4717 | /**** | |
4715 | PERMS |
|
4718 | PERMS | |
4716 | *****/ |
|
4719 | *****/ | |
4717 | #perms .perms_section_head { |
|
4720 | #perms .perms_section_head { | |
4718 | padding: 10px 10px 10px 0px; |
|
4721 | padding: 10px 10px 10px 0px; | |
4719 | font-size: 16px; |
|
4722 | font-size: 16px; | |
4720 | font-weight: bold; |
|
4723 | font-weight: bold; | |
4721 | } |
|
4724 | } | |
4722 |
|
4725 | |||
4723 | #perms .perm_tag { |
|
4726 | #perms .perm_tag { | |
4724 | padding: 1px 3px 1px 3px; |
|
4727 | padding: 1px 3px 1px 3px; | |
4725 | font-size: 10px; |
|
4728 | font-size: 10px; | |
4726 | font-weight: bold; |
|
4729 | font-weight: bold; | |
4727 | text-transform: uppercase; |
|
4730 | text-transform: uppercase; | |
4728 | white-space: nowrap; |
|
4731 | white-space: nowrap; | |
4729 | -webkit-border-radius: 3px; |
|
4732 | -webkit-border-radius: 3px; | |
4730 | border-radius: 3px; |
|
4733 | border-radius: 3px; | |
4731 | } |
|
4734 | } | |
4732 |
|
4735 | |||
4733 | #perms .perm_tag.admin { |
|
4736 | #perms .perm_tag.admin { | |
4734 | background-color: #B94A48; |
|
4737 | background-color: #B94A48; | |
4735 | color: #ffffff; |
|
4738 | color: #ffffff; | |
4736 | } |
|
4739 | } | |
4737 |
|
4740 | |||
4738 | #perms .perm_tag.write { |
|
4741 | #perms .perm_tag.write { | |
4739 | background-color: #DB7525; |
|
4742 | background-color: #DB7525; | |
4740 | color: #ffffff; |
|
4743 | color: #ffffff; | |
4741 | } |
|
4744 | } | |
4742 |
|
4745 | |||
4743 | #perms .perm_tag.read { |
|
4746 | #perms .perm_tag.read { | |
4744 | background-color: #468847; |
|
4747 | background-color: #468847; | |
4745 | color: #ffffff; |
|
4748 | color: #ffffff; | |
4746 | } |
|
4749 | } | |
4747 |
|
4750 | |||
4748 | #perms .perm_tag.none { |
|
4751 | #perms .perm_tag.none { | |
4749 | background-color: #bfbfbf; |
|
4752 | background-color: #bfbfbf; | |
4750 | color: #ffffff; |
|
4753 | color: #ffffff; | |
4751 | } |
|
4754 | } | |
4752 |
|
4755 | |||
4753 | .perm-gravatar { |
|
4756 | .perm-gravatar { | |
4754 | vertical-align: middle; |
|
4757 | vertical-align: middle; | |
4755 | padding: 2px; |
|
4758 | padding: 2px; | |
4756 | } |
|
4759 | } | |
4757 | .perm-gravatar-ac { |
|
4760 | .perm-gravatar-ac { | |
4758 | vertical-align: middle; |
|
4761 | vertical-align: middle; | |
4759 | padding: 2px; |
|
4762 | padding: 2px; | |
4760 | width: 14px; |
|
4763 | width: 14px; | |
4761 | height: 14px; |
|
4764 | height: 14px; | |
4762 | } |
|
4765 | } | |
4763 |
|
4766 | |||
4764 | /***************************************************************************** |
|
4767 | /***************************************************************************** | |
4765 | DIFFS CSS |
|
4768 | DIFFS CSS | |
4766 | ******************************************************************************/ |
|
4769 | ******************************************************************************/ | |
4767 | .diff-collapse { |
|
4770 | .diff-collapse { | |
4768 | text-align: center; |
|
4771 | text-align: center; | |
4769 | margin-bottom: -15px; |
|
4772 | margin-bottom: -15px; | |
4770 | } |
|
4773 | } | |
4771 | .diff-collapse-button { |
|
4774 | .diff-collapse-button { | |
4772 | cursor: pointer; |
|
4775 | cursor: pointer; | |
4773 | color: #666; |
|
4776 | color: #666; | |
4774 | font-size: 16px; |
|
4777 | font-size: 16px; | |
4775 | } |
|
4778 | } | |
4776 | .diff-container { |
|
4779 | .diff-container { | |
4777 |
|
4780 | |||
4778 | } |
|
4781 | } | |
4779 |
|
4782 | |||
4780 | .diff-container.hidden { |
|
4783 | .diff-container.hidden { | |
4781 | display: none; |
|
4784 | display: none; | |
4782 | overflow: hidden; |
|
4785 | overflow: hidden; | |
4783 | } |
|
4786 | } | |
4784 |
|
4787 | |||
4785 |
|
4788 | |||
4786 | div.diffblock { |
|
4789 | div.diffblock { | |
4787 | overflow: auto; |
|
4790 | overflow: auto; | |
4788 | padding: 0px; |
|
4791 | padding: 0px; | |
4789 | border: 1px solid #ccc; |
|
4792 | border: 1px solid #ccc; | |
4790 | background: #f8f8f8; |
|
4793 | background: #f8f8f8; | |
4791 | font-size: 100%; |
|
4794 | font-size: 100%; | |
4792 | line-height: 100%; |
|
4795 | line-height: 100%; | |
4793 | /* new */ |
|
4796 | /* new */ | |
4794 | line-height: 125%; |
|
4797 | line-height: 125%; | |
4795 | -webkit-border-radius: 6px 6px 0px 0px; |
|
4798 | -webkit-border-radius: 6px 6px 0px 0px; | |
4796 | border-radius: 6px 6px 0px 0px; |
|
4799 | border-radius: 6px 6px 0px 0px; | |
4797 | } |
|
4800 | } | |
4798 | div.diffblock.margined { |
|
4801 | div.diffblock.margined { | |
4799 | margin: 0px 20px 0px 20px; |
|
4802 | margin: 0px 20px 0px 20px; | |
4800 | } |
|
4803 | } | |
4801 | div.diffblock .code-header { |
|
4804 | div.diffblock .code-header { | |
4802 | border-bottom: 1px solid #CCCCCC; |
|
4805 | border-bottom: 1px solid #CCCCCC; | |
4803 | background: #EEEEEE; |
|
4806 | background: #EEEEEE; | |
4804 | padding: 10px 0 10px 0; |
|
4807 | padding: 10px 0 10px 0; | |
4805 | height: 14px; |
|
4808 | height: 14px; | |
4806 | } |
|
4809 | } | |
4807 |
|
4810 | |||
4808 | div.diffblock .code-header.banner { |
|
4811 | div.diffblock .code-header.banner { | |
4809 | border-bottom: 1px solid #CCCCCC; |
|
4812 | border-bottom: 1px solid #CCCCCC; | |
4810 | background: #EEEEEE; |
|
4813 | background: #EEEEEE; | |
4811 | height: 14px; |
|
4814 | height: 14px; | |
4812 | margin: 0px 95px 0px 95px; |
|
4815 | margin: 0px 95px 0px 95px; | |
4813 | padding: 3px 3px 11px 3px; |
|
4816 | padding: 3px 3px 11px 3px; | |
4814 | } |
|
4817 | } | |
4815 |
|
4818 | |||
4816 | div.diffblock .code-header-title { |
|
4819 | div.diffblock .code-header-title { | |
4817 | padding: 0px 0px 10px 5px !important; |
|
4820 | padding: 0px 0px 10px 5px !important; | |
4818 | margin: 0 !important; |
|
4821 | margin: 0 !important; | |
4819 | } |
|
4822 | } | |
4820 | div.diffblock .code-header .hash { |
|
4823 | div.diffblock .code-header .hash { | |
4821 | float: left; |
|
4824 | float: left; | |
4822 | padding: 2px 0 0 2px; |
|
4825 | padding: 2px 0 0 2px; | |
4823 | } |
|
4826 | } | |
4824 | div.diffblock .code-header .date { |
|
4827 | div.diffblock .code-header .date { | |
4825 | float: left; |
|
4828 | float: left; | |
4826 | text-transform: uppercase; |
|
4829 | text-transform: uppercase; | |
4827 | padding: 2px 0px 0px 2px; |
|
4830 | padding: 2px 0px 0px 2px; | |
4828 | } |
|
4831 | } | |
4829 | div.diffblock .code-header div { |
|
4832 | div.diffblock .code-header div { | |
4830 | margin-left: 4px; |
|
4833 | margin-left: 4px; | |
4831 | font-weight: bold; |
|
4834 | font-weight: bold; | |
4832 | font-size: 14px; |
|
4835 | font-size: 14px; | |
4833 | } |
|
4836 | } | |
4834 |
|
4837 | |||
4835 | div.diffblock .parents { |
|
4838 | div.diffblock .parents { | |
4836 | float: left; |
|
4839 | float: left; | |
4837 | height: 26px; |
|
4840 | height: 26px; | |
4838 | width: 100px; |
|
4841 | width: 100px; | |
4839 | font-size: 10px; |
|
4842 | font-size: 10px; | |
4840 | font-weight: 400; |
|
4843 | font-weight: 400; | |
4841 | vertical-align: middle; |
|
4844 | vertical-align: middle; | |
4842 | padding: 0px 2px 2px 2px; |
|
4845 | padding: 0px 2px 2px 2px; | |
4843 | background-color: #eeeeee; |
|
4846 | background-color: #eeeeee; | |
4844 | border-bottom: 1px solid #CCCCCC; |
|
4847 | border-bottom: 1px solid #CCCCCC; | |
4845 | } |
|
4848 | } | |
4846 |
|
4849 | |||
4847 | div.diffblock .children { |
|
4850 | div.diffblock .children { | |
4848 | float: right; |
|
4851 | float: right; | |
4849 | height: 26px; |
|
4852 | height: 26px; | |
4850 | width: 100px; |
|
4853 | width: 100px; | |
4851 | font-size: 10px; |
|
4854 | font-size: 10px; | |
4852 | font-weight: 400; |
|
4855 | font-weight: 400; | |
4853 | vertical-align: middle; |
|
4856 | vertical-align: middle; | |
4854 | text-align: right; |
|
4857 | text-align: right; | |
4855 | padding: 0px 2px 2px 2px; |
|
4858 | padding: 0px 2px 2px 2px; | |
4856 | background-color: #eeeeee; |
|
4859 | background-color: #eeeeee; | |
4857 | border-bottom: 1px solid #CCCCCC; |
|
4860 | border-bottom: 1px solid #CCCCCC; | |
4858 | } |
|
4861 | } | |
4859 |
|
4862 | |||
4860 | div.diffblock .code-body { |
|
4863 | div.diffblock .code-body { | |
4861 | background: #FFFFFF; |
|
4864 | background: #FFFFFF; | |
4862 | } |
|
4865 | } | |
4863 | div.diffblock pre.raw { |
|
4866 | div.diffblock pre.raw { | |
4864 | background: #FFFFFF; |
|
4867 | background: #FFFFFF; | |
4865 | color: #000000; |
|
4868 | color: #000000; | |
4866 | } |
|
4869 | } | |
4867 | table.code-difftable { |
|
4870 | table.code-difftable { | |
4868 | border-collapse: collapse; |
|
4871 | border-collapse: collapse; | |
4869 | width: 99%; |
|
4872 | width: 99%; | |
4870 | border-radius: 0px !important; |
|
4873 | border-radius: 0px !important; | |
4871 | } |
|
4874 | } | |
4872 | table.code-difftable td { |
|
4875 | table.code-difftable td { | |
4873 | padding: 0 !important; |
|
4876 | padding: 0 !important; | |
4874 | background: none !important; |
|
4877 | background: none !important; | |
4875 | border: 0 !important; |
|
4878 | border: 0 !important; | |
4876 | vertical-align: baseline !important |
|
4879 | vertical-align: baseline !important | |
4877 | } |
|
4880 | } | |
4878 | table.code-difftable .context { |
|
4881 | table.code-difftable .context { | |
4879 | background: none repeat scroll 0 0 #DDE7EF; |
|
4882 | background: none repeat scroll 0 0 #DDE7EF; | |
4880 | } |
|
4883 | } | |
4881 | table.code-difftable .add { |
|
4884 | table.code-difftable .add { | |
4882 | background: none repeat scroll 0 0 #DDFFDD; |
|
4885 | background: none repeat scroll 0 0 #DDFFDD; | |
4883 | } |
|
4886 | } | |
4884 | table.code-difftable .add ins { |
|
4887 | table.code-difftable .add ins { | |
4885 | background: none repeat scroll 0 0 #AAFFAA; |
|
4888 | background: none repeat scroll 0 0 #AAFFAA; | |
4886 | text-decoration: none; |
|
4889 | text-decoration: none; | |
4887 | } |
|
4890 | } | |
4888 | table.code-difftable .del { |
|
4891 | table.code-difftable .del { | |
4889 | background: none repeat scroll 0 0 #FFDDDD; |
|
4892 | background: none repeat scroll 0 0 #FFDDDD; | |
4890 | } |
|
4893 | } | |
4891 | table.code-difftable .del del { |
|
4894 | table.code-difftable .del del { | |
4892 | background: none repeat scroll 0 0 #FFAAAA; |
|
4895 | background: none repeat scroll 0 0 #FFAAAA; | |
4893 | text-decoration: none; |
|
4896 | text-decoration: none; | |
4894 | } |
|
4897 | } | |
4895 |
|
4898 | |||
4896 | /** LINE NUMBERS **/ |
|
4899 | /** LINE NUMBERS **/ | |
4897 | table.code-difftable .lineno { |
|
4900 | table.code-difftable .lineno { | |
4898 |
|
4901 | |||
4899 | padding-left: 2px; |
|
4902 | padding-left: 2px; | |
4900 | padding-right: 2px; |
|
4903 | padding-right: 2px; | |
4901 | text-align: right; |
|
4904 | text-align: right; | |
4902 | width: 32px; |
|
4905 | width: 32px; | |
4903 | -moz-user-select: none; |
|
4906 | -moz-user-select: none; | |
4904 | -webkit-user-select: none; |
|
4907 | -webkit-user-select: none; | |
4905 | border-right: 1px solid #CCC !important; |
|
4908 | border-right: 1px solid #CCC !important; | |
4906 | border-left: 0px solid #CCC !important; |
|
4909 | border-left: 0px solid #CCC !important; | |
4907 | border-top: 0px solid #CCC !important; |
|
4910 | border-top: 0px solid #CCC !important; | |
4908 | border-bottom: none !important; |
|
4911 | border-bottom: none !important; | |
4909 | vertical-align: middle !important; |
|
4912 | vertical-align: middle !important; | |
4910 |
|
4913 | |||
4911 | } |
|
4914 | } | |
4912 | table.code-difftable .lineno.new { |
|
4915 | table.code-difftable .lineno.new { | |
4913 | } |
|
4916 | } | |
4914 | table.code-difftable .lineno.old { |
|
4917 | table.code-difftable .lineno.old { | |
4915 | } |
|
4918 | } | |
4916 | table.code-difftable .lineno a { |
|
4919 | table.code-difftable .lineno a { | |
4917 | color: #747474 !important; |
|
4920 | color: #747474 !important; | |
4918 | font: 11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important; |
|
4921 | font: 11px "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace !important; | |
4919 | letter-spacing: -1px; |
|
4922 | letter-spacing: -1px; | |
4920 | text-align: right; |
|
4923 | text-align: right; | |
4921 | padding-right: 2px; |
|
4924 | padding-right: 2px; | |
4922 | cursor: pointer; |
|
4925 | cursor: pointer; | |
4923 | display: block; |
|
4926 | display: block; | |
4924 | width: 32px; |
|
4927 | width: 32px; | |
4925 | } |
|
4928 | } | |
4926 |
|
4929 | |||
4927 | table.code-difftable .lineno-inline { |
|
4930 | table.code-difftable .lineno-inline { | |
4928 | background: none repeat scroll 0 0 #FFF !important; |
|
4931 | background: none repeat scroll 0 0 #FFF !important; | |
4929 | padding-left: 2px; |
|
4932 | padding-left: 2px; | |
4930 | padding-right: 2px; |
|
4933 | padding-right: 2px; | |
4931 | text-align: right; |
|
4934 | text-align: right; | |
4932 | width: 30px; |
|
4935 | width: 30px; | |
4933 | -moz-user-select: none; |
|
4936 | -moz-user-select: none; | |
4934 | -webkit-user-select: none; |
|
4937 | -webkit-user-select: none; | |
4935 | } |
|
4938 | } | |
4936 |
|
4939 | |||
4937 | /** CODE **/ |
|
4940 | /** CODE **/ | |
4938 | table.code-difftable .code { |
|
4941 | table.code-difftable .code { | |
4939 | display: block; |
|
4942 | display: block; | |
4940 | width: 100%; |
|
4943 | width: 100%; | |
4941 | } |
|
4944 | } | |
4942 | table.code-difftable .code td { |
|
4945 | table.code-difftable .code td { | |
4943 | margin: 0; |
|
4946 | margin: 0; | |
4944 | padding: 0; |
|
4947 | padding: 0; | |
4945 | } |
|
4948 | } | |
4946 | table.code-difftable .code pre { |
|
4949 | table.code-difftable .code pre { | |
4947 | margin: 0; |
|
4950 | margin: 0; | |
4948 | padding: 0; |
|
4951 | padding: 0; | |
4949 | height: 17px; |
|
4952 | height: 17px; | |
4950 | line-height: 17px; |
|
4953 | line-height: 17px; | |
4951 | } |
|
4954 | } | |
4952 |
|
4955 | |||
4953 |
|
4956 | |||
4954 | .diffblock.margined.comm .line .code:hover { |
|
4957 | .diffblock.margined.comm .line .code:hover { | |
4955 | background-color: #FFFFCC !important; |
|
4958 | background-color: #FFFFCC !important; | |
4956 | cursor: pointer !important; |
|
4959 | cursor: pointer !important; | |
4957 | background-image: url("../images/icons/comment_add.png") !important; |
|
4960 | background-image: url("../images/icons/comment_add.png") !important; | |
4958 | background-repeat: no-repeat !important; |
|
4961 | background-repeat: no-repeat !important; | |
4959 | background-position: right !important; |
|
4962 | background-position: right !important; | |
4960 | background-position: 0% 50% !important; |
|
4963 | background-position: 0% 50% !important; | |
4961 | } |
|
4964 | } | |
4962 | .diffblock.margined.comm .line .code.no-comment:hover { |
|
4965 | .diffblock.margined.comm .line .code.no-comment:hover { | |
4963 | background-image: none !important; |
|
4966 | background-image: none !important; | |
4964 | cursor: auto !important; |
|
4967 | cursor: auto !important; | |
4965 | background-color: inherit !important; |
|
4968 | background-color: inherit !important; | |
4966 | } |
|
4969 | } | |
4967 |
|
4970 | |||
4968 | div.comment:target>.comment-wrapp { |
|
4971 | div.comment:target>.comment-wrapp { | |
4969 | border: solid 2px #ee0 !important; |
|
4972 | border: solid 2px #ee0 !important; | |
4970 | } |
|
4973 | } | |
4971 |
|
4974 | |||
4972 | .lineno:target a { |
|
4975 | .lineno:target a { | |
4973 | border: solid 2px #ee0 !important; |
|
4976 | border: solid 2px #ee0 !important; | |
4974 | margin: -2px; |
|
4977 | margin: -2px; | |
4975 | } |
|
4978 | } | |
4976 |
|
4979 | |||
4977 | #help_kb { |
|
4980 | #help_kb { | |
4978 | display: none; |
|
4981 | display: none; | |
4979 | } |
|
4982 | } |
General Comments 0
You need to be logged in to leave comments.
Login now