Mercurial > libervia-web
diff themes/default/styles/blog.css @ 743:916075bd0356
server_side: display tags in static blogs
author | souliane <souliane@mailoo.org> |
---|---|
date | Sat, 21 Nov 2015 17:03:46 +0100 |
parents | bf562fb9c273 |
children | 7390cba0bb44 |
line wrap: on
line diff
--- a/themes/default/styles/blog.css Sat Nov 21 14:34:36 2015 +0100 +++ b/themes/default/styles/blog.css Sat Nov 21 17:03:46 2015 +0100 @@ -116,6 +116,29 @@ padding: 0px 0px 0px 18px; } +/* START TAGS: styles are adapted from Dotclear */ +.mblog_tags { + background: #fbfbfb none repeat scroll 0% 0%; + padding: 5px; + margin: 8px 0px 0px; + overflow: hidden; +} + +.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("../images/blueSilence/tag.png") no-repeat scroll 0px 0px; +} +/* END TAGS */ + .mblog_content { display: block; padding-top: 5px; @@ -174,7 +197,7 @@ .mblog_entry h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none; - color: rgb(51, 51, 51); + color: #666; } img { @@ -187,4 +210,4 @@ vertical-align: middle; margin-right: 10px; border-radius: 5px; -} \ No newline at end of file +}