Код:
<!--HTML--> <link href='http://fonts.googleapis.com/css?family=Playfair+Display|Droid+Sans' rel='stylesheet' type='text/css'> <style type="text/css"> ::-webkit-scrollbar { height: 12px; width: 8px; background-color: transparent;} ::-webkit-scrollbar-thumb { background: #89929d; } ::-webkit-scrollbar-corner { background: #89929d; } ::-webkit-scrollbar-track { background: transparent; } #stuscontainer { width: 500px; height: 500px; position: relative; background-color: #b1bac1; } #stumenu li { display: inline; cursor:pointer; position: absolute; top: 200px; width: 75px; text-align: center; left: 100px; background-color: #89929d; color: #EEEDDD; padding-top: 10px; padding-bottom: 10px; font-size: 11px; font-family: calibri, sans serif; } #stumenu li:hover { background-color: #a5acb4; } #stumenu li > div { width: 260px; height: 160px; overflow: auto; position: absolute; z-index: 20; display: inline; left: 0px; padding: 20px; visibility:hidden; opacity: 0; margin-bottom: 10px; background: #EEEDDD; color: #666d75; text-align: justify; font-size:1em; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } #stumenu li:hover > div { visibility:visible; opacity: 1; margin-top: 30px; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; } #stuscontainer img { position: absolute; z-index: 10; top: 240px; left: 100px; height: 200px; width: 300px; border-bottom: 10px solid #a5acb4; } #stuscontainer h1 { position: absolute; top: 110px; left: 100px; width: 300px; text-align: center; font-family: playfair display; font-size: 70px; color: #EEEDDD; font-style: italic; font-weight: inherit; } #stuscontainer h2 { font-family: times; font-size: 7px; letter-spacing: 2px; position: absolute; top: 90px; left: 100px; width: 300px; line-height: 9px; text-align: center; text-transform: uppercase; color: rgba(238,237,221,0.8); font-weight: inherit; padding-top: 8px; padding-bottom: 8px; border-top: 1px solid rgba(238,237,221,0.5); border-bottom: 1px solid rgba(238,237,221,0.5); } </style> <center> <div id="stuscontainer"> <img src="http://savepic.net/7241749.png"> <h2>monster's face</h2> <ul id="stumenu"> <li> A - F <div> <center> ash stymest - <a href="https://monster.rusff.me/profile.php?id=4">mark pangborn</a> <i>x</i><br> amber heard - <a href="https://monster.rusff.me/profile.php?id=25">linnett audley</a><br> chloe moretz - <a href="https://monster.rusff.me/profile.php?id=24">phoebe walter</a> <i>x</i><br> chris pine - <a href="https://monster.rusff.me/profile.php?id=22">joseph corleone</a> <i>x</i><br> chris evans - <a href="https://monster.rusff.me/profile.php?id=9">santino corleone</a> <i>x</i><br> dane dehaan - <a href="https://monster.rusff.me/profile.php?id=3">lucien carr</a> <i>x</i><br> emilia clarke - <a href="https://monster.rusff.me/profile.php?id=11">persephone krawczyk</a> <i>x</i><br> внешность - <a href="ссылка на профиль">ник</a><br> </center> </div> </li> <li style="margin-left: 75px;"> G - L <div style="margin-left: -75px;"> <center> ian somerhalder - <a href="https://monster.rusff.me/profile.php?id=12">lewis murdock</a><br> katherine mcnamara - <a href="https://monster.rusff.me/profile.php?id=26">rose winther</a><br> kylie jenner - <a href="https://monster.rusff.me/profile.php?id=16">cloe bertino</a><br> levi stocke - <a href="https://monster.rusff.me/profile.php?id=23">joel thornhill</a> <i>x</i><br> jack falahee - <a href="https://monster.rusff.me/profile.php?id=61">nathan ward</a> <i>x</i><br> joe cole - <a href="https://monster.rusff.me/profile.php?id=60">angus pravec</a> <i>x</i><br> </center> </div> </li> <li style="margin-left: 150px;"> M - R <div style="margin-left: -150px;"> <center> marzia bisognin - <a href="https://monster.rusff.me/profile.php?id=8">vitalia corleone</a> <i>x</i><br> robert pattinson - <a href="https://monster.rusff.me/profile.php?id=48">freddie mclair</a> <i>x</i><br> nina dobrev - <a href="https://monster.rusff.me/profile.php?id=47">Lissa Neumann</a> <i>x</i><br> </center> </div> </li> <li style="margin-left: 225px;"> S - Z <div style="margin-left: -225px;"> <center> sophie turner- <a href="https://monster.rusff.me/profile.php?id=43">alex powell </a> <i>x</i><br> tom hardy - <a href="https://monster.rusff.me/profile.php?id=28">thomas whitman</a><br> zoe sugg - <a href="https://monster.rusff.me/profile.php?id=5">samantha underwood</a> <i>x</i><br> внешность - <a href="ссылка на профиль">ник</a><br> </center> </div> </li> </ul> </div> </center><br><br>
код для внешности без имени Код: внешность - <a href="ссылка на профиль">имя фамилия</a><br> | код для внешности + имя Код: внешность - <a href="ссылка на профиль">имя фамилия</a> <i>x</i><br> |