тест
тест
Страница: 1
Сообщений 1 страница 3 из 3
Поделиться32016-04-08 23:54:48
Код:
<!--HTML--><link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'> <center> <div class="gostev"> <div style="width: 495px; height: 500px; margin-top: 0px;"> <br><br> <div class="gostev2" style="font-size: 30px; margin-bottom: 20px; margin-top: 25px;">Обмен валюты и вкусности</div> <div class="gostev3" style="margin-top: -15px; font-size: 9px; ">копи и трать</div> <br><br><br><br> <style type="text/css"> .korpus > div, .korpus > input { display: none; } .korpus {text-align: center;} .korpus label { width: 150px; padding: 5px 5px; display: inline-block; letter-spacing: 2px; background: rgba(224, 231, 208, 0.18);; color: #4CAF50; text-transform: uppercase; } .korpus label:hover { background: rgba(224, 231, 208, 0.18);; color: #4CAF50; text-transform: uppercase; } .korpus input[type="radio"]:checked + label { font-weight: bold; text-transform: uppercase; } .korpus > input:nth-of-type(1):checked ~ div:nth-of-type(1), .korpus > input:nth-of-type(2):checked ~ div:nth-of-type(2), .korpus > input:nth-of-type(3):checked ~ div:nth-of-type(3) { display: block; margin-top: 10px; text-align: justify;} #boom:hover .boom2 { position: relative; top: 0px; -moz-transition-delay: 0s; -webkit-transition-delay: 0s; -o-transition-delay: 0s; -ms-transition-delay: 0s; transition-delay: 0s; } #boom .boom3 { -moz-transform: scale(0.4); -webkit-transform: scale(0.4); -o-transform: scale(0.4); -ms-transform: scale(0.4); transform: scale(0.4); -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -ms-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear; } #boom:hover .boom3 { -moz-transform: scale(1); -webkit-transform: scale(1); -o-transform: scale(1); -ms-transform: scale(1); transform: scale(1); -moz-transition-delay: 0.5s; -webkit-transition-delay: 0.5s; -o-transition-delay: 0.5s; -ms-transition-delay: 0.5s; transition-delay: 0.5s; } #boom .boom1 { width: 200px; height: 200px; text-align: center; overflow: hidden; background-image : url(http://i.imgur.com/9KeFBCA.png); opacity: 0.1; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -ms-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear; } #boom:hover .boom1 { opacity: 1; transform: scale(1); -moz-transition-delay: 0.5s; -webkit-transition-delay: 0.5s; -o-transition-delay: 0.5s; -ms-transition-delay: 0.5s; transition-delay: 0.5s; } #boom .boom1 .dong { width: 90px; background-color: #fff; height: 15px; line-height: 15px; color: #000; font-family: calibri; font-size: 8px; text-align: center; text-transform: uppercase; margin: 10px 5px 0px; } #boom { width: 150px; height: 225px; overflow: hidden; } #boom .boom2 { width: 200px; height: 200px; position: relative; top: -225px; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -ms-transition: all 0.5s linear; -o-transition: all 0.5s linear; transition: all 0.5s linear; -moz-transition-delay: 0.5s; -webkit-transition-delay: 0.5s; -o-transition-delay: 0.5s; -ms-transition-delay: 0.5s; transition-delay: 0.5s; } .kaboom {width: 40px;} </style> <div class="korpus"> <input type="radio" name="odin" checked="checked" id="1"><label for="1">рок</label> <input type="radio" name="odin" id="2"><label for="2">поп</label> <input type="radio" name="odin" id="3"><label for="3">хип-хоп</label> <input type="radio" name="odin" id="4"><label for="4">кантри</label> <input type="radio" name="odin" id="5"><label for="5">саундреки</label> <input type="radio" name="odin" id="6"><label for="6">джаз и блюз</label> <div class="box"> <table><tr><td><div style="width: 200px; height: 200px; background-image: url(http://i.imgur.com/o39XHcl.png);" id="boom"> <div class="boom3"><div class="boom1"><br><br><br> <img src="http://i.imgur.com/8QF3P8T.png" title="текст" class="kaboom"> <img src="http://i.imgur.com/EHYaqgs.png" title="текст" class="kaboom"> <img src="http://i.imgur.com/8QF3P8T.png" title="текст" class="kaboom"><br><br><br><br> <img src="http://i.imgur.com/8QF3P8T.png" title="текст" class="kaboom"> <img src="http://i.imgur.com/qibk0uH.png" width="75px" title="текст" class="kaboom"> <img src="http://i.imgur.com/8QF3P8T.png" title="текст" class="kaboom"> </div></div></div></div></td> </tr></table> <div class="box"> </div> <div class="box"> </div> <div class="box"> </div> <div class="box"> </div> <div class="box"> </div><br><br> </div></div> </div></center>
Страница: 1