Guest User

Untitled

a guest
Apr 20th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. .swift {
  2. margin-left: 20px;
  3. }
  4. .swift .wrapper {
  5. padding: 10px 5px 10px 15px;
  6. font: 11px "Lucida Grande";
  7. background: rgba(0,0,0,0.90);
  8. text-shadow: 1px 1px 1px #2C2C2C;
  9. color: #fff;
  10. -webkit-border-radius: 4px;
  11. -moz-border-radius: 4px;
  12. }
  13. .swift input {
  14. margin: 0 2px;
  15. padding: 4px 8px;
  16. background: rgba(255, 255, 255, 0.1);
  17. border: 1px solid rgba(255, 255, 255, 0.15);
  18. font-size: 10px;
  19. outline: none;
  20. color: #fff;
  21. -webkit-border-radius: 4px;
  22. -moz-border-radius: 4px;
  23. }
  24. .swift input:hover {
  25. background: rgba(255, 255, 255, 0.2);
  26. cursor: pointer;
  27. }
  28. .swift input:active {
  29. background: #161616;
  30. color: #c7c7c7;
  31. }
  32. .swift.east {
  33. padding-left: 6px;
  34. background: url(images/arrow.gif) 0 50% no-repeat;
  35. }
Add Comment
Please, Sign In to add comment