You are here

community_tags.css in Community Tags 6.2

Same filename and directory in other branches
  1. 5 community_tags.css
  2. 6 community_tags.css
  3. 7 community_tags.css
form.community-tags-form .form-submit, form.community-tags-form .form-button {
  margin: 0;
}

div.tag-widget {
  position: relative;
}

div.tag-widget ul.inline-tags {
  list-style-type: none;
  list-style-image: none;
  background: url('tag.png') no-repeat 0 3px;
  margin: 0;
  padding: 0 0 0 22px;
}
div.tag-widget ul.inline-tags li {
  list-style-type: none;
  list-style-image: none;
  background: none;
  float: left;
  margin: 0 -12px 0 0;
  padding: 1px 18px 1px 5px;
  cursor: pointer;
  position: relative;
  display: inline;
}
div.tag-widget ul.inline-tags li:hover, div.tag-widget ul.inline-tags li.hover {
  background: #fdd url('delete.png') no-repeat 100% 50%;
  z-index: 2;
}
div.tag-widget input.form-tags {
  width: 16em;
}
.block div.tag-widget input.form-tags {
  width: 12em;
}
html.js span.no-js, html.js input.form-tags {
  display: none;
}

div.ct-cloud ul.links {
  padding: 0pt;
}

div.ct-cloud ul.links li {
  display: inline-block;
}

.ct-count {
  color: #999;
}

div.ct-cloud ul.links li .ct-count {
  margin-left: 0.2em;
}

.terms ul.links.ct-counts li {
  padding-left: 0;
}
.terms ul.links.ct-counts li > span {
  padding-left: 1em;
}

.ct-messages {
  font-size: 0.8em;
  line-height: normal;
  visibility: hidden;
}

File

community_tags.css
View source
  1. form.community-tags-form .form-submit, form.community-tags-form .form-button {
  2. margin: 0;
  3. }
  4. div.tag-widget {
  5. position: relative;
  6. }
  7. div.tag-widget ul.inline-tags {
  8. list-style-type: none;
  9. list-style-image: none;
  10. background: url('tag.png') no-repeat 0 3px;
  11. margin: 0;
  12. padding: 0 0 0 22px;
  13. }
  14. div.tag-widget ul.inline-tags li {
  15. list-style-type: none;
  16. list-style-image: none;
  17. background: none;
  18. float: left;
  19. margin: 0 -12px 0 0;
  20. padding: 1px 18px 1px 5px;
  21. cursor: pointer;
  22. position: relative;
  23. display: inline;
  24. }
  25. div.tag-widget ul.inline-tags li:hover, div.tag-widget ul.inline-tags li.hover {
  26. background: #fdd url('delete.png') no-repeat 100% 50%;
  27. z-index: 2;
  28. }
  29. div.tag-widget input.form-tags {
  30. width: 16em;
  31. }
  32. .block div.tag-widget input.form-tags {
  33. width: 12em;
  34. }
  35. html.js span.no-js, html.js input.form-tags {
  36. display: none;
  37. }
  38. div.ct-cloud ul.links {
  39. padding: 0pt;
  40. }
  41. div.ct-cloud ul.links li {
  42. display: inline-block;
  43. }
  44. .ct-count {
  45. color: #999;
  46. }
  47. div.ct-cloud ul.links li .ct-count {
  48. margin-left: 0.2em;
  49. }
  50. .terms ul.links.ct-counts li {
  51. padding-left: 0;
  52. }
  53. .terms ul.links.ct-counts li > span {
  54. padding-left: 1em;
  55. }
  56. .ct-messages {
  57. font-size: 0.8em;
  58. line-height: normal;
  59. visibility: hidden;
  60. }