Advertisement
SGERfjs

button_interlude_css

May 5th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.28 KB | None | 0 0
  1.  
  2. .ILButton {
  3.     border: none;
  4.     color: white;
  5.     cursor: pointer;
  6.     text-align: center;
  7.     text-shadow: 0 0 10px wheat;
  8. }
  9.  
  10. .bigbutton1 {
  11.     background: url("../../images/bigbutton.png");
  12.     height: 21px;
  13.     width: 94px;
  14. }
  15.  
  16. .bigbutton1:hover {
  17.     background: url("../../images/bigbutton_over.png")
  18. }
  19.  
  20. .bigbutton2 {
  21.     background: url("../../images/bigbutton2.png");
  22.     height: 29px;
  23.     width: 114px;
  24. }
  25.  
  26. .bigbutton2:hover {
  27.     background: url("../../images/bigbutton2_over.png")
  28. }
  29.  
  30. .smallbutton3 {
  31.     background: url("../../images/smallbutton1.png");
  32.     height: 21px;
  33.     width: 47px;
  34. }
  35.  
  36. .smallbutton3:hover {
  37.     background: url("../../images/smallbutton1_over.png")
  38. }
  39.  
  40. .smallbutton4 {
  41.     background: url("../../images/smallbutton2.png");
  42.     height: 19px;
  43.     width: 64px;
  44. }
  45.  
  46. .smallbutton4:hover {
  47.     background: url("../../images/smallbutton2_over.png")
  48. }
  49.  
  50. .btn1_normal5 {
  51.     background: url("../../images/btn1_normal.png");
  52.     height: 21px;
  53.     width: 74px;
  54. }
  55.  
  56. .btn1_normal5:hover {
  57.     background: url("../../images/btn1_normal_over.png")
  58. }
  59.  
  60. .bigbutton6 {
  61.     background: url("../../images/bigbutton3.png");
  62.     height: 21px;
  63.     width: 134px;
  64. }
  65.  
  66. .bigbutton6:hover {
  67.     background: url("../../images/bigbutton3_over.png")
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement