mirror of
https://github.com/kremalicious/Badged.git
synced 2024-11-22 01:46:50 +01:00
small kremalicious logo
This commit is contained in:
parent
d63f10048a
commit
a4550c648f
@ -45,13 +45,20 @@ input.button-primary {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.kremalicious {
|
||||
background: url('../img/kremalicious-cloud.svg') no-repeat left -2px;
|
||||
padding-left: 20px;
|
||||
margin-left: 10px;
|
||||
background-size: 16px;
|
||||
}
|
||||
|
||||
@media
|
||||
only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
||||
only screen and ( min--moz-device-pixel-ratio: 1.5),
|
||||
only screen and ( -o-min-device-pixel-ratio: 3/2),
|
||||
only screen and ( min-device-pixel-ratio: 1.5) {
|
||||
#badgedoptions .icon32 {
|
||||
background-image: url(../img/icon-badged-32@2x.png) !important;
|
||||
background-image: url('../img/icon-badged-32@2x.png') !important;
|
||||
-webkit-background-size: 32px 32px;
|
||||
-moz-background-size: 32px 32px;
|
||||
background-size: 32px 32px;
|
||||
|
18
badged/admin/assets/img/kremalicious-cloud.svg
Normal file
18
badged/admin/assets/img/kremalicious-cloud.svg
Normal file
@ -0,0 +1,18 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 17.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="16px" height="16px" viewBox="0 0 16 16" enable-background="new 0 0 16 16" xml:space="preserve">
|
||||
<g>
|
||||
<g>
|
||||
<path fill-rule="evenodd" clip-rule="evenodd" d="M15.989,10V9h-2.07V8h1.734V7.03h-1.734V6h0.705V5H13.93V4.949h-0.011V4.266H13
|
||||
v0.683h-1.162V3.926l1.776-0.018c0,0,0.149-0.005,0.387-0.005C13.241,2.953,10.625,2,9.313,2C7.534,2,6.02,3.466,5.433,5.042
|
||||
C5.085,4.567,4.528,4,3.893,4C2.836,4,1.98,5.112,1.98,6.169c0,0.087,0.015,0.171,0.026,0.255C0.866,6.91,0.067,8.039,0.067,9.357
|
||||
c0,1.761,1.428,3.63,3.188,3.63h8.3V13h2.027v-0.766h-1.745V11.54H13v0.683h0.919V11.54h1.03v-0.347h-1.03V10H15.989z M13,9
|
||||
h-1.162V8H13V9z M13,7.03h-1.162V6H13V7.03z M10.754,6.662l0.022-0.325l0.39-0.022L11.159,6h0.332v1.03h-1.084V6.662H10.754z
|
||||
M11.469,3.93l0.022,0v0.304v0.715h-0.354l-0.015-0.694l0.369-0.022L11.469,3.93z M9,8l1.168-0.265V8h1.322v1h-0.683v0.09H9.065
|
||||
L9,8z M11.139,10h0.352v1.605c-0.176-0.468-0.323-0.995-0.347-1.497C11.142,10.066,11.141,10.039,11.139,10z M13,11.193h-1.162V10
|
||||
H13V11.193z"/>
|
||||
</g>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 1.4 KiB |
@ -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 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" href="http://mkretschmann.com">Matthias Kretschmann</a> (<a href="https://twitter.com/kremalicious">@kremalicious</a>)</span>
|
||||
</p>
|
||||
</footer>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user