/confluence_templates/footer.vm
https://bitbucket.org/bbangert/kai/ · Unknown · 26 lines · 24 code · 2 blank · 0 comment · 0 complexity · 84b43631446f4a9846536b4b0cd86d0b MD5 · raw file
- <style type="text/css">
- /** From custom.css **/
- /* Footer */
- /** Differs from custom; explicitly sets color back to white, and resets our
- font style, does it in p instead of the #ft div **/
- /*#ft { color:#f4f4f4; text-align:center; font-size:84.65%; padding:20px;}*/
- #ft p {
- color:#f4f4f4;
- text-align:center;
- font:13px/1.231 arial,helvetica,clean,sans-serif;
- font-size:84.65%;
- padding:20px;
- line-height:1.7;
- }
- #ft a {color:#f6c058}
- #ft a:hover { text-decoration:none; color:#f60}
- /** Reset Confluence's poweredby to non-black bg **/
- \#poweredby { background: #f0f0f0; }
- </style>
- </div>
- </div>
- <div id="ft">
- <p>Powered by Pylons - <a href="#">Contact Administrators</a></p>
- </div>