owltrash

helaine/hex girl's profile

Dec 26th, 2018
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.05 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Courier');
  3. @import url('https://fonts.googleapis.com/css?family=IM+Fell+English+SC|Open+Sans+Condensed:300');
  4. @import url('https://fonts.googleapis.com/css?family=Cinzel+Decorative|Cormorant+Unicase|Unica+One');
  5. @import url('https://fonts.googleapis.com/css?family=Georgia');
  6.  
  7.  
  8. ::-webkit-scrollbar {
  9. background-color:transparent;
  10. width: 5px; }
  11.  
  12. ::-webkit-scrollbar-track { border-radius: 0px; background-color: transparent; }
  13. ::-webkit-scrollbar-thumb { border-radius: 0px; background-color: #E02C1D; }
  14.  
  15. body{
  16. background-color: transparent;
  17. background-position:right top; background-image: url("");
  18. background-repeat: repeat; background-attachment:fixed; background-size: repeat}
  19.  
  20. .pfor{display:none; overflow: hidden;}
  21.  
  22. #profile{
  23. background-color:transparent;
  24. border:none;}
  25.  
  26. *{cursor: url('https://i.imgur.com/HhFMgBK.png'), default;}
  27.  
  28. .fix{
  29. position:fixed;
  30. bottom:0px;
  31. left:40%;
  32. }
  33.  
  34. /*------» leviosa «------*/ /*------» leviosa «------*/ /*------» leviosa «------*/
  35.  
  36. #float {
  37. background-color: transparent;
  38. height: 500px;
  39. left: 46%;
  40. position: fixed;
  41. top: -20px;
  42. width: 390px;
  43. z-index: 2;
  44. }
  45.  
  46. @keyframes bounce{
  47. 0% {top: 30px;}
  48. 50% {top: 50px;}
  49. 100% {top: 30px;}
  50. }
  51. @-webkit-keyframes bounce {
  52. 0% {top: 30px;}
  53. 50% {top: 50px;}
  54. 100% {top: 30px;}
  55. }
  56.  
  57. .float-img-bg{
  58. background-attachment: absolute;
  59. background-color: transparent;
  60. background-repeat: no-repeat;
  61. background-image: url('https://i.imgur.com/wIhW5bF.png');
  62. width: 211px; height: 217px;
  63. position: absolute;
  64. left: 0px;
  65. top: 512px;
  66. z-index: 211;
  67. padding: 9px;
  68.  
  69. animation: bounce 3.25s infinite;
  70. -o-animation: bounce 3.25s infinite;
  71. -moz-animation:bounce 3.25s infinite;
  72. -webkit-animation: bounce 3.25s infinite;
  73. -webkit-transition: all 0.3s ease-out;
  74.  
  75. transition: all 0.8s ease-out;}
  76.  
  77. .float-img-bg:hover {
  78. filter: blur(10px);
  79. opacity: 0;
  80. transition: .5s;
  81. }
  82.  
  83. .border{
  84. border-radius: 80%;
  85. border: 2px solid #E02C1D;
  86. }
  87.  
  88.  
  89. /*------» picture «------*/ /*------» picture «------*/ /*------» picture «------*/
  90.  
  91. #pic {position: absolute; left: -200px; bottom: -30px;
  92. opacity: .0; transition: 1s;}
  93.  
  94. #paras {position: absolute; left: 115px; bottom: 291px;
  95. opacity: .0; transition: 1s;}
  96.  
  97.  
  98. /*------» titleHELAINE «------*/ /*------» titleHELAINE «------*/ /*------» titleHELAINE «------*/
  99.  
  100. #title {
  101. position:absolute; color:#e35058;
  102. width:250px; left:-30px;
  103. top:430px; text-align:center;
  104. font-family:'Cinzel Decorative', cursive;
  105. font-size:38px;
  106. line-height:25px;
  107. opacity:.0; transition: 1s;}
  108.  
  109.  
  110. /*------» subtitle «------*/ /*------» subtitle «------*/ /*------» subtitle «------*/
  111.  
  112. #subtitle {
  113. position:absolute; color:#e35058;
  114. width:310px; left:-30px;
  115. top:480px; text-align:center;
  116. font-family:'Cinzel Decorative', cursive;
  117. font-size:16px;
  118. line-height:25px;
  119. opacity:.0; transition: 1s;}
  120.  
  121.  
  122. /*------» magic «------*/ /*------» magic «------*/ /*------» magic «------*/
  123.  
  124. #magic {
  125. position:absolute; color:#e35058;
  126. width:270px; left:-10px;
  127. top:530px; text-align:center;
  128. font-family:'Georgia';
  129. font-size:13px;
  130. line-height:25px;
  131. opacity:.0; transition: 1s;}
  132.  
  133. #magic2 {
  134. position:absolute; color:#e35058;
  135. width:380px; left:-85px;
  136. top:615px; text-align:center;
  137. font-family:'Georgia';
  138. font-size:12px;
  139. line-height:25px;
  140. opacity:.0; transition: 1s;}
  141.  
  142.  
  143. /*------» potions «------*/ /*------» potions «------*/ /*------» potions «------*/
  144.  
  145. #container {
  146. position:absolute;
  147. left:430px; bottom:30px;
  148. opacity:.0; transition: .5s;}
  149.  
  150. body:hover #pic {opacity:1.0; transition-delay: .5s;}
  151. body:hover #paras {opacity:1.0; transition-delay: .5s;}
  152. body:hover #container {opacity:1.0; transition-delay: .5s;}
  153. body:hover #title {opacity:1.0; transition-delay: .5s;}
  154. body:hover #subtitle {opacity:1.0; transition-delay: .5s;}
  155. body:hover #magic {opacity:1.0; transition-delay: .5s;}
  156. body:hover #magic2 {opacity:1.0; transition-delay: .5s;}
  157.  
  158.  
  159. /*------» spells «------*/ /*------» spells «------*/ /*------» spells «------*/
  160.  
  161. a[data-tooltip] {
  162. position: relative;
  163. }
  164. a[data-tooltip]::before,
  165. a[data-tooltip]::after {
  166. position: absolute;
  167. display: none;
  168. opacity: 0.80;
  169. }
  170. a[data-tooltip]::before {
  171. content: attr(data-tooltip);
  172. background: #918181;
  173. color: #fff;
  174. font-family: 'cinzel decorative', cursive;
  175. padding: 2px;
  176. border-radius: 5px;
  177. white-space: nowrap;
  178. text-decoration: none;
  179. }
  180. a[data-tooltip]::after {
  181. width: 0;
  182. height: 0;
  183. border: 6px solid transparent;
  184. content: '';
  185. }
  186.  
  187. a[data-tooltip]:hover::before,
  188. a[data-tooltip]:hover::after {
  189. display: block;
  190. }
  191.  
  192.  
  193. a[data-tooltip][data-placement="left"]::before {
  194. top: -25%;
  195. right: 100%;
  196. margin-right: 10px;
  197. }
  198. a[data-tooltip][data-placement="left"]::after {
  199. border-left-color: #ff6d52;
  200. border-right: none;
  201. top: 50%;
  202. right: 100%;
  203. margin-top: -6px;
  204. margin-right: 4px;
  205. }
  206.  
  207.  
  208. u {
  209. text-decoration:none;
  210. color:#e35058;
  211. font-family: 'Cinzel Decorative', cursive; font-size: 19px;
  212. line-height:25px;
  213. padding:1px;
  214. }
  215.  
  216. b {color: #fda69c;
  217. text-decoration: none;
  218. font-family: 'Georgia', sans-serif; font-size: 14px;
  219. text-shadow: 1px 0px 0px #e8a9bb,
  220. 0px 1px 0px #ecdde1,
  221. -1px 0px 0px #ecdde1,
  222. 0px -1px 0px #ecdde1;
  223. }
  224.  
  225. i {color: #fda69c;
  226. text-decoration: none;
  227. font-family: 'Georgia', sans-serif; font-size: 12px;
  228. }
  229.  
  230. s {color: #fff;
  231. text-decoration: none;
  232. background-color:#f96557;
  233. font-family: 'Cinzel Decorative', cursive; font-size: 28px;
  234. color:#e9e7e6;
  235. line-height:25px;
  236. padding:3px;
  237. }
  238. </style>
  239. <body>
  240. <div id="float">
  241. <div class="float-img-bg">
  242. <span class="float-img">
  243. </div>
  244.  
  245. <div id="title">
  246. Helaine Desmarais
  247. </div>
  248.  
  249. <div id="subtitle">
  250. of Desmarais Apothecary
  251. </div>
  252.  
  253. <div id="magic">
  254. <b>“</b> <u>A</u> witch <i>always</i> knows when <b>bad news</b> <font style="float:right;">blesses her house. <b>”</b></font>
  255. </div>
  256.  
  257. <div id="magic2">
  258. <s>T</s> he Apothecary has never been one location, but rather a number of industrious hex maniacs and aroma ladies. The first step inside is marked by the jingle of chimes; then, the sharp yet soothing scents of lavender and patchouli hit you. Wooden shelves line the walls, bearing delicate glass bottles or potions; wicker baskets hang from hooks, filled to the brim with herbs fresh and dry. And in the hutches behind the counter? Rare stones, mysterious powders, and even the occasional gem or disc may be found...
  259.  
  260. <br><br>
  261. <img src="https://i.imgur.com/a3tgajn.png">
  262. <img src="https://i.imgur.com/DSF4x4Z.png">
  263. <img src="https://i.imgur.com/AzewwjR.png">
  264. <img src="https://i.imgur.com/LxjJqG7.png">
  265.  
  266. <br>
  267. <small><i>Pokémon RP preferred; DMs reserved for friends & plot development.</i></small>
  268. </div>
  269.  
  270. </div>
  271.  
  272.  
  273. <div id="container">
  274. <div id="pic">
  275. <img src="https://i.imgur.com/0X3WHKZ.png" height="528">
  276. </div>
  277.  
  278. <div id="paras">
  279. <small><a data-tooltip="“Enzo”; lv31">
  280. <img src="https://i.imgur.com/V8ALQmF.png">
  281. </a></small>
  282. </div>
  283. </div>
  284. </body>
Advertisement
Add Comment
Please, Sign In to add comment