Advertisement
Guest User

Untitled

a guest
Feb 14th, 2018
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. .reputation {
  2. background-color: rgb(141, 177, 62)!important;
  3. background-image: url(http://i38.servimg.com/u/f38/17/31/71/58/highli10.png);
  4. border-radius: 3px;
  5. color: rgb(255, 255, 255);
  6. font-weight: bold;
  7. display: block;
  8. margin: 0 auto;
  9. margin-bottom: 3px;
  10. padding: 3px 7px;
  11. max-width: 125px;
  12. text-align: center;
  13. text-shadow: rgba(0, 0, 0, 0.298039) 0px -1px 0px;
  14. background-position: 0px 1px;
  15. background-repeat: repeat no-repeat;
  16. }
  17. .reputation.zero {
  18. background-color: rgb(16, 16, 16)!important;
  19. color: rgb(255, 255, 255);
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement