Revision 56d33521
b/ui/static/alt-main.css | ||
---|---|---|
10 | 10 |
margin: 0; |
11 | 11 |
padding: 0; |
12 | 12 |
border: 0; |
13 |
outline: 0; |
|
14 | 13 |
font-size: 100%; |
15 | 14 |
vertical-align: baseline; |
16 | 15 |
background: transparent; |
... | ... | |
19 | 18 |
|
20 | 19 |
body { |
21 | 20 |
line-height: 1; |
21 |
background:#fff url(../static/degrade-background.png) repeat scroll 0 0; |
|
22 |
margin: 0; |
|
22 | 23 |
} |
23 | 24 |
|
24 | 25 |
ol, ul { |
... | ... | |
37 | 38 |
|
38 | 39 |
/* remember to define focus styles! */ |
39 | 40 |
:focus { |
40 |
outline: 0;
|
|
41 |
outline: 1px dotted #87AADE;
|
|
41 | 42 |
} |
42 | 43 |
|
43 | 44 |
/* remember to highlight inserts somehow! */ |
... | ... | |
55 | 56 |
border-spacing: 0; |
56 | 57 |
} |
57 | 58 |
|
58 |
body { |
|
59 |
background:#fff url(../static/degrade-background.png) repeat scroll 0 0; |
|
60 |
margin: 0; |
|
61 |
} |
|
62 | 59 |
|
63 | 60 |
h5 { |
64 | 61 |
font-weight: normal; |
... | ... | |
66 | 63 |
margin-bottom:3px; |
67 | 64 |
} |
68 | 65 |
|
69 |
/* get rid of those system borders being generated for A tags */ |
|
70 |
a:active { |
|
71 |
outline:none; |
|
72 |
} |
|
73 |
|
|
74 |
*:focus { |
|
75 |
outline:0 !important; |
|
76 |
} |
|
77 |
|
|
78 | 66 |
/* root element for tabs */ |
79 | 67 |
ul.css-tabs { |
80 | 68 |
margin: 0 0 0 10px; |
... | ... | |
557 | 545 |
color: black !important; |
558 | 546 |
} |
559 | 547 |
|
560 |
.actions:hover a,.instance:hover .actions a { |
|
548 |
.actions a:focus, .actions:hover a,.instance:hover .actions a {
|
|
561 | 549 |
color: #3d3d3d; |
562 | 550 |
} |
563 | 551 |
|
... | ... | |
822 | 810 |
vertical-align: bottom; |
823 | 811 |
position: relative; |
824 | 812 |
top: -1px; |
825 |
*overflow: hidden;
|
|
813 |
overflow: hidden; |
|
826 | 814 |
} |
827 | 815 |
|
828 | 816 |
#misc { |
... | ... | |
891 | 879 |
#networks.seperator { |
892 | 880 |
background-color: #9d6d6a; |
893 | 881 |
} |
882 |
|
|
883 |
.instance h5 { |
|
884 |
margin-left: 84px; |
|
885 |
margin-right: 60px; |
|
886 |
} |
|
887 |
|
b/ui/templates/home.html | ||
---|---|---|
70 | 70 |
$(function() { |
71 | 71 |
if ($("link").attr("href") == "static/alt-main.css") { |
72 | 72 |
$('ul.css-tabs li').hover(function(){ |
73 |
$(this).find('a').animate({top:'0px'},{queue:true, duration:'slow'}); |
|
73 |
$(this).find('a:not(.current)').animate({top:'-3px'},{queue:false,duration:150}); |
|
74 |
}, function(){ |
|
75 |
$(this).find('a:not(.current)').animate({top:'0px'},{queue:false,duration:150}); |
|
74 | 76 |
}); |
75 | 77 |
} |
76 | 78 |
}); |
Also available in: Unified diff