From 023579d1d8ef0a920b25ce57a13ce8e08e535efe Mon Sep 17 00:00:00 2001 From: nicosomb Date: Mon, 15 Apr 2013 15:09:00 +0200 Subject: =?UTF-8?q?nouvelles=20ic=C3=B4nes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CREDITS | 4 ++-- css/style.css | 22 +++++++++------------- img/archive-off.png | Bin 326 -> 0 bytes img/archive-on.png | Bin 333 -> 0 bytes img/checkmark-off.png | Bin 0 -> 277 bytes img/checkmark-on.png | Bin 0 -> 235 bytes img/delete.png | Bin 314 -> 0 bytes img/fav-off.png | Bin 301 -> 0 bytes img/fav-on.png | Bin 301 -> 0 bytes img/remove.png | Bin 0 -> 252 bytes img/star-off.png | Bin 0 -> 314 bytes img/star-on.png | Bin 0 -> 281 bytes 12 files changed, 11 insertions(+), 15 deletions(-) delete mode 100644 img/archive-off.png delete mode 100644 img/archive-on.png create mode 100755 img/checkmark-off.png create mode 100755 img/checkmark-on.png delete mode 100644 img/delete.png delete mode 100644 img/fav-off.png delete mode 100644 img/fav-on.png create mode 100755 img/remove.png create mode 100755 img/star-off.png create mode 100755 img/star-on.png diff --git a/CREDITS b/CREDITS index 77c87e99..916eae5d 100644 --- a/CREDITS +++ b/CREDITS @@ -2,8 +2,8 @@ poche is based on : * ReadItYourself http://www.memiks.fr/readityourself/ * PHP Readability http://www.keyvan.net/2010/08/php-readability/ * Encoding https://github.com/neitanod/forceutf8 - -The logo is made by Brightmix http://www.iconfinder.com/icondetails/43256/128/jeans_monotone_pocket_icon +* logo by Brightmix http://www.iconfinder.com/icondetails/43256/128/jeans_monotone_pocket_icon +* icons http://icomoon.io poche is developed by Nicolas LÅ“uillet under the Do What the Fuck You Want to Public License diff --git a/css/style.css b/css/style.css index d77fb9e7..ee99dbcf 100644 --- a/css/style.css +++ b/css/style.css @@ -66,7 +66,7 @@ footer { } input[type=submit].delete { - background : url('../img/delete.png') no-repeat center center; + background : url('../img/remove.png') no-repeat center center; width : 16px; height :16px; border : none; @@ -145,39 +145,35 @@ input[type=submit].delete { } a.fav span { - background: url('../img/fav-on.png') no-repeat; + background: url('../img/star-on.png') no-repeat; } a.fav span:hover { - background: url('../img/fav-off.png') no-repeat; + background: url('../img/star-off.png') no-repeat; } a.fav-off span { - background: url('../img/fav-off.png') no-repeat; + background: url('../img/star-off.png') no-repeat; } a.fav-off span:hover { - background: url('../img/fav-on.png') no-repeat; + background: url('../img/star-on.png') no-repeat; } a.archive span { - background: url('../img/archive-on.png') no-repeat; + background: url('../img/checkmark-on.png') no-repeat; } a.archive span:hover { - background: url('../img/archive-off.png') no-repeat; + background: url('../img/checkmark-off.png') no-repeat; } a.archive-off span { - background: url('../img/archive-off.png') no-repeat; + background: url('../img/checkmark-off.png') no-repeat; } a.archive-off span:hover { - background: url('../img/archive-on.png') no-repeat; -} - -a.delete span { - background: url('../img/delete.png') no-repeat; + background: url('../img/checkmark-on.png') no-repeat; } /*** ***/ diff --git a/img/archive-off.png b/img/archive-off.png deleted file mode 100644 index 25622167..00000000 Binary files a/img/archive-off.png and /dev/null differ diff --git a/img/archive-on.png b/img/archive-on.png deleted file mode 100644 index 63cef2cd..00000000 Binary files a/img/archive-on.png and /dev/null differ diff --git a/img/checkmark-off.png b/img/checkmark-off.png new file mode 100755 index 00000000..3db5a06d Binary files /dev/null and b/img/checkmark-off.png differ diff --git a/img/checkmark-on.png b/img/checkmark-on.png new file mode 100755 index 00000000..cd3abb2c Binary files /dev/null and b/img/checkmark-on.png differ diff --git a/img/delete.png b/img/delete.png deleted file mode 100644 index 5924fa75..00000000 Binary files a/img/delete.png and /dev/null differ diff --git a/img/fav-off.png b/img/fav-off.png deleted file mode 100644 index 414a5c51..00000000 Binary files a/img/fav-off.png and /dev/null differ diff --git a/img/fav-on.png b/img/fav-on.png deleted file mode 100644 index c4d858a9..00000000 Binary files a/img/fav-on.png and /dev/null differ diff --git a/img/remove.png b/img/remove.png new file mode 100755 index 00000000..f8ad56a3 Binary files /dev/null and b/img/remove.png differ diff --git a/img/star-off.png b/img/star-off.png new file mode 100755 index 00000000..6a0133a7 Binary files /dev/null and b/img/star-off.png differ diff --git a/img/star-on.png b/img/star-on.png new file mode 100755 index 00000000..a9f96eaa Binary files /dev/null and b/img/star-on.png differ -- cgit v1.2.3