Commit 4ff082f33b17fac0eb21ee5bd60a932b549a531b

Authored by AurelioAHeckert
1 parent 9ac56926

ActionItem644: zen3 footer ok

git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2442 3f533792-8f58-4932-b0fe-aaf55b0a4547
public/designs/themes/zen3/footer.rhtml
... ... @@ -2,10 +2,10 @@
2 2 <%= _('A Ynternet.org project') %><br/>
3 3 Communication libre pour une société libre
4 4 </a>
  5 +
5 6 <div id="footer-dir">
6 7 <a href="http://zen3.net/zen3/credits-and-partners" id="footer-cred"><span>Credits & Partners</span></a>
7 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 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

public/designs/themes/zen3/images/logo-ynternet-footer.png 0 → 100644

692 Bytes

public/designs/themes/zen3/stylesheets/common.css
... ... @@ -82,10 +82,11 @@ ul li {
82 82 #footer-esq {
83 83 float: left;
84 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 90 #footer-dir {
90 91 width: 110px;
91 92 float: right;
... ... @@ -101,9 +102,16 @@ ul li {
101 102 display: block;
102 103 width: 88px;
103 104 height: 15px;
104   - margin: 0px auto 10px auto;
  105 + margin: 15px auto 10px auto;
105 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 115 #footer-zen3-aff {
108 116 display: block;
109 117 width: 88px;
... ...