Advertisement
thestarcrossed

starfire_b_b

Aug 21st, 2019
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.49 KB | None | 0 0
  1. <style>
  2. @import url(https://fonts.googleapis.com/css?family=Roboto);
  3. @import url(https://fonts.googleapis.com/css?family=Prata);
  4. @import url(https://fonts.googleapis.com/css?family=Questrial);
  5. @import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);
  6.  
  7. /*this code is made by punpun, even tho i'm not here anymore don't take the character my dude*/
  8.  
  9. body {background: #9d0069; overflow:hidden;}
  10.  
  11.  
  12. ::-webkit-scrollbar-thumb {background-color: #000; width: 1px; }
  13. ::-webkit-scrollbar {background-color: transparent; width: 1px;}
  14.  
  15.  
  16. /*9A3737*/
  17.  
  18. ::selection {
  19. color: #000;
  20. background: #fff;
  21. }
  22.  
  23.  
  24. .frame {
  25. position:absolute;
  26. margin:auto;
  27. bottom: 0px;
  28. left: 0px;
  29. right: 0px;
  30. width: 398px;
  31. height: 348;
  32. background: #620041;
  33. background-size: 45px 40px;
  34. background-image: radial-gradient(circle, #f3f3f3 1px, rgba(0, 0, 0, 0) 1.3px);
  35. font-family: roboto;
  36. font-weight:500;
  37. font-size: 11;
  38. letter-spacing: 0.1px;
  39. line-height: 13px;
  40. text-transform: lowercase;
  41. pointer-events:none; }
  42.  
  43. .box {
  44. position:absolute;
  45. margin:auto;
  46. bottom: 15.5px;
  47. left: 0px;
  48. right: 96px;
  49. width: 290px;
  50. height:20px;
  51. background: #;
  52. color: #ffb200;
  53. font-family: roboto;
  54. font-weight:900;
  55. font-size: 22;
  56. letter-spacing: 0.1px;
  57. line-height: 16px;
  58. padding: 5px;
  59. text-transform: uppercase;
  60. border: px solid #D83131;
  61. text-align: center;
  62. transition:0.4s all;
  63. text-shadow: 2px 2px #4e0034;
  64. }
  65. .box:hover {color:#620041; text-shadow: 2px 2px #4e0034;}
  66.  
  67. .box2 {
  68. position:absolute;
  69. margin:auto;
  70. bottom: -6px;
  71. left: 0px;
  72. right: 76px;
  73. width: 290px;
  74. height:20px;
  75. background: #;
  76. color: #ffb200;
  77. font-family: roboto;
  78. font-weight:200;
  79. font-size: 13;
  80. letter-spacing: 0.1px;
  81. line-height: 16px;
  82. padding: 5px;
  83. text-transform: uppercase;
  84. pointer-events:none;
  85. border: px solid #D83131;
  86. text-align: center;
  87. text-shadow: 2px 2px #4e0034;
  88. }
  89.  
  90. .within {
  91. position:absolute;
  92. margin: auto;
  93. bottom: 50px;
  94. left: 0px;
  95. right: 0;
  96. width: 273px;
  97. height:270px;
  98. background: #;
  99. color: #fff;
  100. border: px solid #fff;
  101. font-family: roboto;
  102. font-weight:500;
  103. font-size: 9px;
  104. letter-spacing: 0.5px;
  105. line-height: 11px;
  106. text-align: justify;
  107. text-transform: none;
  108. overflow: none;opacity:0;
  109. visibility:hidden;
  110. transition: 0.4s all;
  111. transition-delay: 0s;}
  112. .all:hover .within {opacity:1; visibility: visible;transition-delay:0.2s;}
  113.  
  114.  
  115. .real {opacity:0.9; visibility:visible; transition: 0.4s all;}
  116. .all:hover .real {opacity:0; visibility:hidden; }
  117. .shadow {opacity:0.6;pointer-events:none;}
  118. .line {opacity:1; transition: 0.4s all }
  119. .all:hover .line {opacity:0;}
  120. .line2 {opacity:0; transition: 0.4s all }
  121. .all:hover .line2 {opacity:1;}
  122.  
  123.  
  124. .txta {
  125. position:absolute;
  126. margin: auto;
  127. bottom:0px;
  128. left: 120px;
  129. right: 0;
  130. width: 140px;
  131. height:125px;
  132. background: #fff;
  133. color: #000;
  134. border: px solid #fff;
  135. font-family: roboto;
  136. font-weight:500;
  137. font-size: 9px;
  138. letter-spacing: 0.5px;
  139. line-height: 9px;
  140. padding: 3px;
  141. padding-top:2px;
  142. text-align: justify;
  143. text-transform: none;
  144. overflow: auto;
  145. transition: 0.6s all}
  146.  
  147.  
  148. .txtlink {
  149. position:absolute;
  150. margin: auto;
  151. left: 0px;
  152. right: 0;
  153. width: 62px;
  154. height: 8px;
  155. background: #fff;
  156. color: #d80090;
  157. border-top: 0px solid #CEDAE0;
  158. font-family: roboto;
  159. font-weight:500;
  160. font-size: 9px;
  161. letter-spacing: 3px;
  162. line-height: 8px;
  163. padding: 4px;
  164. text-align: center;
  165. text-transform: none;
  166. transition: 0.6s all;
  167. opacity:1;
  168. overflow:hidden;}
  169. .txtlink:hover {background:#000;}
  170.  
  171. .icon {position:absolute; left: 15px; top:15px; background:#fff; width: 50px; height:50px;border-radius:100%;}
  172.  
  173.  
  174. #extra {position: fixed;top: 0px; left: 0px;bottom: 0px; right: 0px;}
  175.  
  176. .list {width:95%; height:70px; background:none; border-bottom:1px dotted #fff;margin:5px;}
  177.  
  178. a {text-decoration:none;}
  179.  
  180. .link {background:#000; color: #d80090; text-transform:uppercase;font-family:questrial; font-size:10px; padding:1px; transition: 0.2s all; text-decoration:none;}
  181. .link:hover {background: #ff00aa; color: #000;}
  182. </style>
  183.  
  184. <a href="https://pastebin.com/u/punpunrpc" title="Coded by Punpun." target="_blank"><img src="http://i.imgur.com/acD32sR.png" style="position:fixed; left:10; bottom:0;width:25;-webkit-transform: scaleX(-1); filter: FlipH;z-index:99;"></a>
  185.  
  186. <div id="extra" oncontextmenu="return false;">
  187.  
  188. <div class="all">
  189. <div style="background:none;overflow:hidden; " class="frame">
  190. <img src="" style="position:absolute; left:-200; bottom:-150;
  191. filter:grayscale(0.79);">
  192. </div>
  193.  
  194. <div style="opacity:0.4;background:#ff00aa;" class="frame"></div>
  195.  
  196. <div style="position:absolute; margin: auto; left:0px; right:0px; bottom:20px; width:310px; height:350px; background:none;border-left: 1px solid #f3f3f3;border-right: 1px solid #f3f3f3;border-bottom: 1px solid #f3f3f3;"></div>
  197. <img src="https://i.imgur.com/H49ejBI.png" class="shadow" style="position: absolute; margin: auto; left:0px; right: 78px; bottom:2px; width: 530px;">
  198. <div class="line2" style="position:absolute; margin: auto; left:0px; right:0px; bottom:20px; width:310px; height:350px; background:none;border-left: 1px solid #f3f3f3;border-right: 1px solid #f3f3f3;border-bottom: 1px solid #f3f3f3;"></div>
  199. <img src="https://i.imgur.com/H49ejBI.png" class="real" style="position: absolute; margin: auto; left:0px; right:78px; bottom:-4px; width: 530px; ">
  200.  
  201. <div class="line"style="position:absolute; margin: auto; left:0px; right:12px; bottom:20px; width:299px; height:350px; background:none;border-bottom: 1px solid #f3f3f3"></div>
  202.  
  203.  
  204. <a title="TEEN TITANS // JUDAS CONTRACT "><div class="box">PRINCESS KORIAND'R</div></a>
  205. <div class="box2">STARFIRE</div>
  206.  
  207.  
  208. <div class="within">
  209. <div class="txta"><a class="link" title="Starfire is very cheerful and sweet, yet somewhat naive and considerably insecure, but her naivete is not to be mistaken for stupidity. An alien and an outsider, she is still rather new to Earth and its customs.">STARFIRE</a> was born and raised on the planet Tamaran before arriving on Earth and joining the Teen Titans. <a class="link" title="The Tamaraneans are an emotional race who see feelings and sensations as the force that drives their very livelihood and strengthens their abilities. In fact, it's their emotions that further increase their natural abilities of flight, and projection of pure ultraviolet energy.
  210. ">Tamaranean</a>princess Starfire came to Earth as Koriand'r, a Tamaranean princess being transported by Gordanians, in exile as a slave to the Citadel. Through the use of her innate Tamaranean superhuman strength and incredible agility, she broke free from the brig aboard a Gordanian ship and landed in Jump City. While attempting to free herself of the handcuffs with which she had been laden, she ended up both destroying buildings and cars, and running into four young teenagers, with whom she would later fight crime. <hr>
  211. <center><a class="link" href="" target="_blank" >wiki</a></center>
  212. </div>
  213.  
  214.  
  215. <div style="position:absolute; left:0; bottom:1; background:#fff; height: 129px; width:120px;overflow:hidden;"><img src="https://i.imgur.com/oRBHdW6.png" style="position:absolute; left:0; top:0; width:130px; pointer-events:none;"></div>
  216.  
  217. <div class="txtlink" style="bottom:135;right:150px;">friend</div>
  218. <div class="txtlink" style="bottom:135;">friend</div>
  219. <div class="txtlink" style="bottom:135;left:150px;">friend</div>
  220.  
  221. </div>
  222.  
  223.  
  224. <div style="position:absolute; left:0px; top:0px; background: #f3f3f3; height:12px; width:12px; pointer-events:none;"></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement