You are here

plus1.css in Plus 1 7

Same filename and directory in other branches
  1. 6.2 plus1.css
  2. 6 plus1.css
div.plus1-widget {
  padding: 0.2em;
  border-top: 1px #fbf389 solid;
  border-bottom: 1px #fbf389 solid;
  background-color: #fbfbe6;
  width: 4em;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.25em;
}
div.plus1-widget a {
  text-decoration: none;
}
div.plus1-widget .plus1-score {
  padding: 0.4em 0;
  font-size: 150%;
}
div.plus1-widget .plus1-vote {
  background: url(images/up.png) no-repeat center bottom;
  text-indent: -999em;
}
div.plus1-widget .plus1-vote a {
	min-height:15px;
}
div.plus1-widget .plus1-vote-text {
  background: none;
  text-indent: 0;
}
div.plus1-widget .plus1-undo-vote {
  background: url(images/down.png) no-repeat center top;
  text-indent: -999em;
}
div.plus1-widget .plus1-vote a,
div.plus1-widget .plus1-undo-vote a {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}

.plus1-comment-widget {
  margin-bottom: 10px;
}

.plus1-comment-score {
    color: black;
    padding-right: 2px;
}

File

plus1.css
View source
  1. div.plus1-widget {
  2. padding: 0.2em;
  3. border-top: 1px #fbf389 solid;
  4. border-bottom: 1px #fbf389 solid;
  5. background-color: #fbfbe6;
  6. width: 4em;
  7. margin-bottom: 10px;
  8. text-align: center;
  9. line-height: 1.25em;
  10. }
  11. div.plus1-widget a {
  12. text-decoration: none;
  13. }
  14. div.plus1-widget .plus1-score {
  15. padding: 0.4em 0;
  16. font-size: 150%;
  17. }
  18. div.plus1-widget .plus1-vote {
  19. background: url(images/up.png) no-repeat center bottom;
  20. text-indent: -999em;
  21. }
  22. div.plus1-widget .plus1-vote a {
  23. min-height:15px;
  24. }
  25. div.plus1-widget .plus1-vote-text {
  26. background: none;
  27. text-indent: 0;
  28. }
  29. div.plus1-widget .plus1-undo-vote {
  30. background: url(images/down.png) no-repeat center top;
  31. text-indent: -999em;
  32. }
  33. div.plus1-widget .plus1-vote a,
  34. div.plus1-widget .plus1-undo-vote a {
  35. display: block;
  36. width: 100%;
  37. height: 100%;
  38. outline: none;
  39. }
  40. .plus1-comment-widget {
  41. margin-bottom: 10px;
  42. }
  43. .plus1-comment-score {
  44. color: black;
  45. padding-right: 2px;
  46. }