[add] new logo and news favicon
This commit is contained in:
parent
7bae9485fd
commit
d02bf19916
10 changed files with 9 additions and 5 deletions
BIN
images/favicon.xcf
Normal file
BIN
images/favicon.xcf
Normal file
Binary file not shown.
BIN
images/favicon_128.png
Normal file
BIN
images/favicon_128.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
BIN
images/favicon_16.png
Normal file
BIN
images/favicon_16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 684 B |
BIN
images/favicon_32.png
Normal file
BIN
images/favicon_32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.5 KiB |
BIN
images/favicon_64.png
Normal file
BIN
images/favicon_64.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4 KiB |
BIN
images/logo_fullsize.png
Normal file
BIN
images/logo_fullsize.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 64 KiB |
BIN
images/logo_myShaarli.png
Normal file
BIN
images/logo_myShaarli.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.1 KiB |
BIN
images/logo_myshaarli.xcf
Normal file
BIN
images/logo_myshaarli.xcf
Normal file
Binary file not shown.
|
@ -271,13 +271,13 @@ a, .linkdescription a {
|
|||
}
|
||||
|
||||
#pageheader #logo {
|
||||
background-image: url(../../images/logo.png);
|
||||
background-image: url(../../images/logo_myShaarli.png);
|
||||
background-repeat: no-repeat;
|
||||
cursor: pointer;
|
||||
float: left;
|
||||
height: 50px;
|
||||
height: 45px;
|
||||
margin: 0 10px;
|
||||
width: 105px;
|
||||
width: 120px;
|
||||
}
|
||||
|
||||
#pageheader {
|
||||
|
@ -1210,4 +1210,4 @@ a:hover, .linkdescription a:hover, .linktitle a:hover, .linkWallabag a:hover, .l
|
|||
#searchform_value, #tagfilter_value {
|
||||
width: 70%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -4,6 +4,10 @@
|
|||
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
||||
<link rel="alternate" type="application/rss+xml" href="{$feedurl}?do=rss{$searchcrits}#" title="RSS Feed" />
|
||||
<link rel="alternate" type="application/atom+xml" href="{$feedurl}?do=atom{$searchcrits}#" title="ATOM Feed" />
|
||||
<link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" />
|
||||
<!--<link href="images/favicon.ico#" rel="shortcut icon" type="image/x-icon" />-->
|
||||
<link rel="icon" type="image/png" sizes="128x128" href="images/favicon_128.png#" />
|
||||
<link rel="icon" type="image/png" sizes="64x64" href="images/favicon_64.png#" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="images/favicon_32.png#" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="images/favicon_16.png#" />
|
||||
<link type="text/css" rel="stylesheet" href="inc/styles/{$theme}.css?version={$version|urlencode}#" />
|
||||
{if condition="is_file('inc/user.css')"}<link type="text/css" rel="stylesheet" href="inc/user.css?version={$version}#" />{/if}
|
||||
|
|
Loading…
Reference in a new issue