Skip to content

Commit

Permalink
added favicons, proceded with Zcatalog
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr. Frank Hoffmann authored and Dr. Frank Hoffmann committed Jun 28, 2018
1 parent e3ad149 commit cf23e8b
Show file tree
Hide file tree
Showing 17 changed files with 113 additions and 1 deletion.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/zmi/styles/resources/logo/favicon/browserconfig.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<browserconfig>
<msapplication>
<tile>
<square70x70logo src="/++resource++zmi/logo/favicon/mstile-70x70.png"/>
<square150x150logo src="/++resource++zmi/logo/favicon/mstile-150x150.png"/>
<wide310x150logo src="/++resource++zmi/logo/favicon/mstile-310x150.png"/>
<square310x310logo src="/++resource++zmi/logo/favicon/mstile-310x310.png"/>
<TileColor>#2d89ef</TileColor>
</tile>
</msapplication>
</browserconfig>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/zmi/styles/resources/logo/favicon/favicon.ico
Binary file not shown.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
63 changes: 63 additions & 0 deletions src/zmi/styles/resources/logo/favicon/mstile-310x150.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/zmi/styles/resources/logo/favicon/safari-pinned-tab.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions src/zmi/styles/resources/logo/favicon/site.webmanifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "",
"short_name": "",
"icons": [
{
"src": "/++resource++zmi/logo/favicon/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/++resource++zmi/logo/favicon/android-chrome-256x256.png",
"sizes": "256x256",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}
5 changes: 5 additions & 0 deletions src/zmi/styles/resources/zmi_base.css
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,11 @@ td.zmi-rolename-check:hover {
}
textarea.zmi-code {
font-family:monospace;
/*
width: 100%;
box-shadow: inset 0px 0px 30px silver;
background: #f6f6f6;
*/
}
.code {
font-size: 87.5%;
Expand Down
2 changes: 1 addition & 1 deletion src/zmi/styles/resources/zmi_base.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function addItem( elm, base_url ) {
"File":{ "title":"File Object", "class":"far fa-file-archive" },
"Mail":{ "title":"Mail Folder", "class":"far fa-envelope" },
"Image":{ "title":"Image", "class":"far fa-file-image" },
"Control":{ "title":"Control Panel", "class":"fa fa-cogs" },
"Control":{ "title":"Control Panel", "class":"fa fa-cog" },
"Database":{ "title":"Database", "class":"fa fa-database" },
"ZSQLiteDA":{ "title":"Database", "class":"fa fa-database" },
"ZMySQLDA":{ "title":"MySQL-Database Adapter", "class":"fa fa-database" },
Expand Down

0 comments on commit cf23e8b

Please sign in to comment.