Advertisement
Esme

O6. Jake's profile for Xayah

Jan 29th, 2019
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.78 KB | None | 0 0
  1. <style>
  2.  
  3. </style>
  4. </head>
  5. <body>
  6. <style>
  7. @import url('https://fonts.googleapis.com/css?family=Marcellus+SC|Kaushan+Script|Exo');
  8.  body { background: url('http://i.imgur.com/yA0bES9.jpg'); background-size: 100% 100%; animation: pulse 5s infinite; }
  9.  @keyframes pulse {
  10.  0% { opacity: 0.8; }
  11.  50% { opacity: 1; }
  12.  100% { opacity: 0.8; }
  13.  }
  14.  html { overflow: hidden; }
  15.  body:hover #sheet { opacity: 0; transition-duration: 3s; }
  16.  body:hover .ln { width: 5px; transition-duration: 1s; transition-delay: 2s; opacity: 0.6; height: 100%; }
  17. body:hover .bx { left: -120px; transition-duration: 1s; opacity: 1; transition-delay: 1.5s; }
  18. body:hover .t { top: 40%; transition-duration: 1s; opacity: 0.9; transition-delay: 1.5s; }
  19. body:hover .c { left: 28%; opacity: 0.9; transition-duration: 1s; transition-delay: 1.6s; }
  20.  body:hover .bx2 { left:560px; top: 140%; transition-duration: 1s; opacity: 1; transition-delay: 1.5s; }
  21. body:hover .t2 { top: 11.5%; transition-duration: 1s; opacity: 0.9; transition-delay: 1.5s; }
  22. body:hover .c2 { right: 28%; top: 90px; opacity: 0.4; transition-duration: 1s; transition-delay: 1.6s; }
  23.  #center {
  24.  margin: 0px auto;
  25.  width: 100px;
  26.  height: 100%;
  27.  }
  28.  
  29.  #sheet {
  30.  position: absolute;
  31.  bottom: 0px;
  32.  left: 0px;
  33.  height: 100%;
  34.  width: 100%;
  35.  background: black;
  36.  opacity: 1;
  37.  z-index: 5;
  38.  transition-duration: 5s;
  39.  }
  40.  
  41.  .ln {
  42.  position: absolute;
  43.  top: 0px;
  44.  left: 50%;
  45.  height: 0%;
  46.  width: 3px;
  47.  background: url('http://puu.sh/v9wxM.png');
  48.  opacity: 0.1;
  49.  transition-duration: 1s;
  50.  }
  51.  
  52.  #cont {
  53.  position: absolute;
  54.  bottom: 0px;
  55.  left: 0px;
  56.  height: 100%;
  57.  width: 100%;
  58.  }
  59.  
  60.  .c {
  61.  position: relative;
  62.  top: 36%;
  63.  left: 29%;
  64.  font-family: 'Marcellus SC';
  65.  font-size: 22px;
  66.  color: rgba(0,0,0,0.6);
  67.  text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
  68.  letter-spacing: 5px;
  69.  opacity: 0.3;
  70.  transition-duration: 1s;
  71.  }
  72.  
  73.  .t {
  74.  position: relative;
  75.  top: 39%;
  76.  left: 15%;
  77.  font-family: 'Kaushan Script';
  78.  font-size: 132px;
  79.  color: rgba(144,35,127,0.5);
  80.  text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
  81.  opacity: 0.2;
  82.  transition-duration: 1s;
  83.  }
  84.  
  85.  .bx {
  86.  position: relative;
  87.  bottom: -15px;
  88.  left: -130px;
  89.  height: 80px;
  90.  width: 380px;
  91.  border-radius: 3px;
  92.  background: rgba(13,14,16,0.7);
  93.  padding: 10px;
  94.  font-family: 'Exo';
  95.  color: rgba(255,255,255,0.4);
  96.  font-size: 9px;
  97.  letter-spacing: 2px;
  98.  text-transform: uppercase;
  99.  opacity: 0;
  100.  transition-duration: 1s;
  101.  }
  102.  
  103.  
  104.  .c2 {
  105.  position: relative;
  106.  top: 7.8%;
  107.  right: 29%;
  108.  font-family: 'Marcellus SC';
  109.  font-size: 22px;
  110.  color: rgba(203,179,179,1);
  111.  text-shadow: 0px 0px 5px rgba(0,0,0,0.2);
  112.  letter-spacing: 5px;
  113.  opacity: 0.4;
  114.  display:block;
  115.  -moz-transform: scale(-1, 1);
  116. -webkit-transform: scale(-1, 1);
  117. -o-transform: scale(-1, 1);
  118. -ms-transform: scale(-1, 1);
  119. transform: scale(-1, 1);
  120.  transition-duration: 1s;
  121.  }
  122.  
  123.  .t2 {
  124.  position: relative;
  125.  top: 10.9%;
  126.  right: 15%;
  127.  font-family: 'Kaushan Script';
  128.  font-size: 132px;
  129.  color: rgba(132,42,66,0.5);
  130.  text-shadow: 0px 0px 5px rgba(0,0,0,0.8);
  131.  opacity: 0.2;
  132.  display:block;
  133.  -moz-transform: scale(-1, 1);
  134. -webkit-transform: scale(-1, 1);
  135. -o-transform: scale(-1, 1);
  136. -ms-transform: scale(-1, 1);
  137. transform: scale(-1, 1);
  138. transition-duration: 1s;
  139.  }
  140.  
  141.  
  142.  .mirror {
  143.  display: block;
  144.  transform: scale(-1, 1);
  145.  -moz-transform: scale(-1, 1);
  146. -webkit-transform: scale(-1, 1);
  147. -o-transform: scale(-1, 1);
  148. -ms-transform: scale(-1, 1);
  149. }
  150.  a {
  151.  color: inherit;
  152.  display: block;
  153.  text-decoration: none;
  154.  }
  155.  
  156.  .ps {
  157. position: absolute;
  158. bottom: 0px;
  159. right: 0px;
  160. height: 100%;
  161. width: 50%;
  162. z-index: 20;
  163. }
  164.  
  165.  
  166.  </style>
  167.  
  168.  <a target="_blank" href="https://roleplay.chat/profile.php?user=Battledancer" target="_blank"><div class="ps"></div></a>
  169.  
  170.  
  171.  <div id="center">
  172.  <div class="ln"></div>
  173.  </div>
  174.  
  175.  <div id="sheet"></div>
  176.  
  177.  
  178.  <div id="cont">
  179.  
  180.  <div class="t">
  181.  Xayah-
  182.  </div>
  183.  
  184.  <div class="c">
  185.  the rebel
  186.  
  187.  <div class="bx"><font style="color: rgba(132,42,66,0.8);">></font> . . _ you don't have to tell me twice. each enemy is just another
  188.  target to sew together into the tapestry of our making. it's all for the greater--,
  189.  a will to live and survive amongst our flourishing yet desolate life. you make fights worth every single
  190.  wasted feather, every last beat of wing and charm of foe. no other shall claim my heart as thee.. . ' -- Daily log::
  191.  <font style="color: #221133;">#</font>
  192.  <font style="color: #552244;">0</font>
  193.  <font style="color: #bb4444;">Z</font>
  194.  <font style="color: #eeaa88;">8</font>
  195.  <font style="color: #ee8855;">6</font>
  196.  <font style="color: #996666;">H</font>
  197.  <font style="color: #553344;">4</font>
  198.  <font style="color: #221122;">'</font>
  199.  
  200.  </div>
  201.  </div>
  202.  
  203.  <div class="t2">
  204.  Rakan-
  205.  </div>
  206.  
  207.  <div class="c2">
  208.  the charmer
  209. </body>
  210. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement