Advertisement
hallowimg

hallow

Dec 27th, 2020
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.07 KB | None | 0 0
  1. <style>
  2. @import url('https://fonts.googleapis.com/css?family=Oswald');
  3.  
  4. body {
  5. background: #050F1B;
  6. overflow: hidden;
  7. }
  8.  
  9.  
  10.  
  11. @font-face {
  12. font-family: Hunters;
  13. src: url(https://dl.dropboxusercontent.com/s/uc0a1lyuqzven52/Hunters.otf);
  14. }
  15.  
  16.  
  17.  
  18.  
  19.  
  20. .box {
  21. position: absolute;
  22. background: url(https://www.pixelstalk.net/wp-content/uploads/2016/05/Happy-Halloween-Pumpkins-Wallpaper-HD.jpg);
  23. background-size: cover;
  24. left: 4vh;
  25. top: 20vh;
  26. right: 4vh;
  27. bottom: 2vh;
  28. z-index: -1;
  29. filter: blur(.9vh) brightness(1.3);
  30. }
  31.  
  32.  
  33.  
  34. .hlw img {
  35. top: 10vh;
  36. left: 0vh;
  37. position: absolute;
  38. height: 80vh;
  39. width:80vh;
  40. overflow:auto;
  41. filter: drop-shadow(0 0 .9vh #000);
  42. }
  43.  
  44.  
  45. .divider {
  46. filter: drop-shadow(.5vh .4vh .1vh orange);
  47. position: absolute;
  48. left: 50%;
  49. transform: translate(-50%);
  50. top: 12vh;
  51. }
  52.  
  53.  
  54.  
  55. .divider img {
  56. height: 13vh;
  57. }
  58.  
  59.  
  60.  
  61. .seat {
  62. bottom: -.4vh;
  63. left: -.4vh;
  64. position: absolute;
  65. background: #02001D;
  66. width: 38vh;
  67. height: 32vh;
  68. border: .1vh solid #FE9600;
  69. filter: blur(.3vh);
  70. }
  71.  
  72.  
  73.  
  74. .skele img {
  75. width: 26vh;
  76. bottom: 0vh;
  77. left: 0vh;
  78. position: absolute;
  79. filter: hue-rotate(120deg) drop-shadow(0 0 .5vh orange);
  80. transform: scaleX(-1);
  81. }
  82.  
  83.  
  84.  
  85. .title {
  86. font-family: Hunters;
  87. color: #78477E;
  88. font-size: 16vh;
  89. top: -.5vh;
  90. position: absolute;
  91. left: 50%;
  92. transform: translate(-50%);
  93. z-index: 3;
  94. font-weight: bold;
  95. }
  96.  
  97. .title2 {
  98. font-family: Hunters;
  99. color: #FF9600;
  100. font-size: 16vh;
  101. top: -.5vh;
  102. -webkit-text-stroke-color: #FF9600;
  103. -webkit-text-stroke-width: 2vh;
  104. position: absolute;
  105. left: 50%;
  106. transform: translate(-50%);
  107. }
  108.  
  109.  
  110.  
  111. .divider2 img {
  112. position: absolute;
  113. filter: invert(1);
  114. left: 50%;
  115. transform: translate(-50%);
  116. top: 40vh;
  117. width: 40vh;
  118. margin-left: 13vh;
  119. }
  120.  
  121. .alts {
  122. position: absolute;
  123. bottom: 0;
  124. right: .3vh;
  125. }
  126.  
  127. .alts img {
  128. position: relative;
  129. height: 7vh;
  130. width: 7vh;
  131. border: .12vh solid orange;
  132. }
  133.  
  134. .alts a {
  135. text-decoration: none;
  136. color: orange;
  137. }
  138.  
  139. .show {
  140. position: absolute;
  141. bottom: 8vh;
  142. left: 0;
  143. right: 0;
  144. background: #050F1B;
  145. padding: .5vh;
  146. height: 5vh;
  147. transition: ease 0s;
  148. opacity: 0;
  149. font-family: Oswald;
  150. font-size: 1.2vh;
  151. }
  152.  
  153.  
  154.  
  155. img:hover + .show {
  156. opacity: 1;
  157. transition: ease .5s;
  158. }
  159.  
  160.  
  161.  
  162.  
  163.  
  164. .tab label {
  165. position: relative;
  166. float: left;
  167. margin-left: 4.5vh;
  168. font-family: Hunters;
  169. color: white;
  170. font-size: 3vh;
  171. left: 50%;
  172. transform: translate(-50%);
  173. top: 44.5vh;
  174. border: .2vh solid white;
  175. height: 3.5vh;
  176. width: 3.5vh;
  177. text-align: center;
  178. border-radius: 50%;
  179. }
  180.  
  181. .tab label:hover {
  182. cursor: pointer;
  183. }
  184.  
  185. .tab [type=radio] {
  186. display: none;
  187. }
  188.  
  189. .content {
  190. position: absolute;
  191. opacity: 0;
  192. left: 50%;
  193. transform: translate(-50%);
  194. margin-left: 13vh;
  195. text-align: center;
  196. width: 70vh;
  197. top: 49.5vh;
  198. height: 40vh;
  199. font-family: Oswald;
  200. color: white;
  201. transition: ease 0s;
  202. font-size: 1.7vh;
  203. }
  204.  
  205. .content h1 {
  206. font-family: Hunters;
  207. font-size: 10vh;
  208. font-weight: 300;
  209. margin-bottom: 0;
  210. top: -26.6vh;
  211. position: absolute;
  212. left: 50%;
  213. transform: translate(-50%);
  214. transition: 0s;
  215. }
  216.  
  217. [type=radio]:checked ~ label {
  218.  
  219. filter: drop-shadow(0 0 .4vh white);
  220.  
  221. }
  222.  
  223. [type=radio]:checked ~ label ~ .content {
  224.  
  225. opacity: 1;
  226.  
  227. z-index: 5;
  228.  
  229. transition: ease .6s;
  230.  
  231. }
  232.  
  233.  
  234.  
  235. .content a {
  236.  
  237. color: orange;
  238.  
  239. }
  240. </style>
  241.  
  242. <div class="alts">
  243.  
  244. <a target="blank" href="https://roleplay.chat/profile.php?user=WURM"><img src="https://i.imgur.com/n9yra4j.png">
  245. <span class="show">I wish I didn't care so much. Did you mean it when you said you loved me? I want to believe you, but it's so hard. Please don't hurt me again.</span>
  246. </img></a>
  247.  
  248. <a target="blank" href="https://roleplay.chat/profile.php?user=wife"><img src="https://c4.wallpaperflare.com/wallpaper/184/780/955/jinx-league-of-legends-league-of-legends-video-games-video-game-art-video-game-girls-hd-wallpaper-preview.jpg">
  249. <span class="show">(OOC) my future husband. h8 this stupid mf.</span>
  250. </img></a>
  251.  
  252. <a target="blank" href="https://roleplay.chat/profile.php?user=Hallow"><img src="https://i.imgur.com/P7C9neW.png">
  253. <span class="show">Placeholder.</span>
  254. </img></a>
  255. </div>
  256.  
  257. <div class="divider2">
  258. <img src="https://i1.wp.com/micechat.com/wp-content/uploads/2016/09/Halloween-Divider-Fab.png?ssl=1">
  259. </div>
  260.  
  261. <div class="title">Hallow</div>
  262. <div class="title2">Hallow</div>
  263. </div>
  264.  
  265. <div class="divider">
  266. <img src="https://i.pinimg.com/originals/0f/fc/e5/0ffce5287f1a67625800b5496155f3f2.gif">
  267. </div>
  268.  
  269. <div class="hlw">
  270. <img src="https://i.imgur.com/TiOjgK1.png"
  271. </div>
  272.  
  273. <div class="box"></div>
  274. <div class="bg"></div>
  275.  
  276. <div class="tabs">
  277.  
  278. <div class="tab">
  279.  
  280. <input type="radio" id="tab-1" name="tab-group-1" checked>
  281.  
  282. <label for="tab-1">1</label>
  283.  
  284.  
  285.  
  286. <div class="content">
  287.  
  288. <h1>spooky</h1>
  289.  
  290. Hallow is a Holiday spirit, no doubt for Halloween. She is incredibly powerful and confident in her abilities close to her holiday, but is otherwise easily exhausted and more prone to feeling emotions. Though many people think she's a witch, they would be wrong and she'd likely take offense to being called one. She's generally a friendly person but can become irritable and grumpy at the drop of a hat. Hallow talks a big game but almost never follows through.
  291.  
  292. <br><br>
  293.  
  294. Hallow has made some friends in her time wandering the human world, mostly due to her being more vulnerable in what she calls the 'off season'. She's seen kindness from many people and she couldn't be more grateful for that. Every day is a new learning experience for the spirit and learning about the world she was a part of couldn't be more exciting! <br><br>
  295. <br><br><br>
  296.  
  297.  
  298.  
  299. </div>
  300.  
  301. </div>
  302.  
  303.  
  304.  
  305. <div class="tab">
  306. <input type="radio" id="tab-2" name="tab-group-1">
  307. <label for="tab-2">2</label>
  308.  
  309.  
  310.  
  311. <div class="content">
  312.  
  313. <h1>scary stats</h1>
  314.  
  315. <font style="float:left; left: 10vh; position: absolute;"><b>Name</b> </font> <font style="float:right; right: 10vh; position: absolute;">Hallow.</font><br>
  316.  
  317. <font style="float:left; left: 10vh; position: absolute;"><b>Nicknames</b> </font><font style="float:right; right: 10vh; position: absolute;">Witch.</font><br>
  318.  
  319. <font style="float:left; left: 10vh; position: absolute;"><b>Age</b> </font> <font style="float:right; right: 10vh; position: absolute;">Eternal.</font><br>
  320.  
  321. <font style="float:left; left: 10vh; position: absolute;"><b>Race</b> </font> <font style="float:right; right: 10vh; position: absolute;">Holiday spirit.</font><br>
  322.  
  323. <font style="float:left; left: 10vh; position: absolute;"><b>Disposition</b> </font> <font style="float:right; right: 10vh; position: absolute;">Grumpy, needy, possessive.</font><br>
  324.  
  325. <hr>
  326.  
  327. <font style="float:left; left: 10vh; position: absolute;"><b>Orientation</b> </font> <font style="float:right; right: 10vh; position: absolute;">Straight.</font><br>
  328.  
  329. <font style="float:left; left: 10vh; position: absolute;"><b>Marital</b> </font> <font style="float:right; right: 10vh; position: absolute;">Single.</font><br>
  330.  
  331. <font style="float:left; left: 10vh; position: absolute;"><b>Height</b> </font> <font style="float:right; right: 10vh; position: absolute;">5'4"</font><br>
  332.  
  333. <font style="float:left; left: 10vh; position: absolute;"><b>Weight</b> </font> <font style="float:right; right: 10vh; position: absolute;">129 lbs.</font><br>
  334.  
  335.  
  336. <br>
  337.  
  338.  
  339.  
  340. </div>
  341.  
  342. </div>
  343.  
  344.  
  345.  
  346. <div class="tab">
  347.  
  348. <input type="radio" id="tab-3" name="tab-group-1">
  349.  
  350. <label for="tab-3">3</label>
  351.  
  352.  
  353. <div class="content">
  354.  
  355. <h1>out of spells</h1>
  356.  
  357. profile was commissioned specifically for Hallow by <a target="_blank" href="https://roleplay.chat/profile.php?user=notcookie">cookie</a>, please do not steal anything from this profile.<br>
  358.  
  359. <hr>
  360.  
  361. <div style="text-align: left; position: absolute; left: 50%; transform: translate(-50%);">
  362.  
  363. <b>001</b> | Real life always comes first.<br>
  364.  
  365. <b>002</b> | IC isn't OOC, they're easy to distinguish.<br>
  366.  
  367. <b>003</b> | Somewhat experienced writer.<br>
  368.  
  369. <b>004</b> | Disappears sometimes.<br>
  370.  
  371. <b>005</b> | Smut or story. Whatever works.<br>
  372.  
  373. </div>
  374.  
  375. </div>
  376.  
  377.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement