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

From Team Fortress Wiki
Jump to: navigation, search
('fast')
(Much nicer spacing between navbox and information. Proposing for all users http://imgur.com/a/vXASD)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
body {
+
table.navbox {
font-family: "Segoe UI"
+
margin-top:1em;
}
 
.container-2d {
 
  display:none;
 
  position: relative;
 
}
 
 
 
.viewer-2d {
 
  position: relative;
 
  width: 100%;
 
  height: 100%;
 
  top: 0;
 
  left: 0;
 
}
 
 
 
#switch-to-3d {
 
  position: absolute;
 
  top: 0;
 
  right: 0;
 
  background:url("/w/images/6/65/2D_icon.png");
 
  width:63px;
 
  height:42px;
 
  z-index:999;
 
  opacity: 0.5;
 
  cursor:pointer;
 
  cursor:hand;
 
  transition:opacity 0.2s;
 
}
 
 
 
#switch-to-3d:hover {
 
  opacity:1;
 
}
 
 
 
#switch-to-2d {
 
  position: absolute;
 
  top: 0;
 
  right: 0;
 
  background:url("/w/images/7/7e/3D_icon.png");
 
  width:63px;
 
  height:42px;
 
  z-index:999;
 
  opacity: 0.5;
 
  cursor:pointer;
 
  cursor:hand;
 
  transition:opacity 0.2s;
 
}
 
 
 
#switch-to-2d:hover {
 
  opacity:1;
 
 
}
 
}

Latest revision as of 16:26, 21 June 2014

table.navbox {
	margin-top:1em;
}