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

From Team Fortress Wiki
Jump to: navigation, search
Line 6: Line 6:
  
 
a.external { background: 0; }
 
a.external { background: 0; }
 
.btn_buynow, .btn_buynow span {
 
  background:url('http://dl.dropbox.com/u/1961029/btn_buynow_long.png') no-repeat;
 
  color:#FFF;
 
  line-height:100%;
 
  font-size:90%;
 
}
 
.btn_buynow {
 
  padding:5px 7px 5px 31px;
 
  background-position:right 0;
 
  position:relative;
 
}
 
.btn_buynow span {
 
  background-position:left top;
 
  width:24px;
 
  height:24px;
 
  position:absolute;
 
  top:0px;
 
  left:-1px;
 
  display:block;
 
  cursor:pointer; /* mostly needed for internet explorer */
 
}
 
.btn_buynow:hover {
 
  background-position:right -24px;
 
}
 
.btn_buynow:hover span {
 
  background-position:left -24px;
 
}
 
 
.btn_wrapper {
 
  display:inline-block;
 
  height:24px;
 
}
 
 
.btn_wrapper a:hover {
 
  text-decoration:none;
 
}
 

Revision as of 12:16, 2 December 2011

.lagg-box { background: #181818; color: white; font-size: 11px; width: 90%; text-align: center; padding: 30px; margin: 15px auto 5px auto; border-radius: 10px; border: 1px solid #555555; overflow: hidden; position: relative; clear: both; }

.lagg-box .title-bar { position: absolute; top: 0; left: 0; width: 100%; background: #555555; font-weight: bold; border-radius: 10px 10px 0 0; }

.lagg-box pre { background: #181818; color: white; border: 0; overflow: visible; }

a.external { background: 0; }