comparison 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
comparison
equal deleted inserted replaced
762:8eeb98659de2 763:7390cba0bb44
954 position: relative; 954 position: relative;
955 top: -20px; 955 top: -20px;
956 left: -20px; 956 left: -20px;
957 } 957 }
958 958
959 /* START TAGS: styles are adapted from Dotclear */
960 .mblog_tags {
961 background: #fbfbfb none repeat scroll 0% 0%;
962 padding: 5px;
963 margin: 8px 0px 0px;
964 overflow: hidden;
965 border-radius: 5px;
966 }
967
968 .mblog_tags li {
969 display: inline;
970 font-size: small;
971 }
972
973 .mblog_tags li a {
974 float: left;
975 padding: 2px 8px 2px 18px;
976 white-space: nowrap;
977 color: #005D99;
978 text-decoration: none;
979 background: transparent url("../themes/default/images/blueSilence/tag.png") no-repeat scroll 0px 0px;
980 }
981 /* END TAGS */
982
983
959 /* Chat & MUC Room */ 984 /* Chat & MUC Room */
960 985
961 .chatPanel { 986 .chatPanel {
962 height: 100%; 987 height: 100%;
963 width: 100%; 988 width: 100%;