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

From Team Fortress Wiki
Jump to: navigation, search
(no thank u)
(goodbye logo)
Line 1: Line 1:
 
+
.mw-wiki-logo:not([angleshaha]) {
/* 3D STUFF */
+
    visibility: hidden;
 
 
#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;
 
 
}
 
}

Revision as of 08:58, 30 September 2020

.mw-wiki-logo:not([angleshaha]) {
    visibility: hidden;
}