changeset 821:a91f0ff3958c

server (blog/themes): replace previously removed icons
author souliane <souliane@mailoo.org>
date Fri, 08 Jan 2016 11:37:47 +0100
parents 4d87bc322a6c
children 2819e4241e78
files src/browser/public/libervia.css themes/default/images/flaticon/COPYING themes/default/images/flaticon/README themes/default/images/flaticon/clock104.png themes/default/images/flaticon/comment33.png themes/default/images/flaticon/tag67.png themes/default/styles/blog.css
diffstat 7 files changed, 11 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/browser/public/libervia.css	Thu Jan 07 21:31:12 2016 +0100
+++ b/src/browser/public/libervia.css	Fri Jan 08 11:37:47 2016 +0100
@@ -1017,7 +1017,7 @@
     white-space: nowrap;
     color: #005D99;
     text-decoration: none;
-    background: transparent url("../themes/default/images/blueSilence/tag.png") no-repeat scroll 0px 0px;
+    background: transparent url("../themes/default/images/flaticon/tag67.png") no-repeat scroll 0px 0px;
 }
 /* END TAGS */
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/default/images/flaticon/COPYING	Fri Jan 08 11:37:47 2016 +0100
@@ -0,0 +1,2 @@
+The work in this directory is licensed under the Creative Commons BY 3.0 License. To view a copy of this license, visit http://creativecommons.org/licenses/by/3.0/ or send a letter to Creative Commons, 171 2nd Street, Suite 300, San Francisco, California, 94105, USA.
+
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/themes/default/images/flaticon/README	Fri Jan 08 11:37:47 2016 +0100
@@ -0,0 +1,5 @@
+The work in this directory is licensed under the Creative Commons BY 3.0 License and comes from http://www.flaticon.com.
+List of files and their autorships:
+    - clock104.png from Icon Works <http://icon-works.com>
+    - comment33.png from Dave Gandy <http://fontawesome.io>
+    - tag67.png from Katarina Stefanikova <http://cmdspace.com/kstefanikova>
Binary file themes/default/images/flaticon/clock104.png has changed
Binary file themes/default/images/flaticon/comment33.png has changed
Binary file themes/default/images/flaticon/tag67.png has changed
--- a/themes/default/styles/blog.css	Thu Jan 07 21:31:12 2016 +0100
+++ b/themes/default/styles/blog.css	Fri Jan 08 11:37:47 2016 +0100
@@ -60,7 +60,7 @@
 }
 
 .mblog_comments{
-    background: url("../images/include/comment.gif") no-repeat scroll 0px 2px transparent;
+    background: url("../images/flaticon/comment33.png") no-repeat scroll 0px 2px transparent;
     padding: 0px 0px 0px 18px;
 }
 
@@ -112,7 +112,7 @@
 .mblog_timestamp {
     display: table-cell;
     float: right;
-    background: url("../images/include/date.gif") no-repeat scroll 0px 1px transparent;
+    background: url("../images/flaticon/clock104.png") no-repeat scroll 0px 1px transparent;
     padding: 0px 0px 0px 18px;
 }
 
@@ -135,7 +135,7 @@
     white-space: nowrap;
     color: #005D99;
     text-decoration: none;
-    background: transparent url("../images/blueSilence/tag.png") no-repeat scroll 0px 0px;
+    background: transparent url("../images/flaticon/tag67.png") no-repeat scroll 0px 0px;
 }
 /* END TAGS */