Mercurial > libervia-web
comparison themes/default/styles/blog.css @ 821:a91f0ff3958c
server (blog/themes): replace previously removed icons
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 08 Jan 2016 11:37:47 +0100 |
parents | 6f2200d720d5 |
children | 3eb26b269539 |
comparison
equal
deleted
inserted
replaced
820:4d87bc322a6c | 821:a91f0ff3958c |
---|---|
58 font-family: FreeSans, Liberation Sans, Arial, sans-serif; | 58 font-family: FreeSans, Liberation Sans, Arial, sans-serif; |
59 color: rgb(51, 51, 51); | 59 color: rgb(51, 51, 51); |
60 } | 60 } |
61 | 61 |
62 .mblog_comments{ | 62 .mblog_comments{ |
63 background: url("../images/include/comment.gif") no-repeat scroll 0px 2px transparent; | 63 background: url("../images/flaticon/comment33.png") no-repeat scroll 0px 2px transparent; |
64 padding: 0px 0px 0px 18px; | 64 padding: 0px 0px 0px 18px; |
65 } | 65 } |
66 | 66 |
67 .mblog_comment { | 67 .mblog_comment { |
68 position: relative; | 68 position: relative; |
110 } | 110 } |
111 | 111 |
112 .mblog_timestamp { | 112 .mblog_timestamp { |
113 display: table-cell; | 113 display: table-cell; |
114 float: right; | 114 float: right; |
115 background: url("../images/include/date.gif") no-repeat scroll 0px 1px transparent; | 115 background: url("../images/flaticon/clock104.png") no-repeat scroll 0px 1px transparent; |
116 padding: 0px 0px 0px 18px; | 116 padding: 0px 0px 0px 18px; |
117 } | 117 } |
118 | 118 |
119 /* START TAGS: styles are adapted from Dotclear */ | 119 /* START TAGS: styles are adapted from Dotclear */ |
120 .mblog_tags { | 120 .mblog_tags { |
133 float: left; | 133 float: left; |
134 padding: 2px 8px 2px 18px; | 134 padding: 2px 8px 2px 18px; |
135 white-space: nowrap; | 135 white-space: nowrap; |
136 color: #005D99; | 136 color: #005D99; |
137 text-decoration: none; | 137 text-decoration: none; |
138 background: transparent url("../images/blueSilence/tag.png") no-repeat scroll 0px 0px; | 138 background: transparent url("../images/flaticon/tag67.png") no-repeat scroll 0px 0px; |
139 } | 139 } |
140 /* END TAGS */ | 140 /* END TAGS */ |
141 | 141 |
142 .mblog_content { | 142 .mblog_content { |
143 display: block; | 143 display: block; |