/confluence_templates/footer.vm

https://bitbucket.org/bbangert/kai/ · Unknown · 26 lines · 24 code · 2 blank · 0 comment · 0 complexity · 84b43631446f4a9846536b4b0cd86d0b MD5 · raw file

  1. <style type="text/css">
  2. /** From custom.css **/
  3. /* Footer */
  4. /** Differs from custom; explicitly sets color back to white, and resets our
  5. font style, does it in p instead of the #ft div **/
  6. /*#ft { color:#f4f4f4; text-align:center; font-size:84.65%; padding:20px;}*/
  7. #ft p {
  8. color:#f4f4f4;
  9. text-align:center;
  10. font:13px/1.231 arial,helvetica,clean,sans-serif;
  11. font-size:84.65%;
  12. padding:20px;
  13. line-height:1.7;
  14. }
  15. #ft a {color:#f6c058}
  16. #ft a:hover { text-decoration:none; color:#f60}
  17. /** Reset Confluence's poweredby to non-black bg **/
  18. \#poweredby { background: #f0f0f0; }
  19. </style>
  20. </div>
  21. </div>
  22. <div id="ft">
  23. <p>Powered by Pylons - <a href="#">Contact Administrators</a></p>
  24. </div>