thisisnotras

Herald

May 16th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.22 KB | None | 0 0
  1. <style>
  2.  
  3. .pfor {display: none;}
  4. #profile{background: transparent; border: 0px;}
  5.  
  6. /* 404047 */
  7.  
  8. body{
  9. overflow: hidden;
  10. background: #0E0E10;
  11. }
  12.  
  13. ::-webkit-scrollbar {
  14. width: 4px;
  15. background-color: black;
  16. }
  17.  
  18. ::-webkit-scrollbar-thumb {
  19. border-radius: 0px;
  20. -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
  21. background-color: gray;
  22. }
  23.  
  24. #whole{
  25. position: fixed;
  26. top: 0px;
  27. left: 0px;
  28. right: 0px;
  29. bottom: 0px;
  30. }
  31.  
  32.  
  33. #second{position:absolute;
  34. right: 0px;
  35. top: 0px;
  36. bottom: 0px;
  37. left: 0px;
  38. -webkit-filter:blur(10px);
  39. background: #0E0E10;
  40. background-image:url(http://i64.tinypic.com/29awoli.png);
  41. background-size: auto 90%;
  42. background-repeat: repeat;
  43. opacity: .9;}
  44.  
  45.  
  46. #practicebox{position: absolute;
  47. right: 0px;
  48. left: 0px;
  49. height: 100px;
  50. width: 400px;
  51. top: 0px;
  52. bottom: 0px;
  53. margin: auto;
  54. border: 1px solid transparent;
  55. border-radius: 10px 10px 10px 10px;
  56. overflow: hidden;
  57. }
  58.  
  59. #backgroundfiller{
  60. height: 100%;
  61. width: 100%;
  62. background-image:url(http://i68.tinypic.com/30k7g5h.jpg);
  63. background-repeaT: no-repeat;
  64. opacity: .8;
  65. }
  66.  
  67. #wireframe{
  68. position: absolute;
  69. top: 4px;
  70. right: 4px;
  71. bottom: 4px;
  72. left: 4px;
  73. border:1px solid black;
  74. border-radius: 10px 10px 10px 10px;
  75. opacity: .6;
  76. }
  77.  
  78. #textinfo{position:absolute;
  79. top: 30px;
  80. left: 10px;
  81. right: 10px;
  82. bottom: 10px;
  83. font-family: Times;
  84. font-style: italic;
  85. letter-spacing: 25px;
  86. font-size: 11pt;
  87. color: gray;
  88. color: #BC8745;
  89. text-align: center;
  90. line-height: 22px;
  91. text-shadow: 2px 2px 3px black;
  92. text-indent: 36px;}
  93.  
  94. .smalls, .smalls a{font-size: 9pt;
  95. font-family: times;
  96. letter-spacing: 1px;
  97. color: gray;
  98. font-style: italics;
  99. line-height:30px;
  100. text-shadow: 1px 1px 3px white;
  101. text-decoration: none;
  102. -webkit-transition: all 2s;
  103. transition: all 2s;
  104. opacity: .8;}
  105.  
  106. .smalls a:hover,
  107. #choosesooth:target #textinfo a:nth-child(3),
  108. #choosesooth2:target #textinfo a:nth-child(2){
  109. text-shadow: 1px 1px 1px gray;
  110. -webkit-transition: all 1s .3s, text-shadow 1s;
  111. transition: all 1s .3s, text-shadow 1s;
  112. color: white;
  113. opacity: 1;}
  114.  
  115. #choosesooth:target #textinfo a:nth-child(3),
  116. #choosesooth2:target #textinfo a:nth-child(2){
  117. text-decoration: line-through;
  118. }
  119.  
  120. #soothimage{
  121. position: absolute;
  122. top: 0px;
  123. left: 0px;
  124. right: 0px;
  125. bottom: 0px;
  126. background-image:url(http://i65.tinypic.com/553qs1.jpg);
  127. background-size: auto 90%;
  128. background-position: left 16% center;
  129. background-repeat: no-repeat;
  130. opacity: .5;
  131. -webkit-filter:grayscale(0%);
  132. -webkit-transition: all 1s .7s;
  133. transition: all 1s .7s;}
  134.  
  135. #soothimage2{
  136. position: absolute;
  137. top: 0px;
  138. left: 0px;
  139. right: 0px;
  140. bottom: 0px;
  141. background-image:url(http://i64.tinypic.com/29nxh7m.jpg);
  142. background-size: auto 70%;
  143. background-position: left 16% bottom;
  144. background-repeat: no-repeat;
  145. opacity: 0;
  146. -webkit-filter:grayscale(0%);
  147. -webkit-transition: all 1s;
  148. transition: all 1s;}
  149.  
  150. #choosesooth2:target #soothimage2{
  151. opacity: .5;
  152. -webkit-transition: all 1s .7s;
  153. transition: all 1s .7s;
  154. }
  155.  
  156. #choosesooth2:target #soothimage{
  157. -webkit-transition: all 1s;
  158. transition: all 1s;
  159. opacity: 0;}
  160.  
  161. #choosesooth:target #soothbox,
  162. #choosesooth2:target #soothbox2{
  163. -webkit-transition: all 1s .5s;
  164. transition: all 1s .5s;
  165. height: 200px;
  166. }
  167.  
  168. #choosesooth:target #soothbox #contents,
  169. #choosesooth2:target #soothbox2 #contents{
  170. -webkit-transition: all 1s 1.2s;
  171. transition: all 1s 1.2s;
  172. opacity: 1;
  173. z-index: 2;}
  174.  
  175. #soothbox, #soothbox2{
  176. position: absolute;
  177. display: block;
  178. left: 0px;
  179. right: 0px;
  180. margin: auto;
  181. margin-top: 110px;
  182. margin-left: 40px;
  183. width: 300px;
  184. height: 0px;
  185. border: 0px solid green;
  186. opacity: 1;
  187. overflow: hidden;
  188. -webkit-transition: all .7s;
  189. transition: all .7s;}
  190.  
  191. #soothbox2:before, #soothbox:before{
  192. content:'';
  193. z-index:0;
  194. position: absolute;
  195. top: 0px;
  196. left: 0px;
  197. right: 0px;
  198. bottom: 0px;
  199. border-radius: 5px 5px 5px 5px;
  200. background: black;
  201. opacity: .7;}
  202.  
  203. #emptycontainer{
  204. position: absolute;
  205. left: 0px;
  206. right: 0px;
  207. top: 0px;
  208. bottom: 0px;
  209. margin: auto;
  210. height: 100px;
  211. width: 100px;}
  212.  
  213. #contents{
  214. position: absolute;
  215. top: 0px;
  216. left: 0px;
  217. height: 194px;
  218. width: 300px;
  219. box-sizing: border-box;
  220. padding: 10px;
  221. padding-bottom: 5px;
  222. overflow: auto;
  223. font-size: 10pt;
  224. font-family: 'Times';
  225. font-style: italic;
  226. color: gray;
  227. text-align: justify;
  228. text-justify: inter-word;
  229. z-index: 1;
  230. text-shadow: 1px 1px 3px black;
  231. letter-spacing: 1px;
  232. line-height: 18px;
  233. opacity: 0;
  234. -webkit-transition: all 1s;
  235. transition: all 1s;
  236. }
  237.  
  238. #contents b{
  239. color: #BC8745;
  240. text-shadow: 1px 1px 3px black;
  241. letter-spacing: 3px;
  242. }
  243.  
  244. #contents br{
  245. line-height: 20px;}
  246.  
  247. #bottomsection{
  248. position: absolute;
  249. left: 0px;
  250. right: 0px;
  251. bottom: 0px;
  252. height: 50px;
  253. background: transparent;
  254. z-index: 3;
  255. -webkit-transition: all 1s;
  256. transition: all 1s;
  257. }
  258.  
  259. #scrollimagecontainer{
  260. -webkit-transition: all 1s 1s;
  261. transition: all 1s 1s;
  262. opacity: 1;}
  263.  
  264. #bottomsection:hover #scrollimage{
  265. -webkit-animation-play-state: paused;
  266. animation-play-state: paused;
  267. opacity: 0 !important;}
  268.  
  269. #bottomsection:hover #scrollimagecontainer{
  270. -webkit-transition: all 1s;
  271. transition: all 1s;
  272. opacity: 0;}
  273.  
  274. #scrollimage{
  275. position: absolute;
  276. right: 1%;
  277. top: 5px;
  278. height: 40px;
  279. width: 40px;
  280. border: 0px solid white;
  281. background-image:url(http://i66.tinypic.com/1zqvbes.jpg);
  282. background-repeat: no-repeat;
  283. background-size: auto 100%;
  284. -webkit-animation: blinker 4s infinite linear;
  285. animation: blinker 4s infinite linear;
  286. -webkit-filter:grayscale(70%);
  287. filter:grayscale(70%);}
  288.  
  289. @-webkit-keyframes blinker{
  290. 0%{opacity:.7;}
  291. 50%{opacity:0;}
  292. 100%{opacity:.7;}
  293. }
  294.  
  295. @keyframes blinker{
  296. 0%{opacity:.7;}
  297. 50%{opacity:0;}
  298. 100%{opacity:.7;}
  299. }
  300.  
  301. #bottombar{
  302. position: absolute;
  303. left: 0px;
  304. right: 0px;
  305. bottom: -50px;
  306. height: 50px;
  307. -webkit-transition: all 1s;
  308. transition: all 1s;
  309. }
  310.  
  311. #bottomsection:hover #bottombar{
  312. -webkit-transition: all 1s .5s;
  313. transition: all 1s .5s;
  314. bottom: 0px;}
  315.  
  316. #bottombar:before{
  317. content:'';
  318. position: absolute;
  319. left: 0px;
  320. right: 0px;
  321. top: 0px;
  322. bottom: 0px;
  323. background:black;
  324. opacity: .3;}
  325.  
  326. #bottommenu{
  327. position: absolute;
  328. left: 0px;
  329. right: 0px;
  330. bottom: 0px;
  331. margin: auto;
  332. z-index: 1;
  333. width: 600px;
  334. height: 50px;
  335. border: 0px solid white;
  336. text-align: center;
  337. box-sizing: border-box;
  338. padding-top: 10px;
  339. }
  340.  
  341. #bottommenu .linkish{
  342. margin-right: 50px;
  343. color: gray;
  344. text-shadow: 2px 2px 4px black;
  345. font-family: fantasy;
  346. letter-spacing: 5px;
  347. font-size: 13pt;
  348. text-transform: lowercase;
  349. cursor: default;
  350. -webkit-transition .5s;
  351. transition: .5s;
  352. }
  353.  
  354. #bottommenu .linkish:hover{
  355. color: white;
  356. }
  357.  
  358. #bottommenu .linkish:nth-child(3){
  359. margin-right: 0px;}
  360.  
  361. .popup{
  362. position: absolute;
  363. left: 0px;
  364. right: 0px;
  365. bottom: 50px;
  366. margin: auto;
  367. width: 400px;
  368. height: 0px;
  369. overflow: hidden;
  370. }
  371.  
  372. .popup:before{
  373. position: absolute;
  374. content: '';
  375. top: 0px;
  376. left: 0px;
  377. right: 0px;
  378. bottom: 0px;
  379. background: #101012;
  380. opacity: .9;
  381. z-index: 0;}
  382.  
  383. .popup #contents2{
  384. position: absolute;
  385. top: 0px;
  386. left: 0px;
  387. right: 0px;
  388. bottom: 0px;
  389. margin: auto;
  390. height: 200px;
  391. width: 300px;
  392. border: 0px solid white;
  393. z-index: 1;
  394. text-align: center;
  395. font-size: 11pt;
  396. font-family: fantasy;
  397. text-shadow: 1px 1px 2px black;
  398. letter-spacing: 2px;
  399. color: gray;
  400. box-sizing: border-box;
  401. padding: 10px;
  402. opacity: 0;
  403. -webkit-transition: all 1s .3w;
  404. transition: all 1s .3s;
  405. }
  406.  
  407. #pop1, #pop2{
  408. -webkit-transition: all 1s .3s;
  409. transition: all 1s .3s;}
  410.  
  411. #bottommenu .linkish:nth-child(2):hover ~ #pop1,
  412. #pop1:hover,
  413. #bottommenu .linkish:nth-child(3):hover ~ #pop2,
  414. #pop2:hover{
  415. -webkit-transition: all 1s;
  416. transition: all 1s;
  417. height: 200px;
  418. z-index:2;}
  419.  
  420. #bottommenu .linkish:nth-child(2):hover ~ #pop1 #contents2,
  421. #pop1:hover #contents2,
  422. #bottommenu .linkish:nth-child(3):hover ~ #pop2 #contents2,
  423. #pop2:hover #contents2{
  424. -webkit-transition: all 1s .5s;
  425. transition: all 1s .5s;
  426. opacity: 1;}
  427.  
  428. #sceneselect{
  429. position: fixed;
  430. top: 0px;
  431. left: 0px;
  432. right: 0px;
  433. bottom: 0px;
  434. margin: auto;
  435. height: 0px;
  436. width: 0px;
  437. background-image:url(http://i64.tinypic.com/2cctac3.jpg);
  438. background-repeat: no-repeat;
  439. background-size: auto 100%;
  440. background-position: center center;
  441. opacity: 0;
  442. -webkit-transition:all 1s 1s, opacity 1s, z-index 1s 1s;
  443. transition: all 1s 1s, opacity 1s, z-index 1s 1s;
  444. }
  445.  
  446. #bottommenu .linkish:nth-child(1):hover ~ #sceneselect{
  447. -webkit-transition: all 0s 0s, opacity 1s .2s, z-index 1s;
  448. transition: all 0s 0s 0s, opacity 1s .2s, z-index 1;
  449. height: 90%;
  450. width: 100%;
  451. opacity: 1;
  452. }
  453.  
  454. #audiocontainer{
  455. overflow: hidden;
  456. height: 31px;
  457. width: 32px;
  458. opacity: .6;
  459. left: 258px;
  460. top: -24px;
  461. position: relative;}
  462.  
  463. #contents2 br{
  464. line-height: 20px;}
  465.  
  466. </style>
  467.  
  468. <div id="whole">
  469.  
  470. <div id="second">
  471. </div>
  472. <div id="choosesooth">
  473. <div id="choosesooth2">
  474. <div id="soothimage">
  475. </div>
  476. <div id="soothimage2">
  477. </div>
  478.  
  479.  
  480. <div id="emptycontainer">
  481. <div id="practicebox">
  482. <div id="backgroundfiller">
  483. </div>
  484. <div id="wireframe">
  485. </div>
  486. <div id="textinfo">
  487. soothsayer
  488. <font class="smalls"><br>
  489. <a href="#choosesooth2"> the heralding beast</a> / <a href="#choosesooth">the ominous hunter</a>
  490. </font>
  491. </div>
  492. </div>
  493.  
  494. <div id="soothbox">
  495. <div id="contents">
  496. <b>Though the hunter himself is ever elusive,</b> it is his task to pursue those who would think to escape their destiny or remain ignorant of it. The hand of fate can work through many mechanisms, but so too can the mind of a particularly difficult person through whose fingers the strings of <b>fate</b> happen to pass. It is thereby this Herald's <b>charge</b> to keep the gears turning. To ensure that each actor plays the part for which they were selected...<br><br>
  497. Or, as has happened in some chapters of the long tale of the world, to exit the stage entirely.
  498. </div>
  499. </div>
  500.  
  501. <div id="soothbox2">
  502. <div id="contents">
  503. <b>The speaker of destiny</b>, Soothsayer is the beast through whom <b>the true path's writ</b> is often transcribed. His presence is a <b>fixture</b> in the universe, though it is rumored that once he was <b>a man</b> who simply craved to know the secrets of it. A man who would claim <b>the knowledge of time in its entirety</b>, who was not contented by a religious assurance that would have him rely on the words of books scribed by ancients. That, if ever it was the case, was very long ago... For now there is only <b>The Herald</b>, the creature and <b>sage</b> to whom those would would <b>claim</b> their destiny must come to know the path to it.<br><br>
  504. <b>Legendary swords</b> that would name a King, <b>great spells</b> that would revive an ailing loved one, <b>armor</b> and <b>an army</b> that could subdue an entire kingdom; these items are known to him. Their <b>abilities</b>, their <b>history</b>, even their <b>current location</b>. These things he can tell you, though the resulting outcome of any tale is <b>rarely ever</b> laid bare to the one would take it... <br><br>
  505. For it is a <b>fool</b> who comes to seek his knowledge ill-prepared, but then fools too are roles that must be filled. All men are agents through which the will of the universe will act, and it is <b>Soothsayer's</b> task to ensure this.
  506. </div>
  507. </div>
  508.  
  509. </div>
  510.  
  511. <div id="bottomsection">
  512.  
  513. <div id="scrollimagecontainer">
  514. <div id="scrollimage">
  515. </div></div>
  516.  
  517. <div id="bottombar">
  518. <div id="bottommenu">
  519. <a href="#none" class="linkish" style="text-decoration:none;">scene</a>
  520. <a href="#none" class="linkish" style="text-decoration:none;">music</a>
  521. <a href="#none" class="linkish" style="text-decoration:none;">ooc</a>
  522.  
  523. <div class="popup" id="pop1">
  524. <div id="contents2" style="padding-top: 40px; text-align: left;">
  525. // Fever Ray - If I Had A Heart //<div id="audiocontainer"><audio controls src="http://puu.sh/r0fSW/6bc0a16a39.mp3" loop=3></audio></div>
  526. <br>
  527. // Kenji - Spirited Away //<div id="audiocontainer"><audio controls src="http://puu.sh/r0eYj/ec83ee8019.mp3" loop=3></audio></div>
  528. </div>
  529. </div>
  530.  
  531. <div class="popup" id="pop2">
  532. <div id="contents2">
  533. Click any of the buttons below to reset the main content areas.<br><br>
  534. All images used in this profile are owned by myself and their respective artists. All music is credited to the artists.<br><br>
  535. Code is <a target="_blank" href="http://roleplay.chat/profile.php?user=Digital" style="color:gray;" target=_blank>my own</a>.
  536. </div>
  537. </div>
  538.  
  539. <div id="sceneselect">
  540. </div>
  541.  
  542. </div>
  543. </div>
  544. </div>
  545.  
  546.  
  547. </div>
  548. </div>
  549.  
  550. </div>
Advertisement
Add Comment
Please, Sign In to add comment