Guest User

Untitled

a guest
Sep 25th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. /*
  2. *a button
  3. */
  4. ul#clicks{padding:-1px;margin-top:20px;}
  5. li{float:let; list-style-type:none;position:relative;
  6. width:150px;
  7. }
  8.  
  9. li a{display:block;text-decoration:none;
  10. }
  11.  
  12.  
  13.  
  14.  
  15. li#halfbutton>a {
  16.  
  17. display:inline;
  18. padding-top:10px;
  19.  
  20. padding-bottom:11px;
  21.  
  22. padding-left:5px;
  23. padding-right:5px;
  24. background:#306EFF;
  25. text-decoration:none;
  26. color:#113;
  27. font-size:1.25em;
  28. text-shadow: -0.9px -1.2px -1px #112;
  29.  
  30. font-family:segoe ui semibold
  31. , helvetica;
  32.  
  33. box-shadow: -1px 5px 17px #225;
  34. border-style:outset;
  35. border-width:3px;
  36. border-color:gray;
  37. border-top-right-radius:20px;
  38. border-bottom-right-radius:20px;
  39. transform:rotate(-20deg);
  40. margin-top:10px;
  41. }
  42. li#halfbutton a:active{
  43. box-shadow: -1px 1
  44. px 15px #225;
  45. border-style:inset;
  46. boder-width:-1px;
  47. }
  48. li#halfbutton a:hover{
  49. background:
  50. #2554C7
  51. ;
  52. border-style:inset;
  53. }
  54. body{
  55. background:#599;
  56. background:linear-gradient(25deg, #599, #558);
  57. }
Add Comment
Please, Sign In to add comment