User:MogDog66/MPR/Page.css

From Team Fortress Wiki
< User:MogDog66‎ | MPR
Revision as of 10:24, 30 June 2012 by MogDog66 (talk | contribs)
Jump to: navigation, search

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
@-moz-document url('http://wiki.teamfortress.com/w/index.php?title=User:MogDog66/MPR&action=submit') {

#mp-container {
	width: 90%;
	margin: 10px auto;
}

.pm-classSelector-table { background:url('http://i.imgur.com/33MCZ.png') no-repeat; width:713px; height:80px; }
.pm-classSelector-table td a { display:block; padding: 0px 0px 39px 39px; }

#scout { background:url('http://i.imgur.com/ndEKw.png') no-repeat; background-position:center; }
#scout:hover { background:url('http://i.imgur.com/vmEup.png') no-repeat; background-position:center; }

#soldier{ background:url('http://i.imgur.com/Wszay.png') no-repeat; background-position:center; }
#soldier:hover { background:url('http://i.imgur.com/0ebtT.png') no-repeat; background-position:center; }

#pyro{ background:url('http://i.imgur.com/Dt9He.png') no-repeat; background-position:center; }
#pyro:hover { background:url('http://i.imgur.com/qL5zH.png') no-repeat; background-position:center; }

#demoman{ background:url('http://i.imgur.com/iMY37.png') no-repeat; background-position:center; }
#demoman:hover { background:url('http://i.imgur.com/uQ5YK.png') no-repeat; background-position:center; }

#heavy{ background:url('http://i.imgur.com/S7tgM.png') no-repeat; background-position:center; }
#heavy:hover { background:url('http://i.imgur.com/pBxmm.png') no-repeat; background-position:center; }

#engineer{ background:url('http://i.imgur.com/knWQ6.png') no-repeat; background-position:center; }
#engineer:hover { background:url('http://i.imgur.com/7d8sB.png') no-repeat; background-position:center; }

#medic{ background:url('http://i.imgur.com/usiFF.png') no-repeat; background-position:center; }
#medic:hover { background:url('http://i.imgur.com/4IkSE.png') no-repeat; background-position:center; }

#sniper{ background:url('http://i.imgur.com/6NgKS.png') no-repeat; background-position:center; }
#sniper:hover { background:url('http://i.imgur.com/rGfvF.png') no-repeat; background-position:center; }

#spy{ background:url('http://i.imgur.com/XUefA.png') no-repeat; background-position:center; }
#spy:hover { background:url('http://i.imgur.com/hpCEV.png') no-repeat; background-position:center; }

.mp-box {
	box-sizing : border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	width : 50%;
	padding : 8px;
	border : #4f4945 solid 2px;
	float : left;
	color: red;
}

/* @media only screen and (max-width : 640px),
only screen and (max-device-width : 640px){
	.mp-box {
		width: 100%;
	}
} */

/* .content-container { background:url('http://dyne.biringa.com/Wiki_Images/container%20gradient.png') bottom repeat-x; } */

}