Warning: unlink(./data/secure/tokens/35b09d0258be3fd15464e786ae43afb5f40fb539f333acf712bafc9cb488c7d642daacb3191dfd51780d379da968e0cd1104c7aaaa93d60fd68aa72f37a73ac9.token): No such file or directory in /home/sigesthaxo/snippetvamp/assets/php/class/Helium_secure_class.php on line 865

Warning: unlink(./data/secure/tokens/37abfaf319fa177028d35a59bbc0b42a46570a88010e9716f1624228e5de3aa57973e5786be6ac63f181b2a945d7365804f2313a2a7c9059fb7e487dadb532e6.token): No such file or directory in /home/sigesthaxo/snippetvamp/assets/php/class/Helium_secure_class.php on line 865

Warning: unlink(./data/secure/tokens/4a8721716cc767f79800ce72a1e991276b5ccb32a7e63f257703516bc7faeb5cc910b791845636931dfc7acf60387390d30e9c92d000b6213ce726b7e7a30cd6.token): No such file or directory in /home/sigesthaxo/snippetvamp/assets/php/class/Helium_secure_class.php on line 865

Warning: unlink(./data/secure/tokens/64b19b5a1d5d6575cb177a0dc5db3bfd09daf4cc07a31f81f7b70eba17541611312fc3b71d1880a2922c484ffd3b235307b6f434c1cf994d888eb452ace952e8.token): No such file or directory in /home/sigesthaxo/snippetvamp/assets/php/class/Helium_secure_class.php on line 865

Warning: unlink(./data/secure/tokens/73f09821aaec579211c0ac53585be67d1210a3e5f51c5fc4e09b6cb3dac6bfb43c46fd645fb6fe8197a64fc19bc0dd8f9215e90702707192a699d056cd8acb0d.token): No such file or directory in /home/sigesthaxo/snippetvamp/assets/php/class/Helium_secure_class.php on line 865

Warning: unlink(./data/secure/tokens/7837a4ef86668d29393d7a802c473d4f772c302d6f13b784d412fccb21c5f7d096e665c2244b85bfd0d9312fe406d015ade15e46f496b1a1e67f071425820e9e.token): No such file or directory in /home/sigesthaxo/snippetvamp/assets/php/class/Helium_secure_class.php on line 865

Warning: unlink(./data/secure/tokens/b5d2aa98c0aea1ed32cd03edd47045e4f741f7f0c3efa91d831e37216cfc57705243109c909674c6d91ef61b491ef65b88744f0e7b893ee844f4565c260ed1b0.token): No such file or directory in /home/sigesthaxo/snippetvamp/assets/php/class/Helium_secure_class.php on line 865

Warning: unlink(./data/secure/tokens/f06635286ef82e85ca5c5533aebde69ae2d7d07e0e279341d4edd093aa53ca8bd89aa2285ceb68777c3973d32d478085b1d15418f8613eabe60a1621a8458ff4.token): No such file or directory in /home/sigesthaxo/snippetvamp/assets/php/class/Helium_secure_class.php on line 865
SnippetVamp - open
#key - Filtrage d'items à base de radiobutton sans js


Marvel Mutant Teams


  • Angel

  • Beast

  • Cyclops

  • Emma Frost

  • Iceman

  • Jean Grey

  • Magneto

  • Nightcrawler

  • Professor X

  • Psylocke

  • Quicksilver

  • Rictor

  • Storm

  • Sunspot

  • Tithe

  • Wolverine

@import url(http://fonts.googleapis.com/css?family=Oswald:400,700); *, *::before, *::after { box-sizing: border-box; } body { margin: 0; color: #fff; background-color: #444; font: 0/1 'Oswald', sans-serif; text-align: center; } .container { margin: 0 auto; padding: 20px 5px; } h1 { margin: 0 5px 15px; font-size: 45px; line-height: 1.2; text-transform: uppercase; text-shadow: 0 0 20px #000; } .marvel { color: #c00; } input { position: absolute; left: -9999px; } label { display: inline-block; position: relative; width: 150px; margin: 5px; padding: 10px 10px 10px 38px; background-color: #000; font-size: 18px; white-space: nowrap; cursor: pointer; } label::before { content: ''; display: block; position: absolute; top: 10px; left: 10px; width: 18px; height: 18px; border: 2px solid #fff; background-color: #444; } input:focus + label { outline: 1px solid #fff; } input:checked + label::before { background-color: #c00; } /* width is controlled here and in media queries to ensure that there's always an even number of columns (prevents orphans) */ .characters { display: inline-block; width: 240px; list-style-type: none; margin: 15px -5px 0; padding: 0; } .characters li { display: inline-block; position: relative; margin: 10px; padding: 0; width: 100px; height: 100px; } .characters h2 { display: none; position: absolute; z-index: 2; top: 70px; left: 0px; right: 0px; margin: 0; padding: 4px; border: 1px solid #fff; color: #fff; background-color: #000; font-size: 14px; font-weight: normal; } .characters img { width: 100px; height: 100px; border: 4px solid #fff; border-radius: 50%; background-color: #fff; box-shadow: 0 0 20px #000; opacity: .25; transform: scale(.5); } #original:checked ~ .characters [data-teams~="original"] h2, #force:checked ~ .characters [data-teams~="force"] h2, #factor:checked ~ .characters [data-teams~="factor"] h2, #hellfire:checked ~ .characters [data-teams~="hellfire"] h2 { display: block; } #original:checked ~ .characters [data-teams~="original"] img, #force:checked ~ .characters [data-teams~="force"] img, #factor:checked ~ .characters [data-teams~="factor"] img, #hellfire:checked ~ .characters [data-teams~="hellfire"] img { animation: avatar .3s forwards; } /* fade in and expand image to full size, with a slight bounce */ @keyframes avatar { 70% { opacity: 1; transform: scale(1.1); } 100% { opacity: 1; transform: scale(1); } } @media only screen and (min-width: 500px) { .characters { width: 480px; } } @media only screen and (min-width: 740px) { .characters { width: 720px; } h1 { font-size: 60px; } } @media only screen and (min-width: 980px) { .characters { width: 960px; } }