You are here

plus1.css in Plus 1 6

Same filename and directory in other branches
  1. 6.2 plus1.css
  2. 7 plus1.css
div.plus1-widget {
  padding: 0.2em 0.2em 0.6em;
  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-top: 0.4em;
  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 {
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}

File

plus1.css
View source
  1. div.plus1-widget {
  2. padding: 0.2em 0.2em 0.6em;
  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-top: 0.4em;
  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. display: block;
  24. width: 100%;
  25. height: 100%;
  26. outline: none;
  27. }