Difference between revisions of "User:Smashman/vector.css"

From Team Fortress Wiki
Jump to: navigation, search
(Undo edit by Smashman (Talk) (845184))
Line 1: Line 1:
.buynow_btn, .buynow_btn span {
+
.btn {
background:url('http://dl.dropbox.com/u/1961029/btn_buynow_long.png') no-repeat;
+
display: block;
color:#FFF;
+
background-repeat: no-repeat;
}
+
background-position: top;
.buynow_btn {
+
margin:0px 0px 0px 0px;
padding:5px 7px 5px 31px;
+
}
background-position:right 0;
+
.buy_item {
position:relative;
+
width:97px;
}
+
height:24px;
.buynow_btn span {
+
background-image:url(http://dl.dropbox.com/u/1961029/btn_buynow.png);
background-position:left top;
+
}
width:24px;
+
.btn:hover {
height:24px;
+
background-position:bottom;
position:absolute;
+
}
top:0px;
+
.buy_txt {
left:-1px;
+
height:22px;
display:block;
+
display: block;
cursor:pointer; /* mostly needed for internet explorer */
+
position:relative;
}
+
color:white;
.buynow_btn:hover {
+
font-family:Arial;
background-position:right bottom;
+
font-size:12px;
}
+
top:2px;
.buynow_btn:hover span {
+
left:24px;
background-position:left bottom;
+
width:70px;
}
+
text-align:center;
 +
padding:0px 5px;
 +
}
 +
.btn a:hover {
 +
text-decoration:none;
 +
}

Revision as of 09:26, 2 December 2011

.btn {
display: block;
background-repeat: no-repeat;
background-position: top;
margin:0px 0px 0px 0px;
}
.buy_item {
width:97px;
height:24px;
background-image:url(http://dl.dropbox.com/u/1961029/btn_buynow.png);
}
.btn:hover {
background-position:bottom;
}
.buy_txt {
height:22px;
display: block;
position:relative;
color:white;
font-family:Arial;
font-size:12px;
top:2px;
left:24px;
width:70px;
text-align:center;
padding:0px 5px;
}
.btn a:hover {
text-decoration:none;
}