owltrash

selina's profile (wip, no friend tabs)

Dec 14th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.85 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Economica|Niconne|Pathway+Gothic+One|Reenie+Beanie');
  3.  
  4. .pfor{ display:none; background-color:transparent; }
  5. body {background:url('') top left fixed repeat;
  6. background-color:#000;
  7. overflow:hidden; }
  8.  
  9. #profile{ border:0px; background-color:transparent; }
  10. *{cursor:url('https://i.imgur.com/8QmAMfq.png'), default; }
  11.  
  12. ::-webkit-scrollbar { width:5px; height:0px;
  13. background:; }
  14. ::-webkit-scrollbar-thumb { background-color:#000;
  15. border:1px solid #FBFBFB;
  16. -webkit-border-radius:10px; border-radius:10px; }
  17.  
  18.  
  19. body{
  20. background-color:#000;
  21. background-position:right top; background-image: url("");
  22. background-repeat: repeat; background-attachment:fixed; background-size: repeat}
  23.  
  24.  
  25.  
  26. #opening{ position:fixed; width:100%; height:100%; left:225px; bottom:0px; }
  27.  
  28. #opening-img{ position:absolute;
  29. background-image:url('https://i.imgur.com/O5A7Ix1.png');
  30. background-position:0% 50%; background-size:523px;
  31. background-attachment: absolute;
  32. background-repeat:no-repeat;
  33. height:589px; width:523px;
  34. bottom:0px; left:50px;
  35. filter: blur(0px); opacity:1; transition: 1s; }
  36.  
  37.  
  38. #quote-1{ position:absolute;
  39. width:300px; height:155px;
  40. left:-100px; bottom:400px;
  41. background-color:transparent;
  42. color:#d3d3d3;
  43. background: -webkit-linear-gradient(#474364, #ddddff);
  44. -webkit-background-clip: text;
  45. -webkit-text-fill-color: transparent;
  46. font-family:'Reenie Beanie';
  47. font-size:26px;
  48. line-height:40px;
  49. letter-spacing:5px;
  50. text-transform:; text-align:center;
  51. padding:6px; float:left;
  52. overflow:auto; }
  53.  
  54.  
  55.  
  56. #container { position:absolute; left:80px; bottom:100px; opacity:.0; transition: 1s; }
  57. body:hover #container { filter: blur(0px); opacity:1.0; transition-delay: 1s; }
  58.  
  59.  
  60.  
  61. #meow{ position:absolute;
  62. width:300px; height:350px;
  63. left:470px; bottom:0px;
  64. background-color:transparent;
  65. color:#474364;
  66. font-family:'Economica';
  67. font-size:20px;
  68. line-height:30px;
  69. letter-spacing:1px;
  70. text-transform:; text-align:justify;
  71. padding:0px; float:left;
  72. overflow:auto; opacity:.0; transition: 1s; }
  73. body:hover #meow { opacity:1.0; transition-delay:3.7s; }
  74.  
  75.  
  76. #alias{
  77. height:100px; width:350px;
  78. bottom:235px; left:430px;
  79. background-color:#;
  80. color:#4b4c78;
  81. background: -webkit-linear-gradient(#444065, #9d9ecf);
  82. -webkit-background-clip: text;
  83. -webkit-text-fill-color: transparent;
  84. font-family:'';
  85. font-size:79px;
  86. letter-spacing:2px;
  87. text-transform:; text-align:justify;
  88. padding:px;
  89. box-shadow: inset 0px 0px 20px #,
  90. 0px 0px 20px #;
  91. position:absolute;
  92. float:left; overflow:auto;
  93. opacity:.0; transition: 1s;
  94. }
  95. body:hover #alias { opacity:1.0; transition-delay:2.5s; }
  96.  
  97.  
  98. #quote-2{ position:absolute;
  99. width:220px; height:150px;
  100. left:-140px; bottom:185px;
  101. color:#d3d3d3;
  102. background: -webkit-linear-gradient(#474364, #ddddff);
  103. -webkit-background-clip: text;
  104. -webkit-text-fill-color: transparent;
  105. font-family:'Reenie Beanie';
  106. font-size:26px;
  107. line-height:40px;
  108. letter-spacing:5px;
  109. text-transform:; text-align:right;
  110. padding:6px; float:left;
  111. overflow:auto; opacity:.0; transition: 1s; }
  112. body:hover #quote-2{ opacity:1.0; transition-delay:.7s; }
  113.  
  114.  
  115. #nine{ position:absolute;
  116. width:300px; height:170px;
  117. left:470px; bottom:75px;
  118. background-color:transparent;
  119. color:#9d9ecf;
  120. background: -webkit-linear-gradient(#474364, #ddddff);
  121. -webkit-background-clip: text;
  122. -webkit-text-fill-color: transparent;
  123. font-family:'Economica';
  124. font-size:18px;
  125. line-height:30px;
  126. letter-spacing:1px;
  127. text-transform:; text-align:justify;
  128. border-bottom:1px dotted #474364;
  129. padding:0px; float:left;
  130. overflow:auto; opacity:.0; transition: 1s; }
  131. body:hover #nine { opacity:1.0; transition-delay:3.7s; }
  132.  
  133.  
  134. a {color:#474364;
  135. text-decoration:none;
  136. text-transform:uppercase;
  137. padding:1px;
  138. display:inline-block; }
  139. a:hover {color:#9d8eb5;
  140. text-decoration: none;
  141. transition: 1.2s;
  142. }
  143.  
  144. u {color:#fbfbfb;
  145. background-color:#474364;
  146. font-family:'Pathway Gothic One'; font-size:18px;
  147. letter-spacing:1px;
  148. text-decoration:none;
  149. text-align:justify;
  150. text-transform:uppercase;
  151. padding:3px; }
  152.  
  153.  
  154. </style>
  155.  
  156.  
  157. <body>
  158.  
  159.  
  160. <div id="opening">
  161. <div id="opening-img">
  162. </div>
  163.  
  164. <div id="quote-1">
  165. Cats come when they <br> feel like it...
  166. </div>
  167.  
  168. <div id="container">
  169.  
  170.  
  171. <div id="meow">
  172. vigilante. master thief. former mob boss.
  173. </div>
  174.  
  175.  
  176. <div id="alias">
  177. <center><i>catwoman</i></center>
  178. </div>
  179.  
  180. <div id="nine">
  181.  
  182. Selina Kyle is Catwoman, a Gotham City expert thief who crossed paths with Batman on several occasions. Having largely left behind her villainous ways, she now operates as a frequent ally of the Batman Family.
  183.  
  184. <br>
  185.  
  186.  
  187. </div>
  188.  
  189.  
  190. <div id="quote-2">
  191. Not when they are told.
  192. </div>
  193.  
  194.  
  195. </div>
  196. </body>
Advertisement
Add Comment
Please, Sign In to add comment