Created
January 8, 2011 18:19
-
-
Save bobbygrace/771040 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<style type="text/css"> | |
.badge { position: fixed; display: block; bottom: 5px; height: 40px; text-indent: -9999em; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), 0 1px 0 rgba(255, 255, 255, 0.2) inset; } | |
.badge.rtd { background: #257597 url(http://media.readthedocs.org/images/badge-rtd.png) top left no-repeat; border: 1px solid #282E32; width: 160px; right: 5px; } | |
.badge.revsys { background: #465158 url(http://media.readthedocs.org/images/badge-revsys.png) top left no-repeat; border: 1px solid #1C5871; width: 290px; right: 173px; } | |
.badge.revsys-sm { background: #465158 url(http://media.readthedocs.org/images/badge-revsys-sm.png) top left no-repeat; border: 1px solid #1C5871; width: 205px; right: 173px; } | |
</style> | |
<a href="http://readthedocs.org" class="badge rtd">Brought to you by Read the Docs</a> | |
<a href="http://www.revsys.com?ref=rtd" class="badge revsys"> Sponsored by RevSys - Didn't find your answer here? Maybe Revolustion Systems can help!</a> | |
<a href="http://www.revsys.com?ref=rtd" class="badge revsys-sm"> Sponsored by RevSys - Didn't find your answer here? Maybe Revolustion Systems can help!</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment