Код:
<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> <center><img class="postimg" src="http://funkyimg.com/i/JmdX.png"></center> <div style="border: 3px double #7ed2cf; width: 475px; background-color: #e1eeee;"> <table><tbody><tr align="center"><td><center><font style="font-size: 20px; font-family: Times New Roman; color: #6adedf; text-shadow: #897336 1px 1px 0px; text-align: center;">werewolves</font></center></td> <td><center><font style="font-size: 20px; font-family: Times New Roman; color: #6adedf; text-shadow: #897336 1px 1px 0px; text-align: center;">people</font></center></td></tr> <tr align="center"><td>Айзек Лейхи » <i>Isaac Lahey</i></s><br> <s>Дерек Хейл » <i>Derek Hale</i></s><br> Джексон Уиттмор » <i>Jackson Whittemore</i><br> Итан » <i>Ethan</i><br> <s>Кора Хейл » <i>Cora Hale</i></s><br> <s>Малия Тейт » <i>Malia Tate</i></s><br> <s>Питер Хейл » <i>Peter Hale</i></s><br> <s>Скотт МакКолл » <i>Scott McCall</i></s><br> Эйдан » <i>Aiden</i><br> <s>Эрика Рейес » <i>Erica Reyes</i></s><br></td> <td>Бобби Финсток » <i>Bobby Finstock</i><br> <s>Джон Стилински » <i>John Stilinski</i></s><br> Дэнни Махилани » <i>Danny Mahealani</i><br> Мелисса МакКолл » <i>Melissa McCall</i><br> Кен Юкимура » <i>Ken Yukimura</i><br> Рафаэль МакКол » <i>Rafael McCall</i><br> <s>Стайлз Стилински » <i>Stiles Stilinski</i></s><br> </td></tr> <tr align="center"><td><center><font style="font-size: 20px; font-family: Times New Roman; color: #6adedf; text-shadow: #897336 1px 1px 0px; text-align: center;">hunters</font></center></td> <td><center><font style="font-size: 20px; font-family: Times New Roman; color: #6adedf; text-shadow: #897336 1px 1px 0px; text-align: center;">druids</font></center></td></tr> <tr align="center"><td>Крис Арджент » <i>Chris Argent</i><br> <s>Эллисон Арджент » <i>Allison Argent</i></s><br></td> <td>Алан Дитон » <i>Alan Deaton</i><br> Мэрин Морелл » <i>Marin Morell</i><br> <s>Джордан Пэрриш » <i>Jordan Parrish</i></s><br> </td></tr> <tr align="center"><td><center><font style="font-size: 20px; font-family: Times New Roman; color: #6adedf; text-shadow: #897336 1px 1px 0px; text-align: center;">kitsune</font></center></td> <td><center><font style="font-size: 20px; font-family: Times New Roman; color: #6adedf; text-shadow: #897336 1px 1px 0px; text-align: center;">banshee</font></center></td></tr> <tr align="center"><td>Кира Юкимура » <i>Kira Yukimura</i><br> Ношика Юкимура » <i>Noshika Yukimura</i><br></td> <td><s>Лидия Мартин » <i>Lydia Martin</i></s><br> </td></tr></tbody></table><center><font style="font-size: 20px; font-family: Times New Roman; color: #6adedf; text-shadow: #897336 1px 1px 0px; text-align: center;">unique species</font></center> <s>Кейт Арджент » <i>Kate Argent</i></s><br></center> </div></div></div></center>