Cool Button

This is a cool button style I made! Enjoy!

  1. /* ==UserStyle==
  2. @name Cool Button
  3. @description This is a cool button style I made! Enjoy!
  4. @version 0.0.1.20200706153523
  5. @namespace https://gf.qytechs.cn/users/664021
  6. ==/UserStyle== */
  7.  
  8.  
  9.  
  10. .button2 {
  11. background: none repeat scroll 0 0 rgba(255, 165, 0, 0.7);
  12. transition: background 0.8s ease 0s;
  13. border: 0 none;
  14. color: #fff;
  15. cursor: pointer;
  16. font: 300 15px/39px "Open Sans",Helvetica,Arial,sans-serif;
  17. height: 39px;
  18. margin: 10px 0 0 20px;
  19. outline: medium none;
  20. overflow: hidden;
  21. padding: 0 25px;
  22. position: relative;
  23. display: block;
  24. float: right;
  25. text-decoration: none;
  26. }
  27. .button2:hover{
  28. background: none repeat scroll 0 0 rgba(255, 165, 0, 1);
  29. }

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址