FormUpload.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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), inset 0 -1px 0px rgba(63, 59, 113, 0.2), 0 9px 16px 0 rgba(0, 0, 0, 0.3), 0 4px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px #150a1e;
  16. background-image: linear-gradient(#3b2751, #271739);
  17. text-shadow: 0 0 21px rgba(223, 206, 228, 0.5), 0 -1px 0 #311d47;
  18. }
  19. .buttons:not(.active):hover,
  20. .buttons:not(.active):focus {
  21. transition: color 200ms linear, text-shadow 500ms linear;
  22. color: #fff;
  23. text-shadow: 0 0 21px rgba(223, 206, 228, 0.5), 0 0 10px rgba(223, 206, 228, 0.4), 0 0 2px #2a153c;
  24. }
  25. .buttons:not(:hover) {
  26. transition: 0.6s;
  27. }
  28. .back a {
  29. text-decoration: none;
  30. }
  31. .back {
  32. display: block;
  33. width: 100px;
  34. height: 20px;
  35. text-decoration: none;
  36. color: #c9b6cf;
  37. text-align: center;
  38. margin: auto;
  39. cursor: pointer;
  40. }