root/galaxy-central/eggs/WebError-0.8a-py2.6.egg/weberror/evalexception/media/traceback.css @ 3

リビジョン 3, 9.3 KB (コミッタ: kohda, 14 年 前)

Install Unix tools  http://hannonlab.cshl.edu/galaxy_unix_tools/galaxy.html

行番号 
1body{
2    margin: 0px;
3    padding: 0px;/* 4% 0 0;*/
4    font-family: Verdana, Arial, sans-serif;
5    font-size: 75%;
6    line-height: 160%;
7    color: #333;
8    /*min-width:770px;
9    max-width: 1100px;*/
10}
11
12
13/* Layout Styles */
14
15div.main-content-bg{
16   
17}
18div.main-content-bar{
19   
20}
21div#nav-bar{
22    border-top: 1px solid #fff;
23    float: right;
24    width: 100%;
25    margin-top: 0px;
26}
27div#main-content{
28    float: left;
29    width: 100%;
30    background: #fff;
31}
32div#side-content{
33    padding-top: 42px;
34    float: left; margin-top: 0px; width: 30%; clear: right;
35    height: 550px;
36}
37div.three, div.two, div.one{
38    width: 746px;
39    padding: 0 12px 0px 12px;
40    clear: both;
41}
42
43div.three div.a, div.two div.a{
44    float: left;
45    clear: left;
46    width: 204px;
47}
48div.a div.padding, div.b div.padding, div.c div.padding, div.one div.padding{
49    padding: 0px 12px 20px 12px;
50}
51
52div.three div.b{
53    float: left;
54    width: 271px;
55}
56div.three div.c{
57    float: left;
58    clear: right;
59    width: 271px;
60}
61
62div.two div.b{
63    float: left;
64    clear: right;
65    width: 542px;
66}
67
68div.frame {
69    border-bottom: 1px solid #ccc;
70}
71
72/* Logo */
73
74
75h1#logo{
76    margin: 20px 5% 0 5%;
77    padding: 0;
78    float: left;
79    width: 155px;
80    height: 52px;
81}
82
83/* Nav Bar */
84
85#nav-global {
86    margin:0;
87    white-space:nowrap;
88    float: right;
89    /*position: absolute; margin:0; left:380px; top: 0px;*/
90    padding-right: 5%;
91    clear: right;
92    padding-bottom: 20px;
93}
94#nav-global li {
95    display:block;
96    float:left;
97    list-style-type:none;
98    margin:0;
99    padding:0;
100}
101#nav-global a {
102    display:block;
103    float:left;
104    /*font-family:"Trebuchet MS";
105    font-size: 110%; */
106    padding:42px 18px 7px 18px;
107    background:#000000;
108    color: #ccc;
109    border: 0px;
110    text-decoration: underline;
111}
112#nav-global a:hover {
113    color:white;
114    background: url(../img/main-nav-bg-on.png) bottom repeat-x;
115    border: 0px;
116}
117
118ul#navlist
119{
120    margin: 0;
121    padding:0;
122    padding-left: 5%;
123    padding-top: 8px;
124    color: #eee;
125    line-height: 20px;
126}
127
128ul#navlist  li {
129    display: inline;
130}
131
132ul#navlist li a
133{
134    /*font-family: Tahoma, sans-serif;
135    font-size: 11px;font-weight: bold;*/
136    border: 1px solid #fff;
137    /*padding: 0em 1em;*/
138    padding: 0 18px 0 18px;
139    color: #000;
140    margin-right: 9px;
141    text-decoration: none;
142    float: right;   
143}
144ul#navlist  li a#highlight , ul#navlist li a#highlight:hover
145{
146    color: #555;
147    padding-right: 33px;
148}
149
150ul#navlist li a:hover
151{
152    color: #b11;
153}
154
155ul#navlist li.active a.active,  ul#main-nav li.active a.active:hover
156{
157    color: #b00;
158    border: 1px solid #888;
159}
160
161
162
163/* Font Styles */
164
165a, a:link, a:visited, a:active {
166    color: #0040BB;
167    text-decoration: none;
168    border-bottom:  1px dotted #ccc;
169}
170a:hover{
171    color: #000;
172    border-bottom: 1px dotted #000;
173}
174
175a.no-underline, a.no-underline:link, a.no-underline:visited, a.no-underline:active {
176    border: 0px;
177}
178
179img.no-border{
180    border: 0px;
181}
182/* Paragraph Styles */
183
184.last{
185    padding-bottom: 0px;
186    margin-bottom: 0px;
187}
188
189.first{
190    margin-top: 0px;
191}
192
193blockquote {
194        padding-left: 10px;
195        padding-right: 10px;
196        margin-left: 5px;
197        margin-right: 0;
198        border-left: #ddd;
199        border-width: 0 0 0 1px;
200        border-style: none none none solid;
201}
202p.first, form{
203    padding: 0px;
204    margin: 0px;
205}
206
207.medium{
208    font-family: Verdana, Geneva, Arial, sans-serif;
209    font-size: 11px;
210    line-height: 19px;
211}
212
213.large{
214    font-size: 110%;
215}
216
217.small{
218    font-size: 90%;
219    line-height: 150%;
220    font-family: Verdana, sans-serif;
221    color: #000;
222}
223
224p.indent{
225    padding-left: 15px;
226    padding-bottom: 15px;
227}
228
229tt, code{
230    font-size: 130%;
231    color: #800000;
232}
233
234pre{
235   /* border-top: 1px dotted #000;
236    border-left: 1px dotted #000;
237    border-right: 1px solid #999;
238    border-bottom: 1px solid #999;
239    background: #eee;*/
240    font-size: 120%;
241   
242    padding: 3px 5px 3px 10px;
243    margin-right: 10px;
244}
245
246.go{
247    /*background: url(../img/go.png) no-repeat right bottom;*/
248    padding-right: 20px;
249}
250
251.help, a.help{
252    cursor: help;
253    font-weight: normal;
254}
255
256div.feature-highlight{
257    width: 550px;
258    background: #eee;
259    padding: 5px 10px 5px 10px;
260}
261
262/* Horizontal Rule */
263
264div.hr {
265    clear: both; line-height: 0px; font-size: 0px;     margin: 0px;
266    padding: 0px;
267    /*height: 4px;
268    url(../img/horizontal-rule.png) no-repeat;background: #000;
269    margin-bottom: 20px;
270    width: 770px;*/
271}
272hr {
273    height: 1em;
274    visibility: hidden;
275    margin: 0px;
276    padding: 0px;
277}
278
279/* Form Styles */
280
281.form-style input[type=submit]{
282    background: #87CD15;
283    color: #fff;
284    border-top: 1px solid #999;
285    border-left: 1px solid #999;
286    border-bottom: 1px solid #333;
287    border-right: 1px solid #333;
288}
289
290.form-style input[type=text], textarea,  input[type=file]{
291    font-family: Tahoma, sans-serif;
292    font-size: 11px;
293    color: #444;
294    background: #EAFEC2;
295    border: solid 1px #aaa;
296    padding: 3px;
297}
298
299.form-style select{
300    font-family: Tahoma, sans-serif;
301    font-size: 11px;
302    color: #444;
303    background: #EAFEC2;
304    border: solid 1px #aaa;
305}
306
307/* Lists */
308
309ul.large{
310    padding: 0 0 0 15px;
311    margin: 0 0 15px 0px;
312}   
313ul.large li a {
314    font-weight: normal;
315}   
316
317
318/* Header Styles */
319
320h1.first{
321    margin-top: 0px;
322    margin-bottom: 2px;
323    border-bottom: 1px solid #666;
324    background: #fFF;
325    padding: 3px;
326}
327
328h1, h2, h3 {
329        font-size: 170%;
330        line-height: normal;
331        font-weight: normal;
332        font-family: Arial, sans-serif;
333        color: #000000;
334        text-decoration: none;
335        /*margin: 0 0 12px 0;
336        padding: 0;*/
337        text-align: left;
338}
339
340h2{
341    font-size: 140%;
342}
343
344h3 {
345    font-size: 120%;
346}
347
348h4{
349    font-size: 100%;
350}
351
352h4.asterix{
353    /*background: url(../img/box-small.png) no-repeat left center;*/
354    padding: 0px 0px 0px 15px;
355    margin: 0px;
356    /*font-size: 110%; */
357    color: #000000;
358}
359
360.main-exception {
361    font-size: 200%;
362}
363
364/* Boxes */
365
366#formats {
367    margin: 0 0 12px 14px;
368    font-size: 11px;
369    color: #888;
370    float: right;
371}
372
373#formats .title {
374    color: #222;
375}
376
377#formats a {
378    color: #22a;
379}
380
381#formats a:hover {
382    border-bottom: 1px solid #33f;
383}
384
385#formats a.active {
386    color: #0b0;
387    border-bottom: none;
388}
389
390div.faq-box{
391    /*border-style: solid;
392    border-color: #C6F27A;
393    border-width: 1px;*/
394    /*background:url('../img/hatch-green.png');*/
395    padding: 10px;
396    /*font-family: Verdana, Geneva, Arial, sans-serif;
397    font-size: 11px;
398    line-height: 17px;*/
399   
400}
401div.highlight-box{
402    border-style: solid;
403    border-color: #cccccc;
404    border-width: 1px;
405    background:url('../img/hatch-yellow.png');
406    padding: 10px;
407    color: #555;
408    /*font-family: Verdana, Geneva, Arial, sans-serif;
409    font-size: 11px;
410    line-height: 17px;*/
411}
412
413.box-top{
414    width: 518px;
415    /*background: url(../img/box-top.png) no-repeat left top;*/
416    padding-top: 7px;
417    margin-bottom: 15px;
418}
419.box-middle{
420    /*background: url(../img/box-middle.png) repeat-y left top;*/
421}
422.box-bottom{
423    /*background: url(../img/box-bottom.png) no-repeat left bottom;*/
424    padding: 0 10px 11px 12px;
425}
426
427
428/* Utility Styles */
429
430.content-padding{
431    padding: 0px 6.5% 40px 6.5%;
432}
433.sidebar-padding{
434    padding: 15px 15px 40px 25px;
435}
436.invisible{
437    visibility: hidden;
438    font-size: 1px;
439    padding: 0px;
440    line-height: 0px;
441    margin: 0px;
442}
443
444a.no-underline{
445    border: 0px;
446}
447
448img.no-border{
449    border: 0px;
450}
451
452br.clear{
453    clear: both;
454    width: 100%;
455}
456
457
458/* Quotes */
459.quote-top p{
460    padding: 0px;
461    margin: 0px;
462 
463}
464.quote-top{
465    font-family: tahoma;
466   
467    /*background: url(../img/quote-top.png) no-repeat left top;*/
468    padding-left: 25px;
469    padding-top: 4px;
470}
471.quote-bottom{
472    /*background: url(../img/quote-bottom.png) no-repeat right bottom;*/
473    padding-right: 17px;
474    padding-bottom: 7px;
475}
476.quote-author{
477   
478    /*background: url(../img/quote-author.png) no-repeat left top;*/
479    padding-left: 20px;
480    padding-bottom: 20px;
481}
482/* Footer Styles */
483
484#footer{padding: 5px 5% 40px 5%;}
485#footer p{
486    color: #333;
487}
488#footer a{
489    font-weight: normal;
490}
491#footer a:visited{
492    color: #666;
493    text-decoration: none;
494    border-bottom: 1px dotted;
495}
496#footer a{
497    color: #888;
498    font-weight: normal;
499}
500#footer a:hover{
501    color: #000;
502    text-decoration: none;
503    border-bottom: 1px dotted;
504}
505
506
507table {
508  width: 100%;
509}
510
511tr.header {
512  background-color: #006;
513  color: #fff;
514}
515
516tr.even {
517  background-color: #ddd;
518}
519
520table.variables td {
521  vertical-align: top;
522  overflow: auto;
523}
524
525a.button {
526  background-color: #ccc;
527  border: 2px outset #aaa;
528  color: #000;
529  text-decoration: none;
530}
531
532a.button:hover {
533  background-color: #ddd;
534}
535
536code.source {
537  color: #006;
538}
539
540a.switch_source {
541  color: #090;
542  text-decoration: none;
543}
544
545a.switch_source:hover {
546  background-color: #ddd;
547}
548
549.source-highlight {
550  background-color: #ff9;
551}
552
553.red { color:#FF0000; }
554.bold { font-weight: bold; }
555
556.hidden-data {display: none}
557
558#util-link a, #util-link a:link, #util-link a:visited,
559#util-link a:active {
560    border-bottom: 2px outset #aaa
561}
562
563/* Mako Styles */
564
565.stacktrace { margin:5px 5px 5px 5px; }
566.highlight { padding:0px 10px 0px 10px; background-color:#9F9FDF; }
567.nonhighlight { padding:0px; background-color:#DFDFDF; }
568.sample { padding:10px; margin:10px 10px 10px 10px; font-family:monospace; font-size: 110%; }
569.sampleline { padding:0px 10px 0px 10px; }
570.sourceline { margin:5px 5px 10px 5px; font-family:monospace; font-size: 110%;}
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。