Mercurial > libervia-web
changeset 797:6f2200d720d5
themes: add "Powered by Salut à Toi" in the footer
author | souliane <souliane@mailoo.org> |
---|---|
date | Wed, 09 Dec 2015 02:31:52 +0100 |
parents | fad9c9f82ae3 |
children | 3c5b17a3d86e |
files | themes/default/static_blog.html themes/default/styles/blog.css |
diffstat | 2 files changed, 17 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/themes/default/static_blog.html Tue Dec 08 18:11:19 2015 +0100 +++ b/themes/default/static_blog.html Wed Dec 09 02:31:52 2015 +0100 @@ -114,5 +114,8 @@ {{ link(navlinks.older_messages) }} </div> </div> + <div class="powered"> + Powered by <a href="http://salut-a-toi.org" target="#"><img src="../media/icons/apps/16/sat.png"> Salut à Toi</a> + </div> </body> </html>
--- a/themes/default/styles/blog.css Tue Dec 08 18:11:19 2015 +0100 +++ b/themes/default/styles/blog.css Wed Dec 09 02:31:52 2015 +0100 @@ -211,3 +211,17 @@ margin-right: 10px; border-radius: 5px; } + +.powered { + text-align: center; + font-family: FreeSans,Liberation Sans,Arial,sans-serif; + color: rgb(51, 51, 51); + font-size: small; +} + +.powered a { + text-decoration: none; +} +.powered img { + vertical-align: bottom; +} \ No newline at end of file