Mercurial > libervia-web
diff src/browser/public/libervia.css @ 763:7390cba0bb44
browser_side: display tags with nice icons like for the static blog
author | souliane <souliane@mailoo.org> |
---|---|
date | Wed, 25 Nov 2015 00:22:41 +0100 |
parents | b6510fd9ae15 |
children | a55df9c37d0e |
line wrap: on
line diff
--- a/src/browser/public/libervia.css Tue Nov 24 23:28:55 2015 +0100 +++ b/src/browser/public/libervia.css Wed Nov 25 00:22:41 2015 +0100 @@ -956,6 +956,31 @@ left: -20px; } +/* START TAGS: styles are adapted from Dotclear */ +.mblog_tags { + background: #fbfbfb none repeat scroll 0% 0%; + padding: 5px; + margin: 8px 0px 0px; + overflow: hidden; + border-radius: 5px; +} + +.mblog_tags li { + display: inline; + font-size: small; +} + +.mblog_tags li a { + float: left; + padding: 2px 8px 2px 18px; + white-space: nowrap; + color: #005D99; + text-decoration: none; + background: transparent url("../themes/default/images/blueSilence/tag.png") no-repeat scroll 0px 0px; +} +/* END TAGS */ + + /* Chat & MUC Room */ .chatPanel {