mirror of
https://github.com/kremalicious/Badged.git
synced 2024-11-22 01:46:50 +01:00
better logo
This commit is contained in:
parent
a4550c648f
commit
f2907c1202
@ -3,7 +3,8 @@
|
||||
/* ============================================================== */
|
||||
|
||||
#badgedoptions a,
|
||||
input.button-primary {
|
||||
input.button-primary,
|
||||
.kremalicious {
|
||||
text-decoration: none;
|
||||
-webkit-transition: all .2s ease-in-out 0s;
|
||||
-moz-transition: all .2s ease-in-out 0s;
|
||||
@ -28,7 +29,7 @@ input.button-primary {
|
||||
}
|
||||
|
||||
#badgedoptions .icon32 {
|
||||
background-image: url(../img/icon-badged-32.png);
|
||||
background-image: url('../img/icon-badged-32.png');
|
||||
background-repeat: no-repeat;
|
||||
background-position: center center;
|
||||
}
|
||||
@ -47,11 +48,23 @@ input.button-primary {
|
||||
|
||||
.kremalicious {
|
||||
background: url('../img/kremalicious-cloud.svg') no-repeat left -2px;
|
||||
padding-left: 20px;
|
||||
margin-left: 10px;
|
||||
background-size: 16px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-left: 10px;
|
||||
margin-right: 1px;
|
||||
margin-bottom: -1px;
|
||||
display: inline-block;
|
||||
vertical-align: bottom;
|
||||
opacity: .5;
|
||||
}
|
||||
|
||||
.kremalicious-link:hover .kremalicious {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@media
|
||||
only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
||||
only screen and ( min--moz-device-pixel-ratio: 1.5),
|
||||
|
@ -32,7 +32,7 @@
|
||||
<footer>
|
||||
<p>
|
||||
<?php _e('Thanks for using', 'bdgd'); ?> <a href="http://www.kremalicious.com/2011/12/badged/" title="Badged Blog Post">Badged</a> (<a href="https://github.com/kremalicious/Badged/" title="Badged On Github">github</a>) · <a href="http://krlc.us/givecoffee"><strong><?php _e('Donate', 'bdgd'); ?></strong></a>
|
||||
<span class="alignright"><?php _e('Created by', 'bdgd'); ?> <a class="kremalicious" href="http://mkretschmann.com">Matthias Kretschmann</a> (<a href="https://twitter.com/kremalicious">@kremalicious</a>)</span>
|
||||
<span class="alignright"><?php _e('Created by', 'bdgd'); ?> <a class="kremalicious-link" href="http://mkretschmann.com"><span class="kremalicious"></span> Matthias Kretschmann</a> (<a href="https://twitter.com/kremalicious">@kremalicious</a>)</span>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user