Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .ILButton {
- border: none;
- color: white;
- cursor: pointer;
- text-align: center;
- text-shadow: 0 0 10px wheat;
- }
- .bigbutton1 {
- background: url("../../images/bigbutton.png");
- height: 21px;
- width: 94px;
- }
- .bigbutton1:hover {
- background: url("../../images/bigbutton_over.png")
- }
- .bigbutton2 {
- background: url("../../images/bigbutton2.png");
- height: 29px;
- width: 114px;
- }
- .bigbutton2:hover {
- background: url("../../images/bigbutton2_over.png")
- }
- .smallbutton3 {
- background: url("../../images/smallbutton1.png");
- height: 21px;
- width: 47px;
- }
- .smallbutton3:hover {
- background: url("../../images/smallbutton1_over.png")
- }
- .smallbutton4 {
- background: url("../../images/smallbutton2.png");
- height: 19px;
- width: 64px;
- }
- .smallbutton4:hover {
- background: url("../../images/smallbutton2_over.png")
- }
- .btn1_normal5 {
- background: url("../../images/btn1_normal.png");
- height: 21px;
- width: 74px;
- }
- .btn1_normal5:hover {
- background: url("../../images/btn1_normal_over.png")
- }
- .bigbutton6 {
- background: url("../../images/bigbutton3.png");
- height: 21px;
- width: 134px;
- }
- .bigbutton6:hover {
- background: url("../../images/bigbutton3_over.png")
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement