Commit 9ede4b267cb21741eb22a1401011727ca2499deb
1 parent
d6010cf0
Exists in
master
and in
28 other branches
ActionItem532: zen3 footer and forgoten files
git-svn-id: https://svn.colivre.coop.br/svn/noosfero/trunk@2411 3f533792-8f58-4932-b0fe-aaf55b0a4547
Showing
8 changed files
with
121 additions
and
7 deletions
Show diff stats
public/designs/themes/zen3/footer.rhtml
@@ -2,9 +2,10 @@ | @@ -2,9 +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 | -<a href="http://www1.loterie.ch" id="footer-dir"> | ||
6 | - <%= _('Sponsored by Loterie Romande') %><br/> | ||
7 | - lottery games in Switzerland | ||
8 | -</a> | 5 | +<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" 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 | <%= language_chooser %> | 10 | <%= language_chooser %> |
10 | 11 |
353 Bytes
3.05 KB
public/designs/themes/zen3/stylesheets/blocks/my-network-block.css
0 → 100644
@@ -0,0 +1,24 @@ | @@ -0,0 +1,24 @@ | ||
1 | +#content .my-network-block { | ||
2 | + border: 1px solid #B40; | ||
3 | + background: url(../../images/bg-top.png) repeat-x; | ||
4 | + margin: 0px 20px 0px 10px; | ||
5 | + padding: 0px; | ||
6 | +} | ||
7 | + | ||
8 | +#content .my-network-block h3 { | ||
9 | + padding: 5px 0px 0px 10px; | ||
10 | +} | ||
11 | + | ||
12 | +.my-network-block ul { | ||
13 | + Xborder: 1px solid green; | ||
14 | + margin: 0px; | ||
15 | + padding: 0px 0px 10px 40px; | ||
16 | +} | ||
17 | + | ||
18 | +.my-network-block a { | ||
19 | + color: #B40; | ||
20 | +} | ||
21 | +.my-network-block a:hover { | ||
22 | + color: #600; | ||
23 | +} | ||
24 | + |
public/designs/themes/zen3/stylesheets/blocks/recent-documents-block.css
0 → 100644
@@ -0,0 +1,26 @@ | @@ -0,0 +1,26 @@ | ||
1 | +.recent-documents-block li { | ||
2 | + font-weight: bold; | ||
3 | + Xposition: relative; | ||
4 | + margin-left: -3px; | ||
5 | + Xborder: 3px dotted #FFF; | ||
6 | +} | ||
7 | + | ||
8 | +.recent-documents-block li a { | ||
9 | + position: relative; | ||
10 | + display: block; | ||
11 | + border: 3px dotted #FFF; | ||
12 | + padding: 0px 0px 0px 4px; | ||
13 | + Xpadding: 0px 3px; | ||
14 | + left: -6px; | ||
15 | + top: 0px; | ||
16 | +} | ||
17 | +.msie .recent-documents-block li a { | ||
18 | + top: -3px; | ||
19 | +} | ||
20 | +.msie6 .recent-documents-block li a { | ||
21 | + width: 99%; | ||
22 | +} | ||
23 | +.recent-documents-block li a:hover { | ||
24 | + border: 3px dotted #FD8; | ||
25 | +} | ||
26 | + |
public/designs/themes/zen3/stylesheets/common.css
@@ -84,12 +84,43 @@ ul li { | @@ -84,12 +84,43 @@ ul li { | ||
84 | text-align: left; | 84 | text-align: left; |
85 | background: url(../images/logo-ynternet-footer.gif) no-repeat 0% 50%; | 85 | background: url(../images/logo-ynternet-footer.gif) no-repeat 0% 50%; |
86 | padding: 6px 0px 10px 45px; | 86 | padding: 6px 0px 10px 45px; |
87 | + margin-top: 10px; | ||
87 | } | 88 | } |
88 | #footer-dir { | 89 | #footer-dir { |
90 | + width: 110px; | ||
89 | float: right; | 91 | float: right; |
90 | - text-align: right; | ||
91 | - background: url(../images/logo-loterie-footer.gif) no-repeat 100% 50%; | ||
92 | - padding: 6px 45px 10px 0px; | 92 | + text-align: center; |
93 | + margin: 0px 15px 0px 0px; | ||
94 | +} | ||
95 | +#footer #footer-dir a { | ||
96 | + border-bottom: none; | ||
97 | + text-decoration: none; | ||
98 | +} | ||
99 | + | ||
100 | +#footer-w3c { | ||
101 | + display: block; | ||
102 | + width: 88px; | ||
103 | + height: 15px; | ||
104 | + margin: 0px auto 10px auto; | ||
105 | + background: url(../images/bt_w3c.gif) no-repeat 50% 50%; | ||
106 | +} | ||
107 | +#footer-zen3-aff { | ||
108 | + display: block; | ||
109 | + width: 88px; | ||
110 | + height: 30px; | ||
111 | + margin: 3px auto; | ||
112 | + background: url(../images/zen3-affiliated.png) no-repeat 50% 50%; | ||
113 | +} | ||
114 | +#footer-w3c span, | ||
115 | +#footer-zen3-aff span { | ||
116 | + display: none; | ||
117 | +} | ||
118 | + | ||
119 | +#footer-cred { | ||
120 | + position: relative; | ||
121 | + font-weight: bold; | ||
122 | + padding-bottom: 1px; | ||
123 | + border-bottom: 2px dotted #FFF; | ||
93 | } | 124 | } |
94 | 125 | ||
95 | #footer-esq:hover, | 126 | #footer-esq:hover, |
@@ -0,0 +1,24 @@ | @@ -0,0 +1,24 @@ | ||
1 | +#content .recent-documents-block { | ||
2 | + padding: 10px 0px 10px 10px; | ||
3 | +} | ||
4 | + | ||
5 | +.recent-documents-block ul { | ||
6 | + margin: 0px; | ||
7 | + padding: 0px 0px 0px 20px; | ||
8 | +} | ||
9 | +.recent-documents-block li { | ||
10 | + margin: 0px; | ||
11 | + padding: 0px; | ||
12 | +} | ||
13 | + | ||
14 | +.recent-documents-block a { | ||
15 | + text-decoration: none; | ||
16 | +} | ||
17 | + | ||
18 | +.recent-documents-block .block-footer-content { | ||
19 | + font-size: 10px; | ||
20 | +} | ||
21 | +.recent-documents-block .block-footer-content a:hover { | ||
22 | + text-decoration: underline; | ||
23 | +} | ||
24 | + |