Guest User

Untitled

a guest
Jan 22nd, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.81 KB | None | 0 0
  1. body {
  2. margin: 1em;
  3. }
  4.  
  5. .numerovert {
  6. font-family: sans-serif;
  7. display: inline-block;
  8. font-weight: bold;
  9. }
  10.  
  11. .numerovert .fn {
  12. display: none;
  13. }
  14.  
  15. .numerovert .type {
  16. color: white;
  17. background: green;
  18. padding: 0 .4em;
  19. margin: 0;
  20. border: 1px solid green;
  21.  
  22. -webkit-border-top-left-radius: .5em;
  23. -webkit-border-bottom-left-radius: .5em;
  24. -moz-border-radius-topleft: .5em;
  25. -moz-border-radius-bottomleft: .5em;
  26. border-top-left-radius: .5em;
  27. border-bottom-left-radius: .5em;
  28. }
  29.  
  30. .numerovert .value {
  31. color: green;
  32. padding: 0 .4em;
  33. margin: 0;
  34. border: 1px solid green;
  35.  
  36. -webkit-border-top-right-radius: .5em;
  37. -webkit-border-bottom-right-radius: .5em;
  38. -moz-border-radius-topright: .5em;
  39. -moz-border-radius-bottomright: .5em;
  40. border-top-right-radius: .5em;
  41. border-bottom-right-radius: .5em;
  42. }
Add Comment
Please, Sign In to add comment