Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- #corpo_descrizione {
- height: 580px;
- background-image: url(https://i.ibb.co/p64bQLdx/Wallpaper-jpg.png);
- background-repeat: repeat;
- background-size: 20%;
- overflow-y: hidden;
- text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff,
- 1px 1px 0 #ffffff;
- }
- #corpo_descrizione b {
- color: #a40059;
- text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff,
- 1px 1px 0 #ffffff;
- }
- #corpo_descrizione:hover #smile {
- opacity: 0%;
- }
- #corpo_descrizione:hover #label {
- opacity: 100%;
- }
- #corpo_descrizione:hover #labelBackground {
- opacity: 100%;
- }
- #d_left {
- width: 389px;
- height: 580px;
- background-image: url(https://i.ibb.co/rKZP5Z1b/Decorazione-jpg.png);
- background-size: cover;
- position: absolute;
- top: 115px;
- left: -110px;
- }
- #name {
- width: 220px;
- height: 110px;
- background-image: url(https://i.ibb.co/wh6mhpgb/Mojo.png);
- background-size: cover;
- position: relative;
- left: 90px;
- }
- #smile {
- width: 330px;
- height: 290px;
- background-image: url(https://i.ibb.co/cXxW2mb3/Animation.gif);
- background-size: cover;
- position: relative;
- left: 110px;
- top: 50px;
- opacity: 100%;
- transition: opacity 1s ease-in-out;
- }
- #labelBackground {
- width: 320px;
- height: 460px;
- background-image: url(https://i.ibb.co/sdpWd1DT/label.png);
- background-size: auto;
- position: relative;
- left: 90px;
- top: -290px;
- opacity: 0%;
- transition: opacity 1s ease-in-out;
- border: 1px solid #ff8096;
- border-radius: 25px;
- mix-blend-mode: multiply;
- }
- #label {
- width: 320px;
- height: 460px;
- position: relative;
- left: 90px;
- top: -750px;
- opacity: 0%;
- transition: opacity 1s ease-in-out;
- overflow-y: scroll;
- padding: 5px;
- -ms-overflow-style: none; /* IE e Edge */
- scrollbar-width: none; /* Firefox */
- font-size: 12px;
- }
- #label::-webkit-scrollbar {
- display: none; /* Chrome, Safari, Opera */
- }
- </style>
- <div id="d_left"></div>
- <div id="name"></div>
- <div id="smile"></div>
- <div id="labelBackground"></div>
- <div id="label">
- <img src="https://i.ibb.co/PspWfj27/Start.png" height="150" /><br />
- <b>Nome:</b>Mojo<br />
- <b>Occhi:</b>Rossi a sclera Nera<br />
- <b>Altezza:</b>140cm<br />
- <b>Peso:</b>30Kg<br />
- <b>Età:</b>10 anni<br />
- <b>Occupazione:</b>-<br />
- <b>Segni particolari:</b>Pinna/codino di 30 cm sulla testa<br />
- <b>Segni particolari:</b> Branchie tonde sul torace, testa e braccia<br />
- <b>Allineamento:</b>Caotico Neutrale <br />
- <b>Tasca:</b
- ><img src="https://newworldgdr.com/grafica/vario/stats/berry.png" />1.000
- berry<br />
- <img src="https://i.ibb.co/chsCgym0/End.png" height="150" />
- </div>
Add Comment
Please, Sign In to add comment