Код:
<style type="text/css"> /*TITLE FOR CLAIMS*/ .chclaimstitle{width: 620px; height: 60px; text-align: center; font-family: 'Century Gothic', sans-serif; font-size: 30px; line-height: 100%; color: #e4fac4; text-transform: lowercase; -webkit-box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.4); -moz-box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.4); box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.4); background-color: #e4fac4; position:absolute; left:50px; top:0px} /*DESCRIPTION FOR CLAIMS*/ .chclaimsdesc{background:#e4fac4; width:580px; min-height:15px; padding:25px 25px 25px 25px; position:absolute; top:-45px; font-family:arial; font-size:10px; color:#444; line-height:11px; text-align:justify; text-transform:lowercase; opacity:0; z-index:5; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease; -webkit-box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.4); -moz-box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.4); box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.4); } .chclaimstitle:hover{cursor:help} .chclaimstitle:hover .chclaimsdesc{top:45px; cursor:help; opacity:1; -webkit-transition:top 1.3s ease,opacity 1s ease; -moz-transition:top 1.3s ease,opacity 1s ease; -o-transition:top 1.3s ease,opacity 1s ease; transition:top 1.3s ease,opacity 1s ease; -webkit-box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.4); -moz-box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.4); box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.4); } /*BOX FOR TEXT*/ .chch {background:#e4fac4; width:590px; height:30px; padding-bottom:20px; position:absolute; top:110px; -webkit-box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.4); -moz-box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.4); box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.4); } .chfemale {background:#e4fac4; width:590px; height:140px; padding-bottom:20px; -webkit-box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.4); -moz-box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.4); box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.4); position:absolute; top:420px; overflow-y:auto; overflow-x:hidden} .chmale {background:#e4fac4; width:590px; height:200px; padding-bottom:20px; -webkit-box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.4); -moz-box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.4); box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.4); position:absolute; top:180px; overflow-y:auto; overflow-x:hidden} /*TEXT THAT HOVER CHANGES*/ .chcharname, .chchardesc{font-family:arial; font-size:8px; line-height:22px;letter-spacing:2pt; text-transform:uppercase} .chcharname{background:#5aced5; color:#444; width:60px; height:20px; text-align:center; display:block;position:relative; margin:10px 20px 10px 20px; opacity:1} .chchardesc{background:#5aced5; color:#444; width:205px; height:20px; text-align:center; display:block; position:absolute; top:0px; left:0px; opacity:0; -webkit-transition:all 0.5s ease; -moz-transition:all 0.5s ease; -o-transition:all 0.5s ease; transition:all 0.5s ease} .chcharname:hover .chchardesc{cursor:default; color:#444; opacity:1; -webkit-transition:opacity 0.2s ease,color 1.5s ease; -moz-transition:opacity 0.2s ease,color 1.5s ease; -o-transition:opacity 0.2s ease,color 1.5s ease; transition:opacity 0.2s ease,color 1.5s ease} .chtitle { width: 620px; height: 30px; text-align: center; font-family: 'Century Gothic', sans-serif; font-size: 30px; line-height: 100%; color: #e4fac4; text-transform: lowercase; -webkit-box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.4); -moz-box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.4); box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.4); background-color: #577e01;} .chtitle2 { width: 620px; height: 30px; text-align: center; font-family: 'Century Gothic', sans-serif; font-size: 30px; line-height: 100%; color: #e4fac4; text-transform: lowercase; -webkit-box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.4); -moz-box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.4); box-shadow: 1px 1px 13px 0px rgba(50, 50, 50, 0.4); background-color: #577e01;} /*END OF CSS FOR CLAIMS SITE TEMPLATE*/ .tooltip { position: relative; } .tooltip em { display: none; } .tooltip:hover em { font-style: normal; display: block; position: absolute; background: #577e01; color: #FFF; padding: 10px 10px; bottom: 13px; right: 5; box-shadow: 0 0 5px #ccc; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; } .tooltip:hover em i { position: absolute; bottom: -7px; right: 5px; border-top: 7px solid #000; border-left: 7px solid transparent; display: block; } </style> <center><div style="width: 550px; border: 4px solid #5aced5; background: #e1eeee url(http://funkyimg.com/i/JmdY.png);"> <div style="width: 500px; padding: 15px;"><div style="background: #e1eeee; width: 500px;"> <div style="font-family: courier new; font-size: 8px; line-height: 6px; padding-left: 4px; padding-right: 4px; padding-top: 2px; letter-spacing: 1px; text-transform: uppercase; width: 400px; padding-bottom: 6px; text-align: justify; color: #a1a1a1; width: 392px;"> </div> <style>#staff1 { width: 220px; height: 300px; position: relative; overflow: hidden; } .staff2 { width: 220px; height: 300px; position: absolute; left: 0px; bottom: 0px; -moz-transition: all 1s ease-in-out; -webkit-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; } #staff1:hover .staff2 { left: -220px; -webkit-transition: 1s all ease-in-out; -ms-transition: 1s all ease-in-out; -moz-transition: 1s all ease-in-out; transition: 1s all ease-in-out; } .staffthing { background-color: #b7a04e; font-family: courier new; font-size: 9px; line-height: 8px; color: #777777; font-weight: none; padding: 2px; text-transform: uppercase; text-align: center; margin-bottom: 3px; } </style> <table><tr><td> <div id="staff1"><div class="staff2"><div style="background-image:url(http://funkyimg.com/i/JuDh.png); width:220px; height:300px;"></div></div> <center><b>МЭРИЯ</b></center> профессия » <a href="ссылка на профиль">имя на англ с маленьких букв</a><br> <center><b>ПОЛИЦИЯ</b></center> шериф полиции » <a href="https://atmor.rusff.me/profile.php?id=74">john stilinski</a><br> заместитель шерифа » <a href="https://atmor.rusff.me/profile.php?id=45">jordan parrish</a><br> криминалист » <a href="https://atmor.rusff.me/profile.php?id=64ь">hank mccoy</a><br> агент ФБР » <a href="https://atmor.rusff.me/profile.php?id=88"> christopher stam</a><br> </div> </td> <td> <div id="staff1"><div class="staff2"><div style="background-image:url(http://funkyimg.com/i/JuDi.png); width:220px; height:300px;"></div></div> <center><b>ГОРОДСКАЯ БОЛЬНИЦА</b></center> пара-медик скорой помощи » <a href="https://atmor.rusff.me/profile.php?id=103">gilbert nightray</a><br> <center><b>ВЕТЕРИНАРНАЯ КЛИНИКА</b></center> профессия » <a href="ссылка на профиль">имя на англ с маленьких букв</a><br> </div> </td></tr> <tr><td> <div id="staff1"><div class="staff2"><div style="background-image:url(http://funkyimg.com/i/JuDj.png); width:220px; height:300px;"></div></div> <center><b>СПОРТИВНЫЙ КЛУБ</b></center> профессия » <a href="ссылка на профиль">имя на англ с маленьких букв</a><br> <center><b>ТАНЦЕВАЛЬНАЯ СТУДИЯ</b></center> профессия » <a href="ссылка на профиль">имя на англ с маленьких букв</a><br> </div> </td> <td> <div id="staff1"><div class="staff2"><div style="background-image:url(http://funkyimg.com/i/JuDk.png); width:220px; height:300px;"></div></div><div style="overflow: auto; height: 300px;"> <center><b>ШКОЛА</b></center> преподаватель по самообороне » <a href="https://atmor.rusff.me/profile.php?id=4">katherine argent</a><br> преподаватель литературы » <a href="https://atmor.rusff.me/profile.php?id=71">jennifer blake</a><br> преподаватель литературы » <a href="https://atmor.rusff.me/profile.php?id=94">reed gold</a><br> преподаватель философии » <a href="https://atmor.rusff.me/profile.php?id=105">niccolo lancet</a><br> - - - - - - - - - - - - - - - - - - <br> ученица » <a href="https://atmor.rusff.me/profile.php?id=8">lydia martin</a><br> ученица » <a href="https://atmor.rusff.me/profile.php?id=7">tessa lightwood</a><br> ученица » <a href="https://atmor.rusff.me/profile.php?id=14">mickey grant</a><br> ученик » <a href="https://atmor.rusff.me/profile.php?id=6">stiles stilinski</a><br> ученица » <a href="https://atmor.rusff.me/profile.php?id=11">malia tate</a><br> ученик » <a href="https://atmor.rusff.me/profile.php?id=21">alex carter</a><br> ученица » <a href="https://atmor.rusff.me/profile.php?id=41">erica reyes</a><br> ученица » <a href="https://atmor.rusff.me/profile.php?id=46">nicole dickinson</a><br> ученик » <a href="https://atmor.rusff.me/profile.php?id=56">theodore lloyd</a><br> ученица » <a href="https://atmor.rusff.me/profile.php?id=72">violet lester</a><br> ученица » <a href="https://atmor.rusff.me/profile.php?id=91">maya bende</a><br> ученик » <a href="https://atmor.rusff.me/profile.php?id=95">scott mccall</a><br> ученица » <a href="https://atmor.rusff.me/profile.php?id=101">charlie lowry</a><br> <center><b>КОЛЛЕДЖ</b></center> студентка » <a href="https://atmor.rusff.me/profile.php?id=20">riley whitefield</a><br> <center><b>УНИВЕРСИТЕТ</b></center> студентка » <a href="https://atmor.rusff.me/profile.php?id=3">amelia owens</a><br> студентка » <a href="https://atmor.rusff.me/profile.php?id=32">vasilisa roselli</a><br> cтудент » <a href="https://atmor.rusff.me/profile.php?id=93"> james lightwood</a><br> <center><b>ЧАСТНОЕ ОБУЧЕНИЕ</b></center> профессия » <a href="ссылка на профиль">имя на англ с маленьких букв</a><br> </div> </div> </td></tr> <tr><td> <div id="staff1"><div class="staff2"><div style="background-image:url(http://funkyimg.com/i/JuEK.png); width:220px; height:300px;"></div></div> <center><b>ОТЕЛЬ</b></center> профессия » <a href="ссылка на профиль">имя на англ с маленьких букв</a><br> <center><bРЕСТОРАН</b></center> профессия » <a href="ссылка на профиль">имя на англ с маленьких букв</a><br> <center><b>КАФЕ-БАР</b></center> профессия » <a href="ссылка на профиль">имя на англ с маленьких букв</a><br> </div> </td> <td> <div id="staff1"><div class="staff2"><div style="background-image:url(http://funkyimg.com/i/JuFo.png); width:220px; height:300px;"></div></div> <center><b>МУЗЫКА</b></center> профессия » <a href="ссылка на профиль">имя на англ с маленьких букв</a><br> <center><b>ЖУРНАЛИСТИКА</b></center> журналистка » <a href="https://atmor.rusff.me/profile.php?id=50">vivian clark</a><br> <center><b>ТЕЛЕВИДЕНИЕ</b></center> профессия » <a href="ссылка на профиль">имя на англ с маленьких букв</a><br> </div> </td></tr> <tr><td> <div id="staff1"><div class="staff2"><div style="background-image:url(http://funkyimg.com/i/JuFV.png); width:220px; height:300px;"></div></div> <center><b>МАГАЗИНЫ</b></center> <center><b>КЛУБЫ</b></center> профессия » <a href="ссылка на профиль">имя на англ с маленьких букв</a><br> <center><b>САЛОНЫ</b></center> профессия » <a href="ссылка на профиль">имя на англ с маленьких букв</a><br> </div> </td> <td> <div id="staff1"><div class="staff2"><div style="background-image:url(http://funkyimg.com/i/Jvqh.png); width:220px; height:300px;"></div></div> <center><b>КУЛЬТУРА</b></center> помощница библиотекаря » <a href="https://atmor.rusff.me/profile.php?id=46">nicole dickinson</a><br> <center><b>КРИМИНАЛ</b></center> наемник » <a href="https://atmor.rusff.me/profile.php?id=72">violet lester</a><br> <center><b>ЧАСТНЫЕ ФИРМЫ</b></center> переводчик » <a href="https://atmor.rusff.me/profile.php?id=3">amelia owens</a><br> <center><b>ДРУГОЕ</b></center> охотник » <a href="https://atmor.rusff.me/profile.php?id=75">tamara ortega</a><br> </div> </td></tr> </table>
Код:
профессия » <a href="ссылка на профиль">имя на англ с маленьких букв</a><br>