mirror of
https://github.com/kremalicious/Badged.git
synced 2024-11-22 09:56:50 +01:00
better logo
This commit is contained in:
parent
a4550c648f
commit
f2907c1202
@ -3,7 +3,8 @@
|
|||||||
/* ============================================================== */
|
/* ============================================================== */
|
||||||
|
|
||||||
#badgedoptions a,
|
#badgedoptions a,
|
||||||
input.button-primary {
|
input.button-primary,
|
||||||
|
.kremalicious {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
-webkit-transition: all .2s ease-in-out 0s;
|
-webkit-transition: all .2s ease-in-out 0s;
|
||||||
-moz-transition: all .2s ease-in-out 0s;
|
-moz-transition: all .2s ease-in-out 0s;
|
||||||
@ -28,7 +29,7 @@ input.button-primary {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#badgedoptions .icon32 {
|
#badgedoptions .icon32 {
|
||||||
background-image: url(../img/icon-badged-32.png);
|
background-image: url('../img/icon-badged-32.png');
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-position: center center;
|
background-position: center center;
|
||||||
}
|
}
|
||||||
@ -47,11 +48,23 @@ input.button-primary {
|
|||||||
|
|
||||||
.kremalicious {
|
.kremalicious {
|
||||||
background: url('../img/kremalicious-cloud.svg') no-repeat left -2px;
|
background: url('../img/kremalicious-cloud.svg') no-repeat left -2px;
|
||||||
padding-left: 20px;
|
|
||||||
margin-left: 10px;
|
|
||||||
background-size: 16px;
|
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
|
@media
|
||||||
only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
||||||
only screen and ( min--moz-device-pixel-ratio: 1.5),
|
only screen and ( min--moz-device-pixel-ratio: 1.5),
|
||||||
|
@ -32,7 +32,7 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<p>
|
<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>
|
<?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>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user