James Moger
2011-04-05 ce33be67c4c8c783713ad51c187e8296ed71f233
commit | author | age
5fe7df 1 /*
fc8426 2  Git:Blit css.
5fe7df 3 */
fc8426 4 html, body, table, dl, dt, dd, ol, ul, li, form, a, span, tr, th, td, div, em {
JM 5     font-family: verdana, sans-serif;
5fe7df 6     font-size: 12px;
fc8426 7     line-height: 15px;
5fe7df 8 }
JM 9
fc8426 10 body {
ce33be 11     width: 980px;
fc8426 12     margin: 5px;
JM 13     background-color: #ffffff;
14     color: #000000;
ce33be 15     margin-right: auto;
JM 16     margin-left: auto;
17     margin-top: none;
18     padding: 0px;
fc8426 19 }
JM 20
21 pre.prettyprint, pre.plainprint {
22     color: black;
23     font-size:12px;
24     border:0px;
25 }
26
27 /* age0: age < 60*60*2 */
28 .age0 {
29     color: #009900;
30     font-style: italic;
31     font-weight: bold;
32 }
33
34 /* age1: 60*60*2 <= age < 60*60*24*2 */
35 .age1 {
36     color: #009900;
37     font-style: italic;
38 }
39
40 /* age2: 60*60*24*2 <= age */
41 .age2 {
42     font-style: italic;
43 }
44
45
46 a {
47     color: #0000cc;
48 }
49
50 a:hover, a:visited, a:active {
51     color: #880000;
52 }
53
54 img.logo {
55     float: right;
56     border-width: 0px;
57 }
58
fb01c9 59 img.activityGraph {
JM 60     float: right;
61     border-width: 0px;
62     padding: 8px;
63 }
64
fc8426 65 div.header {
JM 66     background-color: #D2C3AF;
67     padding: 3px;
68     border: 1px solid #808080;
69 }
70
71 div.header a {
72     color: black;
73     text-decoration: none;
74     font-weight: bold;
75 }
76
77 div.header a:hover {
78     text-decoration: underline;
79 }
80
81 div.pager {
82     padding: 0px 0px 15px 5px;
5fe7df 83 }
JM 84
85 div.link {
86     padding: 2px 5px;
87     font-family: sans-serif;
fb01c9 88     font-size: 11px;
JM 89 }
90
91 div.link span {
92     font-family: inherit;
93     font-size: inherit;
5fe7df 94 }
JM 95
fc8426 96 div.link a {
fb01c9 97     font-family: inherit;
JM 98     font-size: inherit;
fc8426 99 }
JM 100
101 div.page_header {
102     height: 25px;
103     padding: 5px;
104     font-family: sans-serif;
105     font-weight: bold;
106     font-size: 150%;
fb01c9 107     color: #bbb;
fc8426 108     background-color: #ffffff;
JM 109 }
110
111 div.page_header span {    
112     font-family: inherit;
113     font-size: inherit;    
114 }
115
116 div.page_header a  {
117     font-size: inherit;    
118     font-family: inherit;
119     text-decoration: none;
120 }
121
122 div.page_header a:visited {
123     color: #000000;
124 }
125
126 div.page_header a:hover {
127     color: E66C2C;
128     text-decoration: underline;
129 }
130
131 div.page_footer {
fb01c9 132     height: 17px;
fc8426 133     color: black;
JM 134     background-color: #ffffff;
135     padding: 5px;
136     border-top: 1px solid #bbb;
137     font-style: italic;
138 }
139
140 div.page_nav {
fb01c9 141     color: #ddd;
fc8426 142     background-color: #000070;
JM 143     padding: 5px;
144 }
145
146 div.page_nav a {
147     color: yellow;
148     text-decoration: none;
149 }
150
151 div.page_nav a:hover {    
152     text-decoration: underline;
5fe7df 153 }
JM 154
155 div.page_nav2 {
fc8426 156     padding: 2px 5px 7px 5px;    
5fe7df 157 }
JM 158
fc8426 159 .repositories_message {
JM 160     border: solid #bbb;
161     border-width: 0px 0px 1px;
162     padding: 8px;
163 }
5fe7df 164
fc8426 165 div.page_path {
JM 166     padding: 8px;
5fe7df 167     font-weight: bold;
fc8426 168     border: solid #bbb;
JM 169     border-width: 0px 0px 1px;
5fe7df 170 }
JM 171
fc8426 172 div.commit_message {
JM 173     padding: 8px;
174     border: solid #bbb;
175     border-width: 1px 0px 1px;
176 }
177
178 a.list {
179     text-decoration: none;
180     color: #000000;
181 }
182
183 a.list:hover {
184     text-decoration: underline;
185     color: #880000;
186 }
187
188 table {
189     border-spacing: 0px;
190 }
191
192 th {
193     padding: 2px 5px;
194     font-size: 100%;
195     text-align: left;
196 }
197
198 table.plain {
199     padding: 8px;
200 }
201
202 table.pretty, table.repositories {
203     margin-top:5px;
204     margin-bottom:5px;
205     border-spacing: 0px;
206     border-top: 1px solid #bbb;
207     border-left: 1px solid #bbb;
208     border-right: 1px solid #bbb;    
209 }
210
211 table.repositories {
212     width:100%;    
213 }
214
215 table.repositories th {
fb01c9 216     background-color:#000070;
JM 217     padding: 4px;
fc8426 218     border-bottom: 1px solid #bbb;
JM 219 }
220
fb01c9 221 table.repositories td {
JM 222     padding: 4px;
223 }
224
225 table.repositories th a {
226     color:#ddd;
227     text-decoration: none;
228     font-weight: normal;
229 }
230
231 table.repositories th a:hover {
232     text-decoration: underline;
233 }
234
235 table.repositories th.wicket_orderDown a, table.repositories th.wicket_orderUp a {
236     color: yellow;
237 }
238
fc8426 239 tr th a { padding-right: 15px; background-position: right; background-repeat:no-repeat; }
fb01c9 240 tr th.wicket_orderDown a {background-image: url(arrow_down.png); }
JM 241 tr th.wicket_orderUp a { background-image: url(arrow_up.png); }
242 tr th.wicket_orderNone a { background-image: url(arrow_off.png); }
fc8426 243
JM 244 tr.light {
245     background-color: #ffffff;
246 }
247
248 tr.light td {
249     border-bottom: 1px solid #bbb;    
250 }
251
252 tr.dark {
253     background-color: #faf8dc;
254     border-bottom: 1px solid #bbb;    
255 }
256
257 tr.dark td {
258     border-bottom: 1px solid #bbb;    
259 }
260
261 /* currently both use the same, but it can change */
262 tr.light:hover,
263 tr.dark:hover {
fb01c9 264     /*background-color: #0099b7;*/
JM 265     background-color: #000070;
266     color: white;
267 }
268
269 tr.light:hover a,
270 tr.dark:hover a {
271     color: white;    
fc8426 272 }
JM 273
274 td {
275     padding-left: 7px;
276     padding-right: 7px;
277 }
278
279 td.author {
5fe7df 280     font-style: italic;
JM 281 }
282
fc8426 283 td.date {
JM 284     font-style: italic;
285     width:90px;
286 }
287
288 td.sha1, td.sha1 span {
289     font-family: monospace;
290     font-size: 13px;
291 }
292
293 td.mode {
294     font-family: monospace;
295     width:90px;
296     padding-right:15px;
297 }
298
299 td.size {
300     text-align: right;
301     width:100px;    
302     padding-right:15px;
303 }
304
fb01c9 305 td.rightAlign {
JM 306     text-align: right;
307 }
308
fc8426 309 span.refs span {
JM 310     padding: 0px 4px;
311     font-family: sans-serif;
312     font-size: 70%;
313     font-weight: normal;
314     border: 1px solid;
315     background-color: #ffaaff;
316     border-color: #ffccff #ff00ee #ff00ee #ffccff;
fb01c9 317     color: black;
fc8426 318 }
JM 319
320 span.refs span a {
321     text-decoration: none;
322     color: inherit;
323 }
324
325 span.refs span a:hover {
326     text-decoration: underline;
327 }
328
329 span.refs span.indirect {
5fe7df 330     font-style: italic;
JM 331 }
332
fc8426 333 span.refs span.ref {
JM 334     background-color: #aaaaff;
335     border-color: #ccccff #0033cc #0033cc #ccccff;
336 }
337
338 span.refs span.tag {
339     background-color: #ffffaa;
340     border-color: #ffffcc #ffee00 #ffee00 #ffffcc;
341 }
342
343 span.refs span.head {
344     background-color: #aaffaa;
345     border-color: #ccffcc #00cc33 #00cc33 #ccffcc;
5fe7df 346 }