Commit 4ff082f33b17fac0eb21ee5bd60a932b549a531b
1 parent
9ac56926
Exists in
master
and in
29 other branches
ActionItem644: zen3 footer ok
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2442 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
4 changed files
with
14 additions
and
6 deletions
Show diff stats
public/designs/themes/zen3/footer.rhtml
@@ -2,10 +2,10 @@ | @@ -2,10 +2,10 @@ | ||
2 | <%= _('A Ynternet.org project') %><br/> | 2 | <%= _('A Ynternet.org project') %><br/> |
3 | Communication libre pour une société libre | 3 | Communication libre pour une société libre |
4 | </a> | 4 | </a> |
5 | + | ||
5 | <div id="footer-dir"> | 6 | <div id="footer-dir"> |
6 | <a href="http://zen3.net/zen3/credits-and-partners" id="footer-cred"><span>Credits & Partners</span></a> | 7 | <a href="http://zen3.net/zen3/credits-and-partners" id="footer-cred"><span>Credits & Partners</span></a> |
7 | <a href="http://zen3.net" id="footer-zen3-aff"><span>Zen3 Affiliated</span></a> | 8 | <a href="http://zen3.net" id="footer-zen3-aff"><span>Zen3 Affiliated</span></a> |
8 | - <a href="http://www.w3.org/TR/xhtml1" id="footer-w3c"><span>W3C Compliant</span></a> | ||
9 | </div> | 9 | </div> |
10 | -<%= language_chooser %> | ||
11 | 10 | ||
11 | +<a href="http://www.w3.org/TR/xhtml1" id="footer-w3c"><span>W3C Compliant</span></a> |
public/designs/themes/zen3/images/logo-ynternet-footer.gif
532 Bytes
692 Bytes
public/designs/themes/zen3/stylesheets/common.css
@@ -82,10 +82,11 @@ ul li { | @@ -82,10 +82,11 @@ ul li { | ||
82 | #footer-esq { | 82 | #footer-esq { |
83 | float: left; | 83 | float: left; |
84 | text-align: left; | 84 | text-align: left; |
85 | - background: url(../images/logo-ynternet-footer.gif) no-repeat 0% 50%; | ||
86 | - padding: 6px 0px 10px 45px; | ||
87 | - margin-top: 10px; | 85 | + background: url(../images/logo-ynternet-footer.png) no-repeat 0% 50%; |
86 | + padding: 6px 0px 5px 30px; | ||
87 | + margin-top: 5px; | ||
88 | } | 88 | } |
89 | + | ||
89 | #footer-dir { | 90 | #footer-dir { |
90 | width: 110px; | 91 | width: 110px; |
91 | float: right; | 92 | float: right; |
@@ -101,9 +102,16 @@ ul li { | @@ -101,9 +102,16 @@ ul li { | ||
101 | display: block; | 102 | display: block; |
102 | width: 88px; | 103 | width: 88px; |
103 | height: 15px; | 104 | height: 15px; |
104 | - margin: 0px auto 10px auto; | 105 | + margin: 15px auto 10px auto; |
105 | background: url(../images/bt_w3c.gif) no-repeat 50% 50%; | 106 | background: url(../images/bt_w3c.gif) no-repeat 50% 50%; |
107 | + opacity: 0.6; | ||
108 | + filter: alpha(opacity=60); | ||
109 | +} | ||
110 | +#footer-w3c:hover { | ||
111 | + opacity: 1; | ||
112 | + filter: alpha(opacity=100); | ||
106 | } | 113 | } |
114 | + | ||
107 | #footer-zen3-aff { | 115 | #footer-zen3-aff { |
108 | display: block; | 116 | display: block; |
109 | width: 88px; | 117 | width: 88px; |