You are here

link-badge.css in Link Badges 8

.link-badge-wrapper {
  display: inline-block;
  overflow: visible;
  position: absolute;
  margin-top: -1.1em;
  margin-left: -0.2em;
}
.link-badge-text {
  display: inline-block;
}
.link-badge {
  background: #ff0000;
  color: #fff;
  font-weight: normal;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  padding: 0.4em 0.6em 0.5em 0.6em;
  font-size: 80%;
  line-height: 1.0em;
  font-family:  "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  display: inline-block;
  text-shadow: none;
}

File

css/link-badge.css
View source
  1. .link-badge-wrapper {
  2. display: inline-block;
  3. overflow: visible;
  4. position: absolute;
  5. margin-top: -1.1em;
  6. margin-left: -0.2em;
  7. }
  8. .link-badge-text {
  9. display: inline-block;
  10. }
  11. .link-badge {
  12. background: #ff0000;
  13. color: #fff;
  14. font-weight: normal;
  15. -webkit-border-radius: 1em;
  16. -moz-border-radius: 1em;
  17. border-radius: 1em;
  18. padding: 0.4em 0.6em 0.5em 0.6em;
  19. font-size: 80%;
  20. line-height: 1.0em;
  21. font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
  22. display: inline-block;
  23. text-shadow: none;
  24. }