background-repeat: no-repeat;
}
.koha_url {
color: #666666;
div.koha_url {
border-top: none !important;
span.koha_url {
position: absolute;
right: 0;
font-size: 85%;
a.koha_url {
text-decoration:none;
/* pagination */
.pagination {
[% END %]
[% IF ( OpacKohaUrl ) %]
<span class="koha_url">
<a class="koha_url" href="http://koha-community.org">Powered by <strong>Koha</strong></a>
Powered by <strong>
[% IF template.name.match('opac-main.tt') %]
<a class="koha_url" href="http://koha-community.org">Koha</a>
[% ELSE %]
<a class="koha_url" rel="nofollow" href="http://koha-community.org">Koha</a>
</strong>
</span>
-