Sullivan37

BG Mojo

Oct 31st, 2025
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <style>
  2.   #corpo_descrizione {
  3.     height: 580px;
  4.     background-image: url(https://i.ibb.co/p64bQLdx/Wallpaper-jpg.png);
  5.     background-repeat: repeat;
  6.     background-size: 20%;
  7.     overflow-y: hidden;
  8.     text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff,
  9.       1px 1px 0 #ffffff;
  10.   }
  11.  
  12.   #corpo_descrizione b {
  13.     color: #a40059;
  14.     text-shadow: -1px -1px 0 #ffffff, 1px -1px 0 #ffffff, -1px 1px 0 #ffffff,
  15.       1px 1px 0 #ffffff;
  16.   }
  17.  
  18.   #corpo_descrizione:hover #smile {
  19.     opacity: 0%;
  20.   }
  21.  
  22.   #corpo_descrizione:hover #label {
  23.     opacity: 100%;
  24.   }
  25.  
  26.   #corpo_descrizione:hover #labelBackground {
  27.     opacity: 100%;
  28.   }
  29.  
  30.   #d_left {
  31.     width: 389px;
  32.     height: 580px;
  33.     background-image: url(https://i.ibb.co/rKZP5Z1b/Decorazione-jpg.png);
  34.     background-size: cover;
  35.     position: absolute;
  36.     top: 115px;
  37.     left: -110px;
  38.   }
  39.  
  40.   #name {
  41.     width: 220px;
  42.     height: 110px;
  43.     background-image: url(https://i.ibb.co/wh6mhpgb/Mojo.png);
  44.     background-size: cover;
  45.     position: relative;
  46.     left: 90px;
  47.   }
  48.  
  49.   #smile {
  50.     width: 330px;
  51.     height: 290px;
  52.     background-image: url(https://i.ibb.co/cXxW2mb3/Animation.gif);
  53.     background-size: cover;
  54.     position: relative;
  55.     left: 110px;
  56.     top: 50px;
  57.     opacity: 100%;
  58.     transition: opacity 1s ease-in-out;
  59.   }
  60.  
  61.   #labelBackground {
  62.     width: 320px;
  63.     height: 460px;
  64.     background-image: url(https://i.ibb.co/sdpWd1DT/label.png);
  65.     background-size: auto;
  66.     position: relative;
  67.     left: 90px;
  68.     top: -290px;
  69.     opacity: 0%;
  70.     transition: opacity 1s ease-in-out;
  71.     border: 1px solid #ff8096;
  72.     border-radius: 25px;
  73.     mix-blend-mode: multiply;
  74.   }
  75.  
  76.   #label {
  77.     width: 320px;
  78.     height: 460px;
  79.     position: relative;
  80.     left: 90px;
  81.     top: -750px;
  82.     opacity: 0%;
  83.     transition: opacity 1s ease-in-out;
  84.     overflow-y: scroll;
  85.     padding: 5px;
  86.     -ms-overflow-style: none; /* IE e Edge */
  87.     scrollbar-width: none; /* Firefox */
  88.     font-size: 12px;
  89.   }
  90.  
  91.   #label::-webkit-scrollbar {
  92.     display: none; /* Chrome, Safari, Opera */
  93.   }
  94. </style>
  95. <div id="d_left"></div>
  96. <div id="name"></div>
  97. <div id="smile"></div>
  98. <div id="labelBackground"></div>
  99. <div id="label">
  100.   <img src="https://i.ibb.co/PspWfj27/Start.png" height="150" /><br />
  101.   <b>Nome:</b>Mojo<br />
  102.   <b>Occhi:</b>Rossi a sclera Nera<br />
  103.   <b>Altezza:</b>140cm<br />
  104.   <b>Peso:</b>30Kg<br />
  105.   <b>Età:</b>10 anni<br />
  106.   <b>Occupazione:</b>-<br />
  107.   <b>Segni particolari:</b>Pinna/codino di 30 cm sulla testa<br />
  108.   <b>Segni particolari:</b> Branchie tonde sul torace, testa e braccia<br />
  109.   <b>Allineamento:</b>Caotico Neutrale <br />
  110.   <b>Tasca:</b
  111.  ><img src="https://newworldgdr.com/grafica/vario/stats/berry.png" />1.000
  112.   berry<br />
  113.   <img src="https://i.ibb.co/chsCgym0/End.png" height="150" />
  114. </div>
  115.  
Add Comment
Please, Sign In to add comment