Difference between revisions of "User:NVis/Sandbox/Page.css"

From Team Fortress Wiki
Jump to: navigation, search
m (Test)
m
Line 4: Line 4:
 
  height: 120px;
 
  height: 120px;
 
  width: 120px;
 
  width: 120px;
  opacity: 0.8;
+
  opacity: 0.85;
 
}
 
}
  
Line 18: Line 18:
 
#mp-spy { z-index: 10; }
 
#mp-spy { z-index: 10; }
  
#mp-logo, #mp-scout, #mp-soldier, #mp-pyro, #mp-demo, #mp-heavy, #mp-engi, #mp-medic, #mp_sniper, #mp-spy { opacity: 1; z-index: 100; }
+
#mp-logo:hover, #mp-scout:hover, #mp-soldier:hover, #mp-pyro:hover, #mp-demo:hover, #mp-heavy:hover, #mp-engi:hover, #mp-medic:hover, #mp-sniper:hover, #mp-spy:hover { opacity: 1; z-index: 100; }

Revision as of 10:55, 27 July 2011

.mp-classbox {
 float: left;
 position: relative;
 height: 120px;
 width: 120px;
 opacity: 0.85;
}

#mp-logo { top: 10px; margin-right: -30px; z-index: 10; }
#mp-scout { margin-right: -42px; z-index: 20; }
#mp-soldier { margin-right: -44px; z-index: 30; }
#mp-pyro { margin-right: -30px; z-index: 40; }
#mp-demo { margin-right: -24px; z-index: 50; }
#mp-heavy { margin-right: -34px; z-index: 60; }
#mp-engi { margin-right: -36px; z-index: 55; }
#mp-medic { margin-right: -54px; z-index: 20; }
#mp-sniper { margin-right: -32px; z-index: 30; }
#mp-spy { z-index: 10; }

#mp-logo:hover, #mp-scout:hover, #mp-soldier:hover, #mp-pyro:hover, #mp-demo:hover, #mp-heavy:hover, #mp-engi:hover, #mp-medic:hover, #mp-sniper:hover, #mp-spy:hover { opacity: 1; z-index: 100; }