mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-25 16:01:14 +02:00
add logo.
This commit is contained in:
BIN
icon-48.png
Normal file
BIN
icon-48.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
14
index.html
14
index.html
@@ -120,6 +120,19 @@
|
|||||||
border-top: 1px solid rgba(255,255,255,0.14);
|
border-top: 1px solid rgba(255,255,255,0.14);
|
||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
}
|
}
|
||||||
|
.logo {
|
||||||
|
display: inline-block;
|
||||||
|
height: 25px;
|
||||||
|
width: 48px;
|
||||||
|
background: url(icon-48.png) 0px -12px;
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
vertical-align: middle;
|
||||||
|
-webkit-filter: grayscale(0.9);
|
||||||
|
transition: 0.4s ease;
|
||||||
|
}
|
||||||
|
.footer:hover .logo {
|
||||||
|
-webkit-filter: grayscale(0);
|
||||||
|
}
|
||||||
.footer__right {
|
.footer__right {
|
||||||
font-size: 0;
|
font-size: 0;
|
||||||
line-height: 0;
|
line-height: 0;
|
||||||
@@ -229,6 +242,7 @@
|
|||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="logo"></div>
|
||||||
© Web-Maker
|
© Web-Maker
|
||||||
<a id="js-help-btn">
|
<a id="js-help-btn">
|
||||||
<svg style="width:20px; height:20px; vertical-align:text-bottom" viewBox="0 0 24 24">
|
<svg style="width:20px; height:20px; vertical-align:text-bottom" viewBox="0 0 24 24">
|
||||||
|
@@ -11,6 +11,7 @@
|
|||||||
],
|
],
|
||||||
"content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-oEJh/gQdHXu0Vw34Jd7uSMA+d9M2HnPWjJvHIqRgs0w='; object-src 'self'",
|
"content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-oEJh/gQdHXu0Vw34Jd7uSMA+d9M2HnPWjJvHIqRgs0w='; object-src 'self'",
|
||||||
"icons": {
|
"icons": {
|
||||||
"16": "icon-16.png"
|
"16": "icon-16.png",
|
||||||
|
"48": "icon-48.png"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user