You are here

plus1.css in Plus 1 6.2

Same filename and directory in other branches
  1. 6 plus1.css
  2. 7 plus1.css
div.plus1-widget {
  background-color: #fbfbe6;
  border-top: 1px #fbf389 solid;
  border-bottom: 1px #fbf389 solid;
  line-height: 1.6em;
  text-align: center;
  width: 4em;
}

div.plus1-widget a {
  text-decoration: none;
}

div.plus1-widget .plus1-score {
  font-size: 100%;
}

div.plus1-widget .plus1-vote button {
  background: url(images/up.png) no-repeat center center;
  border: 0;
  display: block;
  height: 2em;
  outline: none;
  overflow: visible;
  padding: 0;
  text-indent: -999em;
  width: 100%;
}

#block-plus1-most_votes .item-list ul {
  /* padding: 0; */
}

.plus1-link-count {
  /* background-color: #b45608;
  color: #ffffff;
  padding: 1px 3px;
  width: 2em;
  -moz-border-radius: 4px; */
}

.plus1-author-text {
  font-size: 89%;
}

File

plus1.css
View source
  1. div.plus1-widget {
  2. background-color: #fbfbe6;
  3. border-top: 1px #fbf389 solid;
  4. border-bottom: 1px #fbf389 solid;
  5. line-height: 1.6em;
  6. text-align: center;
  7. width: 4em;
  8. }
  9. div.plus1-widget a {
  10. text-decoration: none;
  11. }
  12. div.plus1-widget .plus1-score {
  13. font-size: 100%;
  14. }
  15. div.plus1-widget .plus1-vote button {
  16. background: url(images/up.png) no-repeat center center;
  17. border: 0;
  18. display: block;
  19. height: 2em;
  20. outline: none;
  21. overflow: visible;
  22. padding: 0;
  23. text-indent: -999em;
  24. width: 100%;
  25. }
  26. #block-plus1-most_votes .item-list ul {
  27. /* padding: 0; */
  28. }
  29. .plus1-link-count {
  30. /* background-color: #b45608;
  31. color: #ffffff;
  32. padding: 1px 3px;
  33. width: 2em;
  34. -moz-border-radius: 4px; */
  35. }
  36. .plus1-author-text {
  37. font-size: 89%;
  38. }