FormUpload.css 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .buttons {
  2. width: 180px;
  3. height: 40px;
  4. text-decoration: none;
  5. padding-top: 9px;
  6. color: #c9b6cf;
  7. text-align: center;
  8. line-height: 20px;
  9. display: block;
  10. margin: 200px auto 15px;
  11. font: normal 17px arial;
  12. cursor: pointer;
  13. }
  14. .buttons:not(.active) {
  15. box-shadow: inset 0 1px 1px rgba(111, 55, 125, 0.8),
  16. inset 0 -1px 0px rgba(63, 59, 113, 0.2), 0 9px 16px 0 rgba(0, 0, 0, 0.3),
  17. 0 4px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px #150a1e;
  18. background-image: linear-gradient(#3b2751, #271739);
  19. text-shadow: 0 0 21px rgba(223, 206, 228, 0.5), 0 -1px 0 #311d47;
  20. }
  21. .buttons:not(.active):hover,
  22. .buttons:not(.active):focus {
  23. transition: color 200ms linear, text-shadow 500ms linear;
  24. color: #fff;
  25. text-shadow: 0 0 21px rgba(223, 206, 228, 0.5),
  26. 0 0 10px rgba(223, 206, 228, 0.4), 0 0 2px #2a153c;
  27. }
  28. .buttons:not(:hover) {
  29. transition: 0.6s;
  30. }
  31. .back a {
  32. text-decoration: none;
  33. }
  34. .back {
  35. display: block;
  36. width: 100px;
  37. height: 20px;
  38. text-decoration: none;
  39. color: #c9b6cf;
  40. text-align: center;
  41. margin: auto;
  42. cursor: pointer;
  43. }