浏览代码

Images for feed categories - new set

Images for categories missing from code · Issue #240 · seblucas/cops -
https://github.com/seblucas/cops/issues/240

New set of images created. 64*64 px
Tested on Android on light and dark backgrounds
Color used:
Color Hex #607b8b Light Sky Blue 4 -
http://www.color-hex.com/color/607b8b

Images are created from flaticon.com
You can make new ones online from this links:
http://www.flaticon.com/free-icon/user-silhouette_64096
http://www.flaticon.com/free-icon/books-piled-_14184
http://www.flaticon.com/free-icon/buildings_34271
http://www.flaticon.com/free-icon/signing-the-contract_66720
http://www.flaticon.com/free-icon/seo-tags_15564
http://www.flaticon.com/free-icon/abc-book_73353
http://www.flaticon.com/free-icon/small-wall-clock_3921

Creative Commons BY 3.0 Copyright notice for flaticon.com and
freepik.com included in Cops (required by icons tool)
master
Horus68 8 年前
父节点
当前提交
050361b532
共有 11 个文件被更改,包括 4 次插入2 次删除
  1. +1
    -0
      README
  2. +3
    -2
      base.php
  3. 二进制
      images/allbook.png
  4. 二进制
      images/author.png
  5. 二进制
      images/custom.png
  6. 二进制
      images/language.png
  7. 二进制
      images/publisher.png
  8. 二进制
      images/rating.png
  9. 二进制
      images/recent.png
  10. 二进制
      images/serie.png
  11. 二进制
      images/tag.png

+ 1
- 0
README 查看文件

@@ -73,6 +73,7 @@ It's tested by me and many other users but there's still some little bugs around
* str_format function come from http://tmont.com/blargh/2010/1/string-format-in-php
* All icons come from Font Awesome : http://fontawesome.github.io/Font-Awesome/
* Thanks to all testers, translators and contributors.
* Feed icons made by Freepik from Flaticon website licensed under Creative Commons BY 3.0 http://www.flaticon.com and http://www.freepik.com

External libraries used :
* JQuery : http://jquery.com/


+ 3
- 2
base.php 查看文件

@@ -418,7 +418,8 @@ class Entry
Book::ALL_RECENT_BOOKS_ID => 'images/recent.png',
Tag::ALL_TAGS_ID => 'images/tag.png',
Language::ALL_LANGUAGES_ID => 'images/language.png',
CustomColumn::ALL_CUSTOMS_ID => 'images/tag.png',
CustomColumn::ALL_CUSTOMS_ID => 'images/custom.png',
"cops:rating$" => 'images/rating.png',
"cops:books$" => 'images/allbook.png',
"cops:books:letter" => 'images/allbook.png',
Publisher::ALL_PUBLISHERS_ID => 'images/publisher.png'
@@ -572,7 +573,7 @@ class Page
$this->query = $pquery;
$this->n = $pn;
$this->favicon = $config['cops_icon'];
$this->authorName = empty($config['cops_author_name']) ? utf8_encode('Sbastien Lucas') : $config['cops_author_name'];
$this->authorName = empty($config['cops_author_name']) ? utf8_encode('Sébastien Lucas') : $config['cops_author_name'];
$this->authorUri = empty($config['cops_author_uri']) ? 'http://blog.slucas.fr' : $config['cops_author_uri'];
$this->authorEmail = empty($config['cops_author_email']) ? 'sebastien@slucas.fr' : $config['cops_author_email'];
}


二进制
images/allbook.png 查看文件

之前 之后
宽度: 16  |  高度: 16  |  大小: 622B 宽度: 64  |  高度: 64  |  大小: 1.1KB

二进制
images/author.png 查看文件

之前 之后
宽度: 16  |  高度: 16  |  大小: 741B 宽度: 64  |  高度: 64  |  大小: 1.2KB

二进制
images/custom.png 查看文件

之前 之后
宽度: 64  |  高度: 64  |  大小: 1.6KB

二进制
images/language.png 查看文件

之前 之后
宽度: 64  |  高度: 64  |  大小: 1.9KB

二进制
images/publisher.png 查看文件

之前 之后
宽度: 64  |  高度: 64  |  大小: 215B

二进制
images/rating.png 查看文件

之前 之后
宽度: 64  |  高度: 64  |  大小: 1.3KB

二进制
images/recent.png 查看文件

之前 之后
宽度: 16  |  高度: 16  |  大小: 626B 宽度: 64  |  高度: 64  |  大小: 1.6KB

二进制
images/serie.png 查看文件

之前 之后
宽度: 16  |  高度: 16  |  大小: 748B 宽度: 64  |  高度: 64  |  大小: 2.1KB

二进制
images/tag.png 查看文件

之前 之后
宽度: 16  |  高度: 16  |  大小: 586B 宽度: 64  |  高度: 64  |  大小: 1.1KB

正在加载...
取消
保存