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

From Team Fortress Wiki
Jump to: navigation, search
m (Fackit mousss)
(Replaced content with ".mw-wiki-logo { transition: transform 300ms ease-out; }")
(Tag: Replaced)
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
+
.mw-wiki-logo {
/* 3D STUFF */
+
    transition: transform 300ms ease-out;
 
 
#2d-container {
 
  width: 100%;
 
  height: 100%;
 
  position: relative;
 
}
 
 
 
.viewer-2d {
 
  position: relative;
 
  width: 100%;
 
  height: 100%;
 
  top: 0;
 
  left: 0;
 
}
 
 
 
#switch-to-3d {
 
  position: relative;
 
  top: 0;
 
  left: 0;
 
  background:url("/w/images/6/65/2D_icon.png");
 
  width:63px;
 
  height:42px;
 
  z-index:999;
 
  cursor:pointer;
 
  cursor:hand;
 
}
 
 
 
#switch-to-2d {
 
  position: absolute;
 
  top: 0;
 
  left: 0;
 
  background:url("/w/images/7/7e/3D_icon.png");
 
  width:63px;
 
  height:42px;
 
  z-index:999;
 
  cursor:pointer;
 
  cursor:hand;
 
 
}
 
}

Latest revision as of 23:03, 15 October 2020

.mw-wiki-logo {
    transition: transform 300ms ease-out;
}